/* Global styles */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,700;1,800&display=swap');

:root {
    /* Fonts */
    --primary-font: 'Barlow', sans-serif;
    --secondary-font: 'Open Sans', sans-serif;

    --font-size-1: 14px;
    --font-size-2: 16px;
    --font-size-3: 18px;
    --font-size-4: 20px;
    --font-size-5: 24px;
    --font-size-6: 36px;
    --font-size-7: 48px;
    --font-size-8: 52px;
    --font-size-9: 62px;

    --color-1: #080FAA;
    --color-2: #fff;
    --color-3: #141413;
    --color-4: #85859A;
    --color-5: #FBFBFF;
    --color-6: #E9EAF5;
    --color-7: #BFBFD6;
    --color-8: #D5D6E1;

    --swiper-pagination-color: #141413;
    --swiper-pagination-bullet-inactive-color: rgba(20, 20, 19, 0.5);
}

.fw-regular{
    font-weight: 400;
}
.fw-medium{
    font-weight: 500;
}
.fw-semibold{
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--color-3);
    position: relative;
    overflow-x: hidden;
}

.font-1{
    font-family: var(--primary-font);
}
.font-2{
    font-family: var(--secondary-font);
}

h1, h2, h3, h4, h5, h6 {
    color: var(--color-1);
}
h1{
    font-size: var(--font-size-6);
    margin-bottom: 1.3rem !important;
}
h2{
    font-size: var(--font-size-5);
    margin-bottom: 1.3rem !important;
}
h3{
    font-size: var(--font-size-3);
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important;
}
h4{
    font-size: var(--font-size-3);
    margin-top: 1.3rem !important;
    margin-bottom: 1.3rem !important;
}
h5{
    font-size: var(--font-size-3);
    margin-bottom: 1.3rem !important;
}
p, h6{
    font-size: var(--font-size-2);
    margin-bottom: 1.3rem !important;
}
small{
    font-size: var(--font-size-1);
    margin-bottom: 1.3rem !important;
}
@media (min-width: 768px) {
    h1{
        font-size: var(--font-size-8);
        margin-bottom: 1.5rem !important;
    }
    h2{
        font-size: var(--font-size-7);
        margin-bottom: 1.5rem !important;
    }
    h3{
        font-size: var(--font-size-4);
        margin-bottom: 1.5rem !important;
    }
    h4{
        font-size: var(--font-size-4);
        margin-bottom: 1.5rem !important;
    }
    h5{
        font-size: var(--font-size-3);
        margin-bottom: 1.5rem !important;
    }
    p, h6{
        font-size: var(--font-size-2);
        margin-bottom: 1.5rem !important;
    }
    small{
        font-size: var(--font-size-1);
    }
}

a.color-1:hover{
    color: var(--color-2);
}
a.color-1-hover-bold:hover, a.color-1-hover-bold:focus, a.color-1-hover-bold:active{
    color: var(--color-1);
    font-weight: 700;
}
a.color-2:hover{
    color: var(--color-1);
}
a.color-3:hover{
    color: var(--color-1);
}
a.color-2.color-2-no-change:hover{
    color: var(--color-2);
}
a.color-2.color-2-with-underline{
    text-decoration: none;
}
a.color-2.color-2-with-underline:hover{
    color: var(--color-2);
    text-decoration: underline;
}
.rounded{
    border-radius: 5px;
}

/* CONTAINER MIDDLE COL */
.middle-col{
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: 0;
    margin-left: auto;
}

