body {
    background-color: #ffffff;
}

.navbar {
   background-color: #006400	 !important;
}
.logo{
width: 140px;
height: auto;

}

.hero {
    background: url('Foto/rute.jpg') no-repeat center center/cover;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;

    }

    .gallery img {
    width: 100%;
    height: auto;
    }
    .gallery {
    padding: 15px;
    }
    .notification {
    background-color: #4caf50;
    color: white;
    padding: 15px;
    margin: 15px 0;
    border-radius: 4px;
    }
    .section-title {
    text-align: center;
    margin: 40px 0;
    color: #ffffff;

    }
    .section-title h2 {
    font-size: 2.5rem;
    color: #ffffff;
    }
    .white-text {
        color: white;
    }
    .carousel-wrapper {
        width: 100vw;
        overflow: hidden;
    }
    
    .carousel-item img {
        width: 100%;
        height: auto;
        max-height: 600px;
        object-fit: cover;
    }
    
    .carousel-form-box {
        position: absolute;
        top: 50px;
        right: 50px;
        width: 350px;
        background: rgba(0, 0, 0, 0.7); /* fundo escuro semi-transparente */
        color: white;
        padding: 20px;
        border-radius: 10px;
        z-index: 10;
    }
    .moto-img {
        height: 250px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
      }
         
      .logo {
        width: 80px;
        height: auto;
    }
    
    .texto-telefone {
        font-size: 0.8rem;
        color: white; /* Cor do texto */
    }
    .img_nos {
        object-fit: cover; /* ou 'contain' se preferires ver a imagem toda */
        width: 100%;
        height: 200px;
      }
      
      .card {
        border-radius: 12px;
        overflow: hidden;
        transition: transform 0.2s ease;
      }
      
      .card:hover {
        transform: scale(1.03);
      }
      
      .card-body {
        padding: 30px;
      }
      
      h1, h2 {
        text-align: center;
        color: #333;
    }
    
    .contact-info {
        margin-bottom: 30px;
    }
    
    .contact-info p {
        font-size: 16px;
        color: #666;
        margin-bottom: 10px;
    }
    
    .contact-info strong {
        color: #000;
    }
    
    .map-container {
        margin-top: 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
    }
    
    /* Estilo do formulário de contacto */
    .contact-form {
        background-color: #f2f2f2;
        padding: 20px;
        border-radius: 8px;
    }
    
    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="tel"],
    .contact-form textarea {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 16px;
        box-sizing: border-box;
    }
    
    .contact-form textarea {
        resize: vertical;
    }
    
    .contact-form input:focus,
    .contact-form textarea:focus {
        border-color: #007bff;
        outline: none;
    }
    
    .contact-form button {
        background-color: #007bff;
        color: white;
        padding: 15px;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .contact-form button:hover {
        background-color: #0056b3;
    }
    
    /* Estilo responsivo */
    @media screen and (max-width: 600px) {
        .container {
            padding: 10px;
        }
    }
    
    @media (max-width: 768px) {
        .container {
            padding: 10px;
        }
    
        .contact-form input,
        .contact-form textarea {
            font-size: 14px;
        }
    
        .contact-form button {
            font-size: 14px;
        }
    }
    h1{
        color: white;
    }
    .white-text {
        color: white;
    }
    .carousel-wrapper {
        position: relative;
      }
      
      .carousel-form-box {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        width: 300px;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 20px;
        border-radius: 8px;
        color: white;
        z-index: 10;
      }
      
      /* Mobile responsiveness */
      @media (max-width: 768px) {
        .carousel-form-box {
          position: static;
          transform: none;
          width: 100%;
          margin-top: 15px;
          background-color: rgba(0, 0, 0, 0.9);
        }
      }
      
      