.broobe-blog-item {
    background-color: var(--gray-100);
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    border: 1px solid var(--gray-300);
    max-height: 463px;
}

.broobe-blog-item > img {
    border-radius: 16px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 240px;
}

h1.gb-headline mark.gb-highlight{
    border-bottom: 2px solid;
}


h6.broobe-blog-author a{
    color: var(--gray-600);
}

h6.broobe-blog-author a:hover{
    color: var(--purple-300);
}

h6.broobe-blog-category a{
    color: var(--primary-main);
}

.contacto-cta figure a:after {
    content: "";
    position: absolute;
    inset: 0;
}

.broobe-blog-info {
    display: flex;
    justify-content: space-between;
}

h4.broobe-blog-title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

h4.broobe-blog-title a {
    color: var(--primary-text);
}

.home-logos-swiper .swiper-slide > figure{
    height: 100px;
    display: flex;
    align-items: center;
}

.home-logos-swiper .swiper-slide{
    align-items: center;
}

.broobe-blog-user {
    display: flex;
    gap: 8px;
    width: 100%;
}

span.broobe-blog-date {
    width: fit-content;
    color: var(--gray-600);
}

.broobe-blog-time p.read-time{
    color: var(--gray-600);
}

.broobe-blog-user-info {
    display: flex;
    justify-content: space-between;
}

.broobe-blog-user .avatar {
    border-radius: 50%;
    width: 56px;
    height: 56px;
}

.broobe-blog-time{
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--gray-600);
}

.swiper.swiper-home {
    height: 600px;
}

.broobe-blog-container.swiper-slide {
    overflow: hidden;
    border-radius: 16px;
}

.swiper-pagination.broobe-blog-pagination {
    top: unset!important;
    bottom: 22px!important;
    height: 12px!important;
    border-radius: 8px!important;
    background: var(--gray-100) !important;
    width: 80% !important;
    left: unset !important;
    right: 0 !important;
}

.swiper-portfolio > .swiper-wrapper{
    flex-wrap: nowrap!important;
}

.swiper-portfolio .swiper-slide > div:after {
    border-radius: 16px;
}

.swiper-portfolio .swiper-slide > div {
    transition: all .3s ease-in;
}

.swiper-portfolio .swiper-slide div:hover:after {
    background-image: linear-gradient(180deg, rgba(80, 63, 224, 0.00) 62.5%, rgba(80, 63, 224, 0.64) 79%);
}

.swiper-pagination.broobe-blog-pagination > span {
    border-radius: 8px;
    background: var(--secondary);
}

.swiper-button-next{
    left: calc(0px + 79px) !important;
}

.swiper-button-next,
.swiper-button-prev{
    width: 64px !important;
    height: 48px !important;
    border: 1px solid var(--gray-600);
    border-radius: 32px;
    top: unset!important;
    bottom: 0 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size: 16px!important;
    color: var(--gray-600) !important;
}

.marketing-section,
.growth-section{
    width: 100%;
    padding: 40px;
    transition: all 0.3s ease;
    position:relative;
}

.marketing-section h2,
.growth-section h2{
    transition: color 0.3s ease;
}

.marketing-section p,
.growth-section p{
    transition: color 0.3s ease;
}

.star-icon {
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    line-height: 24px;
}

.learn-more-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.learn-more-btn .arrow {
    margin-left: 8px;
}

/* Hover effects */
.marketing-section:hover{
    background-color: var(--secondary);
    border-radius: 16px;
    border-bottom: unset;
}

.growth-section:hover{
    background-color: var(--purple-300);
    border-radius: 16px;
    border-bottom: unset;
}

.marketing-section:hover h2,
.marketing-section:hover p,
.marketing-section:hover .star-icon{
    color: var(--text-primary);
}

.growth-section:hover h2,
.growth-section:hover p{
    color: white;
}

.marketing-section:hover .star-icon,
.growth-section:hover .star-icon{
    opacity: 1;
}

.marketing-section:hover .learn-more-btn,
.growth-section:hover .learn-more-btn{
    opacity: 1;
    transform: translateY(0);
}

.broobe-swiper-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #CED4DA!important;
}

.broobe-swiper-home .swiper-pagination {
    width: fit-content!important;
    justify-self: anchor-center;
    background: rgba(191, 191, 191, 0.44);
    background-blend-mode: color-dodge, normal;
    backdrop-filter: blur(25px);
    border-radius: 100px;
    display: flex;
    gap: 8px;
    bottom: 24px!important;
    padding: 8px 12px;
}

.swiper-wrapper{
    transition-timing-function: linear!important;
    align-items: center!important;
}

@media (max-width: 1024px){
    .swiper-pagination.broobe-blog-pagination{
        width: 50% !important;
    }
    .swiper.swiper-home{
        height: 600px;
    }
    .broobe-blog-item{
        padding: 16px;
        justify-content: space-between;
    }
    .broobe-blog-date,
    .broobe-blog-time p.read-time{
        font-size: 12px;
    }
    .broobe-blog-user .avatar,
    .swiper-pagination.broobe-blog-pagination,
    .swiper-button-next, .swiper-button-prev{
        display: none!important;
    }
    .swiper.swiper-home{
        max-height: 500px;
        overflow: visible;
    }
    .broobe-blog-item > div {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .marketing-section{
        background-color: var(--secondary);
        border-radius: 16px;
    }
    .marketing-section h1,
    .marketing-section a,
    .growth-section h1,
    .growth-section a{
        opacity: 1;
        transform: unset;
    }
    .growth-section h1,
    .marketing-section h1{
        font-size: 72px;
        line-height: 72px!important;
    }
    .marketing-section .star-icon{
        color: var(--primary-text)
    }
    .growth-section{
        background-color: var(--purple-300);
        border-radius: 16px;
        color: var(--white);
    }
    .growth-section h2,
    .growth-section p{
        color: var(--white) !important;
    }

    .broobe-swiper-home .swiper{
        overflow: visible;
    }
}
