/*
 Theme Name:   Frisk Child
 Description:  Child Theme for Frisk
 Author:       Your Name
 Template:     frisk
 Version:      1.0.0
*/

/* --- Add your custom CSS below this line --- */

@media (min-width: 1025px) {
    .fixed-custom-header .header-logo img {
        padding-right: 30px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
}

.service-grid .elementor-element a.elementor-element div {
    height: 100% !important;
}

.fixed-custom-header {
    position: sticky;
    top: 0;
    z-index: 9;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.fixed-custom-header {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .07);
}

.ekit-template-content-header {
    background-color: #fff;
}

.top-bar p {
    animation: attention 3s infinite;
}

.top-bar p {
    margin: 0px;
}

.service-grid .elementor-element a.elementor-element {
    padding: 0;
}

@keyframes attention {

    0%,
    100% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.08);
    }

    10% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.08);
    }

    20% {
        transform: scale(1);
    }
}

body {
    border: none !important;
}

.we-design-title p {
    font-size: 10px !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    margin: 0;
    color: #0c6fb6;
}

.button.button--secondary {
    background: #e68c1a;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 25px;
    font-weight: 400 !important;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    text-shadow: none;
}

@media screen and (max-width: 992px) {
    .blue-boxes .elementor-image-box-img img {
        max-width: 80px;
        margin-inline: auto;
    }

    .button.button--secondary {
        font-size: 16px;
    }
}

@media (max-width: 1025px) {
    .we-design-title p {
        font-size: 15px !important;
        line-height: 22px !important;
    }
}

.hero-5 .hero-style5 {
    padding-block: 20px;
    height: 615px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.hero-style5 .hero-title:before {
    content: "";
    position: absolute;
    inset: -10px -20px;
    background: radial-gradient(rgb(255 255 255 / 34%), rgb(255 255 255 / 40%), #00000000 70%);
    filter: blur(8px);
    z-index: -1;
    pointer-events: none;
}

ul.hero-list {
    font-size: 65%;
    line-height: 145%;
    margin-top: 15px;
    font-weight: 600;
}

@media screen and (max-width: 380px) {
    .we-design-title p {
        font-size: 13px !important;
        line-height: 20px !important;
    }
}



.hero-style5 .hero-title {
    max-width: 24ch;
    color: #363751 !important;
    font-weight: 700 !important;
    text-shadow: 0 2px 6px rgba(255, 255, 255, 0.7);
    display: inline-block;
    position: relative;
    z-index: 1;
}

.custom-list-items ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    width: 100%;
}

.mobile-custom-list.custom-list-items ul {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.footer-menu-list.list-icon-footer .elementor-icon-list-items li a {
    display: flex;
    gap: 7px;
}

.footer-menu-list.list-icon-footer .elementor-icon-list-items li a svg {
    max-width: 14px;
    max-height: 14px;
    width: 100%;
}

.footer-menu-list ul.elementor-icon-list-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-outer {
    border: 1px solid #ddd;
    border-radius: 15px !important;
    padding: 10px 20px 20px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    max-height: max-content;
}

.contact-form .form-group {
    margin-bottom: 12px;
    position: relative;

}

.contact-form .form-group span {
    height: unset;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    background: rgb(244, 244, 244);
    padding: 5px 17px;
}

label.contact-form.shades-type {
    margin-block: 10px 8px;
}

@media screen and (min-width:1200px) {
    .only-contact-page .wpcf7-form .shades-checkbox .wpcf7-list-item {
        width: calc(50% - 20px);
    }

}

.wpcf7-form .shades-checkbox .wpcf7-list-item {
    display: inline-block;
    margin: 4px 20px 4px 0px;
    vertical-align: top;
}

.contact-form .form-btn input {
    width: 100%;
    margin-top: 15px;
    padding: 14px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #f68b1f;
}

.contact-form .form-btn input:hover {
    background-color: #0a6fb5 !important;
}

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

.wpcf7-form .shades-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    cursor: pointer;
}

.wpcf7-form .shades-checkbox input[type="checkbox"] {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    width: 16px;
    height: 16px;
}

.mobile-toggle-icon button.elementskit-menu-hamburger.elementskit-menu-toggler {
    padding: 0 !important;
    height: 40px;
    max-width: 40px;
    color: #fff !important;
}

.mobile-toggle-icon button.elementskit-menu-hamburger.elementskit-menu-toggler svg {
    fill: #fff;
}

.with-flip .flip-box-style {
    position: relative;
}

.with-flip .flip-box-style .tp-flipbox__front,
.with-flip .flip-box-style .tp-flipbox__back {
    align-items: flex-end;
}

.with-flip .flip-box-style .tp-flipbox__content .tp-flipbox__icon-front,
.with-flip .flip-box-style .tp-flipbox__title-back,
.with-flip .flip-box-style .tp-flipbox__content .tp-flipbox__desc-back,
.with-flip .flip-box-style .tp-flipbox__content .tp-flipbox__icon-back {
    display: none;
}

.with-flip .flip-box-style .tp-flipbox__content {
    background: #ffffffab;
}

.flip-img-height .tp-flipbox__holder {
    min-height: 360px !important;
}

.with-flip .flip-box-style .tp-flipbox__back .tp-flipbox__action {
    margin-block: 12px !important;
}

.with-flip .flip-box-style .tp-flipbox__back .tp-flipbox__action .tp-flipbox__btn {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 25px;
    border-radius: 4px;
    letter-spacing: 0.25px;
}
.footer-logo-section .elementor-element {
    padding-block: 0 !important;
}
@media (min-width: 767px) and (max-width: 992px) {
    .flip-img-height .tp-flipbox__holder {
        min-height: 260px !important;
    }

    .with-flip .flip-box-style .tp-flipbox__content .tp-flipbox__title-front {
        font-size: 16px;
        padding-block: 8px;
    }
}

@media screen and (max-width:1400px) {
    div .hero-5 .hero-style5 {
        height: 415px;
    }
}

@media screen and (min-width:1360px) {
    .hero-style5 .hero-title {
        font-size: 50px !important;
        line-height: 62px !important;
    }

    .flip-img-height .tp-flipbox__holder {
        min-height: 360px !important;
    }
}
@media screen and (min-width: 767.5px) {
    .footer-menu-grid ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 20px;
    }}
@media screen and (max-width: 768px) {
    div .hero-5 .hero-style5 {
        height: 280px;
    }
}

@media screen and (max-width: 749px) {
    .button.button--secondary {
        padding: 8px 16px;
        font-size: 15px;
    }

    .header-logo img {
        max-width: 130px !important;
    }
}

@media screen and (max-width: 639px) {
    ul.hero-list {
        margin-top: 8px;
        padding-left: 20px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 479px) {
    .hero-style5 .hero-title {
        font-size: 26px !important;
        line-height: 36px !important;
        margin-bottom: 15px;
    }

    .mobile-custom-list ul,
    .custom-list-items ul {
        grid-template-columns: 1fr;
    }
}