@charset "UTF-8";

@media (max-width: 575px) {
    #navbar-login-button {
        display: inline-block;
    }

    .add-user {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
    }

    .assigned-user {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
    }

    .progress-circles {
        margin: 0;
    }

    .circle-content {
        width: 5rem;
    }

    .circle-text {
        line-height: 1.2;
        font-size: 12px;
    }

    #static-image-container {
        margin: 20px 0px;
    }

    .jetders-form {
        background: url(../img/form-bg.svg) -15px -20px #FFF no-repeat !important;
    }

    .key-points-icon-holder {
        margin-bottom: 20px;
        max-width: 200px;
    }

    .key-points-text {
        text-align: center;
    }

    #static-image-container {
        padding: 10px;
    }

    .nav-link {
        width: 100% !important;
        margin: 10px 0px;
        text-align: center;
    }

    footer .nav-link {
        margin: 0px 0px;
    }

    #captcha-img {
        width: 105px;
    }

    #captcha,
    label[for="captcha"] {
        width: calc(100% - 170px);
    }

    .o-x-hidden-mobile {
        overflow-x: hidden;
    }

    .swiper#home-slider {
        /*height: 404px;*/
        /*height: 100dvw;*/
        height: unset!important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    #navbar-login-button {
        display: inline-block;
    }

    .nav-link {
        width: 100% !important;
        margin: 10px 0px;
        text-align: center;
    }

    .add-user {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
    }

    .assigned-user {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
    }

    .progress-circles {
        margin: 0;
    }

    .circle-content {
        width: 5rem;
    }

    .circle-text {
        line-height: 1.2;
        font-size: 12px;
    }

    #static-image-container {
        margin-bottom: 20px;
    }

    .jetders-form {
        background: url(../img/form-bg.svg) top #fff no-repeat;
    }

    .o-x-hidden-mobile {
        overflow-x: hidden;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #navbar-login-button {
        display: inline-block;
    }

    .nav-link {
        width: 100% !important;
        margin: 10px 0px;
        text-align: center;
    }

    .progress-circles {
        margin: 0;
    }

    .circle-content {
        width: 8rem;
    }

    .package-name,
    .package-container p {
        max-width: 60%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .package-name,
    .package-container p {
        max-width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .swiper#home-slider {
        height: 230px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .swiper#home-slider {
        height: 310px;
    }
}

@media (min-width: 541px) and (max-width: 768px) {
    .swiper#home-slider {
        height: 594px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .swiper#home-slider {
        height: 370px;
    }
}

.navbar .container:has(#navbarNav.show) .navbar-toggler span {
    background-image: unset;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

@media screen and (max-width: 680px) {
    .footer-bg .container footer {
        padding: 26px 16px;
        padding-top: 26px !important;
        padding-bottom: 26px !important;
        gap: 32px !important;
        display: flex;
        flex-direction: column;
    }

    .footer-bg .container footer>.row:first-child {
        flex-direction: column;
    }

    .footer-bg .container footer>.row:first-child .col img {
        height: 54px;
    }

    .footer-bg .container footer>.row:first-child>.col:nth-child(2) {
        margin-top: 16px;
        justify-content: flex-start !important;
    }

    .footer-bg .container footer>.row:nth-child(2) .col {
        justify-content: flex-start !important;
    }

    .footer-bg .container footer>.row:nth-child(2) ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .footer-bg .container footer>.row:nth-child(2) ul li a {
        text-align: left;
    }
}