body.modal-open {
    padding-right: 0 !important;
  }
  
  .container .row,
  .row {
    margin-right: auto;
    margin-left: auto;
  }
  .btn,
  .btn-close {
    box-shadow: none !important;
  }
  .header-menu-items a,
  .row-ani-items .ani-item .ani-word-2 {
    letter-spacing: 0.05em;
  }
  
  :root {
    --transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    --blue: #1965b0;
    --green: #008000;
    --yellow: #fff400;
    --red: #ce1d3f;
    --white: #fff;
    --light-green: #80ff43;
    --fs-xl: clamp(2rem, calc(2vh + 2.5vw), 8rem);
    --fs-600: clamp(2rem, calc(2vh + 2.5vw), 6rem);
    --fs-500: 3rem;
    --fs-400: 1rem;
    --col-padding: calc(5vw + 10px);
    --col-padding-xs: 3.5vw;
  }
  
  /* new font */
  @font-face {
    font-family: "FF Mark Pro";
    src: url("../font/FontFont_FF.Mark_.Pro_.Black_.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
  }
  
  @font-face {
    font-family: "FF Mark Pro";
    src: url("../font/FontFont_FF.Mark_.Pro_.Bold_.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: "FF Mark Pro";
    src: url("../font/FontFont_FF.Mark_.Pro_.Bold_.Italic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
  }
  
  @font-face {
    font-family: "FF Mark Pro";
    src: url("../font/FontFont_FF.Mark_.Pro_.Hairline.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
  }
  
  @font-face {
    font-family: "FF Mark Pro";
    src: url("../font/FontFont_FF.Mark_.Pro_.Heavy_.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
  }
  
  @font-face {
    font-family: "FF Mark Pro";
    src: url("../font/FontFont_FF.Mark_.Pro_.Heavy_.Italic.otf")
      format("opentype");
    font-weight: 800;
    font-style: italic;
  }
  
  @font-face {
    font-family: "FF Mark Pro";
    src: url("../font/FontFont_FF.Mark_.Pro_.Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: "FF Mark Pro";
    src: url("../font/FontFont_FF.Mark_.Pro_.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: "FF Mark Pro";
    src: url("../font/FontFont_FF.Mark_.Pro_.Thin_.Italic.otf") format("opentype");
    font-weight: 100;
    font-style: italic;
  }
  
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .footer-bottom-part .col-lg-2 {
    width: 100%;
  }
  .container .row {
    max-width: 90vw;
  }
  
  html {
    font-size: 16px;
  }
  
  body {
    font-family: "FF Mark Pro", sans-serif;
    letter-spacing: 0.035em;
    font-size: 1.2rem;
    background: none;
    background-color: transparent !important;
    margin: 0;
    padding: 0;
  }
  
  .content-wrapper {
    overflow-x: initial;
  }
  .section-title.blue > *,
  a,
  a:hover {
    color: #1965b0;
    text-transform: none;
    margin-bottom: 20px;
  }
  .careers .module-fickle h4.fickle-title,
  .footer-bottom-part .nav li:last-child,
  .location-images figure,
  .slick-dotted.slick-slider,
  p:last-child {
    margin-bottom: 0;
  }
  .biogas-benefits-cat .show > *,
  strong {
    font-weight: 600;
  }
  .mw-10 {
    max-width: 1000px;
    margin: auto;
  }
  .mw-7 {
    max-width: 700px;
    margin: auto;
    color: #0063af;
  }
  
  .not-found-page-header .btn.btn.btn-secondary {
    margin-bottom: 6rem !important;
  }
  .mw-6 {
    max-width: 650px;
  }
  .colt-dreapta-jos1 img,
  .colt-dreapta-sus1 img,
  .colt-stanga-jos1.fh,
  .fh,
  .page-header .row,
  .page-slider-slick,
  .page-slider-slick .slick-list,
  .page-slider-slick .slick-track,
  .video-skew,
  .video-source {
    height: 100%;
  }
  .colt-stanga-jos1.fh img,
  .fh > img {
    height: 100%;
    object-fit: cover;
  }
  .section-title.md > * {
    font-size: 2rem;
    font-weight: 600;
  }
  .section-title.green > * {
    color: green;
  }
  .blue,
  .job_title {
    color: var(--blue);
  }
  .biogas-benefits-cat .show,
  .green {
    color: var(--green);
  }
  .light-green {
    color: var(--light-green);
  }
  
  .loader-wrapper .diagram-col {
    align-items: center;
  }
  .loader-wrapper .module-code {
    width: 15%;
    min-width: 200px;
    max-width: 300px;
    padding: 0 !important;
  }
  
  header {
    display: flex;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header-logo-part {
    position: relative;
    padding: 0 3rem;
    align-self: flex-start;
    z-index: 9;
  }
  .header-logo-part-background {
    position: absolute;
    left: -24px;
    width: 115%;
    height: 260%;
    background: #fff;
    transform: skewX(20deg);
    z-index: -1;
  }
  .header-logo-part-logo {
    width: 100%;
    height: 100%;
    transform: translateY(69%);
  }
  .header-logo-part-logo > a img {
    width: 100%;
    max-width: 250px;
    transform: scale(1.1);
    padding-top: 8px;
  }
  .header-content-parts,
  .location-list-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    backdrop-filter: blur(10px);
  }
  .header-content-part {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    font-size: 1rem;
    width: 100%;
    height: 40px;
    margin-top: 30px;
    padding-top: 5px;
    padding-left: 3rem;
    padding-right: 20px;
    background: var(--blue);
  }
  
  .header-content-part::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 5px;
    background: #008000;
    z-index: 1;
  }
  .header-content-part:after {
    display: none;
    position: absolute;
    right: 0;
    content: "";
    width: 83px;
    height: 100%;
    background: #043461;
    transform: skewX(20deg);
    margin-right: -15px;
  }
  .header-content-parts.mobile-only .header-search,
  .header-menu-items,
  .location-list-item-content .card-info-title,
  div.colt-stanga-jos1.module.module-image img {
    width: 100%;
  }
  .header-menu-items ul {
    justify-content: flex-end;
    gap: 0.75rem;
    height: 32px;
  }
  .header-under-content {
    display: none;
    background: var(--green);
    padding-left: 35px;
    padding-right: 10px;
    transform: translateX(-20px);
  }
  .header-under-content:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    transform: translateX(50%) skewX(-20deg);
    background: var(--green);
  }
  .header-under-content a {
    color: #fff;
    font-size: 0.85rem;
    padding: 0.5rem 0.875rem;
  }
  .ba-slider,
  .video-source {
    position: relative;
    overflow: hidden;
  }
  .ba-slider img {
    width: 100%;
    display: block;
    max-width: none;
  }
  .ba-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(50% - 2px);
    overflow: hidden;
    z-index: 1;
  }
  .ba-slider .handle {
    position: absolute;
    left: calc(50% - 2px);
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -2px;
    background: #fff;
    cursor: pointer;
    z-index: 2;
  }
  .ba-slider .handle:after {
    position: absolute;
    top: 50%;
    margin-left: -19px;
    transform: translateY(-50%);
    content: url(/uploads/icons/resize.svg);
    transition: 0.3s;
    padding: 4px 5px 3px 4px;
    line-height: 1;
  }
  .btn,
  .logo-outer-svg,
  .logo-outer-svg svg path {
    transition: var(--transition);
  }
  .no-header {
    padding-top: 110px;
  }
  .page-header {
    position: relative;
    height: 100vh;
  }
  .page-header:not(.page-header-homepage):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 1;
  }
  body.despre-noi .page-header:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 10vh;
    background-color: #fff;
    clip-path: polygon(7% 0, 93% 0%, 100% 100%, 0% 100%);
    z-index: 9;
  }
  .page-header-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .page-header-background:after {
    content: "";
    background: url(/uploads/header_elements/hd-arrow.webp) bottom right/auto 100%
      no-repeat;
    position: absolute;
    right: -25%;
    bottom: -25%;
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    transform: scale(0.5);
    opacity: 0.5;
  }
  .page-header-background img,
  .page-header-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #000;
  }
  .cordun .page-header-background img,
  .page-header-homepage
    .page-slider-slick
    .page-header-slide[data-slick-index="0"]
    .page-header-slide-image
    img,
  .sustementalitate .page-header-background img {
    object-position: bottom;
  }
  .page-header video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .page-header-description {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 110px;
    padding-left: var(--col-padding);
    padding-right: var(--col-padding);
    z-index: 9;
  }
  .page-header-description > h1 {
    max-width: 65rem;
  }
  .hometop-logo {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    max-width: 750px;
    z-index: 9;
    padding-top: 75px;
  }
  .diagram-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .diagram-col .module-code {
    display: none;
    align-items: center;
    background: #fff;
    border-radius: 500px 0 0 500px;
    padding: 13%;
  }
  .diagram-col .module-code .logo-wrp,
  .pre-footer-anim .logo-wrp {
    position: relative;
    width: 100%;
    padding-top: 100%;
  }
  .diagram-col .module-code .logo-outer,
  .post-item-image > a,
  .power-wrapper,
  .pre-footer-anim .logo-wrp .logo-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .diagram-col .module-code .logo-inner,
  .pre-footer-anim .logo-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    animation: 20s linear infinite innerDiagramRotation;
    transition: var(--transition);
  }
  .diagram-col .module-code .logo-inner svg,
  .pre-footer-anim .logo-inner svg {
    position: relative;
    width: calc(100% + 6%);
    height: auto;
    top: -9%;
  }
  .logo-outer-svg {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    border-radius: 100%;
  }
  .logo-outer-svg svg {
    position: relative;
    width: calc(100% + 6%);
    height: auto;
    top: -9%;
    padding: 0;
  }
  @keyframes innerDiagramRotation {
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes outerDiagramRotation {
    100% {
      transform: rotate(-360deg);
    }
  }
  .page-header[data-slick-index="0"] .diagram-col .module-code .logo-outer-svg,
  .pre-footer-anim .logo-outer-svg {
    animation: 100s linear infinite outerDiagramRotation;
  }
  .page-header[data-slick-index="1"] .diagram-col .module-code .logo-outer-svg {
    transform: rotate(0);
  }
  .page-header[data-slick-index="1"]
    .diagram-col
    .module-code
    .logo-outer-svg
    path:not(.co2),
  .page-header[data-slick-index="2"]
    .diagram-col
    .module-code
    .logo-outer-svg
    path:not(.blue),
  .page-header[data-slick-index="3"]
    .diagram-col
    .module-code
    .logo-outer-svg
    path:not(.biogaz),
  .page-header[data-slick-index="4"]
    .diagram-col
    .module-code
    .logo-outer-svg
    path:not(.green),
  .page-header[data-slick-index="5"]
    .diagram-col
    .module-code
    .logo-outer-svg
    path:not(.cow) {
    opacity: 0.3;
  }
  .page-header[data-slick-index="2"] .diagram-col .module-code .logo-outer-svg {
    transform: rotate(280deg);
  }
  .page-header[data-slick-index="3"] .diagram-col .module-code .logo-outer-svg {
    transform: rotate(565deg);
  }
  .page-header[data-slick-index="4"] .diagram-col .module-code .logo-outer-svg {
    transform: rotate(865deg);
  }
  .page-header[data-slick-index="5"] .diagram-col .module-code .logo-outer-svg {
    transform: rotate(1155deg);
  }
  .baupartner-logo {
    max-width: 300px;
  }
  .page-header-inner {
    display: flex;
    position: relative;
    height: 100%;
  }
  .page-header-slider {
    height: 100%;
    color: #fff;
  }
  .page-header-homepage {
    height: calc(100vh -15px);
    width: 100vw;
  }
  
  .page-header-homepage .arrows-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: flex-end;
    transform: translateY(-80%);
    z-index: 9;
  }
  .page-header-homepage .slick-arrow {
    z-index: 9;
    cursor: pointer;
  }
  .page-header-slider .slick-dots {
    background-color: transparent;
  }
  .page-header-homepage .page-header-slider .arrow-prev {
    grid-column: 1/2;
  }
  .page-header-homepage .page-header-slider .slick-dots {
    grid-column: 1 / 4;
    grid-row: 1 / 2;
  }
  
  .page-header-homepage .page-header-slider .arrow-next {
    grid-column: 3/4;
    padding-right: 15px;
  }
  
  /* ----- Home Page Main Slider */
  .page-header-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    bottom: 0;
    padding: 20px;
    background: #fff;
  }
  
  .page-header-slider .slick-dots li {
    position: relative;
    margin: 0;
    width: 4px;
    border-radius: 5px;
    height: 20px;
    background: #d9d9d9;
    border: none;
  }
  
  .page-header-slider .slick-dots li button {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 20px;
    border-radius: 5px;
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
  }
  
  .page-header-slider .slick-dots li button:before {
    content: none;
  }
  
  .page-header-slider .slick-dots li.slick-active {
    background: transparent;
  }
  
  .page-header-slider .slick-dots li.slick-active button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -11px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 22px solid #0063af;
  }
  
  /* ----- Home Page main Slider */
  
  /* ---- Triangle Home page Slider Dots */
  .page-header-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  /* ---- Triangle Home page Slider Dots */
  
  .page-slider-slick .page-header-slide,
  .post-container-all .back-wrapper {
    display: flex;
    align-items: center;
  }
  .page-header-slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
  }
  .page-header-slide-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
  }
  .page-header-slide-content {
    margin-top: 55px;
    max-width: 90%;
  }
  .page-header-slide-content h2 {
    margin-bottom: 20px;
    font-size: 65px;
    line-height: 80px;
    text-transform: none;
    font-weight: 500;
  }
  .page-header-slide-content p {
    max-width: 46rem;
    margin-bottom: 4rem;
  }
  .header-search {
    flex-shrink: 0.5;
  }
  .header-search-input-wrapper {
    position: relative;
    align-items: center;
    gap: 10px;
    display: none;
  }
  .header-search-input,
  .header-search-input.form-control {
    background: 0;
    border: 0;
    border-radius: 0 !important;
    border-bottom: 1px solid #fff;
    box-shadow: none !important;
    color: #fff;
    padding: 0;
    height: auto;
    margin-bottom: 10px;
  }
  .header-content-parts .nav-item.active a {
    border-bottom: 2px solid #b2b2b2;
  }
  .header-content-parts .nav-item.active a:hover::after {
    display: none;
  }
  
  .header-menu-items a {
    color: #fff;
    font-size: 0.875rem;
    text-decoration: none;
    position: relative;
  }
  
  .header-menu-items a::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .header-menu-items a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .header-add-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-shrink: 0;
  }
  .header-download {
    z-index: 1;
    flex-shrink: 0;
  }
  .header-download a {
    display: flex;
    transform: translateY(7px);
  }
  .header-lang a {
    color: #fff;
  }
  
  .header-lang .dropdown-menu a {
    color: #004071;
  }
  
  .header-social .nav li {
    margin-right: 15px;
  }
  .header-social .nav li:last-child,
  footer .module-social ul li:last-child {
    margin-right: 0;
  }
  .row-grafic1-section > .col-lg-6:first-child {
    z-index: 3;
  }
  
  .mpt-info {
    margin-left: -80px;
  }
  @media (max-width: 479px) {
    .module-grafic1-shape-v {
      height: 30px;
      right: 39px;
      width: 73px;
      bottom: 3px;
      transform: rotate(100deg);
    }
    .module-grafic1-shape-h {
      height: 30px;
      margin-left: -26px;
      width: calc(100% + 15px);
    }
    .module-grafic1-col1 .module-grafic1-stick {
      margin-left: 20%;
    }
    .module-grafic1-col1 {
      height: 335px;
    }
    .module-grafic1-col2 {
      height: 379px;
    }
    .module-grafic1-col3 {
      height: 425px;
    }
    .module-grafic1-col4 {
      height: 468px;
    }
    .module-grafic1-col2 .module-grafic1-stick {
      margin-left: 5%;
      width: 285px;
    }
    .module-grafic1-col3 .module-grafic1-stick {
      width: 330px;
      left: 0;
    }
    .module-grafic1-col4 .module-grafic1-stick {
      width: 375px;
      left: -10%;
    }
    .module-grafic1-stick {
      transform: rotate(-80deg);
      left: 0 !important;
    }
    .module-grafic1-stick-inner {
      padding: 10px 10px 10px 20px;
    }
    .module-grafic1-col1 .module-grafic1-shape-h:before {
      height: 30px;
      transform: rotate(-80deg);
      bottom: 26px;
      left: -78px;
    }
    .mtp-line1 {
      font-size: 1em;
    }
    .module-grafic1-top-part {
      height: 70px;
    }
    .module-grafic1-top-part span {
      font-size: 0.875rem;
    }
  }
  .container,
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  h1 {
    font-size: var(--fs-xl);
    position: relative;
    font-weight: 500;
  }
  
  h1.line::after {
    content: "";
    display: block;
    width: 90px;
    height: 5px;
    background-color: #fff;
    margin: 8px 0 0 0;
  }
  
  h2 {
    font-size: clamp(2rem, calc(1.5vh + 1.5vw), 3rem);
    font-weight: 500;
    position: relative;
  }
  
  h2.line::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background-color: #fff;
    margin: 8px 0 0 0;
  }
  
  main .module-text {
    line-height: 1.3em;
  }
  .btn {
    font-size: 1rem;
    padding: 0.9rem 3rem 0.8rem 3rem;
    max-width: 100%;
    border-radius: 0;
    background-color: #fff;
    border-color: #027f01;
    color: #027f01;
  }
  
  .col-padding-right,
  .col-padding-x {
    padding-right: var(--col-padding);
  }
  .btn:hover {
    background-color: #0063af !important;
    color: #fff;
  }
  .btn.btn-secondary:hover {
    transform: translateY(-3px);
    background-color: #1965b0;
    border-color: #1965b0;
    color: #fff;
  }
  .btn.btn-primary {
    color: #fff;
    background-color: rgba(0, 99, 175, 0.6) !important;
    border: 2px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease-in-out;
  }
  
  .btn.btn-primary:hover {
    border: 2px solid #00a900;
  }
  
  .btn.btn-secondary {
    border-color: rgba(24, 101, 173, 0.25);
    border-color: #1965b0;
    color: #1965b0;
  }
  .col-padding,
  .faded,
  .location-gallery .arrows-wrapper,
  .opened_form {
    position: relative;
  }
  .col-padding-left {
    padding-left: var(--col-padding);
  }
  .col-paddingxs-left {
    padding-left: var(--col-padding-xs);
  }
  .col-padding-x {
    padding-left: var(--col-padding);
  }
  .video-skew {
    position: absolute;
    right: 0;
    top: 0;
    width: 110%;
  }
  .location-images img,
  .video-skew img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .image-skew:after,
  .video-source:after {
    background: #fff;
    width: 60%;
    height: 102%;
    position: absolute;
    top: -1%;
    left: -38%;
    transform: skew(-17deg);
    content: "";
    z-index: 2;
  }
  .play_video_source {
    display: block;
    position: absolute;
    height: 121px;
    width: 121px;
    top: calc((100% / 2) - (121px / 2));
    left: calc((120% / 2) - (121px / 2));
    transition: 0.5s;
  }
  .play_video_source:hover {
    filter: drop-shadow(5px 2px 7px rgba(0, 0, 0, 0.7));
  }
  .play_video_source img {
    transition: 1s cubic-bezier(0.23, 0.32, 0.27, 1.55);
  }
  .play_video_source:hover img {
    transform: rotate(360deg);
  }
  .video-fullscreen {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
  }
  .video-fullscreen-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transform: scaleY(0);
    transition: 0.7s ease-in-out;
  }
  .video-fullscreen-open .video-fullscreen-overlay {
    transform: scaleX(1);
  }
  .video-fullscreen-inner {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
    width: 90%;
    margin: auto;
  }
  .video-fullscreen iframe,
  .video-fullscreen video {
    opacity: 0;
    pointer-events: none;
    transition: 0.7s ease-out;
    width: 100%;
    height: 100%;
  }
  .video-fullscreen-open .video-fullscreen iframe,
  .video-fullscreen-open .video-fullscreen video {
    opacity: 1;
    pointer-events: auto;
  }
  .btn-close {
    height: 50px;
    width: 50px;
    border: 0 !important;
    outline: 0 !important;
    background-color: var(--green);
    padding: 10px;
    z-index: 10;
    transition: 1.5s ease-out;
  }
  .video-fullscreen-open .btn-close {
    opacity: 1;
    transform: translateY(0);
  }
  .btn-close:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/uploads/media/close.svg");
  }
  .btn-close-video {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  
  .row-ani-items {
    position: relative;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 50px 0 0 0;
  }
  
  .row-ani-items .module-fickle .fickle-text-content * {
    color: #fff;
    font-weight: 500;
    font-size: clamp(1rem, 5vw, 5rem);
  }
  
  .row-ani-items:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    height: 44%;
    width: 9vw;
  }
  
  .row-ani-items > .col-lg-12 {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .row-ani-items .module-fickle {
    text-align: center;
  }
  
  .row-ani-items .module-fickle .fickle-image {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
  }
  
  .row-ani-items .col-lg-12 .module-image img {
    width: 8rem;
  }
  
  .row-ani-items .module-fickle .fickle-image img {
    max-height: 100px;
    width: auto;
    padding-bottom: 0;
    padding-top: 10px;
  }
  
  .row-ani-items .module-fickle .fickle-text-content p::before {
    content: "+";
    font-size: 1em;
    position: relative;
    top: 0;
  }
  
  .row-ani-items .module-fickle .fickle-additional-html-code {
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    color: #fff;
    font-weight: 500;
    margin-top: -20px;
    margin-bottom: 50px;
  }
  .row-ani-items .ani-item .ani-word-4,
  .row-ani-items.about .fickle-text-content * {
    font-size: 1.2rem;
    color: var(--light-green);
  }
  .row-ani-items .ani-item {
    font-size: calc(40px + 2vw);
    color: #fff;
    font-style: italic;
    font-weight: 600;
    line-height: 0.8;
  }
  .row-ani-items .all-item {
    font-size: calc(40px + 2vw);
    font-style: italic;
    font-weight: 600;
    line-height: 0.8;
    color: transparent; /* Make the fill color transparent */
    -webkit-text-stroke-width: 1px; /* Outline width */
    -webkit-text-stroke-color: black; /* Outline color */
    text-align: center; /* Center the text horizontally */
  }
  .fickle-item .fickle-title {
    font-size: calc(24px + 2vw);
    font-style: italic;
    font-weight: 600;
    line-height: 0.8;
  }
  
  .module-fickle.fickle-feature .fickle-header .fickle-item .fickle-title {
    font-size: calc(24px + 2vw);
    font-style: italic;
    font-weight: 600;
    line-height: 0.8;
    color: transparent; /* Make the fill color transparent */
    -webkit-text-stroke-width: 1px; /* Outline width */
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.253); /* Outline color */
    text-align: center; /* Center the text horizontally */
    margin-bottom: -35px;
    margin-top: 10px;
  }
  
  .row-ani-items .ani-item .ani-word-3,
  .row-ani-items .ani-item .ani-word-4 {
    display: block;
    text-align: right;
    transform: translateX(0.2rem);
  }
  .row-ani-items .ani-item.hp .ani-word-4 {
    color: #fff;
    font-size: 1.3rem;
  }
  .row-ani-items .ani-item .ani-word-4 {
    margin-top: 15px;
  }
  .row-ani-items.about > .col-lg-12 {
    padding-top: 60px;
  }
  .row-ani-items.about .module-fickle {
    font-style: italic;
  }
  .row-ani-items.about .module-fickle .fickle-item.fickle-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 70px;
    -webkit-text-stroke: 2px #ffffff24;
    color: transparent;
  }
  .row-ani-items.about .module-fickle .fickle-subtitle {
    position: relative;
    z-index: 1;
  }
  .row-ani-items.about .module-fickle .fickle-subtitle .fickle-title {
    font-size: calc(35px + 2vw);
    color: #fff;
    font-weight: 600;
    line-height: 0.8;
  }
  .yearly-label {
    position: absolute;
    right: 0;
    top: 0;
    width: 9vw;
    height: 44%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    color: #fff;
    padding-left: 2rem;
    font-weight: 600;
    font-size: 1rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
  }
  .colt-dreapta-jos1,
  .colt-dreapta-sus1,
  .colt-jos {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .yearly-label.mask {
    top: -1px;
    background-color: #fff;
  }
  
  @media (max-width: 767px) {
    .row-ani-items .module-fickle .fickle-image {
      height: 50px;
      margin-bottom: 10px;
    }
    .row-ani-items .module-fickle .fickle-image img {
      height: 100%;
    }
  }
  @media (max-width: 567px) {
  }
  .colt-stanga-jos1 {
    position: relative;
    overflow: hidden;
    padding-left: 50px;
  }
  .colt-stanga-jos1:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 39px;
    background: url("/uploads/media/colt-stanga-jos1.svg") center/cover no-repeat;
    z-index: 2;
    pointer-events: none;
    height: 146px;
    width: 174px;
  }
  .colt-dreapta-jos1:before,
  .colt-dreapta-sus1:before,
  .colt-jos:after,
  .colt-jos:before {
    background: url("/uploads/media/colt-dreapta-jos1.svg") center/cover no-repeat;
    z-index: 2;
    pointer-events: none;
    height: 166px;
    width: 185px;
    content: "";
    position: absolute;
  }
  .colt-dreapta-jos1,
  .colt-dreapta-sus1 {
    padding-right: 50px;
  }
  .colt-dreapta-jos1:before,
  .colt-dreapta-sus1:before {
    bottom: -3px;
    right: 49px;
  }
  .colt-dreapta-sus1:before {
    top: -3px;
    bottom: auto;
    transform: rotateX(180deg);
  }
  div.colt-dreapta-jos1.module.module-image img {
    width: 100%;
    object-fit: cover;
  }
  .row-zig-zag1 .module-text > p {
    max-width: 40rem;
  }
  .col-margin-top-minus {
    margin-top: -140px;
  }
  .colt-jos:after,
  .colt-jos:before {
    bottom: -11px;
    right: 0;
  }
  .colt-jos:before {
    background: url("/uploads/media/colt-stanga-jos1.svg") center no-repeat;
    left: 0;
    bottom: -11px;
  }
  .row-sigla-section {
    position: relative;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .faded:after,
  .faded:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .row-sigla-section:after,
  .row-sigla-section:before {
    bottom: 0;
    width: 30%;
    position: absolute;
    pointer-events: none;
    content: "";
  }
  .faded:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    top: auto;
    bottom: 0;
  }
  .row-sigla-section:before {
    background: url("/uploads/media/corner-left.svg") center left/auto 100%
      no-repeat;
    left: 0;
    height: 100%;
    z-index: 9;
  }
  .row-sigla-section:after {
    background: url("/uploads/media/corner-right.svg") center right/auto 100%
      no-repeat;
    right: 0;
    height: 100%;
    z-index: 2;
  }
  #about-us {
    position: relative;
    max-width: 86vw;
    padding: 5rem 0;
    gap: 2rem;
  }
  .about-us-intro .background,
  .header-content-parts.mobile-only li,
  body.menu-opened {
    overflow: hidden;
  }
  .about-us-intro .module-video {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .about-us-intro .module-video .video-js {
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .about-us-intro .module-video .video-js video,
  .biogas-benefits-media .module-video .video-js video,
  .implement-sustenability .pre-footer-anim.video .video-js video {
    object-fit: cover;
  }
  .pre-footer-anim {
    width: 35%;
    margin: auto;
    padding: 9rem;
  }
  .pre-footer-anim .logo-wrp .logo-outer-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    height: 140%;
    transform: translate(-50%, -50%);
  }
  .pre-footer-anim .logo-wrp .logo-outer-badge-svg {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    border-radius: 100%;
  }
  .pre-footer-anim .logo-wrp .logo-outer-badge svg {
    position: relative;
    width: calc(100%);
    height: auto;
    top: -9%;
    padding: 0;
  }
  .download-card {
    display: flex;
    justify-content: center;
  }
  .download-card .module-fickle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
    transform: translateY(-50%);
    background: #fff;
    z-index: 9;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 0 20px -10px #000;
  }
  .benefits-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 100%;
    justify-content: center;
  }
  
  .benefits-col .module-fickle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    box-shadow: 0 0 20px -10px #0000007c;
  }
  
  .benefits-col .module-fickle:hover {
    box-shadow: 0 0 20px -10px #000000;
  }
  
  .benefits-col
    .module-fickle.fickle-why
    .fickle-header
    .fickle-item.fickle-title
    h3 {
    font-size: 33px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin-left: 100px;
    line-height: normal;
    margin-top: 20px;
  }
  
  .benefits-col
    .module-fickle.fickle-why
    .fickle-content
    .fickle-item.fickle-text-content
    p {
    font-size: 20px;
    line-height: 26px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 40px;
  }
  
  .column-spacing {
    display: flex;
    padding: 0 200px 200px 200px;
  }
  
  .column-element-spacing {
    display: flex;
    padding: 0 300px 200px 300px;
  }
  
  .column-spacing .module-text p {
    display: flex;
    padding: 15px 130px 15px 130px;
    color: #fff;
  }
  
  .spline-animation {
    min-height: 100vh;
  }
 
  .partners-slider {
    display: grid;
    --cols: 5;
    grid-template-columns: repeat(var(--cols), 1fr);
    max-width: 100%;
    margin: 0 auto auto;
    background: #fff;
    padding: 0;
  }
  .partners-slider .module-fickle {
    height: 180px;
  }
  .partners-slider .fickle-image {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    height: 100%;
  }
  .partners-slider .fickle-image img {
    height: 100%;
    padding: 3rem;
    object-fit: contain;
    transition: var(--transition);
  }
  .partners-slider .fickle-image:hover img {
    scale: 1.2;
  }
  
  .leaflet-left .leaflet-control {
    display: none;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0;
  }
  .small-pin-content {
    display: flex;
  }
  .small-pin-content .small-pin-dot-line {
    display: flex;
    align-items: center;
    transform: rotate(-25deg);
    transform-origin: left;
  }
  .small-pin-content.left .small-pin-dot-line {
    transform: rotate(-205deg);
    transform-origin: bottom left;
  }
  .small-pin-content.left .small-pin-name {
    right: auto;
    left: 0;
    transform: translate(calc(-100% - 35px), 20px);
  }
  .small-pin-content .small-pin-name {
    position: absolute;
    right: 0;
    white-space: nowrap;
    transform: translate(calc(100% + 25px), -20px);
    font-size: 0.575rem;
  }
  .small-pin-line {
    display: flex;
    width: 25px;
    min-width: 25px;
    height: 1px;
    background: #000;
  }
  .small-pin-dot {
    width: 7px;
    min-width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #000;
    display: flex;
  }
  .hero-pin-dot,
  .locations-legend li:before {
    width: 15px;
    height: 15px;
    border-radius: 100%;
  }
  .hero-pin {
    z-index: 9999 !important;
  }
  .hero-pin-name {
    position: absolute;
    top: 0;
    transform: translate(-50%, calc(-100% - 5px));
    left: 50%;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 0.675rem;
    font-weight: 600;
    white-space: nowrap;
    z-index: 1;
  }
  .hero-pin-yellow .hero-pin-name {
    color: #000 !important;
  }
  .hero-pin-dot {
    display: flex;
  }
  .contact-persons .module-fickle .fickle-header,
  .popup-details-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .popup-details-content a,
  .popup-details-content p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #000;
  }
  .leaflet-popup-content {
    margin: 15px 30px 15px 15px;
  }
  .popup-details-content p {
    margin: 0;
    font-size: 0.675rem;
    font-weight: 600;
  }
  .lb-caption,
  .leaflet-bottom.leaflet-right {
    display: none !important;
  }
  .locations-legend ul {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding-left: 0;
    margin-bottom: 0;
  }
  .locations-legend li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .locations-legend li:before {
    content: "";
    position: relative;
    background: var(--green);
  }
  .location-page-title-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 9;
  }
  .location-page-title-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .location-page-title-inner .type {
    width: 100%;
    text-align: center;
    font-size: clamp(1.275rem, calc(1vh + 1vw), 2rem);
    font-weight: 600;
    background: #fff;
    color: var(--green);
    padding: 2rem 4rem 0;
    clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
    transform: translateY(calc(-100% + 1px));
  }
  .location-page-title-inner .section-title {
    width: 100%;
    text-align: center;
  }
  .location-page-title-inner .title {
    font-size: var(--fs-600);
    margin-bottom: 0;
    padding: 0 2rem;
    margin-top: -2rem;
  }
  .location-contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 30px;
    row-gap: 5rem;
  }
  .contact-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 9.5rem;
    background: #1965b00d;
    padding: 3rem 2rem 1rem;
    text-align: center;
    border-radius: 10px;
  }
  .contact-card > a,
  .contact-card > p {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #000;
    margin-bottom: 0;
  }
  .contact-card .icon {
    position: absolute;
    top: 0;
    display: flex;
    transform: translateY(-50%);
    padding: 10px;
    background: #f3f7fd;
    border-radius: 100%;
    border: 5px solid #fff;
  }
  .contact-persons,
  .location-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 30px;
  }
  .contact-persons .module-fickle {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: #f3f7fd;
    padding: 4rem;
    border-radius: 10px;
  }
  .contact-persons .module-fickle .fickle-title .fickle-title {
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 0;
  }
  .contact-persons .module-fickle .fickle-subtitle .fickle-title {
    color: var(--blue);
    font-size: clamp(1.5rem, calc(1vh + 2vw), 2rem);
    font-weight: 600;
  }
  .contact-persons .module-fickle .fickle-text-content a,
  .contact-persons .module-fickle .fickle-text-content > * {
    color: #000;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .location-gallery figure {
    padding: 0 0.5rem;
  }
  .location-gallery .slick-slide:not(.slick-active) {
    backdrop-filter: blur(5px);
  }
  .location-gallery .slick-arrow {
    transform: translateY(-49%);
    cursor: pointer;
  }
  .footer-bottom-part > *,
  form .btn-section > .col-12 {
    padding: 0;
  }
  
  footer {
    position: relative;
    background-color: #0063af;
  }
  
  footer::before {
    content: "";
    position: absolute;
    top: -10rem;
    width: 100%;
    height: 100%;
    background-image: url("/uploads/home/footer-top-new.svg");
    background-size: cover;
    background-position: -2rem center;
    z-index: -1;
  }

  
  .contact footer,
  .kontakt footer {
    position: relative;
    z-index: 1;
  }

