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

:root {
    --pop: 'Poppins', sans-serif;
    --green: #1D4B44;
    --grey: #DADEE5;
}

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

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

a {
    text-decoration: none !important;
}

#wpadminbar {
    display: none;
}

body {
    overflow-x: hidden !important;
}

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

p {
    margin: 0 !important;
}

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

.container-fluid {
    width: 90% !important;
    padding: 0 !important;
    background-color: white !important;
    border-radius: 30px;
    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: 95% !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.9014rem + 0.9155vw, 3rem);
    line-height: 1.3;
}

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

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

.small-heading {
    font-size: 15px;
    font-weight: 400;
    display: block;
    padding-left: 20px;
    color: black;
    margin-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}

.hpHome--col-text .small-heading {
    text-transform: none;
}

.left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2.5px;
    background-color: var(--green);
    border-radius: 100px;
}

.hpHome--btn-wrap,
.hpAbout--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: 500;
    line-height: 1;
    display: block;
}

.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: white;
    border: 2px solid #DADEE5;
    color: black;
    border-radius: 100px;
    padding: 7px 35px 7px 35px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: transform 0.2s ease-in-out;
    display: flex;
    justify-self: center;
    align-items: center;
}

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

.hpInstagram--btn img {
    width: 22px !important;
}

.hpInstagram--btn {
    padding: 9px 30px;
}

.hpInstagram--btn img {
    margin-left: 12px;
}

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

.hpHome--row {
    padding-block: 8% 11%;
}

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

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

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

.hpSec--left,
.hpSec--right,
.hpSec--left-left,
.hpSec--left-right,
.hpSec--right-top,
.hpSec--right-bottom,
.hpSec--bottom-left,
.hpSec--bottom-right {
    flex: 1;
}

