body {
    font-family: 'Lato', sans-serif;
}
/*300 → Light*/
/*400 → Regular*/
/*600 → SemiBold*/
/*700 → Bold*/

h1{
    font-size: 34px;
    line-height: 44px;
}

h2{
    font-size: 26px;
    line-height: 35px;
}

h3{
    font-size: 22px;
    line-height: 32px;
}

h4{
    font-size: 16px;
}

h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

p{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    /*regular*/
}

.currencyIconH3{
    height: 16px; 
    margin-top: -5px;
}
.currencyIconH4{
    height: 12px; 
    margin-top: -4px;
}
.currencyIconH5{
    height: 12px; 
    margin-top: -4px;
}

@media (max-width: 1300px) {
    h1 {
        font-size: 26px;
        line-height: 36px;
    }

    h2 {
        font-size: 20px;
        line-height: 28px;
    }

    h3 {
        font-size: 16px;
        line-height: 23px;
    }

    h4{
        font-size: 14px;
    }

    h5 {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 12px;
    }

    p{
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        /*regular*/
    }

    .currencyIconH3{
        height: 12px; 
        margin-top: -4px;
    }
    .currencyIconH4{
        height: 9px; 
        margin-top: -3px;
    }
    .currencyIconH5{
        height: 9px; 
        margin-top: -3px;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 24px;
        line-height: 36px;
    }

    h2 {
        font-size: 18px;
        line-height: 28px;
    }

    h3 {
        font-size: 14px;
        line-height: 23px;
    }

    h4{
        font-size: 12px;
    }

    h5 {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 10px;
    }

    p{
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        /*regular*/
    }

    .currencyIconH3{
        height: 10px; 
        margin-top: -3px;
    }
    .currencyIconH4{
        height: 8px; 
        margin-top: -2px;
    }
    .currencyIconH5{
        height: 8px; 
        margin-top: -2px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 22px;
        line-height: 36px;
    }

    h2 {
        font-size: 16px;
        line-height: 28px;
    }

    h3 {
        font-size: 14px;
        line-height: 23px;
    }

    h4{
        font-size: 12px;
    }

    h5 {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 10px;
    }

    p{
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 8px;
        line-height: 12px;
        /*regular*/
    }

    .currencyIconH3{
        height: 10px; 
        margin-top: -3px;
    }
    .currencyIconH4{
        height: 8px; 
        margin-top: -2px;
    }
    .currencyIconH5{
        height: 8px; 
        margin-top: -2px;
    }
    
    .img-mobile{
        max-width: 100px;
    }
}

input{
    border-radius:10px !important;
    border: 2px solid #e8eaeb !important;
    color:black !important;
}

input::placeholder {
    color: black !important;
    opacity: 1 !important
}

input:focus {
    border: 2px solid #EFD600 !important;
    outline: none !important;
    box-shadow: none !important;
}

input[readonly] {
    border: 2px solid #e8eaeb !important;
}

.card-primary{
    /*align-items: center;*/
    /*justify-content: center;*/
    /*text-align: center;*/
    padding: 20px;
    border-radius: 20px;
    color: black;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1),
    0px -4px 8px rgba(0, 0, 0, 0.05);
}

.box-yellow {
    background-color: #21305E;
    color: white;
}
.box-blue {
    background-color: #3DBFEA;
    color: white;
}
.box-light-blue {
    background-color: #ECF9FD;
    color: black;
}

.card-height{
    min-height: 220px;
    text-align: center;
}

.icon-box {
    max-width: 100%;
    min-height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.icon-box img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
}

.button-primary-active {
    display: inline-block !important;
    width: auto !important;
    max-width: fit-content !important;
    background-color: #3DBFEA;
    color: black;
    padding: 8px 25px;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1),
    0px -4px 8px rgba(0, 0, 0, 0.05);
}

.button-primary {
    display: inline-block !important;
    width: auto !important;
    max-width: fit-content !important;
    background-color: white;
    border: 1px solid grey;
    color: black;
    padding: 8px 25px;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1),
    0px -4px 8px rgba(0, 0, 0, 0.05);
}

