/* Header */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  padding: 0px 1rem;
  background-color: #1e3a8a;
  background-color: #2C2E76;
  background-color: white;
  background-color: #c7e2b7;
  background-color: #F4FFF8;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  flex-wrap: wrap;
}
footer {
  background-color: #333;
    background-color: #2C2E76;
    position: sticky;
  color: white;
  text-align: center;
  padding: 0.5rem 0;
}
/* Logo and branding */
.branding {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.brand-text {
  line-height: 1.2;
  color: white;
}

.brand-name {
  font-weight: bold;
  font-size: 1.5rem;
}

.brand-slogan {
  font-size: 1.1rem;
}

/* Navigation Menu */
.main-nav {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.menu-item {
  color: white;
  color: #2C2E76;
  text-decoration: none;
  font-weight: bold;
  font-weight: 900;
  font-size: 1.1rem;
   font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.2s;
}
.lang-switch-item {
  text-decoration: none;
  font-weight: bold;
  font-weight: 900;
  font-size: 1.1rem;
   font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.2s;
}

.menu-item:hover {
/*
  background-color: #374bbd;
  */
  border-color: white;
}

/* Fist Section */
.first-section {
  background: url('images/vs_background.jpg') center center/cover no-repeat;
  height: 100vh;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
    padding-top: 80px; /* header height */
}
.first-section-overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.first-section-content h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.first-section-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  font-style: italic;
}
.first-section-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

/* Buttons */
.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn-primary {
  background-color: #1e3a8a;
  color: white;
}

.btn-primary:hover {
  background-color: #374bbd;
}


.btn-secondary {
  background-color: white;
  color: #1e3a8a;
  border: 2px solid #1e3a8a;
}

.btn-secondary:hover {
  background-color: #e5e7eb;
}



/* Regular Sections */
.regular-section {
  border-bottom: 1px solid #ddd;
  padding: 60px 0;
  scroll-margin-top: 4rem;
  width: 100%;
  padding: 60px 20px;
  background-color: #f9f9f9;
  background-color: #97B89B;
  background-color: #C3E5CB;
  background-color: #DBFFE3;
  background-color: #F4FFF8;
}


.section-title {
  text-align: center;
  font-size: 3rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2C2E76;
}

/* Layout imagine + text */
.regular-section-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 90%;
  margin: 0 auto;
  align-items: flex-start;
}
.content-text {
  flex: 1;
  min-width: 280px;
}
.regular-section-content img {
  flex-shrink: 0;
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .site-header {
    flex-direction: column;
    align-items: flex-start;
    }

    .main-nav {
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 1rem;
    }

    .first-section-content h1 {
    font-size: 2rem;
    }

    .first-section-content p {
    font-size: 1rem;
    }

    .section-title {
    font-size: 1.75rem;
    }

    .regular-section-content {
      flex-direction: column;
      align-items: center;
      text-align: left;
    }
/*
      .image-flex {
        flex: 0 0 100%;
        max-width: 100%;
      }
      */
  }
/**********************************************************************************
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  /*overflow-x: hidden; /* dacă e nevoie, dar NICIODATĂ overflow: hidden */
}

body {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

.container {
  width: 90%;
  margin: auto;
}

section img {
  max-width: 100%;
  height: auto;
  margin-top: 0.5rem;
}

ul {
  list-style: disc inside;
  padding-left: 20px;
}

.logo {
  height: 50px;
}



 .subsection{
  margin-top: 0.5rem;
  }

.image-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
  align-items: center;
}

.image-flex {
flex: 1 1 45%;
  height: auto;
}

.image-flex1 {
flex: 1 1 90%;
  height: auto;
}

/*
.image-flex {
flex: 1 1 45%;
  max-width: 100%;
   max-width: calc(50% - 0.5rem);
  width: 100%;
  height: auto;
}
*/

