/*
Theme Name: chciklienty
Text Domain: chciklienty
Version: 1.00
Description: chciklienty
Tags:
Author: 
*/

:root {
    --pop: 'Poppins', sans-serif;
    --green: #BCBB73;
}

html,
body {
    background-color: #f8f8f6 !important;
}

body>* {
    font-family: var(--pop);
    color: black;
}

a {
    text-decoration: none !important;
}

#wpadminbar {
    display: none;
}

html {
    scroll-padding-top: 150px !important;
    overflow-x: hidden;
    margin: 0 !important;
}

p {
    margin: 0 !important;
}

::selection {
    background-color: var(--green);
    color: #fff;
}

.container-fluid {
    width: 90% !important;
    padding: 0 !important;
    border-radius: 50px;
    background: linear-gradient(0deg, #F3E1C8 0%, #F8F8F6 80%);
    max-width: 1720px;

}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1470px !important;
    }
}

@media only screen and (max-width:767px) {
    .container-fluid {
        width: 100% !important
    }

    .navbar--container-fluid {
        width: 98% !important;
    }

    .container {
        padding-inline: 7.5% !important
    }
}

@media only screen and (min-width:1200px) and (max-width:1566px) {
    .container-fluid {
        width: 97% !important
    }
}

@media only screen and (min-width:767px) and (max-width:1200px) {
    .container-fluid {
        width: 100% !important
    }
}

@media screen and (min-width: 1440px) and (max-width: 1700px) {
    body .container {
        max-width: 1350px !important;
    }
}

.he1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(2.1875rem, 1.9894rem + 0.6338vw, 2.75rem);
    line-height: 1.3;
}

.green-text {
    color: var(--green);
}

.hpHome--row {
    padding-block: 20% 23%;
}

.hpHome--col-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hpHome--des {
    font-size: 17px;
    font-weight: 400;
    max-width: 77%;
    margin-top: 13px !important;
    line-height: 1.55;
}

.hpHome--btn-wrap {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.hpMain--btn {
    background-color: var(--green);
    color: white;
    border-radius: 100px;
    padding: 7px 7px 7px 25px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}

.hpMain--btn:hover img {
    transform: rotate(-45deg);
}

.hpMain--btn img {
    margin-left: 10px;
    width: 33px;
    transition: transform 0.3s ease-in-out;
}

.hpSec--btn {
    background-color: rgba(255, 255, 255, .6);
    border: 2px solid #fff;
    color: black;
    border-radius: 100px;
    padding: 7px 35px 7px 35px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.2s ease-in-out;
    display: flex;
    justify-self: center;
    align-items: center;
    text-transform: uppercase;
}

.hpSec--btn:hover {
    transform: scale(1.03);
}

.hpHome--col-img {
    text-align: end;
}

.hpHome--col-img img {
    display: block;
    margin-left: auto;
    margin-block: auto;
    width: 85%;
}

.hpHome--review {
    margin-bottom: 20px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, .6);
    border: 2px solid #fff;
    padding: 5px 25px 5px 5px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    align-self: flex-start;
}

.hpHome--review span {
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.hpHome--review img {
    width: 65px;
}

.hpWho--box {
    flex: 1;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 30px 40px;
    background: rgba(255, 255, 255, .6);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    backdrop-filter: blur(5px);
}

.hpWho--wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
}

.hpWho--up {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hpWho--up span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35;
}

.hpWho--up img {
    width: 35px;
}

.hpWho--down {
    margin-top: 15px;
}

.hpWho--box ul {
    margin-bottom: 0px !important;
    padding-left: 20px !important;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.hpWho li {
    position: relative;
    font-size: 13px;
    font-weight: 400;
}

.hpWho--des {
    position: relative;
    font-size: 13px;
    font-weight: 400;
}

.hpWho--box ul li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 6px;
    width: 7px;
    aspect-ratio: 1;
    background-color: #F3E1C8;
    border-radius: 50%;
}

.hpWho--container {
    transform: translateY(-130px);
}

.hpAbout--col-img {
    text-align: left;
}

.sticky--img-wrap {
    position: sticky;
    top: 40%;
}

.hpAbout--col-img img {
    width: 75%;
}

.he2 {
    font-size: clamp(1.5625rem, 1.4085rem + 0.493vw, 2rem);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
}

