.bootstrap-select .btn.dropdown-toggle {
    font-size: 1.1rem; /* bigger font */
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.bg-overlay.bg-algera-hero-bg {
    z-index: 10;
/*    background: linear-gradient(180deg, #1bc5bd, #a6d6fb);*/
    background: url('/img/algera-index-bg.webp');
    background-position: center center;
}
.bg-overlay.bg-algera-light {
    z-index: 20;
    background: radial-gradient(circle at 166%, rgb(255 255 255 / 0%) 15%, #fff 75%);
}

.bg-overlay.bg-overlay-color {
    z-index: 10;
    background: radial-gradient(circle at 100% 152%, rgb(174 238 199) 4%, #9bf4ff 50%)
}
.bg-overlay.bg-overlay-white {
    z-index: 20;
    background: radial-gradient( circle at 110% 60%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 100) 40% );
}
.hero-section .row,
.cta-section .row {
    z-index: 50;
    position: relative;
}

.cta-section {
    z-index: 0;
}

.algera-bg-cta {
    background: url('/img/platforma-za-telemedicina-algera.webp');
    background-position: center right;
    background-size: cover;
}

/* Increase the height of each item in the dropdown */
.bootstrap-select .dropdown-menu > .inner > li > a {
    font-size: 1.1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
    .cards-wrapper {
        position: absolute;
    }
}
