
/* Navegação footer */

.pbmit-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pbmit-footer-links li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px; /* espaço para o ponto */
}

.pbmit-footer-links li::before {
    content: "•"; /* bullet */
    position: absolute;
    left: 0;
    color: #00c853; /* verde */
    font-size: 18px;
    line-height: 1;
}

.pbmit-footer-links li a {
    color: #ccc; /* cinza */
    text-decoration: none;
    transition: 0.3s;
}

.pbmit-footer-links li a:hover {
    color: #fff; /* hover branco */
}



/* Horario de funcionamento footer */



.pbmit-timelist-list li {
    color: #ccc; /* cinza */
    margin-bottom: 10px;
    font-size: 14px;
    transition: 0.3s;
}

.pbmit-timelist-list li:hover {
    color: #fff; /* hover branco */
}


/* Truncar descrição no card */
.truncate-text { 
  display: -webkit-box; 
  -webkit-line-clamp: 2;   /* Máximo de 2 linhas */
  -webkit-box-orient: vertical; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal-content {
  background: #fff;
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
  padding: 20px;
  position: relative;
}

.modal-content img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* Botão fechar */
.modal-content .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 32px;       /* tamanho grande */
  font-weight: bold;
  color: red;            /* vermelho */
  cursor: pointer;
  z-index: 10000;        /* sempre acima */
  transition: transform 0.2s ease, color 0.3s ease;
}

.modal-content .close-btn:hover {
  transform: scale(1.2); 
  color: #cc0000;        /* vermelho mais escuro no hover */
}




.pbmit-btn { 
    background: #28a745; 
    color: #fff; 
    border: none; 
    padding: 14px 25px; 
    font-size: 16px; 
    font-weight: bold; 
    border-radius: 6px; 
    transition: all 0.3s ease; 
    cursor: pointer; } 

    .pbmit-btn:hover { 
    background: #218838; 
    transform: scale(1.05); } 

    /* Input e textarea */ 
    .contact-form .form-control {
     margin-bottom: 15px; 
     padding: 12px; 
     border: 1px solid #ccc; 
     border-radius: 6px; } 

     /* Checkbox */ 
     .form-check-label { 
    font-size: 14px; 
    color: #555; }



/* Ajuste do tamanho dos títulos dentro dos cards */
.pbmit-element-title {
    font-size: 1.2rem; /* menor que o padrão */
    font-weight: 600;
    margin-bottom: 10px;
}

/* Ajuste da altura e espaçamento dos cards */
.pbmit-ihbox-style-10 {
    padding: 25px 20px;
    min-height: 230px; /* aumenta a altura */
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.pbmit-ihbox-icon-wrapper {
    margin-right: 15px; /* Ajusta o espaço lateral entre ícone e texto */
    font-size: 32px; /* deixa o ícone maior se necessário */
    color: #d32f2f; /* opcional: destacar o ícone */
}
.pbmit-ihbox-headingicon {
    display: flex;
    align-items: flex-start; /* alinha ícone e título pelo topo */
    gap: 15px; /* alternativa ao margin-right */
}



/* ================================
   FOOTER ESTILIZADO
================================ */
.site-footer {
    background-color: #111; /* fundo escuro */
    color: #ddd;
    font-size: 15px;
    padding-top: 50px;
    padding-bottom: 30px;
    line-height: 1.8;
}

/* Logo + slogan */
.pbmit-footer-logo img {
    max-width: 180px;
    margin-bottom: 15px;
}

.footer-slogan {
    font-style: italic;
    font-size: 14px;
    color: #bbb;
}

/* Títulos das colunas */
.widget-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}

.widget-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #00c853;
    margin-top: 8px;
}

/* Links gerais */
.pbmit-footer-links li {
    list-style: none;
    margin-bottom: 8px;
}

.pbmit-footer-links li a {
    color: #bbb;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pbmit-footer-links li a:hover {
    color: #00c853;
    padding-left: 5px;
}

/* Redes sociais */
.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
    padding: 0;
    list-style: none;
}