.hpAbout--des {
    margin-top: 15px !important;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
}

.hpAbout--wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.hpAbout--wrap .icon-box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.icon-box img {
    height: 28px;
}

.hpAbout--wrap .icon-box span {
    font-size: 14px;
    font-weight: 400;
}

.hpAbout--wrap .icon-box span strong {
    font-weight: 600;
}

.hpAbout--top {
    padding-bottom: 55px;
    border-bottom: 2px solid #F3E1C8;
}

.hpAbout--bottom {
    padding-top: 50px;
}

.hpAbout--row {
    padding-block: 5% 12%;
}

.hpAbout--bottom {
    display: flex;
    flex-direction: column;
}

.hpAbout--bottom .hpMain--btn {
    align-self: flex-start !important;
    margin-top: 30px;
    font-size: 14px;
}

.hpAbout--bottom .hpMain--btn img {
    width: 28px;
}

.divider {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #f8f8f6 15%, #F3E1C8 50%, #f8f8f6 85%);
    position: relative;
}


.divider::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(90deg, #f8f8f6 15%, #F3E1C8 50%, #f8f8f6 85%);
    filter: blur(15px);
    opacity: .6;
    z-index: 0;
}

.hpCase--row {
    padding-block: 10%;
}

.hpCase--col-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hpCase--des {
    font-weight: 400;
    text-align: center;
    margin-top: 10px !important;
}

.hpCase--wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 60px !important;
}

.hpCase--box {
    flex: 1;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 30px 35px;
    background: rgba(255, 255, 255, .6);
    transition: transform 0.15s ease-in-out;
}

.number-box {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.number-box span {
    font-size: 18px;
    font-weight: 600;
}

.hpCase--box p {
    margin-top: 15px !important;
    font-size: 14px;
    font-weight: 300;
}

.hpCase--box-special {
    background-color: var(--green);
    border-color: transparent;
    color: white;
}

.hpCase--box-special span {
    font-weight: 700;
}

.hpCase--box-special p {
    font-weight: 500;
}

.line {
    position: relative;
    display: inline-block;
}

.line::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1em;
    background: url(https://www.chciklienty.cz/wp-content/themes/chciklienty_theme/assets/images/line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -25px;
}

.hpCase--box:hover {
    transform: scale(1.03);
}


/* ULTIMATE SWITCHER */

.switcher-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.profile {
    position: relative;
    cursor: pointer;
    aspect-ratio: 1;
    transition: all 0.3s ease-in-out;
    --width: 105px;
}

.profile svg {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--width);
    height: var(--width);
    z-index: 0;
}

.profile img {
    width: var(--width);
    height: var(--width);
    border-radius: 50%;
    border: 4px solid #fff;
}

.profile .border {
    fill: none;
    stroke: transparent;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}

.active {
    stroke: var(--green) !important;
}

.d-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile.up {
    z-index: 1;
    transform: translateY(-15px);
}

.profile:not(:first-child) img,
.profile:not(:first-child) svg {
    margin-left: -20px;
}

.hidden {
    position: absolute;
    transform: scale3d(0, 0, 0);
    opacity: 0;
    transition-property: all;
}

.box {
    border: 2px solid #fff;
    border-radius: 20px;
    background: rgba(255, 255, 255, .6);
    padding: 50px 60px;
}


.name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.position {
    color: var(--green);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-text {
    margin-top: 20px;
}

.box-text p {
    font-weight: 300;
    line-height: 1.7;
    color: #000;
    font-size: 15px;
}

.switcher-boxes {
    margin-top: 55px;
}

.hpReview--row {
    padding-block: 6% 12%;
}


/*ULTIMATE SWITHCER*/

.hpWork--container {
    transform: translateY(-120px);
}

.hpWork--wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 60px !important;
}

.hpWork--box {
    flex: 1;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 30px 35px;
    background: rgba(255, 255, 255, .6);
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(5px);
}

.hpWork--heading {
    font-size: 25px;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 3px !important;
}

.hpWork--box-center {
    justify-content: center;
    align-items: center;
}

.hpWork--des {
    font-size: 12px;
    font-weight: 300;
}

.hpWork--box-both {
    justify-content: space-between;
    flex-direction: row;
}

.hpWork--box-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hpWork--box img {
    width: 70px;
}

.hpWork--box-both .hpWork--heading {
    color: black;
}