.button-blue {
    display: inline-block !important;
    width: auto !important;
    max-width: fit-content !important;
    background-color: #21305E;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
    border: 2px solid #21305E;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}
.button-blue-active {
    display: inline-block !important;
    width: auto !important;
    max-width: fit-content !important;
    background-color: #21305E;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
    border: 2px solid #21305E;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.button-blue:hover {
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #21305E;
    color: black;
}


.button-blue:active,
.button-blue:focus {
    box-shadow: none;
    background-color: #21305E;
    outline: none;
    color: white;
}

.button-light-blue {
    display: inline-block !important;
    width: auto !important;
    max-width: fit-content !important;
    background-color: #ECF9FD;
    color: black;
    padding: 10px 25px;
    border-radius: 10px;
    border: 2px solid #ECF9FD;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}
.button-light-blue-active {
    display: inline-block !important;
    width: auto !important;
    max-width: fit-content !important;
    background-color: #ECF9FD;
    color: black;
    padding: 10px 25px;
    border-radius: 10px;
    border: 2px solid #ECF9FD;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.button-light-blue:hover {
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #ECF9FD;
    color: black;
}


.button-light-blue:active,
.button-light-blue:focus {
    box-shadow: none;
    background-color: #ECF9FD;
    outline: none;
    color: black;
}


.button-yellow{
    display: inline-block !important;
    width: auto !important;
    max-width: fit-content !important;
    background-color: #3DBFEA;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
    border: 2px solid #3DBFEA;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
}

.button-yellow:hover {
    background-color: #fff;
    border: 2px solid #3DBFEA;
    color: black;
}

.button-yellow:active,
.button-yellow:focus {
    box-shadow: 0 0 2px 2px #3DBFEA;
    background-color: #3DBFEA;
    outline: none;
    color: white;
}


.button-yellow-outline{
    display: inline-block !important;
    width: auto !important;
    max-width: fit-content !important;
    border: 1px solid #3DBFEA;
    padding: 10px 25px;
    border-radius: 5px;
}

.button-primary:hover {
    background-color: #ECF9FD;
    color: #000;
    border: 1px solid #3DBFEA;
}


.black-color{
    color: #393838;
}

.blue-color {
    color: #80E8E8;
}

.yellow-color {
    color: #EFD600;
}

/*.navbar {*/
/*    background-color: white !important;*/
/*}*/


@media (min-width: 768px) {
    .border-right {
        border-right: 1px solid #707070;
    }
}
.info-icon {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    cursor: pointer;
}

.info-icon img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.info-icon-box img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.info-text {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 1.2;
}

.info-icon:hover .info-text {
    visibility: visible;
    opacity: 1;
}

.cart-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ECF9FD;
    border: solid 2px #ECF9FD;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.cart-button img {
    width: 24px;
    height: auto;
}

.cart-button:hover {
    background-color: #fff;
    border: solid 2px #ECF9FD;
}

#pieChart {
    height: 150px !important;
}

.step-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.step {
    display: flex;
    align-items: center;
    flex: 1 1 150px;
    min-width: 150px;
}

.circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 10px;
}

.circle-active {
    background-color: #EFD600;
}

.circle-pasive {
    background-color: #80E8E8;
}

.step-text {
    font-size: 12px;
}

.scroll-card{
    height: 200px;
    overflow-y: auto;
}

.input-container {
    position: relative;
}

.search-input {
    width: 100%;
    border-radius:10px !important;
    border: 2px solid #e8eaeb !important;
    color:black !important;
    padding-right: 35px;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 20px;
    height: auto;
}


.form-range {
    width: 100%;
    height: 1px;
    background: #393838;
    -webkit-appearance: none;
    appearance: none;
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 25px;
    border-radius: 40%;
    border: 1px solid #F4F4F7;
    background: #EFD600;
    cursor: pointer;
}

.form-range::-moz-range-thumb {
    width: 15px;
    height: 25px;
    border-radius: 40%;
    border: 1px solid #F4F4F7;
    background: #EFD600;
    cursor: pointer;
}

.yellow-line {
    width: 5px;
    background-color: #EFD600;
    height: 100%;
}


.category-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*padding-left: 20px;*/
}