.social-links li a {
    color: #fff;
    font-size: 18px;
    background: #222;
    padding: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-links li a:hover {
    background: #00c853;
    color: #fff;
    transform: translateY(-3px);
}

/* Horário */
.pbmit-timelist-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pbmit-timelist-list li {
    margin-bottom: 8px;
    color: #bbb;
}

/* Contactos */
.pbmit-footer-widget-area p a {
    color: #bbb;
    text-decoration: none;
    transition: 0.3s;
}

.pbmit-footer-widget-area p a:hover {
    color: #00c853;
}

/* Copyright */
.pbmit-footer-text-area {
    margin-top: 40px;
    border-top: 1px solid #222;
    padding-top: 20px;
    font-size: 14px;
    color: #aaa;
}

.pbmit-footer-text-area a {
    color: #00c853;
    text-decoration: none;
}

.pbmit-footer-text-area a:hover {
    text-decoration: underline;
}

/* ================================
   RESPONSIVIDADE
================================ */
@media (max-width: 768px) {
  /* Alinha tudo no footer à esquerda */
  .site-footer,
  .site-footer * {
    text-align: left !important;
  }

  /* Linha decorativa dos títulos também alinhada */
  .site-footer h5::after,
  .widget-title::after {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  /* Mantém as redes sociais centralizadas se quiser */
  .social-links {
    justify-content: center !important;
  }


}

.animation-style2 {
  animation-duration: 0.1s !important; /* acelera a aparição */
  transition-duration: 0.1s !important; /* se for transition */
}



    .site-footer {
        background-color: #000; /* fundo preto elegante */
    }
    .site-footer a {
        color: #fff;
        text-decoration: none;
        transition: opacity 0.3s;
    }
    .site-footer a:hover {
        opacity: 0.7;
    }
    .footer-links li {
        margin-bottom: 8px;
    }
    .social-links a {
        display: inline-block;
        margin: 0 8px;
        font-size: 1.2rem;
        color: #fff;
        transition: opacity 0.3s;
    }
    .social-links a:hover {
        opacity: 0.6;
    }
/* Forçar cor branca para qualquer título no footer */
.site-footer h5 {
    color: #fff !important;
}









    .site-footer {
        background-color: #000; /* fundo preto elegante */
    }
    .site-footer a {
        color: #fff;
        text-decoration: none;
        transition: opacity 0.3s;
    }
    .site-footer a:hover {
        opacity: 0.7;
    }
    .footer-links li {
        margin-bottom: 8px;
    }
    .social-links a {
        display: inline-block;
        margin: 0 8px;
        font-size: 1.2rem;
        color: #fff;
        transition: opacity 0.3s;
    }
    .social-links a:hover {
        opacity: 0.6;
    }

/* Forçar cor branca para qualquer título no footer */
.site-footer h5 {
    color: #fff !important;
}


.site-footer h5 {
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
}

.site-footer h5::after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: #fff;
    margin-top: 8px;
}


.site-footer h5 {
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: none !important; /* garante que não fica maiúsculo */
    position: relative;
}

.site-footer h5::after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: #fff;
    margin-top: 8px;
}





/* Ajustes responsivos do título e subtítulos do slider */
@media (max-width: 991px) {
    .pbmit-slider-content .pbmit-title {
        font-size: 38px;   /* tablet */
        line-height: 1.2;
    }

    .pbmit-slider-content .pbmit-sub-title {
        font-size: 20px;
    }

    .pbmit-slider-content .pbmit-title-small {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .pbmit-slider-content .pbmit-title {
        font-size: 30px;   /* mobile médio */
        line-height: 1.2;
    }

    .pbmit-slider-content .pbmit-sub-title {
        font-size: 18px;
    }

    .pbmit-slider-content .pbmit-title-small {
        font-size: 16px;
    }
}

/* Forçar diminuição extra dos h2 no mobile */
@media (max-width: 480px) {
    .pbmit-slider-content h2.pbmit-title {
        font-size: 10px !important;  /* menor ainda para caber bem */
        line-height: 1.1;
    }
}


    .pbmit-slider-content .pbmit-sub-title {
        font-size: 10px;
    }

    .pbmit-slider-content .pbmit-title-small {
        font-size: 14px;
    }
}




  /* Overlay mais suave para destacar imagem */
  .pbmit-bg-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.25); /* fusco e leve */
    z-index: 2;
  }

  /* Oculta texto sem remover do DOM */
  .hidden-text {
    visibility: hidden; /* Mantém o espaço */
    opacity: 0;         /* Invisível */
  }

  /* Fundo do slide */
  .pbmit-slider-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }

  .pbmit-slider-item {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }

/* Botão vermelho vivo */
.pbmit-btn-red {
    background-color: #ff0000; /* vermelho vivo */
    color: #fff !important;    /* letras brancas */
    border: none;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

/* Hover: vermelho mais claro e leve elevação */
.pbmit-btn-red:hover {
    background-color: #ff3333; /* vermelho vivo mais claro */
    color: #fff !important;
    transform: translateY(-2px);
}


  /* Botão branco com borda */
  .pbmit-btn-hover-white {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff !important;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .pbmit-btn-hover-white:hover {
    background-color: #fff;
    color: #000 !important;
    transform: translateY(-2px);
  }



.pbmit-static-box-desc {
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  line-height: 1.6em;
  color: #444; /* mantém legibilidade */
  font-size: 1rem;
}



/* Título base */
.quem-somos-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: left;
  color: #111;
  perspective: 400px;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.2em;
}

/* Cor global */
.pbmit-global-color {
  color: #d40000; /* vermelho intenso */
  display: inline-block;
  transform-origin: center;
  animation: fadeInTitle 1.2s ease forwards;
}

/* Animação simples e elegante */
@keyframes fadeInTitle {
  from {
    opacity: 0;
    transform: rotateX(-20deg) translateY(10px);
  }
  to {
    opacity: 1;
    transform: rotateX(0) translateY(0);
  }
}

/* ✅ Responsividade: título adapta-se a qualquer ecrã */
@media (max-width: 992px) {
  .quem-somos-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .quem-somos-title {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.3em;
    margin: 15px 0;
  }
}

/* 🔹 Força todas as imagens dos slides a manterem a mesma altura */
.pbmit-featured-wrapper img {
  width: 100%;
  height: 390px; /* altura fixa igual à que colocaste */
  object-fit: cover; /* garante que a imagem preenche bem o espaço */
}

/* 🔹 No mobile, mantém a proporção igual para todas */
@media (max-width: 768px) {
  .pbmit-featured-wrapper img {
    height: 290px !important; /* reduz a altura mas mantém igual em todas */
    object-fit: cover;
  }
}

/* 🔹 Corrige o primeiro slide que costuma "encolher" antes de carregar */
.pbmit-service-style-2.swiper-slide:first-child .pbmit-featured-wrapper img {
  display: block;
  height: inherit;
  object-fit: cover;
}

/* 🔹 Mantém a altura apenas para os slides de serviços */
.pbmit-service-style-2 .pbmit-featured-wrapper img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

/* 🔹 No mobile, altura reduzida */
@media (max-width: 768px) {
  .pbmit-service-style-2 .pbmit-featured-wrapper img {
    height: 290px !important;
  }
}

/* 🔹 Corrige a primeira imagem do slider de serviços */
.pbmit-service-style-2.swiper-slide:first-child .pbmit-featured-wrapper img {
  display: block;
  object-fit: cover;
}

/* 🔹 🔧 Corrige o problema do carrossel de clientes */
.pbmit-client-style-2 .pbmit-featured-wrapper img {
  height: auto !important;   /* volta ao tamanho natural */
  width: auto !important;
  max-width: 100%;
  object-fit: contain;        /* mostra o logotipo completo */
}


.service-dropdown {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}

/* 🟢 Botão principal */
.service-dropdown .dropdown-btn {
  background: linear-gradient(135deg, #00b300, #006600);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 255, 0, 0.3);
  transition: all 0.3s ease;
}

.service-dropdown .dropdown-btn:hover {
  background: linear-gradient(135deg, #00e600, #004d00);
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0, 255, 0, 0.45);
}

/* 📋 Menu Dropdown */
.service-dropdown .dropdown-menu {
  position: absolute;
  bottom: 60px;
  right: 0;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  display: none;
  flex-direction: column;
  min-width: 220px;
  overflow: hidden;
  backdrop-filter: blur(6px);
  transform-origin: bottom right;
  animation: fadeInUp 0.35s ease forwards;
}

/* 🔗 Itens do menu */
.service-dropdown .dropdown-menu a {
  padding: 12px 18px;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  position: relative;
}

.service-dropdown .dropdown-menu a:hover {
  background: linear-gradient(90deg, rgba(0,255,0,0.05), rgba(0,255,0,0.15));
  color: #009900;
  padding-left: 25px;
}

/* 💫 Efeito de entrada */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(15px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/*  Sombra e brilho de foco */
.service-dropdown .dropdown-menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 20px;
  height: 4px;
  background: #00cc00;
  border-radius: 10px;
  opacity: 0.7;
}