.hpWork--heading .smaller {
    font-weight: 400;
    font-size: 20px;
    color: black;
}

.hpFaq--col-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hpFaq--des a {
    color: black;
    text-decoration: underline !important;
}

.hpFaq--des {
    margin-top: 10px !important;
}

.hpFaq--wrap {
    margin-top: 50px !important;
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.hpFaq--top,
.hpFaq--bottom {
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex: 1;
}

.hpFaq--button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #fff;
    border: 0px;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    text-align: start;
}

.hpFaq--button span {
    max-width: calc(100% - 40px);
    display: block;
}

.hpFaq--button img {
    width: 10px;
}

.hpFaq--button img {
    transition: transform 0.2s ease-in-out;
}

.hpFaq--button[aria-expanded="true"] img {
    transform: rotate(-90deg);
}


.hpFaq--body {
    padding-inline: 30px;
}

.hpFaq--body p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    margin-top: 15px !important;
}

.hpFaq--item {
    flex: 1;
}

.hpFaq--row {
    padding-block: 2% 10%;
}

.hpForm--row {
    padding-block: 14% 10%;
    justify-content: space-between;
}

.hpForm--des {
    margin-top: 13px !important;
}

.hpForm--col-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hpForm--col-img img {
    width: 75%;
    display: block;
    margin-block: auto;
    margin-left: auto;
}

.hpForm--col-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.hpFooter--row {
    padding-block: 30px;
}

.hpFooter--row .col-lg-3,
.hpFooter--row .col-lg-6 {
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .hpFooter--col-left {
        text-align: left !important;
    }

    .hpFooter-col-right {
        text-align: right !important;
    }
}

.hpFooter--row .col-lg-3>*,
.hpFooter--row .col-lg-6>* {
    font-size: 12px;
    color: black !important;
}

.hpFooter--row .col-lg-3 span a {
    font-size: 12px;
    color: black !important;
}

.hpFooter--row .col-lg-3,
.hpFooter--row .col-lg-6 {
    text-align: center;
}

.navbar--container-fluid {
    background: transparent !important;
}

/* navbar */

.navbar {
    position: fixed !important;
    width: 100%;
    top: 0px;
    z-index: 100;
    background-color: transparent;
}

.logo {
    width: 160px;
}

.navbar-nav {
    gap: 35px;
}

.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link {
    color: black !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: color 0.3s ease-in-out !important;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    padding-block: 0px !important;
}

.nav-link:hover {
    color: var(--green) !important;
}

.flex-1 {
    flex: 1;
}

.header--btn {
    font-size: 13px;
}

.header--btn img {
    width: 28px;
}

.navbar .container {
    padding-block: 10px;

}

.navbar {
    background-color: #f8f8f6;
    transition: box-shadow 0.3s ease-in-out;
}


.sticked {
    box-shadow: 0px 4px 10px 1.5px rgba(0, 0, 0, .04);
}