.hpSec--left {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.hpSec--left-left,
.hpSec--left-right,
.hpSec--right-top {
    position: relative;
    padding: 45px 40px 35px 40px;
    background-color: white;
    border-radius: 15px;
}

.hpSec--left-right,
.hpSec--bottom-left,
.hpSec--bottom-right {
    border: 2px solid #DADEE5;
}

.hpSec--left-left>*:not(.dots) {
    position: relative;
    z-index: 2;
}


.hpSec--right-top>* {
    position: relative;
    z-index: 2;
}


.hpSec--heading {
    color: var(--green);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px !important;
    line-height: 1.4;
}

.hpSec--left-left p,
.hpSec--left-right p,
.hpSec--right-top p {
    font-size: 14px;
    font-weight: 300;
    margin-top: 12px !important;
}

.hpSec--left-left::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 15px;
    background: linear-gradient(to bottom right, #1D4B44 0%, #DADEE5 80%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.hpSec--icon-wrap {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 30px;
}

.hpSec--icon-box {
    background-color: #f8f9fa;
    align-self: flex-start;
    border-radius: 5px;
    padding: 5px 20px 5px 15px;
}

.hpSec--icon-box span {
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
}


.hpSec--icon-box img {
    width: 18px;
}

.dots {
    position: absolute;
    width: 140px;
    aspect-ratio: 1;
    z-index: 0;
    background-image: url(https://www.nejleady.cz/wp-content/themes/nejleady_theme/assets/images/dots.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hpSec--left-left:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    aspect-ratio: 1;
    z-index: 1;
    background: white;
    border-radius: 15px;
}

.hpSec--left-left {
    transform: translateY(-100px);
}

.hpSec--left-left .dots {
    top: -30px;
    left: -30px;
}

.hpSec--right {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.hpSec--right-bottom {
    display: flex;
    gap: 25px;
    flex-direction: row;
}

.hpSec--bottom-left,
.hpSec--bottom-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hpSec--bottom-big {
    font-size: 60px;
    font-weight: 700;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.hpSec--bottom-small {
    font-size: 15px;
    font-weight: 300;
    display: block;
    margin-top: 10px !important;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hpSec--bottom-left {
    background-color: white;
}

.hpSec--bottom-right {
    background-color: var(--green);
    border-color: transparent;
    color: white;
}

.hpSec--bottom-left,
.hpSec--bottom-right {
    border-radius: 15px;
    padding: 50px 40px;
    position: relative;
}

.hpSec--bottom-right .dots {
    bottom: -30px;
    right: -30px;
}

.hpSec--right-top::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 15px;
    background: linear-gradient(to left, #1D4B44 0%, #DADEE5 80%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.hpSec--row {
    padding-block: 0 15%;
}

.hpCase--row {
    padding-block: 150px 120px;
}

.he2 {
    font-size: clamp(1.5625rem, 1.2984rem + 0.8451vw, 2.3125rem);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.45;
}

.green-under {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.hpCase--container-fluid {
    position: relative;
}

.hpCase--container-fluid:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 30px;
    background: linear-gradient(to left, #1D4B44 0%, #DADEE5 80%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

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

.hpCase--col-img img {
    width: 93%;
}

.hpCase--container {
    position: relative;
    z-index: 2;
}

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

.hpCase--box {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    padding: 30px 35px;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

.hpCase--box span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-block: 7px 7px;
    text-align: center;
}

.hpCase--box p {
    text-align: center;
    font-size: 13.5px;
    font-weight: 400;
}

.hpCase--box img {
    position: absolute;
    width: 42px;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
}

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

.hpCase--box-green img {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .15));
}

.hpAbout--row {
    padding-block: 13%;
    justify-content: space-between;
}

.hpAbout--col-text p {
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px !important;
    max-width: 88%;
}

.hpAbout--btn {
    align-self: flex-start;
    margin-top: 20px;
    font-size: 13px;
}

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

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

.hpCase--container-fluid:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    aspect-ratio: 1;
    z-index: 1;
    background: white;
    border-radius: 30px;
}

.hpCase--container-fluid .dots {
    top: -25px;
    left: -25px;
}

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

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

.both {
    padding-right: 20px;
}

.both:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2.5px;
    background-color: var(--green);
    border-radius: 100px;
}

.both:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2.5px;
    background-color: var(--green);
    border-radius: 100px;
}

.hpFaq--row {
    padding-block: 120px;
    justify-content: center;
}

.hpFaq--container-fluid {
    position: relative;
}

.hpFaq--container-fluid:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    aspect-ratio: 1;
    z-index: 1;
    background: white;
    border-radius: 30px;
}

.hpFaq--container-fluid:after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 30px;
    background: linear-gradient(to right, #1D4B44 0%, #DADEE5 80%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.hpFaq--container {
    position: relative;
    z-index: 2;
}

.hpFaq--container-fluid .dots.top {
    top: -25px;
    left: -25px;
}

.hpFaq--container-fluid .dots.bottom {
    bottom: -25px;
    right: -25px;
}


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

.hpFaq--left,
.hpFaq--right {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 1;
}

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

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

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

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

.hpFaq--body a {
    color: var(--green);
    text-decoration: underline !important;
    font-weight: 500;
}

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

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

.hpForm--des {
    font-size: 15px;
    margin-top: 20px !important;
}

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

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

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

.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;
}

.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);
    }
}

/* navbar */

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

.navbar--container-fluid {
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 20px;
    border: 2px solid #DADEE5;
}

.navbar--container-fluid.hide {
    transform: translateY(-150px);
}

.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: 20px;

}

.navbar>.container>* {
    position: relative;
    z-index: 1;
}

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

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

.need-text ul, .need-text ul li{
	font-size: 15px;
}

.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;
}











@media screen and (min-width: 1024px) {
    .dp-none {
        display: none;
        visibility: hidden;
    }
}

