/* Box sizing rules */

*,
*::before,
*::after {
    box-sizing: border-box;
}

figure.wp-block-image.eplus-wrapper {
    margin: 0 0 20px;
}


/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul[role='list'],
ol[role='list'] {
    list-style: none;
}


/* Set core root defaults */

html:focus-within {
    scroll-behavior: smooth;
}


/* Set core body defaults */

body {
    font-family: 'Montserrat';
    min-height: 100vh;
    font-weight: 400;
    text-rendering: optimizeSpeed;
    line-height: normal;
    font-size: 18px;
    color: var(--wp--preset--color--primary-text-color);
}

.gdpr-infobar-visible #floater_block {
    display: none !important;
}


/* A elements that don't have a class get default styles */

a:not([class]) {
    text-decoration: none;
}

a:not([class]) {
    color: var(--wp--preset--color--link-default);
}

a:not([class]):hover {
    color: var(--wp--preset--color--link-hover);
}

a:not([class]):focus {
    color: var(--wp--preset--color--link-focus);
}

/*Set max-width: 1280px + 12px padding left/right */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1304px !important;
  }
}


/* Make images easier to work with */

img,
picture {
    max-width: 100%;
    display: block;
}

.logo {
    width: 100%;
    max-width: 120px;
    height: auto;
}


/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
    font: inherit;
}

span.uppercase {
    text-transform: uppercase;
}

span,
strong,
mark {
    font-size: inherit;
    line-height: inherit;
}


/* Deafult svg icon size */

svg[class^='icon-'] {
    width: 2.5rem;
    height: 2.5rem;
}


/* Trigger animation */

.section {
    transition: transform 800ms, opacity 1s;
}

.section--hidden {
    opacity: 0;
    transform: translateY(8rem);
}

.page_wrapper.page_default.top_spacing {
    padding-top: 34px;
}

.page_wrapper.page_default.bottom_spacing {
    padding-bottom: 64px;
}


/* block editor spacing responsive */

@media(max-width:991px) {
    .wp-block-spacer.is-style-responsive-large {
        height: 100px !important;
    }
    .wp-block-spacer.is-style-responsive-medium {
        height: 60px !important;
    }
    .wp-block-spacer.is-style-responsive-small {
        height: 30px !important;
    }
}

@media(max-width:768px) {
    .wp-block-spacer.is-style-responsive-large {
        height: 60px !important;
    }
    .wp-block-spacer.is-style-responsive-medium {
        height: 40px !important;
    }
    .wp-block-spacer.is-style-responsive-small {
        height: 20px !important;
    }
}


/* Global font sizes */

h1 {
    font-size: 48px;
    font-weight: 700;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

.page_wrapper.page_default h3,
.post_wrapper h3,
.post-content h3 {
    font-weight: 600;
}

.page_wrapper.page_default h4,
.post_wrapper h4,
.post-content h4 {
    font-weight: 500;
}


/* has-XX-font-size need to be synced with theme.json*/

@media (max-width:767px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    body {
        font-size: 16px;
    }
}


/* Global font sizes */

figure.w-100 img {
    width: 100% !important;
}


/*CF-7 start*/

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
    border: 1px solid #A6A6A6;
    padding: 9px 24px;
    width: 100%;
    background-color: var(--wp--preset--color--white);
    border-radius: 2px;
    font-size: 14px;
}

.wpcf7-form textarea {
    border: 1px solid #A6A6A6;
    padding: 8px 24px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 2px;
    font-size: 14px;
}

.wpcf7-form p {
    margin-bottom: 12px;
}

.wpcf7-acceptance {
    font-size: 10px;
    color: #515151;
}

.wpcf7-acceptance label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
}

.wpcf7-acceptance label input {
    min-width: 20px;
    transform: scale(1.35);
    margin-top: 2px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}

.wpcf7 .wpcf7-submit {
    background-color: var(--wp--preset--color--primary-color);
    color: var(--wp--preset--color--white);
    padding: 14px 17px;
    border: 1px solid var(--wp--preset--color--primary-color);
    border-radius: 4px;
    width: 100%;
    transition: 0.3s !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3%;
    text-transform: uppercase;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--primary-color);
    border: 1px solid var(--wp--preset--color--primary-color);
}


/*CF-7 end*/


/*Thank you page start*/

.check-svg {
    display: flex;
    margin-bottom: 85px;
}

.check-svg svg circle {
    fill: var(--wp--preset--color--white) !important;
    stroke: var(--wp--preset--color--primary-color) !important;
}

