body{
    letter-spacing: var(--wp--custom--body--typography--letter-spacing);
}


h1>a, h2>a, h3>a, h4>a, h5>a, h6>a{
    text-decoration: none!important;
}



/*Critical */

/*May we should delete all Global critical styles */
/* Lets mark used styles during dev */

/*Global critical styles*/
.pw-header #top-slide,
.wp-site-blocks>header>#top-slide{
    margin-block-start: calc(2* var(--wp--custom--gap--baseline));
}

@media (min-width: 500px) {
    .pw-sp-width{
        width: calc(100% - 169px);
    }
}
@media (max-width: 500px) {
    .pw-sp-width{
        width: calc(100% - 8vw);
    }
}

@media (max-width: 1200px) {
    .pw-rsidepadding{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}

@media (max-width: 700px) {
    .wp-block-image.alignright,
    .wp-block-image.alignleft{
        float:none;
        margin:2rem auto 1em auto;
    }
}


/* cb-carousel corrections */
.swiper-pagination{
    z-index: 1;
}
.cb-carousel-block .swiper-wrapper:not([style]) .cb-slide:last-child {
    margin-right: 0 !important;
}
.cb-carousel-block .cb-pagination.swiper-pagination-horizontal{
    margin-top: 2.5rem;
    position: relative;
    bottom: unset;
    top: unset;
}
.cb-carousel-block.pw-centered{
    overflow: hidden;
}
/* Remove additional margin if swiper does not have enough items to run and hide pagination bullets */
.wp-block-cb-carousel-v2[data-cb-pagination=true] .swiper-horizontal+.swiper-pagination-lock{
    margin-top: calc(var(--wp--custom--carousel-block--pagination-bullet-size, 8px) * -6);
}
/* cb-carousel corrections */

/*pw-posts-archive*/
@media (max-width: 940px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns: 1fr;
    }
}
/*End of pw-posts-archive*/

