body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f6f6f6;
    color: #222;
}
.topbar-contact {
    background-color: #001f3f;
    color: #fff;
    padding: 0.5rem;
    font-size: 14px;
    text-align: center;
}
.topbar-contact a {
    color: #4fd1c5;
    margin: 0 8px;
    text-decoration: none;
}
.logo-menu-wrapper {
    background: linear-gradient(to right, #002b5b, #004080);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 0;
}
.logo {
    width: 120px;
    border-radius: 50%;
    background-color: transparent;
}
.main-nav {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
}
.main-nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 0.5rem 1rem;
}
.main-nav a:hover {
    color: #4fd1c5;
}
.hero {
    background: linear-gradient(to right, #004080, #0066cc);
    color: white;
    text-align: center;
    padding: 5rem 2rem;
}
.hero .btn {
    background: #4fd1c5;
    color: #000;
    font-weight: bold;
    padding: 0.8rem 1.2rem;
    border-radius: 8px;
    text-decoration: none;
}
.hero .btn:hover {
    background: #3ac3b2;
}
.servicii {
    padding: 3rem 1rem;
    text-align: center;
}
.servicii-grid {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}
.serviciu-card {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    width: 250px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    font-size: 28px;
    padding: 12px 16px;
    border-radius: 50%;
    text-decoration: none;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
#welcomePopup {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: white;
    border: 2px solid #f0ad4e;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    display: none;
    z-index: 999;
    max-width: 280px;
    font-size: 14px;
}
#welcomePopup.show {
    display: block;
}
#welcomePopup span {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
}
.galerie, .testimoniale, .contact {
    padding: 3rem 1rem;
    text-align: center;
}

.galerie-grid {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.galerie-grid img {
    width: 300px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.testimoniale {
    background: #f9f9f9;
    padding: 3rem 1rem;
    text-align: center;
}

.testimonial-wrapper {
    max-height: 400px;      /* zona limitata */
    overflow-y: auto;       /* scroll daca sunt mai multe */
    padding-right: 10px;
}

.testimonial {
    background: white;
    padding: 1rem 1.5rem;
    margin: 1rem auto;
    max-width: 600px;
    border-left: 5px solid #4fd1c5;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    position: relative;
    text-align: left;
}

.testimonial .stele {
    font-size: 1.2rem;
    color: #f5b301;
    margin-bottom: 0.5rem;
}

.testimonial h4 {
    text-align: right;
    font-weight: bold;
    margin-top: 0.5rem;
    font-style: italic;
}


.contact a {
    color: #4fd1c5;
    font-weight: bold;
    text-decoration: none;
}
.programare {
  padding: 3rem 1rem;
  background-color: #f9f9f9;
  text-align: center;
}

.programare-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.programare form, .contact-info-box {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  width: 300px;
}

.programare input,
.programare select {
  width: 100%;
  margin: 0.5rem 0;
  padding: 0.7rem;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.programare .btn {
  background: #4fd1c5;
  color: #000;
  padding: 0.8rem;
  margin-top: 1rem;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  font-weight: bold;
}

.contact-info-box p {
  margin: 0.5rem 0;
  font-size: 1rem;
}

html {
    scroll-behavior: smooth;
}
.site-footer {
    background-color: #001f3f;
    color: white;
    text-align: center;
    padding: 2rem 1rem;
    margin-top: 3rem;
}
.site-footer .social-icons {
    margin-top: 1rem;
}
.site-footer .social-icons a {
    color: #4fd1c5;
    font-size: 1.5rem;
    margin: 0 10px;
    text-decoration: none;
}
.site-footer .social-icons a {
    color: #4fd1c5;
    font-size: 1.8rem;
    margin: 0 10px;
    text-decoration: none;
}
.atentionare {
    margin-top: 0.8rem;
    font-size: 0.9rem;
    color: #cc0000;
    font-style: italic;
}
.servicii-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.serviciu-card {
    background: white;
    padding: 2rem 1.5rem;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    transition: transform 0.3s ease;
}
.serviciu-card:hover {
    transform: translateY(-5px);
}
.serviciu-card i {
    font-size: 2.2rem;
    color: #4fd1c5;
    margin-bottom: 1rem;
}
.galerie-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.galerie-item {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}
.galerie-item:hover {
    transform: scale(1.03);
}
.galerie-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.galerie-item p {
    padding: 0.5rem;
    font-size: 0.95rem;
    font-weight: 500;
}
#main-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(to right, #002b5b, #004080);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.logo-menu-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}
.main-nav {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
}
.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 15px;
}

@media (max-width: 768px) {
    .main-nav {
        display: none;
        flex-direction: column;
        align-items: center;
        background-color: #002b5b;
        width: 100%;
        padding: 1rem 0;
    }
    .main-nav a {
        padding: 0.8rem 1rem;
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .main-nav.show {
        display: flex;
    }
    .menu-toggle {
        display: block;
        z-index: 1100;
    }
    .logo-menu-wrapper {
        position: relative;
    }
}
