﻿#voc {
    --container-max: 100%;
    --space-1: 8px;
    --space-2: 16px;
    --space-3: 24px;
    --space-4: 32px;
    --clr-title: #0b6fc5;
    --clr-text: #333;
    --radius-hero: 48px;
    background: #ffffff;
    font-family: Vazirmatn, IRANSans, "Segoe UI", Roboto, Arial, sans-serif;
}

    #voc .voc-banner {
        max-width: var(--container-max);
        margin: 0 auto;
        display: flex;
        align-items: center;
        position:relative;
    }

        #voc .voc-banner img.mask {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
        }

section#voc-banner:before {
    content: "";
    background-image: url(/site/images/voc/bitmap.png);
    width: 62%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.02;
    z-index: 2;
    background-color: #fff9f9;
    background-blend-mode: multiply;
}


        #voc .voc-banner .col {
            flex: 1 1 50%;
            position: relative;
        }

        #voc .voc-banner .text-col {
            padding: 0 100px;
        }

        #voc .voc-banner h2 {
            margin: 0 0 var(--space-2);
            font-size: clamp(28px, 2.6vw, 30px);
            color: var(--clr-title);
            font-weight: 800;
            line-height: 1.35;
        }

        #voc .voc-banner h3 {
            margin: 0 0 var(--space-2);
            font-size: clamp(16px, 2vw, 20px);
            font-weight: 700;
            color: #333;
            line-height: 1.8;
        }

        #voc .voc-banner p {
            margin: 0;
            font-size: clamp(14px, 1.8vw, 16px);
            color: var(--clr-text);
            line-height: 2.2;
            text-align: justify;
        }

        #voc .voc-banner .bg-hero-1 {
            position: absolute;
            inset: -40px -40px auto auto;
            width: 360px;
            height: 360px;
            border-radius: 50%;
            filter: blur(40px);
            background: radial-gradient(closest-side at 60% 40%, rgba(11,111,197,.15), rgba(11,111,197,0) 70%), radial-gradient(closest-side at 30% 70%, rgba(0,170,255,.10), rgba(0,170,255,0) 75%);
            pointer-events: none;
        }

    #voc .voc-banner .image-col {
        position: relative;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

        #voc .voc-banner .image-col img {
            display: block;
            width: 100%;
            height: auto;
            max-height: unset;
            object-fit: cover;
            object-position: left center;
        }

        #voc .voc-banner .image-col::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 55%, rgba(255,255,255,.65) 75%, #ffffff 100%);
            pointer-events: none;
        }

@supports (mask-image: linear-gradient(#000, transparent)) {
    #voc .image-col::after {
        background: none;
    }

    #voc .image-col img {
        mask-image: linear-gradient(90deg, #000 60%, transparent 100%);
        -webkit-mask-image: linear-gradient(90deg, #000 60%, transparent 100%);
    }
}

#voc .voc-banner-cta {
    text-align: center;
    background-color: #161c2d;
    padding: 30px 0;
    z-index: 100000 !important;
}

    #voc .voc-banner-cta p {
        color: #fff;
        margin-left: 40px;
        font-size: 16px !important;
    }

    #voc .voc-banner-cta a {
        background-color: #fff;
        padding: 8px;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;
    }

#voc .voc-important {
    padding: 120px 0 0 0;
}

    #voc .voc-important h4 {
        font-size: 32px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    #voc .voc-important p {
        color: var(--clr-text) !important;
    }

    #voc .voc-important img {
        width: 100%;
    }

#voc .voc-feedback {
    background-color: #f6f7fa !important;
    margin: 80px 0;
    padding: 40px 0;
}

    #voc .voc-feedback h4 {
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    #voc .voc-feedback .item {
        flex: 0 0 40%;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
        margin-right: 80px;
    }

        #voc .voc-feedback .item p {
            margin-right: 10px !important;
        }

        #voc .voc-feedback .item img {
            width: 40px;
        }

    #voc .voc-feedback .cta {
        margin-top: 20px;
    }

        #voc .voc-feedback .cta a {
            background-color: #2166AE;
            color: #fff;
            border-radius: 4px;
            padding: 8px 20px;
            width: fit-content;
            margin: 0px auto;
        }

