.elementor-443 .elementor-element.elementor-element-0b29ec0{--display:flex;}.elementor-443 .elementor-element.elementor-element-288ca62{--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;}.elementor-443 .elementor-element.elementor-element-5b06898{--spacer-size:30px;}.elementor-443 .elementor-element.elementor-element-fe943f6{--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;}/* Start custom CSS for shortcode, class: .elementor-element-7c3a0b1 *//* AHORN CAMP – CENOVÁ PONUKA */

.ahorn-offer-form,
.ahorn-offer-form * {
    box-sizing: border-box;
}

.ahorn-offer-form {
    --ahorn-color: #38A19C;
    --ahorn-hover: #287D79;
    --ahorn-light: #F2F9F8;
    --ahorn-text: #202827;
    --ahorn-muted: #687573;
    --ahorn-border: #D7E3E1;

    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 42px;
    color: var(--ahorn-text);
    background: #FFFFFF;
    border: 1px solid var(--ahorn-border);
    border-top: 4px solid var(--ahorn-color);
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(32, 55, 53, 0.07);
}

.ahorn-offer-intro {
    margin-bottom: 38px;
}

.ahorn-offer-intro h2 {
    margin: 0 0 10px;
    color: var(--ahorn-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.ahorn-offer-intro p {
    max-width: 680px;
    margin: 0;
    color: var(--ahorn-muted);
    font-size: 16px;
    line-height: 1.65;
}

.ahorn-offer-section {
    padding: 30px 0;
    border-top: 1px solid var(--ahorn-border);
}

.ahorn-offer-section h3 {
    margin: 0 0 22px;
    color: var(--ahorn-text);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}

.ahorn-offer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.ahorn-offer-full {
    grid-column: 1 / -1;
}

.ahorn-offer-field label {
    display: block;
    margin: 0;
    color: var(--ahorn-text);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.ahorn-offer-field label > span,
.ahorn-offer-submit small span {
    color: var(--ahorn-color);
}

.ahorn-offer-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-top: 8px;
}

.ahorn-offer-form input[type="text"],
.ahorn-offer-form input[type="email"],
.ahorn-offer-form input[type="tel"],
.ahorn-offer-form select,
.ahorn-offer-form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 13px 15px;
    color: var(--ahorn-text);
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    background: #FFFFFF;
    border: 1px solid var(--ahorn-border);
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.ahorn-offer-form input[type="text"],
.ahorn-offer-form input[type="email"],
.ahorn-offer-form input[type="tel"],
.ahorn-offer-form select {
    height: 50px;
}

.ahorn-offer-form textarea {
    display: block !important;
    width: 100% !important;
    height: 135px !important;
    min-height: 135px !important;
    max-height: 260px !important;
    resize: vertical;
}

.ahorn-offer-form input::placeholder,
.ahorn-offer-form textarea::placeholder {
    color: #919C9A;
    opacity: 1;
}

.ahorn-offer-form input:hover,
.ahorn-offer-form select:hover,
.ahorn-offer-form textarea:hover {
    border-color: #A8C7C4;
}

.ahorn-offer-form input:focus,
.ahorn-offer-form select:focus,
.ahorn-offer-form textarea:focus {
    border-color: var(--ahorn-color);
    box-shadow: 0 0 0 3px rgba(56, 161, 156, 0.12);
}

.ahorn-offer-form select {
    padding-right: 42px;
    cursor: pointer;
}

.ahorn-offer-bottom {
    padding-top: 28px;
    border-top: 1px solid var(--ahorn-border);
}

.ahorn-offer-consent {
    padding: 15px 17px;
    color: var(--ahorn-muted);
    font-size: 14px;
    line-height: 1.55;
    background: var(--ahorn-light);
    border-radius: 8px;
}

.ahorn-offer-consent .wpcf7-list-item {
    display: block;
    margin: 0;
}

.ahorn-offer-consent label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.ahorn-offer-consent input[type="checkbox"] {
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    margin: 1px 0 0;
    accent-color: var(--ahorn-color);
}

.ahorn-offer-consent a {
    color: var(--ahorn-hover);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ahorn-offer-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
}

.ahorn-offer-submit small {
    color: var(--ahorn-muted);
    font-size: 13px;
}

.ahorn-offer-form .ahorn-offer-button {
    min-width: 230px;
    min-height: 52px;
    padding: 14px 22px;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    background: var(--ahorn-color);
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: none;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.ahorn-offer-form .ahorn-offer-button:hover {
    color: #FFFFFF;
    background: var(--ahorn-hover);
    transform: translateY(-1px);
}

.ahorn-offer-form .wpcf7-not-valid {
    border-color: #A95656 !important;
}

.ahorn-offer-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #964545;
    font-size: 13px;
    font-weight: 500;
}

.ahorn-offer-form .wpcf7-response-output {
    margin: 22px 0 0 !important;
    padding: 13px 15px !important;
    color: var(--ahorn-text);
    font-size: 14px;
    line-height: 1.5;
    background: var(--ahorn-light);
    border: 1px solid var(--ahorn-color) !important;
    border-radius: 8px;
}

.ahorn-offer-form .wpcf7-spinner {
    margin: 0 0 0 10px;
    background-color: var(--ahorn-hover);
}

@media (max-width: 767px) {

    .ahorn-offer-form {
        padding: 28px 22px;
        border-radius: 10px;
    }

    .ahorn-offer-intro {
        margin-bottom: 30px;
    }

    .ahorn-offer-intro h2 {
        font-size: 27px;
    }

    .ahorn-offer-intro p {
        font-size: 15px;
    }

    .ahorn-offer-section {
        padding: 25px 0;
    }

    .ahorn-offer-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ahorn-offer-full {
        grid-column: 1;
    }

    .ahorn-offer-submit {
        display: block;
    }

    .ahorn-offer-submit small {
        display: block;
        margin-bottom: 14px;
    }

    .ahorn-offer-form .ahorn-offer-button {
        width: 100%;
        min-width: 0;
    }

    .ahorn-offer-form textarea {
        height: 125px !important;
        min-height: 125px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab04802 */.ahorn-contact-strip,
.ahorn-contact-strip * {
    box-sizing: border-box;
}

.ahorn-contact-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
    max-width: 900px;
    margin: 28px auto 0;
    padding: 22px 0 0;
    border-top: 1px solid #dbe5e3;
}

.ahorn-contact-strip__intro {
    flex: 0 0 auto;
}

.ahorn-contact-strip__intro h3 {
    margin: 0 0 4px;
    color: #202827;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.ahorn-contact-strip__intro p {
    margin: 0;
    color: #6b7674;
    font-size: 15px;
    line-height: 1.5;
}

.ahorn-contact-strip__items {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ahorn-contact-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 220px;
    min-height: 72px;
    padding: 14px 18px;
    color: #202827 !important;
    text-decoration: none !important;
    background: #ffffff;
    border: 1px solid #dbe5e3;
    border-radius: 8px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ahorn-contact-item:hover {
    border-color: #38a19c;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}

.ahorn-contact-item__label {
    display: block;
    margin-bottom: 5px;
    color: #6b7674;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ahorn-contact-item strong {
    color: #202827;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .ahorn-contact-strip {
        display: block;
        padding-top: 22px;
    }

    .ahorn-contact-strip__intro {
        margin-bottom: 16px;
    }

    .ahorn-contact-strip__intro h3 {
        font-size: 20px;
    }

    .ahorn-contact-strip__items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        justify-content: stretch;
    }

    .ahorn-contact-item {
        width: 100%;
        min-width: 0;
    }
}/* End custom CSS */