.pdi-hero-section {
  position: relative;
  min-height: 700px;
  background: linear-gradient(135deg, #000d29, #0e6db1 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.pdi-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.pdi-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.pdi-hero-content {
  color: white;
}

.pdi-main-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 70px;
}

.pdi-contact-button {
  background: #02b2ff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 25px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  margin-top: 30px;
  display: block;
  width: 250px;
}

.pdi-contact-button2 {
  background: #02b2ff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 25px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  margin-top: 30px;
  display: none;
}

.pdi-hero-description {
  color: white;
  padding-top: 40px;
}

.pdi-description-text {
  font-size: 1.1rem;
  line-height: 1.7;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: 300;
}

.pdi-hero-divider {
  display: none;
}

@media (max-width: 991px) {
  h1 br {
    display: none;
  }

  .pdi-hero-divider {
    border: 1px solid #02b2ff;
    width: 250px;
    display: block;
  }
  .pdi-hero-container {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 0;
    padding-top: 60px;
  }

  .pdi-main-title {
    font-size: 30px;
    margin-bottom: 0;
  }

  .pdi-hero-description {
    padding-top: 0px;
  }

  .pdi-contact-button {
    display: none;
  }
  .pdi-contact-button2 {
    display: block;
    width: 250px;
    text-align: center;
    cursor: pointer;
  }
}

/* Seção Área de Atuação */
.pdi-expertise-section {
  padding: 100px 0;
}

.pdi-expertise-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}

.pdi-expertise-title {
  font-size: 50px;
  color: #0074be;
  margin-bottom: 2rem;
  font-weight: bold;
}

.pdi-expertise-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #1e1e1e;
}

.pdi-expertise-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fundo-cinza-foto {
  background-size: cover;
  z-index: -1;
}

.pdi-expertise-divider {
  border: 1px solid #02b2ff;
  width: 250px;
  margin-bottom: 20px;
}

.title-slide-mobile {
  display: none;
}

@media (max-width: 1199px) {
  .fundo-cinza-foto {
    height: 41%;
  }
}

@media (min-width: 768px) {
  .fundo-cinza-foto {
    position: absolute;
    width: 100%;
    height: 65%;
    transform: translateY(-50%);
    top: 222px;
    bottom: 20px;
    left: 73%;
    background: url(../assets/PDI/fundoCinza.png) no-repeat center center;
    background-size: cover;
    border-radius: 3px;
  }
}
.fundo-cinza {
  background-size: cover;
  z-index: -1;
}

@media (max-width: 1199px) {
  .fundo-cinza {
    height: 41%;
  }
}

@media (max-width: 768px) {
  .pdi-expertise-description {
    text-align: left;
  }
  .pdi-expertise-divider {
    width: 100%;
  }
  .fundo-cinza {
    position: absolute;
    width: 100%;
    height: 25%;
    transform: translateY(-50%);
    top: 84%;
    bottom: 0;
    left: 0;
    background: url("../assets/PDI/fundoCinza.png") no-repeat center center;
    background-size: cover;
  }

  .pdi-expertise-title {
    text-align: left;
  }

  .pdi-expertise-section {
    padding: 30px 0;
  }

  .pdi-expertise-title {
    font-family: Nunito Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px !important;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .pdi-expertise-description {
    font-family: Nunito Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px !important;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
  }

  img.pdi-innovation-icon {
    width: 250px;
  }

  .pdi-carousel-description {
    font-size: 14px !important;
  }

  .title-slide-mobile {
    display: block;
    color: #0074be;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    margin: 20px 0;
  }
}

/* Seção Projetos */
.pdi-projects-section {
  padding: 5rem 0;
  background: white;
}

.pdi-projects-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.pdi-projects-title {
  font-size: 2.5rem;
  color: #0074be;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: bold;
}

/* Responsividade */
@media (max-width: 768px) {
  .pdi-expertise-container {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .pdi-expertise-title,
  .pdi-projects-title {
    font-size: 2rem;
  }

  .pdi-project-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .pdi-project-overlay {
    right: 0;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
  }

  .pdi-description-text {
    font-size: 15px;
  }

  .pdi-hero-section {
    min-height: 400px;
  }
}

@media (max-width: 480px) {
  .pdi-main-title {
    font-size: 2rem;
  }

  .pdi-hero-container,
  .pdi-expertise-container,
  .pdi-projects-container {
    padding: 0 1rem;
  }

  .pdi-contact-button {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
  .pdi-hero-section {
    height: 600px;
    padding-top: 100px;
  }
}

/* Animações e efeitos */
@keyframes pdi-fade-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pdi-hero-content,
.pdi-hero-description,
.pdi-expertise-content,
.pdi-projects-title {
  animation: pdi-fade-in 1s ease-out;
}

/* Efeitos de hover */
.pdi-project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

/* carrossel >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.pdi-carousel-section {
  text-align: center;
  padding: 40px 20px 60px;
}

.pdi-carousel-title {
  color: #0074be;
  font-size: 2rem;
  margin-bottom: 20px;
}

/* Desktop - Carrossel simples com overflow: hidden */
.pdi-carousel-wrapper {
  position: relative;
  overflow: hidden;
  width: 1150px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: content-box;
}

.pdi-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 50px;
}

.pdi-carousel-card {
  flex: 0 0 auto;
  width: 500px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 30px 30px;
  text-align: left;
  border-radius: 12px;
}

.pdi-carousel-image {
  width: 100%;
  height: auto;
  display: block;
}

.pdi-carousel-description {
  margin-top: 15px;
  font-size: 1rem;
  color: #202020;
}

.pdi-carousel-dots {
  margin-top: 20px;
}

.pdi-dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.pdi-dot.active {
  background-color: #0074be;
}

.pdi-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  filter: brightness(0);
}

.pdi-prev {
  left: -30px;
}

.pdi-next {
  right: -30px;
}

/* Mobile - Responsividade do carrossel */
@media (max-width: 768px) {
  .pdi-carousel-section {
    padding: 40px 10px;
  }

  .pdi-carousel-wrapper {
    width: 90%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
  }

  .pdi-carousel-track {
    gap: 0;
  }

  .pdi-carousel-card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 20px 20px 0;
  }

  p.pdi-description-text.mobiletext {
    display: none;
  }
}
