.elementor-90 .elementor-element.elementor-element-2fd8d47{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-90 .elementor-element.elementor-element-0871cdf{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-90 .elementor-element.elementor-element-1536b6c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-13px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}body:not(.rtl) .elementor-90 .elementor-element.elementor-element-d23e963{left:-201px;}body.rtl .elementor-90 .elementor-element.elementor-element-d23e963{right:-201px;}.elementor-90 .elementor-element.elementor-element-d23e963{top:235px;z-index:0;}.elementor-90 .elementor-element.elementor-element-d23e963 img{width:965px;max-width:965px;}.elementor-90 .elementor-element.elementor-element-1fcd01c > .elementor-widget-container{margin:0px 0px 1px 0px;}.elementor-90 .elementor-element.elementor-element-1fcd01c .logico-title{font-size:58px;}.elementor-90 .elementor-element.elementor-element-0fd23f3{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-90 .elementor-element.elementor-element-69bf2c8{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-90 .elementor-element.elementor-element-50455b3{--display:flex;}.elementor-90 .elementor-element.elementor-element-565bb63 iframe{height:300px;filter:brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );}@media(max-width:1200px){.elementor-90 .elementor-element.elementor-element-0871cdf{--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-90 .elementor-element.elementor-element-1536b6c{--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-90 .elementor-element.elementor-element-1fcd01c .logico-title{font-size:44px;}.elementor-90 .elementor-element.elementor-element-565bb63 iframe{height:350px;}}@media(max-width:1020px){.elementor-90 .elementor-element.elementor-element-2fd8d47{--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-90 .elementor-element.elementor-element-0871cdf{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-90 .elementor-element.elementor-element-1536b6c{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}body:not(.rtl) .elementor-90 .elementor-element.elementor-element-d23e963{left:0px;}body.rtl .elementor-90 .elementor-element.elementor-element-d23e963{right:0px;}.elementor-90 .elementor-element.elementor-element-d23e963{top:150px;}.elementor-90 .elementor-element.elementor-element-d23e963 img{max-width:100%;}.elementor-90 .elementor-element.elementor-element-1fcd01c .logico-title{font-size:50px;}}@media(max-width:840px){.elementor-90 .elementor-element.elementor-element-1fcd01c .logico-title{font-size:48px;}}@media(max-width:660px){.elementor-90 .elementor-element.elementor-element-2fd8d47{--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-90 .elementor-element.elementor-element-0871cdf{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-90 .elementor-element.elementor-element-1fcd01c .logico-title{font-size:36px;}}@media(max-width:480px){.elementor-90 .elementor-element.elementor-element-1fcd01c .logico-title{font-size:28px;}.elementor-90 .elementor-element.elementor-element-565bb63 iframe{height:250px;}}@media(min-width:481px){.elementor-90 .elementor-element.elementor-element-1536b6c{--width:100%;}}@media(max-width:1020px) and (min-width:481px){.elementor-90 .elementor-element.elementor-element-1536b6c{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-69bf2c8 *//* Celkový styl formuláře */
.wpcf7 {
    font-family: 'Poppins', sans-serif !important;
    color: #645E57 !important; /* text uvnitř polí */
    font-weight: 500 !important;
}

/* Styl pro nadpisy (labely) kromě radio */
.wpcf7 label:not(.radio-label) {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    color: #473f34 !important; /* nadpisy */
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 8px !important;
}

/* Styl pro radio button */
.wpcf7 input[type="radio"] {
    accent-color: #c09b69 !important; /* nová barva */
    width: 18px !important;
    height: 18px !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    margin-right: 6px !important;
}

/* Styl pro vstupní pole */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100% !important;
    padding: 12px !important;
    margin-top: 8px !important;
    margin-bottom: 5px !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif !important;
    background-color: #ffffff !important;
    color: #645E57 !important; /* text uvnitř polí */
    font-weight: 500 !important;
    text-transform: none !important;
    transition: border-color 0.3s ease !important;
}

/* Focus efekt */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #c09b69 !important;
    outline: none !important;
}

/* Textarea */
.wpcf7 textarea {
    resize: vertical !important;
    height: 100px !important;
}

/* Tlačítko */
.wpcf7 input[type="submit"] {
    background-color: #473f34 !important;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 14px !important;
    border-radius: 0 !important;
    border: 2px solid #473f34 !important;
    font-size: 16px !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

/* Hover tlačítka */
.wpcf7 input[type="submit"]:hover {
    background-color: #c09b69 !important;
    color: #ffffff !important;
    border-color: #c09b69 !important;
}

/* Hlášky */
.wpcf7 .wpcf7-response-output {
    color: #c09b69 !important; 
    font-size: 14px !important;
    margin-top: 10px !important;
}

/* Odkazy */
.wpcf7 a {
    color: #c09b69 !important; 
    font-family: 'Poppins', sans-serif !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
}

.wpcf7 a:hover {
    color: #473f34 !important;
}

/* GRID */
.form-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.form-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
}

.form-row.full-width {
    grid-template-columns: 1fr !important;
}

/* Mobil */
@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr !important;
    }
}

/* Povinné pole */
.wpcf7 label span.required {
    color: #c09b69 !important;
    font-weight: 600 !important;
    margin-left: 2px;
}/* End custom CSS */