.custom-accordion .accordion-button {
    background-color: #f8f9fa;
    color: #495057;
    border-radius: 0px;
    text-align: left;
    padding-left: 20px;
}

.custom-accordion .accordion-body {
    padding-left: 20px;
}

.custom-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #ddd;
}

.custom-accordion .accordion-body a {
    display: block;
    padding: 5px 0;
    color: #495057;
    text-decoration: none;
}

.custom-accordion .accordion-body a:hover {
    color: #ffd700;
}

.custom-accordion .accordion-item {
    margin-bottom: 15px;
}

.locked-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.locked-icon {
    width: 50px;
    height: 50px;
}


/*FAQs*/
.faq-accordion .accordion-button:not(.collapsed) {
    background-color: white;
    color: black;
    font-weight: bold;
}

.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e0e2e3;
    overflow: hidden;
    margin-bottom: 10px;
}

.faq-accordion .accordion-button::after {
    display: none !important;
}

.faq-accordion .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-accordion .accordion-button .icon::before {
    content: "+";
    font-size: 1.2rem;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed) .icon::before {
    content: "−";
}


/*.faq-accordion .accordion-item:not(:first-of-type) {*/
/*    border-top: 1px solid #80E8E8;*/
/*}*/

.faq-accordion .accordion-body {
    padding: 15px;
    transition: background-color 0.3s ease-in-out;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.big-custom-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color: white;
    border-radius: 10px;
    transition: 0.3s;
}

.faturacao {
    background-color: #80E8E8;
}

.faturacao:hover {
    background-color: #5fb6b6;
    color:#fff;
}

.premios {
    background-color: #EFD600;
}

.premios:hover {
    background-color: #af8821;
    color:#fff;
}

.custom-height-buttons {
    height: 60vh;
}

@media (max-width: 768px) {
    .custom-height-buttons {
        height: auto !important;
    }
}

.blue-box {
    background-color: #ECF9FD;
    color: #0A0E1C;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/*Filtre*/
.filters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.filters-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.dropdown-custom {
    background: white;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    padding: 8px 6px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-custom:focus, .dropdown-custom:hover {
    border-bottom: 2px solid #000;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu {
    border-radius: 0;
    border: 1px solid #ddd;
}

.dropdown-menu .dropdown-item:hover {
    background: #f8f9fa;
}

.arrow-down {
    width: 12px;
    height: 12px;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .filters-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        width: 100%;
    }

    .filters-wrapper .dropdown {
        width: 100%;
    }
}

/* Responsivitate pentru slider */
#priceRangeSlider {
    width: 100%;
    margin: 10px 0;
}

/* Stilizare pentru handle-urile sliderului */
.noUi-target {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #D8F2FB;
    box-shadow: inset 0 1px 1px #D8F2FB, 0 3px 6px -5px #D8F2FB;
}

.noUi-handle {
    background-color: #EFD600 !important; /* Galben */
    border-radius: 50%;
    border: 2px solid #EFD600 !important;
    height: 28px !important;
    width: 22px !important;
    right: -12px !important;
    top: -6px !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.noUi-handle:before {
    content: '';
    background-color: #EFD600; /* Galben */
}

/* Responsive pentru mobile */
@media (max-width: 768px) {
    #priceRangeSlider {
        width: 100%; /* Mai mic pe mobil */
    }
}
.noUi-connect {
    background: #D8F2FB;
}
.noUi-handle:after, .noUi-handle:before
 {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #ffffff;
    left: 8px;
    top: 6px;
}

.custom-steps-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    padding: 0 15px;
}

.custom-step {
    flex: 1;
    text-align: left;
    position: relative;
}

.custom-step-title {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    /*margin-bottom: 6px;*/
    margin: 0px 4px 6px 4px;
}

a {
    text-decoration: none;
}

.custom-step-line {
    height: 6px;
    background-color: #F4F4F7;
    margin: 0 4px;
    transition: background-color 0.3s;
    border-radius: 10px;
}

.custom-step.active .custom-step-line {
    background-color: #3DBFEA;
}

.active-step {
    background-color: #21305E !important;
}

.button-blue-back {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #21305E;
}


.button-blue-back:hover {
    color: #21305E;
    text-decoration: none;
}