/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

html{
    overflow-x: hidden;
}
.lines-bg{
    background-image: url(images/lines.png);
    background-repeat: no-repeat;
    background-size: 10%;
    background-position: 50% 45%;
}

.pie-chart-container,
.pie-chart-container-mobile {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-image: url('/wp-content/uploads/2025/01/s-creative.png');
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pie-chart-container:hover,
.pie-chart-container-mobile:hover{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.pie-content {
    margin-top: 20px;
    font-size: 18px;
}

.pie-section .service-container{
    display: none;
}
.pie-section #creative.service-container{
    display: grid;
}

.grid3-borders .wpb_column:nth-child(2):before{
    content: '';
    background-color: #bb9372;
    width: 2px;
    position: absolute;
    height: 100%;
    left: -1.5rem;
}
.grid3-borders .wpb_column:nth-child(2):after{
    content: '';
    background-color: #bb9372;
    width: 2px;
    position: absolute;
    height: 100%;
    right: -1.5rem;
}

.team-section .w-person-image{
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}
.team-section .w-person-name{
    font-weight: 700;
}
.team-section .w-person{
    margin-bottom: 50px!important;
}

@media(max-width:767px){
    .team-section .w-person{
        margin-bottom: 0px!important;
    }
    .team-section .cols_3{
        margin-bottom: 3rem;
    }
    .lines-bg{
        background-image: none!important;
    }
}

@media(max-width: 500px){
    .minitext-mobile{
        font-size: 16px;
    }
}

.our-work-home .wpb_column.has-link{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.our-work-home .wpb_column.has-link:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.our-works-popups .cols_3 .wpb_column .w-image {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.our-works-popups .cols_3 .wpb_column:hover .w-image {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.pie-services .canvas-container {
    width: 100%;
    max-width: 600px;
    position: relative;
}
.pie-services canvas {
    cursor: pointer;
    width: 100%;
    height: auto;
    display: block;
}
.pie-services .service-container {
    display: none;
}
.pie-services #section1 {
    display: block;
}
.pie-services .service-container h4.w-text{
    font-size: 18px!important;
}
.pie-services .service-container .wpb_text_column{
    font-size: 14px!important;
}
.our-missions-circles .w-flipbox-back-desc{
    font-size: 12px;
    line-height: 1.2;
}
.our-missions-circles .w-flipbox-front{
    height: 230px!important;
    width: 230px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    border-radius: 50%!important;
    left: 0px;
    right: 0px;
    padding: 20px;
}
.our-missions-circles .w-flipbox-back{
    height: 230px!important;
    width: 230px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    border-radius: 50%!important;
    left: 0px;
    right: 0px;
    padding: 20px;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}
.our-missions-circles .w-flipbox-back .w-flipbox-back-title{
    font-size: 12px!important;
    color: #FFFFFF;
}
.our-missions-circles .w-flipbox{
    cursor: pointer;
}
.cls-6{
    cursor: pointer;
}
@media(max-width: 1170px){
    .our-missions-circles.g-cols.cols_4 {
        grid-template-columns: repeat(2,1fr);
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
}