/*NAVIGATION*/
#navbar{
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-2);
    z-index: 999;
    width: 100%;
    padding: 20px 0;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
}
#menu-logo{
    height: 40px;
}
.dropdown-menu{
    padding: 10px;
}
.dropdown-toggle::after, .dropend .dropdown-toggle::after{
    content: none;
}
.dropend .dropdown-menu[data-bs-popper]{
    left: -20px;
    margin-left: 0;
    top: 100%;
    min-width: calc(100% + 40px);
    box-shadow: 0 0 1rem rgba(0,0,0,.35) !important
}
@media (min-width: 768px){
    #navbar-padding{
        width: 100%;
        height: 100px;
    }
    #navbar{
        padding: 25px 0;
    }
    #menu-logo{
        height: 50px;
    }
    #navbar a{
        color: var(--color-1);
    }
    #navbar a:hover, #navbar a:focus{
        color: var(--color-3);
        background-color: transparent;
    }
    #navbar .nav-level-1 a{
        font-size: var(--font-size-2);
        font-weight: 500;
        padding-left: 15px;
        padding-right: 15px;
    }
    #navbar .nav-level-2 a{
        font-size: var(--font-size-2);
        font-weight: 400;
        padding: 15px;
    }
    #navbar .nav-level-3 a{
        font-size: var(--font-size-2);
        font-weight: 400;
    }
    .dropdown-menu{
        padding: 20px;
        border: none;
    }
    .main-section{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .main-section-top{
        padding-top: 100px;
    }
    .main-section-bottom{
        padding-bottom: 100px;
    }
}
@media screen and (min-width: 1200px){
    #navbar .nav-level-1 a{
        padding: 10px 20px;
    }
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 30px;
    z-index: 11;
    float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    /*transform: translate(-50%, -50%) rotate(0deg);*/
    /*left: 50%;*/
    /*top: 50%;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background-color: var(--color-1);
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
    width: 80%;
    left: 20%;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform-origin: 50% 50%;
    transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
    width: 80%;
    left: 20%;
}
.navbar-toggler:not(.collapsed) .hamburger-toggle .hamburger span {
    position: absolute;
    margin: 0;
}
.navbar-toggler:not(.collapsed) .hamburger-toggle .hamburger span:first-child {
    top: 45%;
    transform: rotate(45deg);
    width: 100%;
    left: 0;
}
.navbar-toggler:not(.collapsed) .hamburger-toggle .hamburger span:nth-child(2) {
    left: 50%;
    width: 0px;
}
.navbar-toggler:not(.collapsed) .hamburger-toggle .hamburger span:last-child {
    top: 45%;
    transform: rotate(-45deg);
    width: 100%;
    left: 0;
}

@media (max-width: 991px){
    #navbar-padding{
        width: 100%;
        height: 80px;
    }
    #navbar-content{
        position: fixed;
        top: 80px;
        left: 0;
        width: 100vw;
        min-height: calc(100vh - 80px) !important;
        background-color: #fff;
        overflow-y: scroll;
    }
    .nav-level-1{
        max-width: 540px;
        margin: 0 auto;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }

    #navbar a{
        color: var(--color-3);
    }
    #navbar a:hover, #navbar a:focus{
        color: var(--color-1);
        background-color: transparent;
    }
    #navbar .nav-level-1 a{
        font-size: var(--font-size-3);
        font-weight: 500;
    }
    #navbar .nav-level-2 a{
        font-size: var(--font-size-2);
        font-weight: 500;
        padding: 10px;
    }
    #navbar .nav-level-3 a{
        font-size: var(--font-size-2);
        font-weight: 500;
    }
    .dropdown-menu{
        box-shadow: none !important;
        border: none;
    }
    .mobile-nav-square{
        width: 6px;
        height: 6px;
        border-bottom: 2px solid var(--color-3);
        border-left: 2px solid var(--color-3);
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .main-section{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .main-section-top{
        padding-top: 60px;
    }
    .main-section-bottom{
        padding-bottom: 60px;
    }
}




/*HEADER IMAGE*/
.header-image .header-text-size{
    max-width: 1320px;
    margin: 0 auto;
}
.header-image-client-support-button{
    position: absolute;
    bottom: 20px;
    right: 20px;
}
@media (min-width: 576px) {
    .header-image .header-text-size{
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .header-image .header-text-size{
        max-width: 720px;
    }
    .header-image-client-support-button{
        bottom: 40px;
        right: 40px;
    }
}
@media (min-width: 992px) {
    .header-image .header-text-size{
        max-width: 960px;
    }
    .header-text-limiter{
        max-width: 75%;
    }
}
@media (min-width: 1200px) {
    .header-image .header-text-size{
        max-width: 1140px;
    }
    .header-text-limiter{
        max-width: 50%;
    }
    .header-image-client-support-button{
        bottom: 40px;
        right: 80px;
    }
}
@media (min-width: 1500px) {
    .header-image .header-text-size{
        max-width: 1420px;
    }
    .header-text-limiter{
        max-width: 50%;
    }
}
.header-image .header-text{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

/*BUTTONS*/
.btn-primary{
    background-color: var(--color-1);
    border-color: var(--color-1);
    color: var(--color-2);
    transition: all 300ms linear;
    font-size: var(--font-size-3);
    font-weight: 500;
}
.btn-primary:hover{
    background-color: var(--color-2);
    border-color: var(--color-1);
    color: var(--color-1);
}
.btn-primary-outline{
/*    background-color: var(--color-2);*/
    border-color: var(--color-1);
    color: var(--color-1);
    transition: all 300ms linear;
    font-size: var(--font-size-3);
    font-weight: 500;
}
.btn-primary-outline:hover{
    background-color: var(--color-1);
    border-color: var(--color-1);
    color: var(--color-2);
}
#hero-button a{
/*    color: var(--color-2);*/
    text-decoration: none;
}
#hero-button a:focus, #hero-button a:hover, #hero-button a:active{
/*    color: var(--color-2);*/
    text-decoration: underline;
}