@media screen and (max-width: 768px) {
    body .md-none {
        display: none !important;
    }

    button.navbar-toggler {
        padding: 2px !important;
        border: 3px solid transparent;
        outline: 0px;
        box-shadow: none;
        border-radius: 0px !important;
    }

    .navbar-toggler path {
        fill: var(--green);
    }

    .logo {
        width: 115px;
    }

    .navbar {
        padding: 0px;
    }

    .navbar .container {
        padding-block: 10px !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar-nav {
        margin-top: 30px;
        gap: 15px;
    }

    .nav-link {
        font-size: 15px !important;
    }

    li.nav-item {
        padding-block: 15px;
    }

    .hpHome--row {
        gap: 70px;
        padding-block: 47% 20%;
    }

    .hpHome--review img {
        width: 60px;
    }

    .hpHome--review span {
        font-size: 12px;
    }

    .hpHome--des {
        max-width: 100%;
        font-size: 14px;
        margin-top: 8px !important;
    }

    .hpHome--btn-wrap {
        flex-direction: column;
    }

    .hpMain--btn,
    .hpSec--btn {
        align-self: start;
        font-size: 13px;
    }

    .hpMain--btn img {
        width: 27px;
    }

    .hpMain--btn {
        padding-block: 6px;
    }

    .hpSec--btn {
        padding-block: 12px;
    }

    .hpWho--container {
        transform: translateY(0px);
    }

    .hpHome--col-img img {
        width: 100%;
    }

    .hpWho--row {
        padding-block: 22%;
    }

    .hpWho--up img {
        width: 30px;
    }

    .hpWho--up span {
        font-size: 16px;
        margin-top: 5px;
    }

    .hpWho li {
        font-size: 12.5px;
    }

    .hpWho--box ul li::before {
        width: 6px;
    }

    .hpWho--box {
        padding: 30px 30px;
    }

    .hpAbout--row {
        flex-direction: column-reverse;
    }

    .hpAbout--des {
        font-size: 14px;
        margin-top: 30px !important;
    }

    .line::before {
        bottom: -22px;
    }

    .icon-box img {
        height: 22px;
    }

    .hpAbout--wrap .icon-box {
        gap: 17px;
    }

    .hpAbout--wrap .icon-box span {
        font-size: 13px;
        line-height: 1.7;
    }

    .hpAbout--bottom .hpAbout--des {
        margin-top: 10px !important;
    }

    .hpAbout--row {
        gap: 70px;
    }

    .hpAbout--bottom .hpMain--btn {
        font-size: 12px;
    }

    .hpAbout--bottom .hpMain--btn img {
        width: 25px;
    }

    .hpAbout--col-img img {
        width: 100%;
    }

    .hpAbout--row {
        padding-bottom: 20%;
    }

    .hpCase--row {
        padding-block: 23%;
    }

    .hpCase--des {
        font-size: 13px;
    }

    .number-box img {
        width: 25px;
    }

    .number-box span {
        font-size: 16px;
    }

    .hpCase--box p {
        font-size: 13px;
    }

    .hpCase--box {
        padding: 30px 30px;
    }

    .d-wrap {
        flex-direction: column;
        gap: 40px;
        align-items: start;
    }

    .profile {
        --width: 75px;
    }

    .profile img {
        border: 3px solid white;
    }

    .hpWho--wrap {
        flex-direction: column;
    }

    .hpReview--des {
        font-size: 13px;
        margin-top: 20px !important;
    }

    .box {
        padding: 30px 40px;
    }

    .name {
        font-size: 20px;
    }

    .position {
        font-size: 11px;
    }

    .box-text p {
        font-size: 13px;
    }

    .hpWork--container {
        transform: translateY(0px);
    }

    .hpReview--row {
        padding-block: 10% 25%;
    }

    .hpWork--wrap {
        flex-direction: column;
    }

    .hpWork--box {
        padding: 25px 30px;
    }

    .hpWork--heading {
        font-size: 20px;
    }

    .hpWork--heading .smaller {
        font-size: 15px;
    }

    .hpWork--des {
        margin-top: 3px !important;
    }

    .hpWho--down {
        margin-top: 10px;
    }

    .hpWork--box.hpWork--box-center {
        padding-block: 30px;
    }

    .hpWork--wrap {
        margin-bottom: 80px;
    }

    .hpFaq--top,
    .hpFaq--bottom {
        flex-direction: column;
    }

    .hpFaq--button span {
        font-size: 13px;
        line-height: 1.5;
    }

    .hpFaq--button img {
        width: 7px;
    }

    .hpFaq--body p {
        font-size: 13px;
    }

    .hpFaq--row {
        padding-block: 2% 20%;
    }

    .hpForm--row {
        padding-block: 20% 15%;
        gap: 70px;
    }

    .hpForm--des {
        font-size: 13px;
        margin-top: 10px !important;
    }

    .hpForm--col-img img {
        width: 95%;
        margin-inline: auto;
        margin-block: auto;
    }

    .hpCase--wrap {
        flex-direction: column;
    }

    .hpFooter--row .col-lg-3>*,
    .hpFooter--row .col-lg-6>* {
        font-size: 10px;
    }

    .hpFooter--row .col-lg-3 span a {
        font-size: 10px;
    }

}

.btn-scroll-top {
    position: fixed;
    z-index: 9999;
    opacity: 0;
    height: 60px;
    width: 60px;
    pointer-events: none;
    bottom: 30px;
    right: 30px;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-scroll-top.opacity {
    opacity: 1;
    pointer-events: auto;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    overflow: hidden;
}

.progress-circle {
    width: 100%;
    height: 100%;
    display: block;
}

.progress-background {
    fill: #fff;
    stroke: white;
    stroke-width: 4px;
}

.progress-circle-bar {
    fill: none;
    stroke-width: 4px;
    stroke: var(--green);
    stroke-dasharray: 283;
    stroke-dashoffset: 0;
    transform-origin: center;
    transition: stroke-dashoffset 0.3s ease;
    transform: rotate(90deg);
    stroke-linecap: round;
}

.scroll-top-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -58%) scale(0.8);
    height: 20px;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .btn-scroll-top {
        bottom: 22px;
        right: 19px;
        width: 50px;
        height: 50px;
    }

    .scroll-top-arrow {
        transform: translate(-50%, -58%) scale(0.68);
    }
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
    .btn-scroll-top {
        width: 55px;
        height: 55px;
    }

    .scroll-top-arrow {
        transform: translate(-50%, -58%) scale(0.75);
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    body .md-none {
        display: none !important;
    }

    button.navbar-toggler {
        padding: 2px !important;
        border: 3px solid transparent;
        outline: 0px;
        box-shadow: none;
        border-radius: 0px !important;
    }

    .hpForm--col-img {
        align-items: start;
    }

    .navbar-toggler path {
        fill: var(--green);
    }

    .logo {
        width: 145px;
    }

    .navbar {
        padding: 0px;
    }

    .navbar .container {
        padding-block: 15px !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar-nav {
        margin-top: 30px;
        gap: 40px;
    }

    .nav-link {
        font-size: 15px !important;
    }

    .hpHome--row {
        padding-block: 30% 15%;
        gap: 80px;
    }

    .hpHome--col-img img {
        width: 70%;
        margin-left: unset;
    }

    .hpHome--col-img {
        text-align: start;
    }

    .hpWho--container {
        transform: translateY(0px);
    }

    .hpWho--wrap {
        flex-direction: column;
    }

    .row.hpWho--row {
        padding-block: 14%;
    }

    .hpAbout--row {
        flex-direction: column-reverse;
        gap: 80px;
        padding-block: 5% 17%;
    }

    .hpCase--wrap {
        flex-direction: column;
    }

    .hpCase--row {
        padding-block: 15% 20%;
    }

    .d-wrap {
        flex-direction: column;
        gap: 50px;
        align-items: start;
    }

    .hpWork--wrap {
        flex-direction: column;
    }

    .hpWork--container {
        transform: translateY(-0px);
    }

    .row.hpWork--row {
        padding-block: 4% 15%;
    }

    .hpFaq--top,
    .hpFaq--bottom {
        flex-direction: column;
    }

    .hpFaq--row {
        padding-block: 2% 15%;
    }

    .hpForm--row {
        padding-block: 18% 10%;
        gap: 80px;
    }

    .hpForm--col-img img {
        margin-left: unset;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .nav-link {
        font-size: 15px !important;
    }

    .logo {
        width: 140px;
    }

    .hpHome--des {
        font-size: 16px;
        margin-top: 6px !important;
        max-width: 85%;
    }

    .hpMain--btn,
    .hpSec--btn {
        font-size: 13px;
    }

    .hpMain--btn img {
        width: 30px;
    }

    .hpHome--col-img img {
        width: 90%;
    }

    .hpWho--up span {
        font-size: 18px;
    }

    .hpWho--des {
        font-size: 12.5px;
    }

    .hpAbout--row {
        padding-block: 3% 13%;
    }

    .hpAbout--des {
        margin-top: 20px !important;
    }

    .hpAbout--bottom .hpMain--btn {
        font-size: 13px;
    }

    .number-box span {
        font-size: 15px;
        line-height: 1.4;
    }

    .hpCase--box {
        padding: 30px;
    }

    .number-box img {
        width: 25px;
    }

    .hpAbout--col-img img {
        width: 85%;
    }

    .hpReview--row {
        padding-block: 6% 15%;
    }

    .hpWork--box-both .hpWork--heading {
        font-size: 20px;
    }

    .hpWork--heading .smaller {
        font-size: 15px;
    }

    .hpWork--box-both {
        padding-right: 15px;
        gap: 20px;
    }

    .hpWork--des {
        font-size: 11px;
    }

    .hpWork--box img {
        width: 65px;
    }

    .hpFaq--button {
        font-size: 13px;
    }

    .hpFaq--button span {
        max-width: calc(100% - 20px);
    }

    .hpFaq--button img {
        width: 8px;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1700px) {
    .hpWork--box-both {
        padding-right: 20px;
        gap: 10px;
    }

    .container-fluid {
        width: 95% !important;
    }
}

.need-text p {
    font-size: 15px;
    margin-bottom: 20px !important;
    line-height: 1.6;
}

.pNeed--row {
    padding-block: 200px 100px;
    justify-content: center !important;
}

.p404--row {
    min-height: 100svh;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.p404--row p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: black;
    margin-top: 20px !important;
}

.p404--row p a {
    color: var(--green);
    font-weight: 700;
}

.p404--heading {
    text-align: center;
}

/* FORM */

.form-wrap p:nth-child(2) {
    display: none;
}

.default-input {
    width: 100%;
    border: 0px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .6);
    border: 2px solid white;
    opacity: 1;
    color: black;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 300;
    transition: border 0.3s ease-in-out;
}

.btn-submit {
    align-self: start;
}

.default-input:focus {
    border-color: #f3e1c8;
}

.wpcf7-form-control-wrap:before {
    content: "";
    position: absolute !important;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    aspect-ratio: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 1;
    opacity: .3;
}

span[data-name="typ_leadu"]:before {
    background: url(https://chciklienty.cz/wp-content/themes/chciklienty_theme/assets/images/arr_form_b.svg);
}

span[data-name="jmeno"]:before {
    background: url(https://chciklienty.cz/wp-content/themes/chciklienty_theme/assets/images/user_form_b.svg);
}

span[data-name="telefon"]:before {
    background: url(https://chciklienty.cz/wp-content/themes/chciklienty_theme/assets/images/phone_form_b.svg);
}

span[data-name="email"]:before {
    background: url(https://chciklienty.cz/wp-content/themes/chciklienty_theme/assets/images/email_form_b.svg);
}

.default-input::placeholder {
    color: black;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    opacity: .3;
}

select option {
    font-weight: 500;
    background-color: white;
    color: black;
}

.hpForm--wrap {
    margin-top: 40px !important;
    max-width: 100%;
}

.hpForm--row {
    justify-content: center;
}

.btn-submit {
    border: 0px !important;
}

.btn-submit {
    font-size: 13px !important;
}

.btn-submit img {
    width: 30px !important;
}


@media screen and (max-width: 767px) {
    .form-row p {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .form-wrap {
        gap: 15px !important;
    }

    .form-row-1 .wpcf7-form-control-wrap,
    .form-row-2 .wpcf7-form-control-wrap {
        width: 100%;
    }

    .default-input {
        font-size: 13px;
    }

    .form-row-1 .wpcf7-form-control-wrap,
    .form-row-2 .wpcf7-form-control-wrap {
        width: 100% !important;
    }

    .default-input {
        font-size: 13px !important;
    }

    a.gdpr {
        font-size: 12px !important;
    }

    .main-btn.submit-button {
        margin-right: auto;
        margin-left: 0px !important;
    }

    .hpForm--wrap {
        max-width: 100% !important;
        margin-top: 50px !important;
    }
}

.form-row br {
    display: none !important;
}

.wpcf7-response-output {
    margin-inline: 0px !important;
    font-size: 15px;
    font-weight: 600;
    border: 3px solid #16ff00 !important;
    border-radius: 0px !important;
    background: white;
    opacity: 1;
    color: black;
    padding: 13px 20px !important;
    border-radius: 100px;
    text-align: center;
}

.invalid .wpcf7-response-output {
    border-color: #ff0000 !important;
}

.wpcf7-spinner {
    display: none !important;
    visibility: hidden;
}

a.gdpr {
    font-weight: 300;
    color: black;
    margin: 0px !important;
    position: relative;
    font-size: 14px;
    transition: color 0.3s ease-in-out !important;
    display: block;
}

a.gdpr:hover {
    color: var(--blue);
}

.wpcf7-not-valid {
    border: 3px solid red !important;
}

span.wpcf7-not-valid-tip {
    display: none;
    visibility: hidden;
}

.default-input:focus-visible {
    outline: none;
}

select {
    appearance: none;
}

.form-row p {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.form-row-1 .wpcf7-form-control-wrap,
.form-row-2 .wpcf7-form-control-wrap {
    width: 50%;
}

.form-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row-3 .wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28 !important;
}