* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

html {
  font-size: 90%;
}

.navbar {
  top: 0;
  position: sticky;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-bottom: 1px solid #eb8809 !important;
}

.navbar-nav .nav-link {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif !important;
  transition: 0.3s;
}

.nav-link {
  color: #3d3d3d !important;
  font-weight: normal;
  position: relative;
  padding: 30px 0;
  margin: 0 15px;
}

.nav-link:hover {
  color: #eb8809 !important;
}

.navbar-nav .nav-link:hover {
  color: #eb8809;
}

/* Dropdown menu */
.navbar-nav .nav-item.dropdown .dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin-top: 0;
  text-align: left;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu a {
  color: #646464;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

/* Hover nos itens */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #eb8809;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #fff5e6;
  color: #eb8809;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1000;
}

.dropdown-divider {
  border-color: #e0e0e0;
  margin: 0.25rem 0;
}

/* Efeito ativo */
.navbar-nav .nav-item.active .nav-link {
  color: #eb8809;
  font-weight: 600;
}

.address {
  font-size: 8pt;
}

.navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 5px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none !important;
  border: none;
}

/* Estilos para o seletor de idiomas */
.language-dropdown .nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.language-dropdown .dropdown-menu {
  min-width: 120px;
}

.language-option.active {
  font-weight: bold;
  background-color: #f8f9fa;
  color: #eb8809;
}

.language-option::before {
  content: "✓";
  margin-right: 5px;
  opacity: 0;
}

.language-option.active::before {
  opacity: 1;
}

/* Estilos adicionais para o carrossel */
.hero-section {
  height: calc(80vh - 72px); /* 72px é a altura aproximada da navbar */
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  height: 100%;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.carousel-caption {
  border-radius: 10px;
  padding: 20px;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 800px;
  background-color: rgba(235, 136, 9, 0.8);
}

.quote-author {
  font-style: italic;
  margin-top: 10px;
  text-align: right;
}

/* Promoção Banner */
.promo-banner {
  background-color: #eb8809;
  color: #3b3e45;
  padding: 180px 0;
  text-align: start;
}

.texto-ndjinja {
  font-size: 1.2rem;
  line-height: 1.5;
  width: 45%;
  text-align: justify;
}

.promo-title {
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.promo-subtitle {
  font-size: 1.5rem;
  margin-bottom: 14px;
}

.promo-buttons .btn {
  margin: 0 0px;
  padding: 10px 30px;
  border-radius: 2px;
}

.botao-primario {
  background-color: #eb8809;
  border-color: #3b3e45;
  border: none ;
}

.botao-primario:hover {
  background-color: #2a2c32;
  color: #eb8809;
}

.botao-secundario{
  border-color: #eb8809;
  color: #eb8809;
  border-radius: 2px;
}

.botao-secundario:hover {
  background-color: #fff;
  color: #2a2c32;
}

/* Categorias */
.categories-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
}

.category-img {
  height: 400px;
  overflow: hidden;
}

.category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.category-card:hover .category-img img {
  transform: scale(1.05);
}

.category-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  padding: 20px;
  color: white;
}

.category-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Valores, Missão, Visão e Valores */
.mvv-card {
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mvv-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Ícones */
.mvv-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-color: #eb8809 !important;
}

/* Lista de valores */
.mvv-card ul {
  list-style-type: none;
  padding-left: 0;
}

