.blue-box-counter {
    background-color: var(--box-blue);
    color: var(--white);
}

.blue-box-counter-number {
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
}

.blue-box-counter-number-1 {
    background-image: url('../img/circle-1-leaf.svg');
}

.blue-box-counter-number-2 {
    background-image: url('../img/circle-2-leaf.svg');
}

.blue-box-counter-number-3 {
    background-image: url('../img/circle-3-leaf.svg');
}

.blue-box-counter-text {
    font-size: 14px;
    width: 80%;
}

@media only screen and (min-width: 768px) {
    .blue-box-counter-number {
        width: 48px;
        height: 48px;
    }
}

@media only screen and (min-width: 992px) {
    .blue-box-counter-number {
        width: 72px;
        height: 72px;
    }
}

.box {
    background-color: var(--box-background);
    margin-top: 24px;
}

.box-half {
    padding: 24px 34px;
}

.box-ribbon {
    background-image: url('../img/noventiz_arrow_ribbon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 94px;
}

.box-ribbon-text {
    display: inline;
}

.box-ribbon-text h3 {
    font-size: 14px;
}

.box-ribbon-icon {
    padding-top: 20px;
}

.box-ribbon-icon img {
    height: 40px;
}

.calculate-now-text {
    display: none;
}

.container-btn-calculator a {
    display: block;
}

.container-btn-calculator a i {
    display: initial;
}

select[name="locale"] option {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

/* Desktop view: show text */
@media (min-width: 768px) {
    select[name="locale"] {
        width: auto;
        text-indent: 0;
        background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none) !important;
    }
}

/* Mobile view: show only flag */
@media (max-width: 767px) {
    select[name="locale"] {
        width: 40px;
        text-indent: -9999px; /* Hide text */
        background-size: 24px 24px;
        background-position: center;
    }
}

@media only screen and (min-width: 400px) {
    .box-ribbon-icon {
        padding-top: 20px;
    }

    .box-ribbon-text h3 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) {
    .box-half {
        padding: 60px 60px 60px 0;
    }

    .box-ribbon {
        height: 124px;
    }

    .box-ribbon-text h3 {
        font-size: 17px;
    }

    .box-ribbon-icon {
        padding-top: 30px;
    }

    .box-ribbon-icon img {
        height: 48px;
    }

    .calculate-now-text {
        display: block;
    }

    .container-btn-calculator {
        padding-top: 3px !important;
    }

    .container-btn-calculator a {
        display: inline;
        float: right;
    }

    .container-btn-calculator a i {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .box-ribbon {
        height: 320px;
    }

    .box-ribbon-text {
        display: block;
        float: none !important;
    }

    .box-ribbon-text h3 {
        font-size: 17px;
    }

    .box-ribbon-icon {
        padding-top: 16px;
    }

    .box-ribbon-icon img {
        height: 56px;
    }
}

@media only screen and (min-width: 992px) {
    .box-ribbon-icon {
        padding-top: 10px;
    }

    .box-ribbon-icon img {
        height: 80px;
    }

    .box-ribbon-text h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .box-ribbon-icon {
        padding-top: 20px;
    }

    .box-ribbon-icon img {
        height: 100px;
    }
}

.row-blue {
    background-color: var(--box-blue);
}

.row-blue-calc{
    width:10%;
    float:left;
}

.row-blue-text{
    width:59%;
    float:left;
}

.row-blue-button{
    width:30%;
    float:left;
    text-align:center;
    padding-top:20px;
}

a {
  color: #00cd50;
}