/*HOME NUMBERS*/
.numbers-cell > div{
    border-top: 2px solid var(--color-6);
}
.numbers-cell:nth-child(odd){
    padding-right: 5px;
}
.numbers-cell:nth-child(even){
    padding-left: 5px;
}
@media (min-width: 992px){
    .numbers-cell:nth-child(3n){
        padding-right: 2.5px;
    }
    .numbers-cell:nth-child(3n+1){
        padding-left: 2.5px;
        padding-right: 2.5px;
    }
    .numbers-cell:nth-child(3n+2){
        padding-left: 5px;
    }
}


/*HOME ICONS*/
div.square-icon{
    padding: 15px;
    border-radius: 5px;
    background-color: var(--color-1);
    display: inline-block;
    margin-bottom: 0.5rem;
}
div.square-icon img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center center;
}
ul:not(.list-unstyled, .nav-tabs) {
    list-style: none; /* Remove default bullets */
    padding-left: 1rem;
}

ul:not(.list-unstyled, .nav-tabs) li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--color-7); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    text-align: left;
}
ul.list-green-bullets li::before {
    color: #FFC70B; /* Change the color */
}


@media (min-width: 992px){
    div.square-icon{
        margin-bottom: 1rem;
    }
}
.service-url{

}
.service-url a{
    text-decoration: none;
    color: var(--color-1);
    font-weight: 500;
    font-size: 18px;
}
.service-url a svg:first-child{
    margin-right: 8px;
}
.service-url a svg:last-child{
    margin-left: 8px;
}
.service-url a:hover, .service-url a:focus, .service-url a:active{
    text-decoration: underline;
    font-weight: 500;
}


/*ACCORDION*/
.accordion-item{
    margin-bottom: 15px;
    border-radius: 5px !important;
    border: 1px solid var(--color-8) !important;
    overflow: hidden;
}
.accordion-header{
    margin-bottom: 0 !important;
}
.accordion-button {
    background-color: var(--color-2) !important;
    box-shadow: none !important;
    color: var(--color-1) !important;
    padding: 25px 20px;
}
.accordion-button::after{
    content: none;
}
.accordion-open, .accordion-closed{
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    color: var(--color-1) !important;
    font-size: var(--font-size-2);
    display: block;
}
.accordion-button.collapsed .accordion-open{
    display: none;
}
.accordion-button:not(.collapsed) .accordion-closed{
    display: none;
}
.accordion-button::after{
    color: var(--color-1) !important;
    background: url('https://api.iconify.design/ic/baseline-minus.svg') no-repeat center center / contain;
}
.accordion-button:not(.collapsed)::after{
    background: url('https://api.iconify.design/ic/baseline-plus.svg') no-repeat center center / contain;
    transform: none;
}
.accordion-body{
    color: var(--color-3);
    font-family: var(--secondary-font);
}
@media (min-width: 1200px){
    .accordion-open, .accordion-closed{
        font-size: var(--font-size-5);
    }
}

/*ABOUT TIMELINE*/
.timeline {
    position:relative;
}

.timeline::before {
    content:'';
    height:100%;
    width:2px;
    background-color: var(--color-8);
    position:absolute;
    left:calc(50% - 1px);
}

.timeline-left {
    text-align:right;
}

.timeline-right {
    padding-top:100px;
}

.container-an {
    border-radius:10px;
    border:1px solid var(--color-8);
    padding:15px;
    margin-top:20px;
    position:relative;
}

.container-an > span {
    font-size:28px;
    color: var(--color-1);
}

