/* ==========================
   RESET DE ESTILOS
   ========================== */
   * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  body {
    font-family: "muli";
    font-weight: 400;
    position: relative;
  }

  :root {
    --black: #1B1B1B;
    --yellow: #FCB829;
    --white: #ffffff;
    --gray-1: #8B8B8B;
    --gray-2: #1b1b1b;
    --gray-3: #E0E0E0;
    --gray-4: #F4F4F4;
    --light: 300;
    --regular: 400;
    --multi-bold: 700;
    --corpadrao: #3366ff;
  }
  /* ==========================
     SEÇÃO DE ANIVERSÁRIO E CLIENTES
     ========================== */
  .anniversary-section {
    font-family: "muli";
    font-weight: 400;
    background-color: var(--white);
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .anniversary-content {
    font-family: "muli";
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    max-width: 1200px;
    width: 100%;
  }
  
  .client-info {
    flex: 1;
  }
  
  .client-stats {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .client-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    transition: transform 0.3s ease;
  }
  
  .client-stats span {
    font-weight: bold;
    color: #3366ff;
    margin-left: 10px;
  }
  
  .anniversary-content h1 {
    font-size: 2.5rem;
    margin: 10px 0;
  }
  
  .anniversary-content p {
    color: var(--gray-2);
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  
  .services-link {
    font-size: 1.1rem;
    color: #3366ff;
    text-decoration: none;
  }
  
  .services-link i {
    margin-left: 5px;
    transition: transform 0.3s ease;
  }
  
  .anniversary-image {
    margin-top: 20px;
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
    
  }
  
  .anniversary-image img {
    width: 80%;
    border-radius: 10px;
  }
  

  .badge {
    position: absolute;
    background-color: var(--white);
    color: #333;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
}

.badge-quality {
    top: 40%;
    left: 5%;
}

.badge-efficiency {
    top: 20%;
    right: 5%;
}

.badge-agility {
    bottom: 10%;
    right: 15%;
}

.badge-icon {
    width: 24px;
    height: 24px;
}


  
  /* ==========================
     SEÇÃO DE NÚMEROS E ESTATÍSTICAS
     ========================== */
  .numbers-section {
    font-family: "muli";
    font-weight: 400;
    background-color:var(--gray-4);
    padding: 50px 20px;
    width: 100%;
    text-align: center;
  }
  
  .numbers-section h2 {
    color: #3366ff;
    margin-bottom: 10px;
  }
  
  .numbers-section h3 {
    color: var(--gray-1);
    margin-bottom: 40px;
  }
  
  .numbers-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .number-box {
    background-color: var(--white);
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
    width: 23%;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .number-box i {
    font-size: 2rem;
    color: #3366ff;
    margin-bottom: 15px;
  }
  
  .number-box h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  
  .number-box p {
    color: var(--gray-2);
    font-size: 1.1rem;
    color: var(--gray-1);
  }
  
  /* ==========================
     ESTILOS RESPONSIVOS
     ========================== */
  @media (max-width: 768px) {
    .anniversary-content {
      flex-direction: column;
      text-align: center;
    }
  
    .anniversary-image img {
      width: 100%;
    }
  
    .badge {
      font-size: 0.9rem;
      padding: 7px;
    }
  
    .numbers-container {
      flex-direction: column;
      align-items: center;
    }
  
    .number-box {
      width: 100%;
      margin-bottom: 20px;
    }
  }


  /* Transição suave para os avatares dos clientes */
.client-avatar {
    transition: transform 0.3s ease;
}

/* Transição suave para as caixas de números */
.number-box {
    transition: transform 0.3s ease;
}

/* Transição suave para a seta do botão */
.services-link i {
    transition: transform 0.3s ease;
}

/* Animação de flutuação para as badges */
.badge {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}








/* --------------------------- */


.float-badge{
    --tw-bg-opacity:1;
    --tw-shadow:0px 14px 24px rgba(0,0,0,.06);
    --tw-shadow-colored:0px 14px 24px var(--tw-shadow-color);
    align-items:center;
    background-color:rgb(255 255 255/var(--tw-bg-opacity));
    border-radius:.25rem;
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    display:flex;
    font-family:Inter;
    font-weight:600;
    gap:1rem;
    line-height:1.25rem;
    /* padding:1rem 1.375rem; */
    width:-moz-fit-content;
    width:fit-content
}


/* Estilos gerais para badges */


/* Media query para dispositivos móveis */
@media (max-width: 768px) { /* Ajuste o valor conforme necessário */
    .badge {
        display: none; /* Esconde os badges */
    }
}

.badge-quality, .badge-efficiency, .badge-agility {
  animation: pulsee 1.5s infinite ease-in-out;
}

@keyframes pulsee {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(51, 102, 255, 0.6);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(51, 102, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(51, 102, 255, 0);
  }
}



/* ------------------------------- */
/* Container centralizado */
.custom-container {
    font-family: "muli";
    font-weight: 400;
    max-width: 1200px; /* Ajuste conforme necessário */
    margin: 0 auto;
    padding: 0 20px;
}


.custom-services-section {
    font-family: "muli";
    font-weight: 400;
    width: 100%;
    padding: 120px 0 40px 0; /* Aumenta o padding-top para mais espaçamento */
    background-color: #fff;
    overflow: hidden; /* Impede rolagem horizontal na seção */
}

.custom-header {
    font-family: "muli";
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 40px; /* Aumenta o espaçamento abaixo do cabeçalho */
}

.custom-icon {
    margin-right: 15px;
}

.custom-icon img {
    width: 90px;
    height: 90px;
}

.custom-title {
    font-family: "muli";
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.custom-title span {
    font-family: "muli";
    font-weight: 400;
    color: #3366FF;
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
}

.custom-title h1 {
    font-size: 2rem;
    margin: 0;
}

.custom-services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 colunas flexíveis */
    gap: 20px;
    justify-content: center; /* Centraliza os cards na página */
    width: 100%; /* Garante que o container ocupe toda a largura disponível */
    margin: 0 auto;
    padding: 0; /* Remove padding extra para evitar rolagem lateral */
}

.custom-service-card {
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%; /* Ajusta a largura para preencher o espaço disponível */
    height: 386px; /* Altura fixa dos cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.custom-service-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.custom-service-card h2 {
    font-size: 1.2rem;
    margin: 16px;
}

.custom-service-card p {
    font-size: 0.9rem;
    margin: 16px;
    color: var(--gray-1);
    flex-grow: 1;
}

.custom-service-card a {
    display: block;
    color: #3366ff;
    font-weight: bold;
    text-decoration: none;
    margin: 16px;
    margin-top: 0;
    transition: all 0.3s ease;
    position: relative;
}

.custom-service-card a span {
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.custom-service-card:hover {
    transform: translateY(-10px);
    border-color: #3366ff;
}

.custom-service-card:hover a span {
    transform: translateX(5px);
}

/* Responsividade */
@media (min-width: 768px) {
    .custom-services-container {
        grid-template-columns: repeat(3, 1fr); /* 3 colunas flexíveis */
        grid-template-rows: repeat(auto, 386px); /* Ajusta as linhas automaticamente */
    }
}

@media (max-width: 768px) {
    .custom-services-container {
        grid-template-columns: repeat(2, 1fr); /* 2 colunas */
        grid-template-rows: auto; /* Ajusta as linhas automaticamente */
    }

    .custom-service-card {
        height: auto; /* Ajusta a altura para manter a proporção em telas menores */
    }
}

@media (max-width: 480px) {
    .custom-services-container {
        grid-template-columns: 1fr; /* 1 coluna */
    }
}

.img2 {
    max-width: 100%;
    height: auto;
}
























