.section-vct h1{
    color: var(--black);
}
.section-vct h4{
    color: var(--blue);
}
.section-vct h1 span{
    color: var(--blue);
}
.section-vct .button-wrapper{
    display: inline-block;
    position: relative;
    width: 110px;
    height: 110px;
}
.section-vct .background-circle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f9f9f9;
    z-index: -1;
}
.section-vct .outer-circle{
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px dashed var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: border-spin 30s linear infinite;
}
.section-vct .button-container{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.section-vct .icon-container{
    font-size: 30px;
    color: #38465C;
}
.section-vct .banner,
.section-vct .banner-inner,
.section-vct .banner-bg{
    border-radius: 36px;
}
.text-supbutton{
    color: var(--black);
}
.section-vct .col-left p{
    color: #354254;
}
.section-vct .col-right{
    display: flex;
    align-items: center;
}
.section-vct .row-bottom img{
    border-radius: 36px;
}

.vct-section2{
    background-image: url(/wp-content/uploads/2024/08/logo.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
}
.vct-section2 h4{
    color: var(--blue);
    text-transform: math-auto;
}
.vct-section2 h2{
    color: var(--black);
    font-size: 36px;
}
.vct-section2 .row{
    padding-top: 30px;
}

.vct-section2 .col-left .box-top,
.vct-section2 .col-left .box-bottom,
.vct-section2 .col-right .box-top,
.vct-section2 .col-right .box-bottom{
    position: relative;
    padding: 20px 0;
    width: 80%;
}
.vct-section2 .col-left .box-top::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -6rem;
    left: 7rem;
    border-top: 3px solid;
    border-right: 1px solid #718497;
    border-image: linear-gradient(to right, #1558DF 60%, #B4C0D0 40%) 1;
    transform: skewX(66deg);
    transition: height .1s ease-out .3s, width .5s ease-out .5s;
}
.vct-section2 .col-left .box-bottom::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 180px;
    bottom: -1rem;
    left: 5rem;
    border-bottom: 3px solid;
    border-right: 1px solid #718497;
    transform: skewX(315deg);
    border-image: linear-gradient(to right, #1558DF 30%, #B4C0D0 20%) 1;
    transition: width .4s ease-out 2s, height .2s ease-out 2.4s;
    z-index: 2;
}
.vct-section2 .col-right .box-top::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: -4rem;
    left: -1rem;
    border-top: 3px solid;
    border-left: 1px solid #718497;
    border-image: linear-gradient(to left, #1558DF 60%, #B4C0D0 40%) 1;
    transform: skewX(324deg);
    transition: height .1s ease-out .3s, width .5s ease-out .5s;
    z-index: 2;
}
.vct-section2 .col-right .box-bottom::after{
content: '';
    position: absolute;
    width: 100%;
    height: 210px;
    bottom: -1rem;
    left: -2rem;
    border-bottom: 3px solid;
    border-left: 1px solid #718497;
    transform: skewX(24deg);
    border-image: linear-gradient(to left, #1558DF 30%, #B4C0D0 20%) 1;
    transition: width .4s ease-out 2s, height .2s ease-out 2.4s;
}
.vct-section2 .col-left .box-top .icon-box-img,
.vct-section2 .col-left .box-bottom .icon-box-img,
.vct-section2 .col-middle,
.vct-section2 .col-right .box-top .icon-box-img,
.vct-section2 .col-right .box-bottom .icon-box-img{
    display: flex;
    align-items: center;
}
.vct-section2 .col-left .box-top p,
.vct-section2 .col-left .box-bottom p,
.vct-section2 .col-right .box-top p,
.vct-section2 .col-right .box-bottom p{
    color: var(--black);
    text-align: justify;
    font-size: 16px;
}
.vct-section2 .col-left .box-top p span,
.vct-section2 .col-left .box-bottom p span{
    font-weight: bolder;
}
.vct-section2 .col-middle img{
    background-color: #fff;
    margin: unset;
    padding: unset;
}
.vct-section2 .col-left .box-bottom{
    margin-top: 180px;
}
.vct-section2 .col-right .box-bottom{
    margin-top: 280px;
}

.vct-section3{
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
}
.vct-section3 .row-top h4{
    color: var(--blue);
    text-transform: math-auto;
}
.vct-section3 .row-top{
    padding: 60px 0 0;
}
.vct-section3 .row-bottom{
    padding: 0 0 60px;
}
.vct-section3 .row-top h2{
    color: #fff;
    font-size: 36px;
}
.vct-section3 .row-bottom h3{
    font-size: 26px;
}
.vct-section3 .row-bottom p{
    color: #C3C3C3 !important;
    line-height: 1.8em;
}
.vct-section3 .row-bottom p b{
    font-weight: bolder;
    color: #fff;
}
/*.vct-section3 .row-bottom p span{*/
/*    font-weight: bolder;*/
/*    color: #fff;*/
/*}*/
.vct-section3 .row-bottom .col:first-child{
    padding-right: 50px;
    margin-top: 160px;
}
.vct-section3 .row-bottom .col:nth-child(2){
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 80px;
}
.vct-section3 .row-bottom .col:last-child{
    padding-left: 50px;
}

.vct-staff h4{
    color: var(--blue);
}
.vct-staff h2{
    color: var(--black);
    font-size: 36px;
}
.vct-staff .col-right{
    display: flex;
    align-items: center;
}
.vct-staff .form-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 20px;
    color: var(--blue);
}
.vct-staff .form-button .arrow {
    border: 1px solid var(--blue);
    border-radius: 50%;
}
.vct-staff .form-button button {
    margin: unset;
    padding: 8px 20px;
}
.vct-staff .form-button .arrow:hover {
    background: linear-gradient(180deg, #0052D4, #4364F7, #6FB1FC);
    border: unset;
    transition: all .2s;
}
.vct-staff .form-button .arrow:hover button {
    color: #fff;
}

.vct-staff .staff-item{
    margin: 0 25px;
    height: auto;
    position: relative;
}
.vct-staff .staff-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vct-staff .content-top{
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    padding-bottom: 103%;
    cursor: pointer;
    border-radius: 26px;
}
.vct-staff .staff-item:hover .content-top:before {
    opacity: 1;
    background-color: var(--blue);
    content: '';
    position: absolute;
    top: 60%;
    left: 50%;
    width: 200%;
    height: 100%;
    filter: blur(50px);
    border-radius: 50%;
    transform: translateX(-50%) rotate(5deg);
    transition: opacity 0.3s;
    z-index: 1;
}
.vct-staff .staff-item:hover .content-top img {
    object-position: top center;
}
.vct-staff .staff-item:hover .team-items-social .social.wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.vct-staff .content-top img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top right;
    object-position: top right;
    -webkit-transition: all 0.6s cubic-bezier(0.21, 0, 0.01, 0.98);
    transition: all 0.6s cubic-bezier(0.21, 0, 0.01, 0.98);
}
.vct-staff .content-bottom{
    position: relative;
    display: block;
    padding: 30px 0 0;
}
.vct-staff .team-items-social{
    position: absolute;
    width: 104px;
    left: 64.5%;
    bottom: calc(100% - 15px);
    overflow: hidden;
    z-index: 2;
    text-align: center;
    pointer-events: none;
}
.vct-staff .team-social{
    max-width: 60px;
    margin: 0 auto;
    margin-left: 30px;
    overflow: hidden;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    pointer-events: auto;
}
.vct-staff .staff-item:hover .team-social{
    border: 5px solid #fff;
}
.vct-staff .items-social{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 19px;
}
.vct-staff .team-social ul{
    position: relative;
    max-width: 100%;
    margin: 0;
    display: flex;
    -webkit-flex-direction: column;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -webkit-align-items: center;
    transform: translateY(100%);
    -webkit-transition: transform 0.6s cubic-bezier(0.77, 0, 0.01, 0.98);
    list-style: none;
    background: linear-gradient(180deg, #0052D4, #4364F7, #6FB1FC);
}
.vct-staff .team-social ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 0;
    margin-left: unset;
}
.vct-staff .team-social ul li a{
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    padding: 10px 10px 0;
}
.vct-staff .content-bottom .name{
    font-size: 22px;
    font-weight: bolder;
    color: var(--black);
}
.vct-staff .content-bottom .status{
    color: #718497;
}

.vct-customer h4{
    color: var(--blue);
}
.vct-customer h2{
    color: var(--black);
    font-size: 36px;
    padding-bottom: 30px;
}
.customer-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.customer-img .img-items {
    flex: 1 1 20%;
    max-width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
}

/*.customer-img .img-items:nth-child(1), */
/*.customer-img .img-items:nth-child(2), */
/*.customer-img .img-items:nth-child(3), */
/*.customer-img .img-items:nth-child(4) {*/
/*    flex: 1 1 25%;*/
/*    max-width: 25%;*/
/*}*/
.customer-img .img-items img{
    padding: 10px;
    border: 1px solid #B3BFD7;
    border-radius: 10px;
    width: 175px;
    height: 60px;
    object-fit: cover;
    filter: grayscale(0.9);
}
.customer-img .img-items img:hover{
    filter: none;
    cursor: pointer;
    scale: 1.1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transition: all .5s;
}

/* ========== REPONSIVE TABLET ==========*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .vct-section2 .col-left,
    .vct-section2 .col-right{
        flex-basis: 38%;
        max-width: 38%;
    }
    .vct-section2 .col-middle{
        flex-basis: 24%;
        max-width: 24%;
    }
    .vct-section2 .col-left .box-top p, 
    .vct-section2 .col-left .box-bottom p, 
    .vct-section2 .col-right .box-top p, 
    .vct-section2 .col-right .box-bottom p{
        font-size: 14px;
    }
    .vct-section2 .col-left .box-bottom {
        margin-top: 120px;
    }
    .vct-section2 .col-right .box-bottom {
        margin-top: 220px;
    }
    .vct-section2 .col-middle img {
        background-color: unset;
    }
    .vct-section2 .col-right .box-top::after{
        transform: skewX(312deg);
        z-index: -1;
    }
    .vct-section2 .col-left .box-bottom::after{
        height: 230px;
        left: 3rem;
        transform: skewX(332deg);
    }
    .vct-section2 .col-right .box-bottom::after{
        height: 225px;
        z-index: -1;
    }
    .vct-section3 .row-bottom .col:first-child{
        padding-right: 30px;
    }
    .vct-section3 .row-bottom .col:first-child,
    .vct-section3 .row-bottom .col:nth-child(2){
        margin-right: unset;
        margin-top: unset;
    }
    .vct-section3 .row-bottom .col:nth-child(2){
        padding: unset;
    }
    .vct-section3 .row-bottom .col:last-child{
        padding-left: unset;
    }
    .customer-img .img-items img{
        object-fit: contain;
    }
}

/* ========== REPONSIVE MOBILE ==========*/
@media only screen and (max-width: 767px){
    .section-vct .col-right{
        display: none;
    }
    .section-vct .row-bottom .img-inner{
        height: 200px;
    }
    .vct-section2 .col-left .box-top p, 
    .vct-section2 .col-left .box-bottom p, 
    .vct-section2 .col-right .box-top p, 
    .vct-section2 .col-right .box-bottom p{
        font-size: 8px;
    }
    .vct-section2 .col-left,
    .vct-section2 .col-right{
        flex-basis: 35%;
        max-width: 35%;
    }
    .vct-section2 .col-middle{
        flex-basis: 30%;
        max-width: 30%;
    }
    .vct-section2 .icon-box{
        display: flex;
        flex-direction: column;
    }
    .vct-section2 .icon-box-text{
        padding-left: unset !important;
    }
    .vct-section2 .icon-box-img{
        width: 20px !important;
        padding-bottom: 10px;
    }
    .vct-section2 .col-left .box-bottom {
        margin-top: 30px;
    }
    .vct-section2 .col-right .box-bottom {
        margin-top: 80px;
    }
    .vct-section2 .col-left .box-top::after{
        height: 40px;
        bottom: -2rem;
        left: 2.8rem;
    }
    .vct-section2 .col-right .box-top::after{
        height: 30px;
        bottom: -1.4rem;
        left: -2rem;
        transform: skewX(296deg);
        z-index: -1;
    }
    .vct-section2 .col-left .box-bottom::after{
        height: 160px;
        bottom: 0rem;
        left: 2rem;
        transform: skewX(334deg);
    }
    .vct-section2 .col-right .box-bottom::after{
        height: 150px;
        bottom: 0rem;
        left: -2rem;
        z-index: -1;
    }
    .vct-section3 .row-top,
    .vct-section3 .row-bottom{
        padding: unset;
    }
    .vct-section3 .row-bottom .col:first-child,
    .vct-section3 .row-bottom .col:nth-child(2),
    .vct-section3 .row-bottom .col:last-child{
        padding: 0 15px 30px;
        margin: unset;
    }
    .customer-img .img-items{
        flex: 50%;
        max-width: 50%;
    }
}