.timeline-left .container-an:after {
    content:'';
    width:8px;
    height:8px;
    background-color: var(--color-1);
    border-radius:50px;
    position:absolute;
    top:35px;
    right:-17px;
}

.timeline-right .container-an:after {
    content:'';
    width:8px;
    height:8px;
    background-color: var(--color-1);
    border-radius:50px;
    position:absolute;
    top:35px;
    left:-17px;
}


@media only screen and (min-width:768px) {
    .timeline-left .container-an:nth-child(even){
        display: none;
    }
    .timeline-right .container-an:nth-child(odd){
        display: none;
    }
}

@media only screen and (max-width:769px) {
    .timeline-right { padding-left: 30px; }
    .timeline::before { left:17px; }
    .timeline-right { padding-top:0; }
}

/*ABOUT SWIPER*/
.swiper-nav{
    display: inline-flex;
    margin: 0 auto;
    padding-left: 56px;
    padding-right: 56px;
    max-width: 100%;
    position: relative;
    min-height: 56px;
    justify-content: center;
    align-items: center;
}
.swiper-pagination{
    position: static;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}
.swiper-button-next::after, .swiper-button-prev::after{
    content: none;
}
.swiper-button-prev, .swiper-button-next{
    font-size: 56px;
    width: 56px;
    height: 56px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    color: var(--color-3);
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}

/*CONTACT FORM*/
.form-control{
    padding: .375rem .75rem .375rem 0;
    font-size: var(--font-size-4);
    font-weight: 400;
    line-height: 1.25;
    color: var(--color-3);
    background-color: #fff;
    border: none;
    border-bottom: 1px solid var(--color-8);
    border-radius: 0;
}
textarea.form-control{
    min-height: 100px;
}
.form-control:focus{
    color: var(--color-3);
    background-color: transparent;
    border-color: var(--color-8);
    outline: 0;
    box-shadow: none;
}
::placeholder {
    color: var(--color-8);
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--color-8);
}
@media (min-width: 768px) {
    textarea.form-control{
        min-height: 150px;
    }
}

.white-field{
    position: relative;
    margin: 0 auto;
    display: inline-block;
}
.white-field .form-control{
    color: var(--color-3);
    max-width: 400px;
    width: 100%;
    border-bottom: none;
    border-radius: 5px;
    padding: .75rem .75rem .75rem 50px;
}
.white-field .form-control:focus{
    background-color: #fff;
}
.white-field svg{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-1);
}


/*TO OVERWRITE*/

.fs-new-1{
    font-size: var(--font-size-1);
}
.fs-new-2{
    font-size: var(--font-size-2);
}
.fs-new-3{
    font-size: var(--font-size-3);
}
.fs-new-4{
    font-size: var(--font-size-4);
}
.fs-new-5{
    font-size: var(--font-size-5);
}
.fs-new-6{
    font-size: var(--font-size-6);
}
.fs-new-7{
    font-size: var(--font-size-7);
}
.fs-new-8{
    font-size: var(--font-size-8);
}
.fs-new-9{
    font-size: var(--font-size-9);
}

.color-1{
    color: var(--color-1);
}
.color-2{
    color: var(--color-2);
}
.color-3{
    color: var(--color-3);
}
.color-4{
    color: var(--color-4);
}
.color-7{
    color: var(--color-7);
}
.color-8{
    color: var(--color-8);
}
.background-color-1{
    background-color: var(--color-1);
}
.background-color-2{
    background-color: var(--color-2);
}
.background-color-3{
    background-color: var(--color-3);
}
.background-color-4{
    background-color: var(--color-4);
}
.background-color-5, .bg-grey{
    background-color: var(--color-5);
}
.background-color-6{
    background-color: var(--color-6);
}
footer a{
    color: var(--color-2);
    text-decoration: none;
}
footer a:focus, footer a:active, footer a:hover{
    color: var(--color-2) !important;
/*    font-weight: 700;*/
text-decoration: underline;
}
footer .list-unstyled{
    margin-bottom: 0;
}

section.py-lg-5{
    padding-top: 80px !important;
}

