html, body{
    overflow-x: hidden;
}
:root :where(.wp-block-navigation) {
    color: #000000;

}
@media (min-width: 1400px) {
    .ticss-b47e5769 {
        margin-inline: 10px !important;
        overflow: hidden;
        border-radius: 70px;
    }
}
.has-header-cap header+.wp-block-group.woocommerce.product, .has-header-cap header+main {
        margin-top: 0;
        padding-top: 0;
    }
@media (min-width: 768px) {
    .has-header-cap header+.wp-block-group.woocommerce.product, .has-header-cap header+main {
        margin-top: 0;
        padding-top: 170px;
    }
}

.contact-style-2 .contact_style_1{
    background-color:var(--wp--preset--color--primary);
   & input::placeholder, textarea::placeholder {
        color: rgb(255 255 255 / 57%);
            }
    
}

@media (min-width: 800px) {
    .has-transparent-header header {
        position: absolute;
        width: 100%;
        z-index: 10;
        background: initial;
    }
}

.wp-block-site-logo img {
    height: 32px;
    width: auto;
}
.contact_style_1{
    max-width: 500px;
    padding: 40px 35px;
    background-color: #4D5758;
    border-radius: 8px;
    grid-gap: 8px;
    
    & > h3{
        color: rgba(255,255,255,.85);
        font-size: 32px;
        margin:0;
    }
    
    & > p{
        color: rgba(255,255,255,.85);
        
    }
    
    &  input[type=text], textarea{
        min-height: 3rem;
        background-color:rgba(255,255,255,.5);
        border: 1px solid rgba(255,255,255,.5) ;
        
    }
    
    & .wp-element-button{
        background-color:rgba(255,255,255,.8);
        color: #333;
        padding: 20px 20px !important;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 6px;
    }
    
    box-shadow:rgb(198 196 207) 0px 1px 0px, rgba(103, 143, 213, 0.2) 0px 12px 12px, rgba(0, 0, 0, 0.1) 0px 4px 4px;
}


.custom-ul{
    list-style-type:none;
        padding-left: 26px;
    &  li{
        position:relative;
        margin-bottom: 5px;
        color: #444;
    
        &:before{
            content: "";
            width: 14px;
            height: 14px;
            left: -20px;
            top: 7px;
            background-image: url(https://themes.webdevia.com/fresh-air-blocks/wp-content/uploads/2024/12/checkmark.webp);
            position: absolute;
            background-repeat: no-repeat;
        }
        
    }
    
    
}
.wp-block-group.is-vertical .process{
    width: 100%;
}
.process{
box-shadow:rgb(255 91 7) 0px 1px 0px, rgba(103, 143, 213, 0.2) 0px 18px 18px, rgba(0, 0, 0, 0.1) 0px 4px 4px;
 border-radius: 8px;

}
.box-shadow{
box-shadow:rgb(255 91 7) 0px 1px 0px, rgba(103, 143, 213, 0.2) 0px 18px 18px, rgba(0, 0, 0, 0.1) 0px 4px 4px;
 border-radius: 8px;

}

.box-shadow-simple{
    
box-shadow:rgb(198 196 207) 0px 1px 0px, rgba(103, 143, 213, 0.2) 0px 12px 12px, rgba(0, 0, 0, 0.1) 0px 4px 4px;
 border-radius: 8px;
 overflow: hidden;

}


@media (min-width: 600px) {
    body.has-transparent-header header:not(.is-fixed) .wp-block-site-logo img {
        display: block !important;
    }
     body.has-transparent-header header {
        background:#fff;
    }
}

.center-img img{
    margin: 0 auto;
}

.wp-block-webdevia-team-member.team-list-style2 .team-member__info {
    padding: 25px 30px 10px;
    width: 230px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    background: var(--wp--preset--color--accent) !important;
    left: 50%;
    margin-left: -115px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    box-shadow: #ffffff54 0px -1px 0px 4px;
}
.team-member__info{
    text-align: center;
}
.wp-block-webdevia-team-member.team-list-style2 .team-member__name, .wp-block-webdevia-team-member.team-list-style2 .team-member__job{
    color: #fff;
}
.wp-block-webdevia-team-member.team-list-style2 .components-responsive-wrapper img, .wp-block-webdevia-team-member.team-list-style2 .team-member__picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: left center;
    max-height: 400px;
}
.image-bento img{
     
    height: 350px;
    object-fit: cover;
}
.custom-heading{
    & p{
        color: var(--wp--preset--color--accent);
        margin-left: 24px !important;
        &:before{
            content: "";
            width: 15px;
            height: 2px;
            background-color: var(--wp--preset--color--accent);
            display: block;
            transform: translate(-18px, 15px);
            
        }
    }
}

.wd-blocks-accordion__title {
    --gray-2-color: #fbfbfb;
    align-items: center;
    background: var(--gray-2-color);
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(66, 144, 224, .3);
    padding: 1.5em;
    border-radius: 8px;
    box-shadow:rgb(198 196 207 / 37%) 0px 1px 0px, rgb(0 0 0 / 5%) 0px 4px 4px;
}


@media (min-width: 768px) {
 .has-transparent-header header{
    position: absolute;
    z-index: 99;
    background-color: #ffffffd9;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90vw;
    top: 72px;
    border-radius: 50px;
    backdrop-filter: blur(8px);
}  
}