/*mobile*/
@media (max-width: 781px) {
    .pw-rmh-om{
        min-height: unset!important;
    }
    .pw-pt4-om{
        padding-top: 4em!important;
        margin-block-start: 0!important;
    }
    .pw-r-om {
        flex-direction: column-reverse;
    }
    .pw-stcvp-om{
        padding: 0!important;
    }
    .pw-stcvm-om{
        margin: 0!important;
    }
    .pw-width100per-om{
        width: 100%!important;
        max-width: 100%!important;
    }
    .pw-swc-om{
        padding-top: 4.6em!important;
        padding-bottom: 5.25em!important;
        margin-block-start: 0!important;
    }
    .pw-tar-om {
        text-align: right !important;
    }
    .pw-tal-om {
        text-align: left !important;
        justify-content: flex-start;
    }
    .pw-tac-om:not(.is-not-stacked-on-mobile) {
        text-align: center !important;
    }
    .pw-tac-om:not(.is-not-stacked-on-mobile) .icon-container{
        margin: auto;
    }
    .pw-tac-om:not(.is-not-stacked-on-mobile) p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .entry-content>.is-layout-constrained>.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column,
    .entry-content>.wp-block-columns.is-layout-constrained:not(.is-not-stacked-on-mobile)>.wp-block-column{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .entry-content>.is-layout-constrained>.wp-block-columns.alignfull:not(.is-not-stacked-on-mobile),
    .entry-content>.wp-block-columns.alignfull.is-layout-constrained:not(.is-not-stacked-on-mobile){
        padding-left: var(--wp--custom--gap--horizontal);
        padding-right: var(--wp--custom--gap--horizontal);
    }


}

@media (max-width: 600px) {
    .pw-width100per-om600 {
        width: 100% !important;
        max-width: 100% !important;
    }
}


@media (max-width: 1200px) {
    .pw-wrapon1200{
        flex-wrap: wrap !important;
        /*
        flex-direction: column;
        width: unset;
 */
    }
    .pw-wrapon1200 > div {
        width: 100% !important;
        flex-basis: 100% !important;
    }
}
@media (max-width: 1040px) {
    .pw-wrapon1040{
        flex-wrap: wrap !important;
    }
    .pw-wrapon1040 > div {
        width: 100% !important;
        flex-basis: 100% !important;
    }
    .pw-wrapon-ac1040{
        flex-wrap: wrap !important;
        margin-left: auto;
        margin-right: auto;
        max-width: fit-content;
        flex-direction: column;
    }
    .pw-wrapon-ac1040 > div{
        align-items: center;
        min-width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
    }
    .pw-wrapon-ac1040.is-layout-grid{
        container-type:unset;
    }
}
@media (max-width: 940px) {
    .pw-wrapon940 {
        flex-wrap: wrap !important;
    }

    .pw-wrapon940 > div {
        width: 100% !important;
        flex-basis: 100% !important;
    }
}


.pw-btn-in-menu>a{
    white-space: nowrap;
    /*PageSpeed correction*/
    min-height: 2.8rem;
}
.pw-btn-in-menu-mini>a{
    white-space: nowrap;
    /*PageSpeed correction*/
    min-height: 2.2rem;
}
/*End of Global critical styles*/

/*End of critical*/



/*May we should delete all Global styles */
/* Lets mark used stiles during dev */
/*Global styles*/
.pw-parallax {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pw-parallax-content {
    width:50%;
    margin:0 auto;
}

.gallery-icon>img{
    margin: auto;
}

.pw-black-svg>img{
    filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.pw-white-svg>img{
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    line-height: 1.13;
}

.pw-red-btn:hover{
    box-shadow: var(--wp--preset--shadow--newachovergrisp);
}

.pw-has-tertiary-hover-color:hover,
.pw-has-tertiary-hover-color *:hover{
    color: var(--wp--custom--color--tertiary);
}

a, a:before, a:after, input[type='submit'], input[type='reset'], .radio-label input[type='radio'] + span:before,
.wp-element-button,
.wp-block-button__link{
    transition: all .3s linear;
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-property: all;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition-behavior: normal;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    transition-property: all;
}

/*Shadows*/
.pw-shadow-natural{
    box-shadow: var(--wp--preset--shadow--newacnatural);
}
.pw-shadow-natural-s{
    box-shadow: var(--wp--preset--shadow--newacnatural-s);
}
/*Shadows*/

/*Separator block*/
.wp-block-separator:not(.is-style-wide){
    margin-top: 0.2em;
    position: relative;
    display: block;
    overflow: visible;
    color: var(--wp--custom--color--quaternary);
}
.wp-block-separator:not(.is-style-wide):after{
    content: "";
    display: block;
    position: relative;
    width: 6px;
    height: 6px;
    background-color: currentColor;
    top: 6px;
    overflow: visible;
    left: calc(50% - 6px);
    border: 3px solid;
    border-color: var(--wp--custom--color--background);
}
.wp-block-separator.is-style-wide{
    width: 100%;
}
.wp-block-separator{
    margin-top: calc(var(--wp--custom--gap--vertical) * 1.7);
    margin-bottom: calc(var(--wp--custom--gap--vertical) * 1.7);
}
.has-senary-background-color .wp-block-separator:not(.is-style-wide):after{
    border-color: var(--wp--custom--color--senary);
}
/*End Of Separator block*/

.pw-heading{
    position: relative;
    z-index: 3;
    background-color: #fff;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1em;
    padding-left: 1em;
}

.pw-heading+.pw-lines-on-sides{
    position: relative;
    z-index: 2;
    top: -1.04em;
    margin-top: calc( var(--wp--custom--gap--vertical) / 7 );
    border: 1px rgba(0, 0, 0, 0.2) solid;
    width: 100%
}
/*End of Global styles*/



/*PW Blocks Styles*/
.pw-adaptive-row .pw-item{
    background-color: var(--wp--custom--color--background);
}
@media (min-width: 1150px) {
    .pw-adaptive-row.pw-c4 .pw-item {
        width: 23%;
    }
}
@media (max-width: 1150px) {
    #see{
        background-image: none!important;
    }
}
@media (max-width: 1150px) and (min-width: 600px) {
    .pw-adaptive-row.pw-c4 .pw-item {
        width: 48%;
        margin: auto auto 1rem auto;
    }
}
@media (max-width: 600px) {
    .pw-adaptive-row.pw-c4 .pw-item {
        width: 100%;
        max-width: 20rem;
        margin: auto auto 1rem auto;
    }
}
@media (min-width: 1400px) {
    .pw-adaptive-row.pw-c4{
        flex-wrap: nowrap;
    }

}
@media (min-width: 400px) {
    .pw-adaptive-row .pw-item {
        min-width: 16rem;
    }
}
@media (max-width: 400px) {
    .pw-adaptive-row .pw-item {
        width: 100%;
    }
}

.pw-i-ibgtb{
    padding-bottom: 4em;
    border-radius: 5px;
    overflow: hidden;
}
.pw-i-ibgtb .wp-block-image{
    padding: 2em 0;
}
.pw-i-ibgtb > *:not(.wp-block-group):not(.wp-block-cover):not(.cb-carousel-block){
    padding-left: 1vw;
    padding-right: 1vw;
}
.pw-list-w-bottom-border{
    display: flex;
    flex-direction: column;
    gap:0px;

}
.pw-list-w-bottom-border>li>a{
    display: block;
    padding-top: calc(var(--wp--custom--gap--horizontal)* 0.7);
    padding-bottom: calc(var(--wp--custom--gap--horizontal)* 0.7);
    border-bottom: 1px dashed var(--wp--custom--color--tertiary);
}
.pw-list-w-bottom-border>li:last-of-type>a{
    border-bottom: unset;
}
@media (max-width: 1400px) {
    .pw-masa1400>*{
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .pw-narrower-a1400{
        flex-basis: 716px;
    }
}

/* pw-col-w-idivider move to editor*/
.pw-col-w-idivider>.wp-block-column{
    padding: 0 2vw 0 2vw;
    border-left: 1px solid currentColor;;
    border-right: 1px solid currentColor;;
}
@media (min-width: 782px) {
    .pw-col-w-idivider > .wp-block-column:nth-last-child(1) {
        padding-right: 0;
        border-right: unset;
    }

    .pw-col-w-idivider > .wp-block-column:nth-child(1) {
        padding-left: 0;
        border-left: unset;
    }
}
/* pw-col-w-idivider */

/*End of PW Blocks Styles*/

/*WP and plugins Blocks Styles corrections*/

/*Query-pagination*/
.wp-block-query-pagination-numbers{
    gap: calc(var(--wp--custom--gap--horizontal) * 1);
    display: inline-flex;
}

.wp-block-query-pagination{
    gap: calc(var(--wp--custom--gap--horizontal) * 2.2);;
}
.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous{
    color: var(--wp--custom--color--background);
    border-radius: 4px;
    border-width: 0px;
    font-size: var(--wp--custom--post-comment--typography--font-size);
    line-height: calc(var(--wp--custom--post-comment--typography--line-height) / 1.33);
    padding-top: calc(var(--wp--custom--gap--vertical) / 2.2);
    padding-right: calc(var(--wp--custom--gap--horizontal) / 1.4);
    padding-bottom: calc(var(--wp--custom--gap--vertical) / 2.2);
    padding-left: calc(var(--wp--custom--gap--horizontal) / 1.4);
}
.wp-block-query-pagination a.page-numbers{
    background-color: var(--wp--custom--color--secondary);
}
.wp-block-query-pagination span.page-numbers{
    background-color: var(--wp--custom--color--primary);
}
.wp-block-query-pagination a:hover{
    background-color: var(--wp--custom--color--quaternary);
}
/*End of Query-pagination*/

/* End of yoast-breadcrumbs */
.pw-header .yoast-breadcrumbs,
#top-slide .yoast-breadcrumbs{
    margin-block-start: 0.5rem!important;
}
/* End of yoast-breadcrumbs */


input.wp-block-search__input:focus, input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus, select:focus{
    color:currentColor;
}

input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], input[type='number'], input[type='range'], input[type='date'], textarea, input.text, input[type='search'],
select, textarea,
input.mfcf7_zl_add_file{
    outline: none;
    /*font-size: var(--wp--preset--font-size--small);*/
    /* we usually set it in parent */
    font: inherit;
    line-height: 1.5;
    width: 100%;
    display: block;
    padding: .65em .838em;
    color: var(--wp--preset--color--dark-grey);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: color-mix(in srgb, var(--wp--preset--color--primary) 7%, transparent);
}
option{
    background-color: var(--wp--preset--color--background);
}
input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='url']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='range']:focus, input[type='date']:focus, textarea, input.text:focus, input[type='search']:focus,
select:focus, textarea:focus,
input.mfcf7_zl_add_file:focus{
    background-color: color-mix(in srgb, var(--wp--preset--color--primary) 10%, transparent);
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 50px; /* room for caret */
    background: color-mix(in srgb, var(--wp--preset--color--primary) 7%, transparent) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path d='M1 1 L5 5 L9 1' stroke='grey' stroke-width='2' fill='none' stroke-linecap='round'/></svg>") no-repeat right 16px center;
    background-size: 10px 6px;
}