.mvv-card ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.mvv-card ul li:before {
  content: "•";
  color: #eb8809;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}

/* Responsividade */
@media (max-width: 768px) {
  .mvv-card {
    margin-bottom: 20px;
  }

  .mvv-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .promo-title {
    font-size: 2rem;
  }

  .promo-discount {
    font-size: 2.5rem;
  }

  .promo-buttons .btn {
    margin: 10px;
    width: 80%;
  }

  .texto-ndjinja {
    width: 100% !important;
    font-size: 1rem;
  }

  .inicio{
    text-align: center !important;
  }
  
}

@media (max-width: 1056px) {
  .texto-ndjinja {
    width: 60%;
  }
}


.parallax-section {
  position: relative;
  height: 60vh;
  overflow: hidden;
  margin-bottom: 5% !important;
}

.parallax-bg {
  background-image: url("../img/Paralax-01.jpg");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.parallax-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
  background-color: rgba(59, 62, 69, 0.7);
}

@media (max-width: 768px) {
  .parallax-section {
    height: 50vh;
    background-attachment: scroll;
  }
}

/* Seção de Notícias */
.news-section {
  background-color: #fff;
  padding: 80px 0;
}

.news-card {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eee;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.news-img {
  height: 300px;
  overflow: hidden;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover .news-img img {
  transform: scale(1.05);
}

.news-content {
  padding: 20px;
}

.news-date {
  font-size: 0.85rem;
  display: block;
  margin-bottom: 5px;
}

.news-text {
  color: #666;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.section-header h2 {
  color: #3b3e45;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 1.1rem;
}

/* Personalização dos botões */
.btn-success {
  background-color: #eb8809;
  border-color: #eb8809;
  border-radius: 1px;
  color: white;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #d67b08;
  border-color: #d67b08;
  color: white;
}

.btn-outline-success {
  border-color: #eb8809;
  color: #eb8809;
  border-radius: 1px;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
  background-color: #eb8809;
  border-color: #eb8809;
  color: white;
}

/* Botões totalmente personalizados */
.btn-kendle {
  background-color: #eb8809;
  border-color: #eb8809;
  color: white;
  padding: 8px 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-kendle:hover {
  background-color: #d67b08;
  border-color: #d67b08;
  color: white;
}

.btn-kendle-outline {
  background-color: transparent;
  border: 1px solid #eb8809;
  color: #eb8809;
  padding: 6px 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-kendle-outline:hover {
  background-color: #eb8809;
  color: white;
}

/* Footer Styles */
.footer {
  font-family: "Open Sans", sans-serif;
  background-color: #3b3e45 !important;
  border-top: 2px solid #eb8809 !important;
}

.footer-title {
  color: #eb8809;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #eb8809;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: #eb8809;
}

.footer-contacts li {
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  color: #fff;
  display: flex;
  align-items: flex-start;
}

.footer-contacts i {
  color: #eb8809;
  margin-top: 3px;
}

.linha {
  color: #bdbdbd;
}

.footer-bottom {
  font-size: 0.85rem;
  color: #fff;
}

/* Responsividade */
@media (max-width: 768px) {
  .footer-top .col-md-4 {
    margin-bottom: 2rem;
  }

  .footer-title {
    font-size: 1rem;
  }

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.page-banner {
  background-size: cover;
  background-position: center;
  padding: 200px 0;
}

.banner-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.section-title {
  margin-bottom: 40px;
}

.contactos-title p {
  font-size: 1.1rem;
}

.form-control {
  display: flex;
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 2px;
  font-size: 14px;
  padding: 15px;
}

.form-control:focus-visible {
  outline: 1px solid #eb8809;
  border: none;
}
.form-control:focus {
  border-color: #eb8809;
  box-shadow: none;
}

.botao-enviar {
  background-color: #eb8809;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  transition: background-color 0.1s ease;
}

.botao-enviar:hover {
  background-color: #3b3e45;
  color: #eb8809;
}

/* Estilos adicionais para a página de contactos */
.page-banner {
  position: relative;
  height: 40vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 62, 69, 0.7);
}

.banner-content {
  position: relative;
  z-index: 2;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}

.banner-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  color: white;
}

.section-header {
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3b3e45;
  margin-bottom: 1rem;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #eb8809;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
}

.contact-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  height: 100%;
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #eb8809;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  margin: 0 auto 1rem;
}

.contact-card h4 {
  color: #3b3e45;
  margin-bottom: 1rem;
}

.contact-card p {
  color: #6c757d;
  margin-bottom: 0;
}

.map-container {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.store-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  margin-bottom: 1.5rem;
}

.store-card:hover {
  transform: translateY(-5px);
}

.store-img {
  height: 200px;
  overflow: hidden;
}

.store-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.store-card:hover .store-img img {
  transform: scale(1.05);
}

.store-info {
  padding: 1.5rem;
}

.store-info h4 {
  color: #3b3e45;
  margin-bottom: 0.5rem;
}

.store-info p {
  color: #6c757d;
  margin-bottom: 0.5rem;
}

.btn-kendle {
  background-color: #eb8809;
  border-color: #eb8809;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-kendle:hover {
  background-color: #eb8809;
  border-color: #eb8809;
  color: white;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .banner-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .page-banner {
    height: 30vh;
  }
}

/* Team Section Styles */
.team-section {
  padding: 80px 0;
  background-color: #fff;
}

.team-header {
  text-align: center;
  margin-bottom: 60px;
}

.team-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3b3e45;
  margin-bottom: 15px;
  position: relative;
}

.team-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #eb8809;
}

.team-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-top: 20px;
}