.contact footer::before,
  .kontakt footer::before {
  content: "";
  position: absolute;
  top: -10rem;
  width: 100%;
  height: 100%;
  background-image: url("/uploads/home/footer-top-new.svg");
  background-size: cover;
  background-position: -2rem center;
  z-index: 0;
  pointer-events: none;
}


  .footer-top-part {
    padding: 0;
    background-size: 100% 101%;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .footer-top-content {
    display: grid;
    grid-template-columns: 38% 1fr;
    align-content: flex-end;
    padding-top: 4% !important;
    padding-bottom: 10rem;
    justify-content: center;
    align-items: flex-start;
    flex-basis: 70%;
    margin-left: auto;
    color: #fff;
    flex-direction: column;
    overflow: hidden;
  }
  .footer-top-content .module-text {
    color: #fff;
    font-weight: 600;
  }
  .footer-top-content .module-text.text-1 {
    font-size: 40px;
    line-height: 1;
    padding-left: 1.5em;
    margin-bottom: 20px;
    grid-column: 1/2;
  }
  .footer-top-content .module-text.text-2 {
    font-size: 5rem;
    line-height: 1.2em;
    grid-column: 1/2;
    text-indent: 2rem;
  }
  .footer-top-content .module-button {
    grid-column: 2/3;
    align-self: center;
    padding-top: 11%;
  }
  .footer-bottom-part {
    padding: 0 0 10rem;
    color: #fff;
    margin-top: 40px;
    display: grid;
    grid-template-columns: minmax(300px, auto) auto auto auto;
    justify-content: space-between;
    font-size: 1rem;
  }
  footer:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .footer-menu-title > * {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 40px;
    color: #fff;
  }
  .footer-bottom-part .nav {
    display: block;
    padding-left: 0;
  }
  .footer-bottom-part .nav li {
    margin-bottom: 0.5em;
    color: #fff;
  }
  .footer-bottom-part a {
    color: #fff;
    padding: 0;
  }
  .footer-logo {
    max-width: 250px;
    margin-top: 40px;
    padding-bottom: 25px;
    margin-left: 0;
  }
  .footer-description > p {
    max-width: 20rem;
  }
  footer .module-social ul {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
  }
  footer .module-social ul li {
    display: inline-block;
    color: #fff;
  }
  footer .anpc {
    margin-bottom: 10px;
  }
  footer .sol {
    margin-bottom: 30px;
  }
  footer .anpc img,
  footer .sol img {
    max-width: 150px;
  }
  .footer-right-bottom-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
  }
  .loading {
    position: fixed;
    display: flex;
    z-index: 10000;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 1s;
  }
  .loading.loaded {
    opacity: 0;
    pointer-events: none;
  }
  .loading-inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .loading-sust {
    position: relative;
    max-width: 550px;
    height: auto;
  }
  .career-form,
  .job_specs_parent {
    height: fit-content;
    background: #fff;
  }
  .loading-sust img.suste-p1 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .loading-sust img.suste-p2,
  .loading-sust img.suste-p3 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .loading-sust img.suste-p3 {
    padding: 5%;
  }
  .suste-p2 {
    animation: 20s linear infinite rotate-p2;
  }
  .suste-p3 {
    animation: 20s linear infinite rotate-p3;
  }
  @keyframes rotate-p2 {
    100% {
      transform: rotate(-360deg);
    }
  }
  @keyframes rotate-p3 {
    100% {
      transform: rotate(360deg);
    }
  }
 
  .post-item-image {
    padding-top: 66%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .post-item-image:before {
    position: absolute;
    opacity: 0;
    transition: var(--transition);
    z-index: 1;
  }
  .post-item-image:hover:before {
    opacity: 0.5;
  }
  .post-item-image > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: var(--transition);
  }
  .post-item-image:hover img {
    transform: scale(1);
  }
  .post-item-image .read-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    color: var(--blue);
    border: none;
    padding: 5px 20px;
    font-size: 0.875rem;
    width: auto;
    min-width: inherit;
    pointer-events: none;
    opacity: 0;
    transition: var(--transition);
  }
  .blog-date:after,
  .post-container-all .back-wrapper .back-btn:after {
    width: 20px;
    transform: translateX(50%) skewX(-20deg);
    position: absolute;
    right: 0;
    content: "";
    top: 0;
  }
  .post-item-image:hover .read-more {
    opacity: 1;
  }
  .blog-date {
    position: absolute;
    top: 0;
    z-index: 9;
    background: var(--blue);
    color: #fff;
    padding: 5px 10px;
    font-size: 0.675rem;
  }
  .blog-date:after {
    height: 100%;
    background: var(--blue);
  }
  .post-item-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .post-item-title > * {
    font-size: 1.2rem;
  }
  body[data-pagetype="posts"] iframe {
    width: 100%;
    height: 55vh;
    min-height: 300px;
  }
  .post-container-all .title {
    font-size: var(--fs-500);
    max-width: 70rem;
  }
  .post-container-all .page-header-description {
    gap: 2rem;
  }
  .post-container-all .back-wrapper .back-btn {
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px 8px 20px;
    font-size: 1rem;
  }
  .post-container-all .back-wrapper .back-btn:after {
    height: 100%;
    background: #fff;
    z-index: 99;
  }
  .post-container-all .back-wrapper .blog-date {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 25px;
  }
  .post-gallery {
    gap: 1rem;
    position: sticky;
    top: 150px;
  }
  .location-gallery figure,
  .post-gallery figure {
    width: 100%;
    margin-bottom: 0;
  }
  .location-gallery figure img,
  .post-gallery figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .location-gallery .slick-slide a,
  .post-gallery .slick-slide a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 66%;
  }
  .location-gallery .arrows-wrapper,
  .post-gallery .arrows-wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: flex-end;
    transform: translateY(-50%);
    z-index: 9;
  }
  .location-gallery .arrows-wrapper svg,
  .post-gallery .arrows-wrapper .slick-arrow svg {
    max-width: 100px;
    cursor: pointer;
  }
  .location-gallery .arrows-wrapper .slick-dots,
  .post-gallery .arrows-wrapper .slick-dots {
    position: relative;
    display: flex;
    justify-content: center;
    grid-column: 2/3;
    grid-row: 1/2;
    gap: 20px;
    bottom: 0;
    padding: 20px;
  }
  .location-gallery .arrows-wrapper .slick-dots li,
  .post-gallery .arrows-wrapper .slick-dots li {
    position: relative;
    margin: 0;
    width: 13px;
    height: 13px;
  }
  .header-content-parts.mobile-only {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blue);
    padding-top: 6.6rem;
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
    overflow: hidden;
    transition: var(--transition);
  }
  .header-content-parts-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    gap: 2rem;
    flex-grow: 1;
    width: 100%;
    padding: 0 15px 0 15px;
    overflow: hidden;
    z-index: 1;
  }
  .header-content-parts-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #1965b0 100%);
    pointer-events: none;
    z-index: 1;
  }
  .header-content-parts-inner-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* overflow:auto; */
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .header-content-parts.mobile-only .header-content-part {
    padding: 0;
    height: auto;
  }
  .header-content-parts.mobile-only .header-menu-items ul {
    flex-direction: column;
    gap: 0.5rem;
  }
  .header-content-parts.mobile-only .nav-link {
    padding: 0.5rem 0;
    transition: var(--transition);
  }
  .header-content-parts.mobile-only .header-under-content {
    padding: 0;
    transform: none;
    background: 0 0;
  }
  .header-content-parts.mobile-only .header-under-content ul {
    flex-direction: column;
  }
  
  .header-content-parts .resident-part {
    display: none;
    position: relative;
    /* display:flex; */
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    padding: 10px 20px;
    border-top: 5px solid var(--green);
    box-shadow: 0 0 30px -20px #000;
    z-index: 1;
  }
  .header-content-parts .resident-part:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #1965b0 100%);
    transform: translateY(calc(-100% - 5px));
    pointer-events: none;
  }
  .header-content-parts .resident-part:after {
    position: absolute;
    right: 0;
    content: "";
    width: 75px;
    height: 100%;
    background: green;
    transform: skewX(20deg);
    margin-right: -15px;
  }
  body.menu-opened .header-content-parts.mobile-only {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
  .not-found-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .not-found-wrapper .pre-footer-anim {
    margin: inherit;
    max-width: 26rem;
    padding: 6rem;
    filter: drop-shadow(20px -15px 8px #00000040);
  }
  .not-found-wrapper .number {
    font-size: 20vw;
    padding-top: 4rem;
    line-height: 1em;
    filter: drop-shadow(20px -15px 8px #00000040);
    color: var(--blue);
  }
  .not-found-wrapper .divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    z-index: -1;
  }
  .not-found-wrapper .divider .line {
    padding: 1rem 5rem;
    /* background:var(--green); */
    background-color: #1965b0;
    border-radius: 30px;
    opacity: 0.05;
  }
  .not-found-wrapper .divider .line:first-child,
  .not-found-wrapper .divider .line:nth-child(5) {
    align-self: center;
    justify-self: flex-end;
  }
  .not-found-wrapper .divider .line:nth-child(2) {
    align-self: flex-start;
    justify-self: center;
  }
  .not-found-wrapper .divider .line:nth-child(3) {
    align-self: flex-end;
    justify-self: flex-start;
  }
  .not-found-wrapper .divider .line:nth-child(4) {
    align-self: flex-end;
    justify-self: flex-end;
  }
  
  /* ------------ Footer Extra Classes ---------- */
  
  .footer-left-spacing {
    padding-left: 100px;
  }
  
  .footer-right-spacing {
    padding-right: 100px;
  }
  
  .footer-shapes {
    margin-right: -65px;
    margin-bottom: -30px;
    opacity: 0.25;
    transform: scale(0.75);
  }
  
  .hp-contact-form-section {
    background-size: cover;
    padding: 75px;
  }
  
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    /* background-color: #ffffff80; */
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  textarea.form-control {
    height: calc(12em + 0.75rem + 2px);
  }
  
  .centered-line {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  
  .centered-line::before {
    content: "";
    display: inline-block;
    width: 90%; /* Poți ajusta lungimea liniei după preferință */
    height: 1px;
    background-color: #fff; /* Culoarea liniei */
    vertical-align: middle;
  }
  
  .section-style {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 370px;
  }
  
  .footer-left-top-image {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
  }
  
  .footer-img-shapes {
    margin-left: -113px;
    margin-top: -95px;
    opacity: 0.75;
    transform: scale(0.9);
  }
  
  /* ----- Logo Slider Slick Code ---- */
  .custom-slider {
    width: 100%;
    padding-left: 200px;
    padding-right: 200px;
  }
  
  .custom-slider .slick-list {
    display: block;
    justify-content: center;
    justify-items: center;
  }
  
  .custom-slider .slick-list .module-fickle {
    margin: 10px;
  }
  
  .custom-slider .slick-list .module-fickle .fickle-image {
    position: relative;
  }
  
  .custom-slider .slick-list .module-fickle .fickle-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: var(--transition);
  }
  
  .custom-slider .slick-list .module-fickle .fickle-image:hover:before {
    background: rgba(0, 0, 0, 0);
    transition: var(--transition);
  }
  
  .custom-slider .slick-list .module-fickle .fickle-image:hover {
    cursor: pointer;
  }
  
  .builder-row .portfolio-carousel-img .fickle-item .fickle-title a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    line-height: 60px;
    position: absolute;
    bottom: 30px;
    left: 38px;
    z-index: 1;
  }
  
  .portfolio-carousel-img .fickle-image {
    margin: 0;
    border-radius: 12px;
  }
  
  .builder-row .portfolio-carousel-img .fickle-content .fickle-text-content {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 60px;
    position: absolute;
    bottom: 20px;
    left: 40px;
  }
  
  .custom-slider .arrow-prev {
    position: absolute;
    bottom: 39%;
    left: 120px;
  }
  .custom-slider .arrow-next {
    position: absolute;
    bottom: 39%;
    right: 120px;
  }
  /* ----- Logo Slider Slick Code ----- */
  
  /* ----- Logo Slider Slick Code ---- */
  
  .parteneri-slider {
    width: 100%;
    padding-left: 200px;
    padding-right: 200px;
  }
  
  .parteneri-slider .slick-list {
    display: block;
    justify-content: center;
    justify-items: center;
  }
  
  .parteneri-slider .slick-list .module-fickle {
    margin: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px -1px #0000000a;
    height: auto;
  }
  
  .parteneri-carousel-logo .fickle-image {
    padding: 15px;
    width: 95%;
    height: auto;
  }
  
  .parteneri-slider .arrow-prev {
    position: absolute;
    bottom: 39%;
    left: 120px;
  }
  .parteneri-slider .arrow-next {
    position: absolute;
    bottom: 39%;
    right: 120px;
  }
  /* ---- Partners Slider Code ---- */
  
  /* ---- Custom Fickle Styles ----*/
  
  .fickle-info .module-text h4 {
    font-size: 40px;
    color: #1965b0;
    font-weight: 500;
    padding-bottom: 15px;
    font-style: normal;
  }
  
  .fickle-info .module-text h4::after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background-color: #1965b0;
    margin: 8px 0 0 0;
  }
  
  .fickle-info .module-fickle.fickle-info .fickle-item.fickle-image img {
    width: 66px;
    height: 66px;
  }
  
  .fickle-info .module-fickle.fickle-info .fickle-item.fickle-text-content p {
    font-size: 18px;
    border: none;
    position: relative;
    display: inline-block;
    text-align: left;
    margin-bottom: 1px;
    color: #000;
    padding: 0;
  }
  .fickle-info
    .module-fickle.fickle-info
    .fickle-item.fickle-text-content
    p:hover {
    color: #1965b0;
  }
  
  .fickle-info
    .module-fickle.fickle-info
    .fickle-item.fickle-text-content
    p::after {
    content: "";
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #1965b0;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .fickle-info
    .module-fickle.fickle-info
    .fickle-item.fickle-text-content
    p:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  
  .styled-hr {
    border: 0;
    height: 1px;
    background: #1965b0;
    width: 75%;
    left: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
  }
  
  .col-lg-6.fickle-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  
  div#contact-form form .form-group label {
    color: #000;
  }
  
  .fickle-footer .fickle-item.fickle-text-content a {
    font-size: 1rem;
    border: none;
    position: relative;
    display: inline-block;
    text-align: left;
    margin-bottom: 0.2rem;
    color: #fff;
    padding: 0;
  }
  .fickle-footer .fickle-item.fickle-text-content a:hover {
    color: #fff;
    cursor: pointer;
  }
  
  .fickle-footer .fickle-item.fickle-text-content a::after {
    content: "";
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .fickle-footer .fickle-item.fickle-text-content a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  
  .footer-fickle-right-spacing {
    margin-top: -10px;
    padding-right: 100px;
  }
  
  /* ----- Main Page Slider Object ----- */
  
  .page-header-slide-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .page-header-slide-image:after {
    content: "";
    background: url(/uploads/header_elements/hd-arrow.webp) bottom right/auto 100%
      no-repeat;
    position: absolute;
    right: -25%;
    bottom: -25%;
    height: 100%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    transform: scale(0.5);
    opacity: 0.5;
  }
  .page-header-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top !important;
  }
  
  /* ----- Main Page Slider Object ----- */
  
  .header-social .nav li:last-child {
    margin-right: 50px;
  }
  
  .hide-section {
    display: none !important;
  }
  
  .current-projects {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
  }
  
  .projects-item-wrapper {
    flex: 1 1 calc(33.33% - 20px);
    margin-bottom: 20px;
  }
  
  .current-projects .col-12 {
    padding-inline: 0;
  }
  
  .projects-image-wrapper {
    position: relative;
    min-height: 50vh;
  }
  
  .projects-image-wrapper::before {
    content: "";
    position: absolute;
    height: 50vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 1;
    transition: background-color 0.3s ease-in;
  }
  .projects-image-wrapper:hover::before {
    background-color: rgba(0, 0, 0, 0);
  }
  .projects-image {
    min-height: 50vh;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
    cursor: pointer;
  }
  
  .project-title h2 {
    color: #0063af;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }
  
  .references .modal-backdrop.show {
    opacity: 0.1;
  }
  
  .projects-title-inner {
    margin-top: 20px;
  }
  
  .type-projects .container:nth-of-type(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 600px;
    gap: 20px;
    padding: 0;
  }
  
  .type-projects .container:nth-of-type(2) figure {
    margin: 0;
  }
  
  .type-projects .container:nth-of-type(2) figure:nth-child(1) {
    grid-row: span 2;
    grid-auto-columns: 600px;
  }
  
  .span-one {
    grid-column: span 1 !important;
  }
  
  .span-two {
    grid-column: span 2 !important;
  }
  
  .type-projects .container:nth-of-type(2) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter 0.5s ease-in;
    filter: brightness(0.7);
  }
  
  .type-projects .container:nth-of-type(2) img:hover {
    filter: brightness(1);
  }
  
  .type-projects .container:nth-of-type(2) {
    margin-bottom: 150px;
  }
  
  .projects-title-inner h3 {
    font-size: clamp(19px, 2vw, 25px);
    line-height: normal;
    margin-bottom: 0;
  }
  .projects-image-wrapper a:hover {
    color: #043461;
    text-decoration: none;
  }
  
  .nav-item.active {
    color: #043461 !important;
  }
  
  .nav-item.active .nav-link {
    color: #b2ddf2;
    font-weight: 500;
  }
  
  .nav-item .nav-link:hover {
    color: #b2ddf2;
  }
  
  .projects-body p {
    color: #0063af;
    margin-bottom: 10px;
  }
  .view-more.animate-up {
    text-align: end;
  }
  
  /* footer */
  
  .footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1.1fr 1.5fr 0.5fr;
    grid-gap: 0;
    max-width: 90%;
    margin: 0 auto;
    background-color: #0061af;
  }
  
  .corner-right {
    position: relative;
    background-color: #0061af;
    z-index: 0;
  }
  
  .corner-right::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 38rem;
    height: 22rem;
    background-image: url("/uploads/home/footer-tringle-full.svg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
  
  .padding-total {
    padding-inline: calc(2.5vh + 5vw) 10vw;
  }
  .padding-inline {
    padding-inline: calc(2.5vh + 5vw) 10vw;
  }
  
  .padding-road {
    padding-inline: calc(2vh + 20vw) 20vw;
  }
  
  .display-flex {
    display: flex;
    background-position: right;
  }
  
  .img-bg {
    background-position: left;
  }
  
  .view-more:hover {
    transition: 0.3s ease-in;
    margin-left: 1px;
  }
  
  .green-color {
    color: #008000 !important;
  }
  
  .blue-color {
    color: #0063af !important;
  }
  
  .h2-road {
    font-size: clamp(20px, 5vw, 60px);
    letter-spacing: 1.2px;
    line-height: normal;
    font-weight: 900;
  }
  
  .two-way-bg {
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  
  .reference {
    display: flex;
    align-items: end;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    min-height: 30vh;
  }
  
  .map-top-inner {
    margin-top: 10rem;
    position: relative;
  }
  
  .kontakt .row-item,
  .contact .row-item {
    background-position: top right;
    min-height: 30vh;
  }
  
  .kontakt .row-item .module-text h2,
  .contact .row-item .module-text h2 {
    top: 3rem;
  }
  
  .col-text-wrapper h2 {
    margin-bottom: 2rem;
  }
  
  .kontakt .row-item,
  .contact .row-item {
    display: flex;
    align-items: start;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    min-height: 30vh;
    pointer-events: none;
    position: relative;
    z-index: 2;

  }
  
  .reference .module-text h2 {
    color: var(--white);
    padding-bottom: 6px;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .row-item .module-text h2 {
    color: var(--white);
    top: 2rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .icons-section {
    position: relative;
  }
  
  .icons-section::after {
    content: "";
    position: absolute;
    top: -13rem;
    right: 0;
    width: 25rem;
    height: 19rem;
    background-image: url("/uploads/home/before-partner.svg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }
  
  .map-top-inner::after {
    content: "";
    position: absolute;
    top: -13rem;
    right: 0;
    width: 25rem;
    height: 20rem;
    background-image: url("/uploads/home/before-partner.svg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -2;
  }
  
  .icons-section .row-item .fickle-has-image {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    gap: 0;
    padding: 1.6rem 2rem 0 2rem;
    position: relative;
  }
  
  .icons-section .row-item {
    display: flex;
    align-items: start;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    min-height: 45vh;
  }
  
  .referenzen .icons-section .row-item,
  .references .icons-section .row-item,
  .uber-uns .icons-section .row-item,
  .about-us-en .icons-section .row-item {
    display: flex;
    align-items: start;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    min-height: 30vh;
  }
  
  .referenzen .parteneri-info,
  .uber-uns .parteneri-info,
  .about-us-en .parteneri-info,
  .references .parteneri-info {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .referenzen .parteneri-info-wrapper {
    margin-bottom: 0;
  }
  
  .parteneri-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 3rem;
    margin-bottom: 3rem !important;
  }
  
  .parteneri-info .section-title h2 {
    font-size: clamp(2rem, calc(3vh + 3vw), 3rem);
    color: #0061af;
    font-weight: 800;
  }
  
  .icons-section .row-item .fickle-item .fickle-title {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    position: relative;
    top: -1rem;
  }
  
  .icons-section .row-item .fickle-has-image .fickle-image img {
    max-height: 12rem;
  }
  
  .icons-section .module-fickle-basic .fickle-icon,
  .module-fickle-basic .fickle-image {
    margin-bottom: 0;
  }
  
  .two-way-bg {
    background-size: 20vw;
  }
  
  .galerie-parteneri .module-gallery {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: -2rem;
  }
  
  .galerie-parteneri .module-gallery figure {
    margin: 0;
    padding-inline: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .galerie-parteneri .module-gallery img {
    max-width: 100%;
    height: auto;
    display: block;
    border: none;
  }
  
  .galerie-parteneri .module-gallery figure:nth-child(2) img {
    border-left: 5px solid #0063af;
    border-right: 5px solid #0063af;
    padding-inline: 70px;
  }
  
  @media (max-width: 768px) {
    .galerie-parteneri .module-gallery {
      gap: 5px;
    }
  }
  
  .footer-content {
    position: relative;
  }
  
  .footer-content .module-text {
    position: relative;
    z-index: 10;
  }
  
  .footer-content h2 {
    font-size: clamp(2rem, calc(2vh + 2.3vw), 2.5rem);
    padding-left: 200px;
    font-weight: 500 !important;
  }
  
  .custom-hr {
    width: 40px;
    height: 2px;
    background-color: #0063af;
    border: none;
    margin: 0;
    text-align: left;
  }
  
  .custom-hr-green {
    width: 80px;
    height: 5px;
    background-color: #008000;
    border: none;
    margin: 0;
    text-align: left;
  }
  
  .btn.btn-secondary {
    border: 1px solid #008000 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
  }
  
  .projects-home .btn.btn-secondary:hover {
    transform: translateY(0) !important;
  }
  
  /* modal */
  
  .modal {
    z-index: 99999;
  }
  .popup {
    max-width: 1450px;
  }
  
  .modal-backdrop {
    z-index: 9999;
    opacity: 0.1 !important;
  }
  
  @media screen and (max-width: 1528px) {
    .popup {
      max-width: 1250px;
    }
  }
  
  h3.projects-title-description {
    color: #1965b0;
    cursor: pointer;
  }
  
  .gallery-slides {
    height: 600px;
    width: 100%;
  }
  
  .gallery-slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
    max-height: 600px;
    max-width: 100%;
    cursor: pointer;
    margin: auto;
  }
  
  .gallery-slides .slick-dotted.slick-slider {
    margin-bottom: 40px !important;
  }
  
  .lightbox {
    z-index: 999999 !important;
  }
  
  .lightboxOverlay {
    z-index: 999999 !important;
    background-color: #000 !important;
    opacity: 0.8 !important;
  }
  
  .modal-body .col-md-6 .btn.btn-secondary {
    background-color: #1965b0 !important;
    border-color: #1965b0 !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
  }
  
  .modal-body .col-md-6 .btn.btn-secondary:hover {
    background-color: #fff !important;
    border-color: #1965b0 !important;
    color: #1965b0 !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
  }
  
  .modal-body h5.modal-title {
    font-size: clamp(1.5rem, 3vw, 50px);
    line-height: normal;
    color: #1965b0;
  }
  
  .gallery-slides .slick-dots {
    bottom: -40px !important;
  }
  
  .btn-close {
    position: absolute;
    right: 20px;
    top: -20px;
  }
  
  .modal-body {
    padding-bottom: 70px;
  }
  
  .modal-text-1 {
    color: #004071;
  }
  
  .modal-text-2 {
    color: #0063af;
  }
  
  .modal-content .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    bottom: 0;
    padding: 20px;
    background: #fff;
  }
  
  .modal-content .slick-dots li {
    position: relative;
    margin: 0;
    width: 4px;
    border-radius: 5px;
    height: 20px;
    background: #d9d9d9;
    border: none;
  }
  
  .modal-content .slick-dots li button {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 20px;
    border-radius: 5px;
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
  }
  
  .modal-content .slick-dots li button:before {
    content: none;
  }
  
  .modal-content .slick-dots li.slick-active {
    background: transparent;
  }
  
  .modal-content .slick-dots li.slick-active button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -11px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 22px solid #0063af;
  }
  
  .col-text-wrapper {
    position: relative;
    background-color: #0063af;
    color: rgba(255, 255, 255, 1);
    padding: 150px 250px 150px 300px;
  }
  
  /* Skew top left */
  .col-text-wrapper::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url("/uploads/despre_noi/skew-right.webp");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
  }
  
  /* Skew left down */
  .col-text-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 40px;
    background-color: var(--white);
    transform: skewX(27deg);
    transform-origin: bottom left;
    z-index: 1;
  }
  
  .col-images-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
  }
  
  .col-images-wrapper::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 80px;
    height: 40px;
    background-image: url("/uploads/despre_noi/skew.svg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
  }
  
  .col-images-wrapper .working-image img {
    width: 40vw !important;
    border-radius: 40px;
  }
  
  .col-images-wrapper .working-image {
    border-radius: 100px;
    padding: 70px;
    background-color: #fff;
    position: relative;
    right: -20%;
    top: 0;
    z-index: 5;
  }
  
  .col-images-wrapper .logo-image img {
    max-width: 400px;
  }
  
  /* CONTACT  */
  input[type="checkbox"] {
    appearance: none;
    width: 1rem;
    height: 1rem;
    background-color: #00a900;
    border: 2px solid #28a745;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
  }
  
  input[type="checkbox"]:checked {
    background-color: #00a900;
    /* border-color: #1e7e34; */
    position: relative;
  }
  
  input[type="checkbox"]:checked::after {
    content: "✔";
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .form-group {
    margin-bottom: 0;
  }
  
  .form-group.agreement-radio.item-acceptance {
    margin-top: 1rem !important;
  }
  
  input[type="checkbox"] + .checkbox-text,
  input[type="checkbox"] + .checkbox-text + .e-check {
    display: inline;
    font-size: 12px;
    line-height: 0.5em !important;
  }
  
  label span {
    display: none;
  }
  
  input::placeholder {
    color: #0063af !important;
  }
  
  textarea::placeholder {
    color: #0063af !important;
  }
  
  .form-group.btn-section.row .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .fickle-item.fickle-text-content a {
    border-bottom: 1px solid #1965b0;
    padding-bottom: 4px;
  }
  .fickle-item.fickle-text-content a:hover {
    border-bottom: none !important;
  }
  
  .fickle-info .text-inner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    color: #1965b0;
    margin-top: 4rem;
    max-width: 70%;
  }
  
  .text-info p {
    color: #1965b0 !important;
    border-bottom: 1px solid #1965b0;
    padding-bottom: 4px;
    display: inline-block;
    margin-top: 5px;
    font-size: 18px;
  }
  
  .contact .btn.btn.btn-secondary,
  .kontakt .btn.btn.btn-secondary {
    margin-top: 3rem !important;
  }
  
  .danke .btn.btn-primary,
  .thank-you .btn.btn-primary {
    background-color: #0063af !important;
  }
  
  .danke .btn.btn-primary:hover,
  .thank-you .btn.btn-primary:hover {
    background-color: #0063afbd !important;
  }
  
  .map-wrapper {
    position: relative;
    z-index: 1;
    top: -10rem;
  }
  
  .form-col-inner,
  * {
    color: #fff;
  }
  
  .form-col-inner {
    background-color: #0063af;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 120px !important;
    position: relative;
    z-index: 5;
  }
  
  .contact-wrapper {
    margin-top: -50px;
    z-index: 1;
  }
  
  .fickle-info::before {
    content: "";
    position: absolute;
    top: 0.8rem;
    right: 0;
    width: 80px;
    height: 40px;
    background-image: url("/uploads/header_elements/skew-right.svg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
  }
  
  .contact footer,
  .kontakt footer {
    margin-top: -10.6rem !important;
  }
  
  .btn-initial {
    background: rgba(24, 101, 173, 0.25);
    color: rgba(255, 255, 255, 1);
    border-color: #fff;
  }
  
  .dropdown-menu {
    left: -2rem !important;
    min-width: auto;
    padding-inline: 1rem;
  }
  
  .nav-link.dropdown-toggle {
    margin-bottom: 0;
  }
  
  .dropdown.simple.nav-item.language-select a.nav-link.dropdown-toggle {
    text-transform: uppercase !important;
    padding: 0;
  }
  
  .header-content-parts.mobile-only .dropdown-menu {
    position: static;
    left: -1rem;
  }
  
  .header-content-parts.mobile-only .nav {
    display: block;
  }
  
  .custom-slider .arrow-next {
    position: absolute;
    bottom: 39%;
    right: 0;
  }
  
  .custom-slider .arrow-prev {
    left: 0;
    z-index: 99;
  }
  
  .arrows-wrapper svg {
    width: 60px;
  }
  