/*thead th, table:not(.shop_attributes) > tbody:first-child > tr > th,*/
.page-template-default .blog-single-entry table thead,
.post-template-default .blog-single-entry table thead,
.loader {
    background-color: var(--wp--custom--color--secondary);
    color: var(--wp--custom--button--color--text);
}

form input[type=submit]:hover,
form input[type=reset]:hover{
    filter: brightness(1.15);
}
.has-primary-background-color form input[type=submit]:hover{
    background-color: var(--wp--preset--color--background);
    color: var(--wp--preset--color--primary);
}

.entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.entry-content input[type="submit"],
.entry-content button,
.entry-content input[type="reset"]{
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    position: relative;
    overflow: hidden;          /* keep the sheen inside the button */
}
.entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.entry-content input[type="submit"]:hover,
.entry-content button:hover,
.entry-content input[type="reset"]:hover{
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

/*animation*/
/* Sheen base state (no animation!) */
.entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link::before{
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to right, transparent, #fff);
    transform: skewX(-15deg) translateX(-120%);
    transition: none;          /* important: no transition until hover */
    opacity: .5;
    z-index: 0;                /* sits under the text */
    pointer-events: none;      /* never block clicks */
}

/* Animate ONLY on button hover (and keyboard focus) */
.entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover::before,
.entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus-visible::before{
    transform: skewX(-15deg) translateX(120%);
    transition: transform 800ms ease;
}


/*end of animation*/


input[type='submit'],
button:not(.wp-block-navigation__submenu-icon):not(.wp-block-navigation__responsive-container-open):not(.pw-mobmb):not(.-close):not(.wp-dark-mode-ignore),
input[type='button']:not(.mfcf7_zl_add_file),
input[type='reset'] {
    border: none;
    /*float: left;*/
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 14px 30px 14px;
    text-transform: capitalize;
    -webkit-appearance: none;
}
input[type='submit'],
button,
input[type='button'],
input[type='reset']{
    cursor: pointer;
}

/* file input */

/* === Tokens (uses your theme vars) === */
:root{
    --filebar-bg: color-mix(in srgb, var(--wp--preset--color--primary) 10%, transparent);
    --filebar-btn: var(--wp--custom--button--hover--border--color);
    --filebar-radius: 8px;
    --filebar-height: 48px;
    --filebar-pad-x: 16px;
    --filebar-btn-w: 160px; /* matches the screenshot proportion */
}

/* Center the field label like in the screenshot */
label:has([data-name="AttachyouCV"]) {
    display:block;
    text-align:center;
    margin: 1rem 0 .5rem;
}

/* Make the CF7 wrap the visible component */
.wpcf7-form-control-wrap[data-name="AttachyouCV"]{
    position: relative;
    display: block;
    width: 100%;
    max-width: 960px; /* form width; adjust if needed */
    margin: 0 auto 1.25rem;
    height: var(--filebar-height);
    border-radius: var(--filebar-radius);
    background: var(--filebar-bg);
    /* subtle look like your inputs */
    box-shadow: 0 0 0 1px rgba(0,0,0,.04) inset;
}

/* Placeholder text (“No file chosen”) on the left */
.wpcf7-form-control-wrap[data-name="AttachyouCV"]::after{
    content: "No file chosen";
    position: absolute;
    left: var(--filebar-pad-x);
    top: 50%;
    transform: translateY(-50%);
    opacity: .8;
    pointer-events: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    right: calc(var(--filebar-btn-w) + var(--filebar-pad-x));
}

/* The blue button on the right */
.wpcf7-form-control-wrap[data-name="AttachyouCV"]::before{
    content: "Choose File";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: var(--filebar-btn-w);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--filebar-btn);
    color: #fff;
    font-weight: 600;
    border-top-right-radius: var(--filebar-radius);
    border-bottom-right-radius: var(--filebar-radius);
    pointer-events: none; /* clicks go to the real input */
}

