.gaucho-home-blog span.post-term-item:not(first-child){
    display: none;
}

.gaucho-home-blog span.post-term-item:first-child{
    display: inline;
}

.gaucho-home-blog span.post-term-item a{
    text-decoration: none;
    background: var(--primary-cyan);
    padding: 6px 15px;
    border-radius: 8px;
}

.gaucho-home-blog h4 > a{
    text-decoration: none;
}

.gaucho-home-blog .see-more a{
    text-decoration: none;
}

.gaucho-home-blog:hover .see-more{
    text-decoration: underline;
    transition: all .3s ease-in;
}

.see-more{
    transition: all .3s ease-in;
}

.button-effect{
    position: relative;
    border: none;
    /*cursor: pointer;*/
    z-index: 99;
}

.button-effect .circle-animation{
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: width 2s ease-out, height 2s ease-out, transform 1s ease-out;
    z-index: -1;
    background-color: var(--primary);
}

.button-style:hover  + .circle-animation {
    width: min(300vh, 300vw);
    height: min(300vh, 300vw);
    background-color: var(--primary);
    z-index: 9;
    transition: width 2s ease-out, height 2s ease-out, transform 1s ease-out;
}

svg.infinite{
    width: 100%;
}
.blog-post {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-post > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 15px!important;
    position: relative;
}

.blog-post-content{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.transition-color{
    color: var(--white);
    transition: all .3s ease-in;
}

.animation-svg svg {
    width: 100%;
    height: 100%;
}

.white-color{
    color: var(--white);
    transition: all .1s ease-in;
}

.gaucho-home-blog.gb-grid-wrapper{
    flex-wrap: nowrap;
    column-gap: 1%;
}

.wp-block-contact-form-7-contact-form-selector{
    position: relative;
    z-index: 10;
}

.industries-slide-item > div{
    position: absolute;
    bottom: 0;
}


@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

:root{
    --cards: 5;
    --cardTopPadding: 1.5em;
}

@media (max-width: 768px){
    .gaucho-home-blog.gb-grid-wrapper{
        flex-wrap: wrap;
    }
    .gaucho-home-blog > div.gb-grid-column {
        margin-bottom: 24px;
    }
    .active-tab{
        transform: unset;
    }
    .vertical-tab-content .button-container{
        display: none;
    }
    .hide-text{
        display: none;
    }
    .gaucho-hero span{
        width: 200px;
        height: 200px;
        border-radius: 130px;
    }
    svg circle.circle{
        r: 30;
    }

    svg path.infinity{
        stroke-width: 8px;
    }

    svg.infinite{
        height: auto;
    }
    div.button-container{
        display: none;
    }

    /* Test Mobile Animation */

    /*
    Cards -> .vertical-tab-content
    Card -> .vertical-tab-item-content
    CardBody -> .vertical-tab-item-content > div
    */
    .gb-container-dc086bda{
        overflow: visible!important;
    }
    .vertical-tab-item-content:last-child{
        margin: 0;
    }

    .vertical-tab-item-content{
        margin: 0;
    }

    .vertical-tab-content > div{
        position: sticky!important;
        top: 0!important;
        background: var(--white);
        margin-bottom: 16px;
    }
    .vertical-tab-item-content:nth-child(1){
        --index: 1;
        top: 15%!important;
    }
    .vertical-tab-item-content:nth-child(2){
        --index: 2;
        top: 15%!important;
    }
    .vertical-tab-item-content:nth-child(3){
        --index: 3;
        top: 15%!important;
    }
    .vertical-tab-item-content:nth-child(4){
        --index: 4;
        top: 15%!important;
    }
    .vertical-tab-item-content:nth-child(5){
        --index: 5;
        top: 15%!important;
    }
}