.career-cards-grid{
      display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.career-title {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 130%;
letter-spacing: -0.03em;
color: #222431;
flex: none;
order: 0;
flex-grow: 0;


}
.career-location {
/* tag */

box-sizing: border-box;

/* Layout automático */
display: flex;
flex-direction: row;
align-items: center;
padding: 6px 16px;
gap: 8px;

width: 125px;
height: 29px;

background: linear-gradient(0deg, rgba(255, 255, 255, 0.89), rgba(255, 255, 255, 0.89)), #F04E30;
border: 1px solid rgba(186, 115, 102, 0.58);
border-radius: 40px;

/* Auto layout por dentro */
flex: none;
order: 0;
flex-grow: 0;

color: #F04E30;
    
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 140%;
/* idêntico à altura da caixa ou 17px */
letter-spacing: 0.02em;
flex: none;
order: 1;
flex-grow: 0;
}
.career-description {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
flex: none;
order: 0;
flex-grow: 1;
color: #5E5E68;
}
.career-content-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.career-categories span {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 140%;
flex: none;
order: 0;
flex-grow: 0;
color: #919197;
    padding-top: 20px;
}
.career-cta {
width: 95px;
height: 18px;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 130%;
letter-spacing: -0.01em;
color: #F7F5F5;
display: flex;
flex-direction: row;
align-items: center;
padding: 14px 26px;
gap: 14px;
background: #222431;
border-radius: 7px;
text-decoration: none;
}
.career-card {
    padding: 10px 32px 32px 32px;
    border: 4px double #E0E0E0;
    border-radius: 10px;
}

.career-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    max-height: 4.5em;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.career-description:hover {
    -webkit-line-clamp: unset;
    max-height: 500px;
    overflow: visible;
}
.careers-section .grid {
    padding: 50px 45px;
    box-sizing: border-box;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.careers-title {
    padding-bottom: 44px;
}
.career-categories span:not(:last-child)::after {
    content: " • ";
}

.culture {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.culture-text  {
    width: 520px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    flex: none;
    order: 0;
    flex-grow: 1;
    color: #F7F5F5;
}

.culture .grid {
    display: flex;
    padding: 50px 45px 0;
    box-sizing: border-box;
    column-gap: 100px;
    border-left: 1px solid rgba(255,255,255,0.18);
    border-right: 1px solid rgba(255,255,255,0.18);
}

.culture-image img {
    width: 100%;
}

.culture-text  {
    margin: 40px 0;
}

.item-title  {
    width: 274.5px;
    height: 44px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #F36E3A;
    flex: none;
    order: 0;
    flex-grow: 1;
}

.item-text  {
    width: 320.5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    flex: none;
    order: 0;
    flex-grow: 1;
    color: #F7F5F5;
}

.culture-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    margin-top: 60px;
}

.item-title  {
    margin: 0;
}

.item-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.culture-image img {
    margin-left: -45px;
}
.culture .grid{
    padding-bottom: 220px;
    background-size: cover;
    background-repeat: no-repeat;
}
.team-gallery-header{
       display: flex;
    justify-content: space-between;
    padding-bottom: 56px;
}
.team-gallery-text {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
width: 38%;
color: #5E5F68;
}

.team-gallery .grid{
    padding: 50px 45px;
    box-sizing: border-box;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

/* //why join boxes */

.why-join-header {
    margin-bottom: 40px;
}

/* Grid: no máximo 3 boxes por linha */
.why-join-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-image: url('https://iptglobal.com/wp-content/uploads/2026/07/card-group-grid.png');
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 900px) {
    .why-join-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .why-join-grid {
        grid-template-columns: 1fr;
    }
}

.why-join-box {
    position: relative;
    background: #F7F5F5;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    height: 200px;
}

.why-join-grid > * {
    border: 1px solid #E0E0E0;
    margin: -0.5px;
}

.why-join-box-icon {
    width: 33px;
    height: 33px;
}

.why-join-box-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-join-box-title p {
    margin: 0px;
}

.why-join-box-title {
    margin: 0px;
    width: 60%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #222431;
}

.why-join-box-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #444450;
}

.why-join-box-text p {
    margin-top: 16px;
    width: 356px;
    height: 92px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 150%;
}

.why-join-box-text p:last-child {
    margin-bottom: 0;
}

.why-join-header {
    padding: 45px 45px 0px 45px;
}

.why-join-grid {
    padding: 0 45px;
}

.why-join-section .grid {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.why-join-section {
    border-top: 1px solid #d9d9d9;
}

.why-join-box-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.why-join-box-text {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
flex: none;
order: 0;
flex-grow: 1;
    margin-top: 16px;

}
.why-join-box-icon  img{
    width: 18px;
    height: 18px;
}
.why-join-box-icon  {
    width: 34px;
    height: 34px;
    background: #F04E30;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-join-box-title {
    width: 40%;
}

.why-join-box:hover {
    background: #fff;
}
.why-join-box:hover .why-join-box-icon{
    background: #222
}
@media(max-width:901px){
  .page-template-page-careers  .col-one .main-cta{
    padding-bottom: 50px;
}
.banner-tp__content{
    border-left: 1px solid rgba(255, 255, 255, 0.18);
     border-right: 1px solid rgba(255, 255, 255, 0.18)
}

.career-cards-grid{
    display: flex;
    flex-direction: column;
    
}
.career-content-header{
   display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
}
.career-card{
    padding: 15px;
}
.careers-section {
    padding:  0px;
    margin: 0 20px;
    box-sizing: border-box;
}
.careers-section .grid{
    padding: 40px 16px;
}
.culture-text{
    width: 100%;
}
.culture-list{
    display: flex;
    flex-direction: column;
    margin-top: 0px;
}
.culture .grid{
padding: 40px 16px;}
.culture{
    padding: 0 20px;}
.culture-text{
    margin:  20px 0;
}
.team-gallery {
    padding: 0 20px;
}
.team-gallery .grid{
    padding: 40px 16px;
    box-sizing: border-box;
}
.team-gallery-text{
    width:  100%;
    box-sizing: border-box;
}
.team-gallery-item {
    flex-shrink: 0;
}

.team-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}
.team-gallery-header{
    padding-bottom: 20px;
    box-sizing: border-box;
}
.why-join-header{
    padding: 16px;
    margin: 0 20px;
    box-sizing: border-box;
}
.why-join-grid{
    padding: 0 16px;
    box-sizing: border-box;
    background-size: auto;
    background-repeat: repeat;
}
.why-join-section{
    margin: 0 20px;
    
}
.why-join-section .grid
{  box-sizing: border-box;
    
}
.section-linkedin .grid{
    padding: 40px 20px!important;
}
.section-linkedin{
    padding: 0px 20px;
}
.culture .grid{
    flex-direction: column;
}
.team-gallery-header{
     flex-direction: column; 
}
}
.dark-title.title-linkedin-sec {
    padding-bottom: 40px;
}
a {
    text-decoration: none;
}
.career-single-description {
    font-family: 'Poppins'
}
.career-single-description p {
    font-weight: bold;
}
.career-single .career-single-qualifications  {
      font-family: 'Poppins';
}

.career-single .career-back-link {
     font-family: 'Poppins';
       font-weight: bold;
    color: #000;
    text-decoration: underline;

}
.career-single .careers-title {
    margin-top: 40px;
    padding-bottom: 15px;
}
.career-single .career-categories  {
    margin-bottom: 25px;
}
.career-no-roles {
    font-family: 'Poppins';
}
/* Base: sempre estrutura de slider */
.team-gallery-grid {
    position: relative;
    overflow: hidden;
}

.team-gallery-track {
    display: flex;
    gap: 16px;
    transition: transform 0.4s ease;
}

.team-gallery-item {
    flex-shrink: 0;
}

.team-gallery-item img {
    width: 100%;
    height: 340px!important;
    object-fit: cover;
    display: block;
    border-radius: 8px;

}

@media (max-width: 768px) {
    .team-gallery-item img {
        height: auto; /* um pouco menor no mobile */
    }
}
/* Desktop: se NÃO for slider (4 ou menos imagens), vira grid estático */
@media (min-width: 769px) {
    .team-gallery-grid:not(.is-slider) {
        overflow: visible;
    }
    .team-gallery-grid:not(.is-slider) .team-gallery-track {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        transform: none !important;
    }
    .team-gallery-grid:not(.is-slider) .team-gallery-nav {
        display: none;
    }

    /* Desktop: se for slider (mais de 4), mostra 4 por vez */
    .team-gallery-grid.is-slider .team-gallery-item {
        flex: 0 0 calc(25% - 12px);
    }
}

/* Mobile: SEMPRE slider, 1 item por vez, não importa a quantidade */
@media (max-width: 768px) {
    .team-gallery-grid .team-gallery-item {
        flex: 0 0 100%;
    }
}