/* Put the real input on top, invisible but fully clickable */
.wpcf7-form-control-wrap[data-name="AttachyouCV"] > input[type="file"].wpcf7-file{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;         /* hide native UI */
    cursor: pointer;
    margin: 0;
    z-index: 1;
}

/* Focus state for accessibility */
.wpcf7-form-control-wrap[data-name="AttachyouCV"]:has(> input[type="file"]:focus-visible){
    outline: 2px solid color-mix(in srgb, var(--wp--preset--color--primary) 40%, transparent);
    outline-offset: 2px;
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--wp--preset--color--primary) 25%, transparent) inset;
}

/* Hover state to match the screenshot vibe */
.wpcf7-form-control-wrap[data-name="AttachyouCV"]:hover{
    background: color-mix(in srgb, var(--wp--preset--color--primary) 13%, transparent);
}

/* default placeholder */
.wpcf7-form-control-wrap[data-name="AttachyouCV"]::after {
    content: attr(data-filename);
}

/* initial state */
.wpcf7-form-control-wrap[data-name="AttachyouCV"]:not([data-filename])::after {
    content: "No file chosen";
}

/* Small screens: slightly narrower button */
@media (max-width: 480px){
    :root{ --filebar-btn-w: 136px; }
}

/* End of file input */

/*fieldset*/
/* ===== Damaged Area (CF7) — CSS only (no icon font) ===== */
:root{
    --pw-border: #c7c7c7;          /* fieldset border & legend lines */
    --pw-text: var(--wp--custom--color--tertiary);            /* label text color */
    --pw-checked: var(--wp--custom--color--secondary);         /* checked fill */
    --pw-focus: var(--wp--custom--color--tertiary);           /* focus ring */
    --cb-size: 22px;               /* checkbox size */
}

