.expertise-section {
    background-image: url('<?php echo get_site_url(); ?>/wp-content/uploads/2025/10/8c18d0a803707009f052abde9b66c0b4ad7f1fbd.png');
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
}

.expertise-section .swiper {
    overflow: visible !important;
}

.expertise-section .expertise-top {
    padding: 48px 5.5em 130px 5.5em;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    max-width: 1440px;
}

.expertise-text {
    flex: 1;
    min-width: 300px;
}

.expertise-section h2 {
    font-size: 36px;
    font-weight: 400;
    margin: 0;
}

.expertise-section h2 span {
    color: #00bfff;
}


/* atenção na responsividade, possivelmente esse item vai quebrar o layout no responsivo, lembrar de verificar!  */
.expertise-section p {
    margin-top: 15px;
    line-height: 1.5;
    max-width: 600px;
}

.expertise-button-container {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 50px;
}

.expertise-button-container button {
    background: linear-gradient(to right, #0074D9, #00AEEF);
    border: none;
    color: white;
    padding: 12px 40px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s;
}

.expertise-button-container button:hover {
    background: linear-gradient(to right, #00AEEF, #0074D9);
}

.expertise-card {
    border-radius: 20px;
    padding: 20px;
    width: 348px !important;
    height: 233px !important;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
}

.expertise-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 16px;
    background: linear-gradient(to right, #009EE2, #00ffff);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
    transition: background 0.5s ease;
}

.expertise-card:has(a:hover)::before {
    background: linear-gradient(to right, #00ffff, #009EE2);
}


.expertise-card .expertise-icon {
    background: #00bfff;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
    overflow: hidden;
}


.expertise-card .expertise-icon img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.expertise-card:has(a:hover) .expertise-icon img {
    transform: scale(1.25);
}



@media screen and (max-width: 350px) {
    .expertise-card h3 {
        display: none;
    }

    .expertise-card .h3-mobile {
        display: block;
    }
}

@media screen and (min-width: 351px) {
    .expertise-card h3 {
        display: block;
    }

    .expertise-card .h3-mobile {
        display: none;
    }
}



.expertise-card h3 {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
}


.expertise-card .h3-mobile {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
}


.expertise-card a {
    color: #00bfff;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none;
}

.expertise-card a:hover {
    text-decoration: none;
}

.expertise-swiper-container {
    position: relative;
    overflow: visible !important;
    width: 100%;
    max-width: 1440px;
    padding: 0 5.5em;
}

.expertise-swiper {
    width: 100%;
    padding-top: 40px;
    position: relative;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}



.expertise-navigation-container button {
    background-color: transparent;
    cursor: pointer;
    font-size: 1.5rem;
    border-radius: 50%;
    border: 1px solid #808C96;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0) saturate(100%) invert(60%) sepia(16%) saturate(276%) hue-rotate(165deg) brightness(89%) contrast(86%);
    transition: all 0.2s ease;
}

.expertise-navigation-container button:hover {
    background-color: #00a2ff33;
}

.expertise-navigation-container img {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(60%) sepia(16%) saturate(276%) hue-rotate(165deg) brightness(89%) contrast(86%);
}

@media (max-width: 768px) {
    .expertise-section .expertise-top {
        flex-direction: column;
        text-align: center;
    }

    .expertise-section p {
        margin: 10px auto;
    }

    .expertise-navigation-container {
        position: static;
        justify-content: center;
        margin-top: 20px;
    }
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none !important;

}



.expertise-navigation-container {
    position: absolute;
    bottom: -5rem;
    right: 4.9em;
    display: flex;
    gap: 10px;
    z-index: 10;
    flex-direction: row;
}

.swiper-button-prev {
    left: -100px !important;
}

@media (max-width: 480px) {
	.expertise-card a {
 		position: absolute;
    	bottom: 16px;
	}
    .expertise-button-container {
        padding-bottom: 30px;
    }


    .expertise-section .expertise-slider .slick-track {
        display: flex !important;
        margin-left: -10px !important;

    }

    .expertise-section .expertise-slider .slick-track .slick-slide {
        margin: 0 10px !important;
        box-sizing: border-box;
    }

    .expertise-section .expertise-top {
        padding: 20px;
        gap: 20px;
    }

    .expertise-section h2 {
        font-size: 26px;
        text-align: start;
    }

    .expertise-section p {
        margin: 0px auto;
        text-align: start;
    }

    .expertise-button-container {
        margin-top: 0px;
        width: 90%;
    }

    .expertise-swiper-container {
        padding: 20px;
        padding-bottom: 0px !important;
    }

    .expertise-card {
        width: 100% !important;
        margin: 0px !important;
    }

    .expertise-section .swiper-wrapper {
        gap: 20px;
    }

    .expertise-navigation-container {
        display: none;
    }

    .expertise-section .swiper-pagination {
        bottom: -40px !important;
    }
}