@media screen and (max-width: 768px) {

    .hpInstagram--btn {
        padding-block: 8px !important;
        padding-inline: 30px !important;
        margin-top: 0px;
    }

    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: 125px;
    }

    .navbar {
        padding: 0px;
    }

    .navbar .container {
        padding-block: 15px !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: 40px;
        padding-block: 47% 25%;
    }

    .small-heading {
        font-size: 14px;
    }

    p.hpHome--des {
        font-size: 15px;
    }

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

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

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

    .hpSec--btn {
        padding: 13px 35px;
    }

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

    .dots {
        display: none;
    }

    .hpSec--left {
        flex-direction: column;
    }

    .hpSec--left-left {
        transform: translateY(0px);
    }

    .hpSec--right-bottom {
        flex-direction: column;
    }

    .hpSec--heading {
        font-size: 22px;
    }

    .hpSec--icon-box span {
        font-size: 12px;
    }

    .hpSec--bottom-big {
        font-size: 50px;
    }

    .hpSec--bottom-small {
        font-size: 13px;
    }

    .hpSec--bottom-left,
    .hpSec--bottom-right {
        padding: 40px 30px;
    }

    .hpCase--col-img {
        display: none;
        visibility: hidden;
    }

    .hpSec--row {
        padding-block: 0 25%;
    }

    .small-heading {
        margin-bottom: 13px;
    }

    .hpCase--row {
        padding-block: 120px 90px;
    }

    .hpCase--wrap {
        flex-direction: column;
        gap: 35px;
        margin-top: 70px !important;
    }

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

    .hpAbout--row {
        padding-block: 25%;
        gap: 50px;
    }

    .hpAbout--col-text p {
        font-size: 14px;
    }

    .hpAbout--btn img {
        width: 26px;
    }

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

    .hpFaq--wrap {
        gap: 25px;
        flex-direction: column;
    }

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

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

    .hpFaq--row {
        padding-block: 90px;
    }

    .hpForm--row {
        padding-block: 27% 3%;
        gap: 65px;
    }

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

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

    .hpHome--des {
        max-width: 100%;
    }

    .hpCase--box span {
        font-size: 14px;
    }
}

@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;
    }

    .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;
    }

    .hpSec--left-left {
        transform: translateY(0px);
    }

    .hpHome--row {
        padding-block: 35% 13%;
        gap: 50px;
    }

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

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

    .hpCase--col-img {
        display: none;
        visibility: hidden;
    }

    .hpCase--wrap {
        flex-direction: column;
        gap: 40px;
        max-width: 80%;
    }

    .hpCase--row {
        justify-content: center;
        padding-block: 120px 100px;
    }

    .hpSec--row {
        padding-block: 0 20%;
    }

    .container-fluid .dots {
        display: none;
    }

    .hpAbout--row {
        padding-block: 20%;
        gap: 100px;
    }

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

    .hpFaq--wrap {
        flex-direction: column;
        gap: 5px;
    }

    .hpForm--row {
        padding-block: 20%;
    }

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

    .hpForm--row {
        gap: 60px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .hpSec--wrap {
        flex-direction: column;
    }

    .hpSec--left-left {
        transform: translateY(0px);
    }

    .navbar .container {
        padding-block: 17px;
    }

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

    .logo {
        width: 150px;
    }

    .hpHome--row {
        padding-block: 9% 9%;
    }

    .hpHome--des {
        font-size: 16px;
        max-width: 100%;
    }

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

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

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

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

    .container-fluid .dots {
        display: none;
    }

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

    .hpAbout--col-img {
        text-align: end;
        display: flex;
        justify-content: end;
        align-items: center;
    }

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

    .hpCase--row {
        padding-block: 120px 100px;
    }

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

    .hpFaq--row {
        padding-block: 105px;
    }
}

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

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

@media screen and (min-width: 1441px) and (max-width: 1550px) {
    .container {
        padding-inline: 4% !important;
    }
}

/* hamburger pod 1024px */
@media (max-width: 1024px) {
    .navbar-expand-1024 .navbar-collapse {
        display: none !important;
    }

    .navbar-expand-1024 .navbar-toggler {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .navbar-expand-lg {
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
    }
}

@media screen and (min-width: 1200px) {
    .hpForm--heading span {
        display: block;
    }
}

/* FORM */

.default-input {
    width: 100%;
    border: 0px;
    border-radius: 9px;
    background: white;
    border: 2px solid #DADEE5;
    opacity: 1;
    color: black;
    padding: 13px 60px 13px 25px;
    font-size: 14px;
    font-weight: 400;
    transition: border 0.3s ease-in-out;
}

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

.default-input:focus {
    border-color: var(--green);
}

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

span[data-name="kod"]:before {
    background: url(https://www.nejleady.cz/wp-content/themes/nejleady_theme/assets/images/form_key.svg);
}

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

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

span[data-name="email"]:before {
    background: url(https://www.nejleady.cz/wp-content/themes/nejleady_theme/assets/images/form_email.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;
}

.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;
    border-radius: 10px !important;
    background: white !important;
    border-width: 2px !important;
}

.wpcf7-response-output {
    border-radius: 10px !important;
    background: white !important;
    border-width: 2px !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(--green);
}

.wpcf7-not-valid {
    border: 2px 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%;
}

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

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