/*Fixed button*/
.fixed-button-client-support{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

/*NEWS*/
.news-featured-main{

}
.news-featured-secondary h3{
    font-weight: 400;
}
.news-featured-main a, .news-featured-secondary a{
    color: var(--color-1);
    text-decoration: none;
}
.news-featured-main a:focus, .news-featured-main a:hover, .news-featured-main a:active,
.news-featured-secondary a:focus, .news-featured-secondary a:hover, .news-featured-secondary a:active{
    color: var(--color-1);
/*    font-weight: 700;*/
}

.news-featured-secondary{
    border-top: 1px solid var(--color-7);
    padding-top: 30px;
    padding-bottom: 60px;
}
.news-featured-secondary:hover{
    border-top: 1px solid var(--color-1);
}
.news-featured-secondary h3{
    color: var(--color-3);
}
.news-featured-secondary:hover h3{
    color: var(--color-1);
}

/*Promotions*/
@media screen and (min-width: 992px){
    .promotions-listing{

    }
    .promotions-listing > .news-featured-listing{
        gap: 2%
    }
    .promotions-listing > .news-featured-listing >.news-featured-secondary{
        width: 32%;
    }
}

/*BREADCRUMBS*/
.breadcrumbs{

}
.breadcrumb-link a svg{
    font-size: 22px;
    margin-right: 8px;
}
.breadcrumb-link a{
    text-decoration: none;
    font-size: 14px;
    color: #85859A;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
}
.breadcrumb-link a:hover, .breadcrumb-link a:focus, .breadcrumb-link a:active{
    text-decoration: underline;
}
.breadcrumb-link:last-child a{
    color: #D5D6E1;
}
.breadcrumb-separator{
    color: #D5D6E1;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
}

/*Article Card*/
.article-card{
    border: 1px solid var(--color-8);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

/*Util links*/
.util-links{

}
.util-links > div{
    margin-bottom: 15px;
}
.util-link{
    display: flex;
    border: 1px solid var(--color-8);
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}
.util-link p{
    flex-shrink: 1;
    flex-grow: 1;
    margin: 0 15px 0 0 !important;
    font-weight: 600;
}
.util-link-anchor{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-1);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    font-size: 40px;
}
@media screen and (min-width: 992px){
    .util-links > div:nth-child(even){
        padding-right: 15px;
    }
}

/*Details page text*/
.text-from-editor{

}
.text-from-editor p{

}
.text-from-editor a{
    color: var(--color-1);
    text-decoration: underline;
}
.text-from-editor a:hover, .text-from-editor a:active, .text-from-editor a:focus{
    color: var(--color-1);
    text-decoration: none;
}

/*Furnizor details*/
.furnizor-logo{
    height: 200px;
    width: 100%;
    border: 1px solid #D5D6E1;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.furnizor-logo img{
	padding:30px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}
.providers-listing{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.provider-card{
    width: 100%;
    padding: 15px;
    text-align: center;
    border: 1px solid #D5D6E1;
    border-radius: 5px;
    margin-bottom: 1.33%;
}
.provider-card img{
    padding: 20px;
    display: block;
    margin: 0 auto;
    height: 100px;
    object-fit: contain;
    object-position: center;
}
.provider-card > h3{
    color: #141413;
    text-align: center;
}
.provider-card > p{

}
@media screen and (min-width: 768px){
    .providers-listing{
        gap: 2%;
    }
    .provider-card {
        width: 49%;
    }
}
@media screen and (min-width: 992px){
    .providers-listing{
        gap: 1.33%;
    }
    .provider-card {
        width: 24%;
    }
}

/*Bills advantages*/
.bills-advantages{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.bills-advantage-card{
    width: 100%;
    padding: 20px;
    border: 1px solid #D5D6E1;
    border-radius: 5px;
    margin-top: 20px;
}
@media screen and (min-width: 992px){
    .bills-advantages{
        gap: 1.25%;
    }
    .bills-advantage-card{
        width: 32.5%;
    }
}

/*Video*/
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/*Beneficii items*/
.beneficii-items{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2%;
}
.beneficii-items > .beneficiu-item{
    width: 49%;
    margin-top: 2%;
    border: 1px solid #D5D6E1;
    border-radius: 5px;
}
.beneficii-items > .beneficiu-item .square-icon{
    margin-bottom: 0;
}

@media screen and (max-width: 900px) {
    .beneficii-items > .beneficiu-item {
        width: 100%;
    }
}


/*Investitori*/
.digits-card{
    padding: 20px;
    border: 1px solid #D5D6E1;
    border-radius: 5px;
}

#servicii-tabs{
    border-bottom: none;
}
#servicii-tabs > li{
    border-bottom: 1px solid #D5D6E1;
}
#servicii-tabs > li:has(.active){
    border-bottom: none;
}
#servicii-tabs > li > button{
    border: none;
    color: var(--color-3);
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid transparent;
    border-radius: 0;
}
#servicii-tabs > li > button.active{
    color: var(--color-1);
    font-weight: 500;
    font-size: 20px;
    border-bottom: 2px solid var(--color-1);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .middle-col{
        max-width: 540px;
    }
    .w-sm-auto{
        width: auto !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	
    .middle-col{
        max-width: 720px;
    }
    .fs-md-new-1{
        font-size: var(--font-size-1);
    }
    .fs-md-new-2{
        font-size: var(--font-size-2);
    }
    .fs-md-new-3{
        font-size: var(--font-size-3);
    }
    .fs-md-new-4{
        font-size: var(--font-size-4);
    }
    .fs-md-new-5{
        font-size: var(--font-size-5);
    }
    .fs-md-new-6{
        font-size: var(--font-size-6);
    }
    .fs-md-new-7{
        font-size: var(--font-size-7);
    }
    .fs-md-new-8{
        font-size: var(--font-size-8);
    }
    .fs-md-new-9{
        font-size: var(--font-size-9);
    }
    .w-md-auto{
        width: auto !important;
    }
    section.py-lg-5{
        padding-top: 120px !important;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .middle-col{
        max-width: 480px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .middle-col.middle-col-spaced-right{
        padding-right: 80px;
    }
    .middle-col.middle-col-spaced-left{
        padding-left: 80px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .middle-col{
        max-width: 570px;
    }
    .middle-col.middle-col-spaced-right{
        padding-right: 95px;
    }
    .middle-col.middle-col-spaced-left{
        padding-left: 95px;
    }
    .fixed-button-client-support{
        bottom: 40px;
        right: 40px;
    }
}

/* XX-Large devices (larger desktops, 1500px and up) */
@media (min-width: 1500px) {
    .middle-col{
        max-width: 710px;
    }
    .middle-col.middle-col-spaced-right{
        padding-right: 118.333px;
    }
    .middle-col.middle-col-spaced-left{
        padding-left: 118.333px;
    }
    .fixed-button-client-support{
        right: 80px;
    }
}


/* Map CSS */
.map-section {
    min-height: 625px;
}

#harta {
    background-color: blue;
    width: 100%;
    min-height: 755px;
    position: absolute;
    z-index: -10;
    top: 70px;
}
.nav-icon {
    width: 30px;
    height: 30px;
}

.search-location-btn {
    background-color: #080FAA;
    padding: 12px;
}

.search-input {
    border-radius: 5px;
    background: #FFF;
    border: none;
    padding: 15px 42px;
    margin-right: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.search-input::placeholder {
    color: #141413;
}

.search-container {
    position: relative;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 19px;
}

.filter-section {
    margin-top: 25px;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.payment-method-section {
    margin: 25px 0;
    color: #141413;
    font-size: 18px;
}
.badge {
    cursor: pointer;
    user-select: none;
    background-color: #FFF;
    border-radius: 20px;
    color: #141413;
    padding: 10px 25px;
    font-size: 18px;
    margin: 0 10px;
}
.badge.active {
    background-color: #080FAA;
    color: #FFF;
    img {
        margin-right: 5px;
    }
}
.locations {
    display: flex;
    flex-flow: column nowrap;
    overflow-y: scroll;
    max-height: 530px;
    width: 400px;
}
.location {
    background-color: #FFF;
    display: flex;
    flex-flow: column wrap;
    border-radius: 5px;
    padding: 25px;
    width: 385px;
    font-size: 16px;
    letter-spacing: -0.25;
    line-height: 24px;
    color: #141413;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    h3 {
        color: #141413;
        font-size: 20px;
    }
    p, h3 {
        margin: 0 !important;
    }
    h3 {
        margin-bottom: 5px !important;
    }
    .additional-details {
        margin-top: 25px;
    }
    .directions {
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        a {
            text-decoration: none;
            color: #080FAA;
            font-size: 18px;
            font-weight: 600;
        }
    }
}


.search-message {
    display: none;
    margin-top: 5px;
    font-size: 16px;
    color: blue; /* Red color */
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
    background:#080faa;
    margin:0px;!important;
}

.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal ul {
    list-style: none;
}