#voc .voc-responsible h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

#voc .voc-responsible ul {
    list-style-type: disc;
    margin-right: 20px;
    margin-top: 20px;
}

    #voc .voc-responsible ul li {
        line-height: 48px !important;
    }

#voc .voc-responsible .frames {
    position: relative;
    height: 400px;
    overflow: hidden;
}

    #voc .voc-responsible .frames img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 400px;
        max-height: 400px;
        object-fit: cover;
        opacity: 0;
        animation: fade 8s infinite;
    }

#voc .frames img.fram-1 {
    animation-delay: 0s;
}

#voc .frames img.fram-2 {
    animation-delay: 2s;
}

#voc .frames img.fram-3 {
    animation-delay: 4s;
}

#voc .frames img.fram-4 {
    animation-delay: 6s;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



#voc .voc-stat {
    margin: 40px 0;
}

    #voc .voc-stat .bg {
        position:relative;
        background-color: #2166AE;
        padding: 40px 100px;
        border-radius: 8px;
    }

        #voc .voc-stat .bg img {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
        }

        #voc .voc-stat .bg * {
            color: #fff;
        }

        #voc .voc-stat .bg h4 {
            font-size: 28px;
            font-weight: 400;
            margin-bottom: 30px;
        }

        #voc .voc-stat .bg .item {
            padding: 0 50px;
        }

        #voc .voc-stat .bg .value {
            font-size: 30px;
            border-bottom: 3px solid #fff;
            margin-bottom: 20px;
            display: block;
            width: fit-content;
        }

#voc .voc-team {
    padding: 40px 0;
}

    #voc .voc-team h4 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    #voc .voc-team p {
        color: var(--clr-text) !important;
        margin-bottom: 40px;
    }

    #voc .voc-team .team-member {
        margin-bottom: 20px;
    }

        #voc .voc-team .team-member p {
            color: var(--clr-text) !important;
            margin: 10px;
        }

        #voc .voc-team .team-member:last-of-type {
            margin-bottom: 0;
        }

        #voc .voc-team .team-member h5 {
            font-size: 20px;
        }

    #voc .voc-team .card {
        background-color: #f6f7fa;
        border: 1px solid #e8e8e8;
        border-radius: 8px;
        margin-bottom: 20px;
    }

        #voc .voc-team .card img {
            width: 100% !important;
            max-height: 400px !important;
            margin-bottom: 20px;
        }

        #voc .voc-team .card .job {
            font-size: 12px;
        }

    #voc .voc-team .cta {
        background-color: #2166AE;
        color: #fff;
        padding: 8px 8px;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer;
        display: block;
        width: 180px;
        text-align: center;
        margin-bottom: 20px;
    }

    #voc .voc-team .social img{
        width:20px !important;
        margin:10px 0 0 0;
    }

    #voc .voc-proccess {
        padding: 40px 0;
    }

    #voc .voc-proccess h4 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    #voc .voc-proccess img {
        width: 100% !important;
    }

#voc .voc-summary ul{
    list-style-type:disc;
}

#voc .voc-summary .bg {
    background-color: #2166AE;
    padding: 40px;
    border-radius: 8px;
    position:relative;
}

#voc .voc-summary .bg img{
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
}


    #voc .voc-summary .bg * {
        color: #fff;
        line-height: 40px;
    }