.team-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  text-align: center;
  height: 100%;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.team-img-container {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-card:hover .team-img {
  transform: scale(1.05);
}

.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

.team-social {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.team-social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eb8809;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.team-social-link:hover {
  background-color: #eb8809;
  transform: translateY(-3px);
}

.team-info {
  padding: 25px 20px;
}

.team-name {
  font-size: 1.4rem;
  font-weight: 600;
  color: #3b3e45;
  margin-bottom: 5px;
}

.team-position {
  color: #eb8809;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.team-description {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.team-skills {
  margin-top: 15px;
}

.team-skill {
  display: inline-block;
  background-color: #f8f9fa;
  color: #eb8809;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  margin: 3px;
  border: 1px solid #e9ecef;
}

/* Team Stats */
.team-stats {
  background-color: #f8f9fa;
  padding: 60px 0;
  margin: 80px 0;
}

.stat-item {
  text-align: center;
  padding: 20px;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #eb8809;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 1.1rem;
  color: #6c757d;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 992px) {
  .team-title {
    font-size: 2.2rem;
  }

  .team-img-container {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .team-section {
    padding: 60px 0;
  }

  .team-header {
    margin-bottom: 40px;
  }

  .team-title {
    font-size: 2rem;
  }

  .team-card {
    margin-bottom: 25px;
  }

  .team-img-container {
    height: 220px;
  }

  .stat-number {
    font-size: 2.5rem;
  }
}

@media (max-width: 576px) {
  .team-title {
    font-size: 1.8rem;
  }

  .team-img-container {
    height: 200px;
  }

  .team-info {
    padding: 20px 15px;
  }

  .team-name {
    font-size: 1.2rem;
  }

  .stat-item {
    padding: 15px;
  }

  .stat-number {
    font-size: 2rem;
  }
}

/* Animation Effects */
.team-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.team-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Estilos para o dropdown em tela cheia */
.full-width-dropdown {
  position: static !important;
}

.full-width-dropdown .dropdown-menu {
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  top: 90px !important;
  margin-top: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid #eee;
  padding: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-mega-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.dropdown-mega-columns {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.dropdown-mega-column {
  flex: 1;
}

.dropdown-mega-header {
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 20px;
}

.dropdown-mega-item {
  display: block;
  font-size: 10pt !important;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.dropdown-mega-item:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #eb8809;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dropdown-mega-item:hover {
  color: #eb8809;
  background-color: #eb890905;
  padding-left: 15px;
}

.dropdown-mega-item:hover:before {
  opacity: 1;
}

/* Ajustes para mobile */
@media (max-width: 991px) {
  .dropdown-mega-columns {
    flex-direction: column;
    gap: 25px;
  }

  .full-width-dropdown .dropdown-menu {
    padding: 20px 0;
  }
}
 
.image-and-promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 20px;
}       

.dropdown-promo-image {
  width: 100%;
  max-width: 300px;
  border-radius: 4px;
  margin-bottom: 15px;
}