.check-svg svg path {
    fill: var(--wp--preset--color--primary-color) !important;
    stroke: var(--wp--preset--color--primary-color) !important;
}

@media (max-width:767px) {
    .check-svg {
        margin-bottom: 35px;
    }
}


/*Thank you page end*/


/*Buttons start*/


/*Primary*/

.btn-primary {
    background: var(--wp--preset--color--primary-color) !important;
    border-radius: 4px !important;
    padding: 1px;
    width: max-content;
}

.btn-primary a .stk-button__inner-text {
    color: inherit !important;
}

.btn-primary a.stk-button,
.btn-primary a,
.btn-primary button {
    background: var(--wp--preset--color--primary-color) !important;
    border: unset !important;
    transition: 0.3s !important;
    color: var(--wp--preset--color--white) !important;
    border-radius: 3px !important;
    padding: 14px 14px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.btn-primary:hover a,
.btn-primary:hover button {
    background: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--primary-color) !important;
}


/*Secondary*/

.btn-secondary {
    background: linear-gradient(90deg, #00A5FB 0%, #3952A4 100%) !important;
    border-radius: 4px !important;
    padding: 1px;
    width: max-content;
}

.btn-secondary a .stk-button__inner-text {
    color: inherit !important;
}

.btn-secondary a.stk-button,
.btn-secondary a,
.btn-secondary button {
    background: linear-gradient(90deg, #00A5FB 0%, #3952A4 100%) !important;
    border: unset !important;
    transition: 0.3s !important;
    color: var(--wp--preset--color--white) !important;
    border-radius: 3px !important;
    padding: 14px 14px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.btn-secondary:hover a,
.btn-secondary:hover button {
    background: var(--wp--preset--color--white) !important;
    color: var(--wp--preset--color--secondary-color) !important;
}


/*Buttons end*/

body .wp-gr .grw-row {
    align-items: unset !important;
}

.grw-content {
    padding-left: 25px !important;
}

@media (max-width:540px) {
    .wp-gr.wpac .grw-content {
        padding-left: 0 !important;
        margin-top: 20px !important;
    }
}

body .wp-gr .grw-header-inner {
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: var(--wp--preset--color--light-secondary-color) !important;
    border: 1px solid #F1EEEE;
    border-radius: 8px !important;
    height: 100%;
    display: flex;
    align-items: center;
}

body .wp-gr .rpi-dots .rpi-dot {
    background: var(--wp--preset--color--secondary-color) !important;
    width: 16px !important;
    height: 16px !important;
    transform: unset !important;
    margin: 0 4px !important;
}

body .rpi-dots .rpi-dot {
    background: var(--wp--preset--color--secondary-color) !important;
}

body .rpi-dots .rpi-dot.active {
    background: var(--wp--preset--color--secondary-color) !important;
}

body .grw-btns {
    display: none !important;
}

body .wp-google-name span {
    font-size: 22px !important;
    line-height: 120% !important;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
}

body .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    box-shadow: none !important;
    border: 1px solid #F1EEEE !important;
    background: transparent !important;
    border-radius: 8px !important;
}

.splide__arrows,
.stk-block-carousel__buttons {
    display: none;
}

.splide__arrow {
    opacity: .7;
    padding: 0;
}

.splide__slide {
    margin-bottom: 0 !important;
}

.splide .splide__pagination {
    bottom: 0 !important;
    position: relative !important;
}

.splide .splide__pagination li {
    padding-top: 20px !important;
}

.splide .splide__pagination li:only-child {
    display: none;
}

.splide__arrow svg {
    display: none;
}

.splide__arrows button.splide__arrow {
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 14px;
    background-color: transparent !important;
}

.splide__arrows button.splide__arrow.splide__arrow--prev {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='25' viewBox='0 0 17 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6163 1.66384C16.0032 2.09665 15.9952 2.81077 15.5951 3.24087L3.81261 12.8653L15.5315 22.4195C16.4854 23.3013 15.4256 24.7755 14.3101 24.2075L1.01469 13.2981C0.81597 12.8518 0.874259 12.327 1.24255 11.9862L14.0849 1.55835C14.5062 1.22563 15.2639 1.26621 15.6163 1.66114L15.6163 1.66384Z' fill='%2312211F' stroke='%2312211F'/%3E%3Cpath d='M15.6163 1.66384C16.0032 2.09665 15.9952 2.81077 15.5951 3.24087L3.81261 12.8653L15.5315 22.4195C16.4854 23.3013 15.4256 24.7755 14.3101 24.2075L1.01469 13.2981C0.81597 12.8518 0.874259 12.327 1.24255 11.9862L14.0849 1.55835C14.5062 1.22563 15.2639 1.26621 15.6163 1.66114L15.6163 1.66384Z' fill='%232E3D3B' stroke='%232E3D3B'/%3E%3C/svg%3E%0A");
}

.splide__arrows button.splide__arrow.splide__arrow--next {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='25' viewBox='0 0 17 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.49305 23.5544C1.10621 23.1216 1.11416 22.4075 1.51424 21.9774L13.2968 12.3529L1.57783 2.79881C0.623998 1.91697 1.68382 0.442739 2.79928 1.01079L16.0947 11.9201C16.2934 12.3665 16.2351 12.8912 15.8668 13.2321L3.02448 23.6599C2.6032 23.9926 1.84543 23.9521 1.49305 23.5571L1.49305 23.5544Z' fill='%2312211F' stroke='%2312211F'/%3E%3Cpath d='M1.49305 23.5544C1.10621 23.1216 1.11416 22.4075 1.51424 21.9774L13.2968 12.3529L1.57783 2.79881C0.623998 1.91697 1.68382 0.442739 2.79928 1.01079L16.0947 11.9201C16.2934 12.3665 16.2351 12.8912 15.8668 13.2321L3.02448 23.6599C2.6032 23.9926 1.84543 23.9521 1.49305 23.5571L1.49305 23.5544Z' fill='%2312211F' stroke='%2312211F'/%3E%3Cpath d='M1.49305 23.5544C1.10621 23.1216 1.11416 22.4075 1.51424 21.9774L13.2968 12.3529L1.57783 2.79881C0.623998 1.91697 1.68382 0.442739 2.79928 1.01079L16.0947 11.9201C16.2934 12.3665 16.2351 12.8912 15.8668 13.2321L3.02448 23.6599C2.6032 23.9926 1.84543 23.9521 1.49305 23.5571L1.49305 23.5544Z' fill='%232E3D3B' stroke='%232E3D3B'/%3E%3C/svg%3E%0A");
}

.splide__pagination__page {
    background: var(--wp--preset--color--secondary-color) !important;
    width: 16px !important;
    height: 16px !important;
    transform: unset !important;
    opacity: .4 !important;
    margin: 0 4px !important;
}

.splide__pagination__page.is-active {
    background: var(--wp--preset--color--primary-color);
    transform: scale(1.4);
    opacity: 1 !important;
}

.splide__pagination {
    bottom: inherit !important;
}

@media(min-width:992px) {
    .splide__arrows {
        display: block;
    }
    .stk-block-carousel__buttons {
        display: flex;
    }
    .splide {
        padding: 0 65px !important;
    }
    .splide .splide__pagination li {
        padding-top: 30px !important;
    }
}

.splide .splide__pagination li:nth-child(n+7),
.stk-block-carousel__dots>div:nth-child(n+7) {
    display: none !important;
}

@media (max-width:991px) {
    .stk-block-carousel.stk--arrows-outside.stk--arrows-justify-space-between .stk-block-carousel__slider {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
}


/*Stackable accordion*/

.stk-block-accordion .stk--svg-wrapper .stk--inner-svg svg:last-child,
.stk-block-accordion .stk--svg-wrapper .stk--inner-svg svg:last-child :is(g,
path,
rect,
polygon,
ellipse) {
    fill: var(--wp--preset--color--primary-color) !important;
}


/* content css */

body .page_wrapper.page_default,
body.single-post .post-content {
    line-height: 1.5;
}

body .page_wrapper.page_default ul.wp-block-list,
body.single-post .post-content ul.wp-block-list {
    margin-top: 0;
    list-style: none;
    padding-left: 0 !important;
}

body .page_wrapper.page_default ul.wp-block-list li,
body.single-post .post-content ul.wp-block-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    line-height: 1.6;
}

body .page_wrapper.page_default ul.wp-block-list li::before,
body.single-post .post-content ul.wp-block-list li::before {
    content: '';
    width: 11px;
    height: 11px;
    background: #FBC104;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

@media (min-width:786px) {
    body .page_wrapper.page_default h1 {
        font-size: 38px;
    }
}


/* .grw-header{
  display: none !important;
}

.grw-review {
  flex: 0 0 calc(33.33% - 20px) !important; 
}

.grw-review:nth-child(3n+1) {
  flex: 0 0 calc(66.66% - 20px) !important; 
} */