#voc .voc-voice {
    padding: 60px 0 0 0;
}

    #voc .voc-voice .title {
        margin-bottom: 20px;
    }

        #voc .voc-voice .title * {
            margin: 0 5px;
        }

        #voc .voc-voice .title h4 {
            font-size: 24px;
            font-weight: 400;
        }

        #voc .voc-voice .title img {
            width: 20px;
            margin-bottom: 20px;
        }

    #voc .voc-voice .swiper-wrapper {
        max-height: fit-content !important;
    }

    #voc .voc-voice .swiper-slide {
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 260px !important;
    }

        #voc .voc-voice .swiper-slide .card {
            display: block;
            width: 100%;
            background-color: #f8f9fc;
            height: 100% !important;
            border: none;
        }

    #voc .voc-voice .card .icon {
        width: 48px;
    }

    #voc .voc-voice .swiper-slide .card .name {
        font-size: 14px;
        margin: 0px;
    }

    #voc .voc-voice .swiper-slide .card .company {
        font-size: 12px;
        color: #888;
        margin: 0;
    }

    #voc .voc-voice .swiper-slide .card .content {
        color: #444;
        font-size:16px;
        margin:20px 0;
    }

/* Media Query */
@media (max-width: 992px) {

    #voc .voc-banner h2{
        font-size:30px;
    }

    #voc .voc-banner .text-col {
        padding: 30px 10px;
    }

    #voc .voc-banner {
        gap: var(--space-3);
    }

    #voc .voc-banner-cta > div {
        flex-direction: column;
        justify-content: center;
    }

        #voc .voc-banner-cta > div p {
            text-align: center;
            margin-bottom: 10px;
            margin-left: 0;
            font-size: 14px !important;
        }

    #voc .voc-banner-cta a {
        margin: 0;
    }

    #voc .voc-important{
        padding:20px 0;
    }

    #voc .voc-important h4{
        font-size:22px;
        font-weight:600;
    }

    #voc .voc-feedback h4 {
        font-size: 22px;
        margin-bottom: 24px;
        font-weight: 600;
    }

    #voc .voc-feedback {
        margin: 80px 0 40px 0;
    }

    #voc .voc-responsible h4 {
        font-size: 22px;
        margin-bottom: 24px;
        font-weight: 600;
    }

    #voc .voc-feedback .item p {
        margin: 0;
    }

    #voc .voc-feedback .item {
        margin-right: 0;
        flex: 0 0 100%;
    }

    #voc .voc-stat {
        margin: 20px 0;
    }

    #voc .voc-stat .bg {
        padding: 40px 20px;
    }

        #voc .voc-stat .bg .item {
            margin-bottom: 20px;
            padding: 0;
        }

        #voc .voc-stat .bg h4 {
            font-size: 20px;
        }

    #voc .voc-team {
        padding: 0 0 10px 0;
    }

    #voc .voc-team h4{
        font-weight:600;
    }

    #voc .voc-proccess{
        padding:10px 0 20px 0;
    }

    #voc .voc-proccess h4 {
        font-size: 22px;
        font-weight:600;
    }

}

@media (max-width: 768px) {
    #voc .voc-banner {
        flex-direction: column;
    }

        #voc .voc-banner .text-col {
            flex-basis: 100%;
            width: 100%;
        }

        #voc .voc-banner .image-col {
            display: none;
        }

            #voc .voc-banner .image-col img {
                max-height: 300px;
                object-position: center;
            }

            #voc .voc-banner .image-col::after {
                background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 65%, #ffffff 100%);
            }

    #voc .voc-banner-cta {
        margin: 20px 0;
    }

    @supports (mask-image: linear-gradient(#000, transparent)) {
        #voc .voc-banner .image-col img {
            mask-image: linear-gradient(90deg, #000 72%, transparent 100%);
            -webkit-mask-image: linear-gradient(90deg, #000 72%, transparent 100%);
        }
    }
}

/* End Media Query */


button.play {
    background: transparent;
    border: transparent;
}

.audio-controler {
    background: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    display: flex;
    flex-direction: row-reverse;
}

    .audio-controler button {
        width: 10%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .audio-controler div {
        width: 90%;
    }

    .audio-controler button img.pause-icon {
        display: none;
    }

.play.playing img.play-icon {
    display: none;
}

.play.playing img.pause-icon {
    display: block;
}

.play img {
    width: 100%;
}