/* Fieldset box */
fieldset:has(.gridclass){
    border: 1px solid var(--pw-border);
    border-radius: 12px;
    padding: 0px 10px 10px;
    margin: 0;
    position: relative;
}
fieldset:has(.gridclass)>p{
    margin-top: 0px;
    margin-bottom: 4px;
}
/* Centered legend with divider lines */
fieldset:has(.gridclass) > legend{
    text-align: center;
    gap: 12px 1vw;
    position: relative;
    padding: 0 15px;
}

/* 3-column grid for items */
.wpcf7-checkbox.gridclass{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 30px;
    margin-top: 12px;
}
@media (max-width: 1340px) and (min-width: 782px) {
    .wpcf7-checkbox.gridclass{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 500px) {
    .wpcf7-checkbox.gridclass{
        grid-template-columns: repeat(2, 1fr);
    }
}
/* Reset CF7 list-item spacing */
.wpcf7-checkbox.gridclass .wpcf7-list-item{ margin: 0; }

/* Label alignment */
.wpcf7-checkbox.gridclass label{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: var(--pw-text);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}

/* ===== Custom circular checkbox (SVG ring + SVG checkmark) ===== */
.wpcf7-checkbox.gridclass input[type="checkbox"]{
    -webkit-appearance: none;
    appearance: none;
    width: var(--cb-size);
    height: var(--cb-size);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: none;                   /* ring is drawn by ::before */
    background: transparent;        /* fill shown when checked */
    outline: none;
}

/* Neutralize any icon-font based rules coming from theme */
.wpcf7-checkbox.gridclass input[type="checkbox"]::before,
.wpcf7-checkbox.gridclass input[type="checkbox"]::after{
    font-family: initial !important;
    content: "" !important;
}

/* Unchecked circular ring — light gray (#cfd3d7) at 0.2 opacity */
.wpcf7-checkbox.gridclass input[type="checkbox"]::before{
    position: absolute;
    inset: 0;
    background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='%23cfd3d7' stroke-width='2'/></svg>");
    opacity: .6; /* initial */
    transition: opacity .2s ease, background .2s ease;
}

/* Hover/focus: same ring but dark ink (#111827) at full opacity */
.wpcf7-checkbox.gridclass input[type="checkbox"]:hover::before,
.wpcf7-checkbox.gridclass input[type="checkbox"]:focus-visible::before{
    background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='9' fill='none' stroke='%23111827' stroke-width='2'/></svg>");
    opacity: 1;
}

/* Checked: solid dark navy fill, hide ring */
.wpcf7-checkbox.gridclass input[type="checkbox"]:checked{
    background-color: var(--pw-checked); /* #183153 */
}
.wpcf7-checkbox.gridclass input[type="checkbox"]:checked::before{ opacity: 0; }

/* White checkmark (SVG) */
.wpcf7-checkbox.gridclass input[type="checkbox"]::after{
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(var(--cb-size) * 0.7);
    height: calc(var(--cb-size) * 0.7);
    transform: translate(-50%, -50%);
    background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'><path d='M20.285 6.709l-11.285 11.293-5.285-5.293 1.41-1.41 3.875 3.878 9.875-9.878z'/></svg>");
    opacity: 0;
    transition: opacity .2s ease;
}
.wpcf7-checkbox.gridclass input[type="checkbox"]:checked::after{ opacity: 1; }

/* Keyboard focus ring for accessibility */
.wpcf7-checkbox.gridclass input[type="checkbox"]:focus-visible{
    box-shadow: 0 0 0 3px color-mix(in oklab, var(--pw-focus) 35%, white);
    outline: 2px solid var(--pw-focus);
    outline-offset: 2px;
    border-radius: 6px; /* soft rect around the circle */
}

/* Optional: slightly larger hit-area on touch devices */
@media (pointer: coarse){
    .wpcf7-checkbox.gridclass label{ gap: 12px; }
    :root{ --cb-size: 22px; }
}
/*End of fieldset*/



.wpcf7-submit{
    color: var(--wp--custom--color--background);
    border-radius: 4px;
    margin-left: auto!important;
    margin-right: auto!important;
    display: block;
    float: unset!important;
}
.wp-block-contact-form-7-contact-form-selector:not(.pw-quaternary-color-buttons) .wpcf7-submit {
    background-color: var(--wp--custom--color--secondary);
}
.wp-block-contact-form-7-contact-form-selector.pw-quaternary-color-buttons .wpcf7-submit {
    background-color: var(--wp--custom--color--quaternary);
}

.wpcf7-acceptance label {
    font-size: 14px;
}

.cf7-terms {
    font-size: 14px;
    display: inline-block;
}

.cf7-terms a {
    text-decoration: underline;
}


.wpcf7 br{
    display: none;
}

.wpcf7-form-control-wrap.recaptcha{
    width: fit-content;
    margin: auto;
    display: block;
}
.recaptcha-wrapper{
    height: 78px;
}

.subm-wr{
    text-align: center;
}

.captha-button-wr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.wpcf7 .wpcf7-submit{
    min-width: min(20vw, 260px);
}
.wpcf7 .wpcf7-submit + .wpcf7-spinner{
    margin-top: -35px;
    margin-left: min(7vw, 99px);
    position: absolute;
}

.wpcf7 form .wpcf7-response-output{
    margin: 1em .5em 1em;
    font-size: 24px;
    line-height: 1.45;
}


@media (max-width: 1200px) {
    .entry-content .wp-block-column .captha-button-wr{
        margin: auto;
        padding-top: 1em;
    }
}

@media (max-width: 781px) {
    .captha-button-wr{
        flex-direction: column;
        width: unset;
    }
    .captha-button-wr{
        width: unset;
        text-align: center;
        margin: auto;
    }
    .wpcf7 .wpcf7-submit{
        min-width: 100%;
    }
    .wpcf7 .wpcf7-submit + .wpcf7-spinner {
        margin-left: 118px;
    }
    .cf7-half {
        width: 100%;
    }
    .wpcf7 form .wpcf7-response-output{
        font-size: 20px;
    }
}
/* End of cf7 */

/*End of PW Blocks Styles*/


/*Blockbase links correction*/
a, .wp-block-navigation a {
    text-underline-offset: 0.25em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    color: inherit;
}
.entry-content a:not(.wp-block-button__link){
    text-decoration: underline;
}
/* Child links without underline in normal state*/
.pw_chlwu a{
    text-decoration: none!important;
}
.pw_chlwu a:hover{
    text-decoration: underline!important;
}

.entry-content h2>a,
.entry-content h3>a,
.entry-content h4>a{
    text-decoration: none!important;
}
/*Blockbase links correction*/

/* Layout correction */


/*page sections default vertical paddings*/
.pw-swc,
.wp-block-post-content>.wp-block-group:not(.pw-bib),
.wp-block-post-content>.wp-block-cover:not(.pw-bib){

    padding-top: 2.25em;
    padding-bottom: 1.9em;
    /*
           padding-top: 1.6em;
           padding-bottom: 1.25em;
    */
    margin-block-start: 0;
}
.wp-block-post-content>.wp-block-group.has-background:not(.pw-bib){
    padding-top: 2.6em;
    padding-bottom: 3em;
    margin-block-start: 0;
}

.wp-block-post-content>.wp-block-group:not(.has-background) + .wp-block-group.has-background{
    margin-top: 1.1em;
}
.wp-block-post-content>.wp-block-group.has-background + .wp-block-group:not(.has-background){
    margin-top: .4em;
}

.wp-block-post-content{
    /*padding-top: 3em;
    padding-bottom: 5em;*/
}
.pw-rhpad{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.wp-block-post-content:not(.pw-rhpad) .pw-swc:first-of-type,
.wp-block-post-content:not(.pw-rhpad)>.wp-block-group:not(.pw-bib):first-of-type,
.wp-block-post-content:not(.pw-rhpad)>.wp-block-cover:not(.pw-bib):first-of-type{
    padding-top: 0px;
}
.wp-block-post-content:not(.pw-rhpad) .cb-carousel-block+.wp-block-group:not(.pw-bib):first-of-type,
.wp-block-post-content:not(.pw-rhpad) .cb-carousel-block+.wp-block-cover:not(.pw-bib):first-of-type{
    margin-top: 0;
}
.wp-block-post-content>*:not(.wp-block-group):not(.wp-block-cover):not(.pw-tslide){
    max-width: var(--wp--style--global--wide-size);
}

/*End of page sections default vertical paddings*/


.page-template-grey-background-and-short-footer .wp-site-blocks>.pw-main{
    margin-top: 0;
}

iframe{
    max-width: 100%!important;
}

body .is-layout-grid{
    overflow: hidden;
}

/*Blog*/
.single-post .entry-content.wp-block-post-content{
    margin-top: 0px;
    padding-top: 1.8rem;
}

.single-post .entry-content p+h2,
.single-post .entry-content .wp-block-list+h2,
.single-post .entry-content div+h2,
.single-post .entry-content p+h3,
.single-post .entry-content .wp-block-list+h3,
.single-post .entry-content .div+h3{
    padding-top: calc(1 * var(--wp--custom--gap--vertical));
}
.single-post .entry-content li{
    font-weight: 400;
}

/*End of Blog*/


@media (max-width: 840px) {
    /* Override vertical gap rules from site editor for is-layout-flow and is-layout-constrained on mobile
    *  Use is-layout-flex (row, stack) and is-layout-grid (grid) to control vertical gap on mobile
    */
    :root :where(.is-layout-flow) > *,
    :root :where(.is-layout-constrained) > *{
        margin-block-start: calc(1.7 * var(--wp--custom--gap--vertical));
        margin-block-end: 0;
    }
}

/* End of Layout correction */


/* header and footer correction */
@media (max-width: 1050px) {
    .pw-footer-info .wp-block-columns {
        flex-wrap: wrap !important;
    }
}
@media (min-width: 600px) and (max-width: 900px) {
    .pw-footer-ct{
        max-width: 28%;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .pw-footer-ct{
        max-width: 100%;
    }
 }

/*Reviews block*/
.pw-reviews .listing{
    padding: 0.2em 0.2em 0.5em 0.2em;
    align-items: stretch!important;

    justify-items: center;
    justify-content: space-around;
    align-content: space-around;
}
.pw-reviews .listing>li{
    background-color: #fff;
    padding: 20px 1vw;
    border-radius:5px;
    box-shadow: var(--wp--preset--shadow--newacnatural-s);
    margin-bottom: 1em;
}
.pw-reviews .listing>li .review-more-link{
    color:var( --e-global-color-c0540ed );
}
.pw-reviews .listing>li .review-more-link:hover{
    text-decoration: underline;
}

footer .pw-reviews-small .google-business-reviews-rating{
    max-width: var(--wp--style--global--wide-size);
    margin: auto;
    font-size: 90%;
}

/*plugin fix*/
.pw-reviews-short .rating{
    font-size: unset!important;
}

@media (min-width: 997px) {
    .pw-reviews.three .listing > li {
        max-width: 47%;
    }
    .pw-reviews .listing {
        max-width: 90vw;
        margin: auto;
    }
}
@media (max-width: 997px) {
    .gmbrr.columns.six .listing li, .gmbrr.columns.three .listing li {
        flex: max-content!important;
    }
}
/*End of Reviews block*/

/* Block Base polifill buttons corrections */
.entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link{
    line-height: 1.33;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link{
    line-height: 1.33;
    padding: 0.55rem 0.85rem;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover{
    border-color: currentColor;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

@media (max-width: 840px) {
    .entry-content .wp-block-buttons {
        gap: calc(1 * var(--wp--custom--gap--vertical));
    }
}
/*End of Block Base polifill buttons corrections */

/*custom ACF blocks*/

/*End of custom ACF blocks*/

/*theme sticky correction*/
body:not(.active-mm) .pw-sticked.pw-sticky-root>div .custom-logo-link{
    max-width: 107px;
}
/*end of theme sticky correction*/

#wpadminbar{
    max-width: 100vw;
}



