:root {
    --primary-font: 'Poppins', sans-serif;
    --primary-color: rgb(161, 0, 0);
    --light-red: rgba(92, 1, 1, 0.493);
    --heading-size: clamp(2.5rem, 5vw, 4rem);
    --small-heading-size: clamp(1.2rem, 3vw, 2rem);
    --text-color: #555;
    --bg-color: #f9f9f9;
    --shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}
.aboutHeadingLanding{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    color: white;
}
.aboutBlockImage {
    float: right;
    margin-right: 0;
    justify-content: end;
    width: 50%;
    display: flex;
}

.abotLandingPara {
    margin-top: 30px;
    margin-bottom: 80px;
}

.abotLandingHeading {
    font-size: 90px;
    color: rgb(161, 0, 0);
}

.teamMember {
    display: flex;
    margin-bottom: 20px;
}

.profileImg {
    background-color: white;
    padding: 5px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.teamMemberAboutPara {
    line-height: 1.6;
}
.hero-section {
    background-image: url('./Imagine1.png'); /* Replace with your actual image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh; /* Full height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}


.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Efect de întunecare pentru vizibilitate mai bună */
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-title {
    color: white;
    font-size: 60px;
    text-align: center;
    font-weight: bold;
}

.container {
    width: 90%;
    margin: 0 auto;
    min-height: 600px;
    min-width: 200px;
}

.section-container {
    display: flex;
  justify-content: space-between;
  align-items: justify;
  padding: 50px 5%;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.column {
    width: 50%;
    text-align: center; /* Centrare generală */
    min-height: auto;
}
.column2 {
    width: 50%;
    text-align: center;
    height: 70vh;
}

.section-title {
    color: rgb(173, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2em;
    margin: 50px auto;
    text-align: center;
}

.main-title {
    font-size: 2.5em;
    font-weight: bold;
    color: rgb(128, 0, 0);
    margin-bottom: 20px;
    justify-content: center;
}
.column h1, .column h2, .column h3 {
    text-align: center; /* Aliniem titlurile la stânga */
    margin-bottom: 10px; /* Spațiu între titluri și conținut */
    justify-content: flex-end;
}
.column p {
    text-align: justify; /* Aliniem paragrafele pe întreaga lățime */
}
.column2 p {
    line-height: 1.8;
    font-size: 1.1em;
}
.slogan {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: rgb(128, 0, 0);
}
.contact-description {
    font-size: 18px;
    color: #333;
    align-items: center;
}

.contact-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: rgb(128, 0, 0);
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.contact-button:hover {
    background-color: rgb(181, 3, 3);
}

.values-container {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 1200px;
    margin-top: 300px;
}

.values-title {
    font-size: 2.5em;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    align-items: start;
}

.value-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
}

.value-icon {
    font-size: 3em;
    color: #555;
    margin-bottom: 15px;
}

.value-title {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.value-description {
    color: #777;
    font-size: 0.9em;
    line-height: 1.8;
}

.values-container {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.values-container1 {
   background-color: #fff;
    padding: 60px 30px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 50px auto;
    text-align: center;
}

.values-title1 {
    font-size: 2.5rem;
    color: #790000;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.values-grid1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.value-item1 {
    background-color: #f9f9f9;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 260px; /* pentru consistență vizuală */
    text-align: center;  /* aliniere text la stânga */
}

.value-item1:hover {
    transform: translateY(-5px);
}

.value-title1 {
   font-size: 1.2rem;
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.4;
    min-height: 90px; /* asigură spațiu constant între titluri */
}

.value-description1 {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    flex-grow: 1;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .values-title {
        font-size: 1.8rem;
    }

    .value-title {
        font-size: 1rem;
    }

    .value-description {
        font-size: 0.95rem;
    }
}


@media (max-width: 768px) {
    .section-container {
        flex-direction: column;
        gap: 40px;
    }

    .column {
        width: 100%;
    }

    .section-title {
        font-size: 1.8em;
    }

    .main-title {
        font-size: 2em;
    }

    .column p {
        font-size: 1em;
    }

    .abotLandingHeading {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .slogan {
        font-size: 1.3em;
        margin-top: 550px;
    }

    .contact-description {
        align-items: center;
    }
}


@media (min-width: 1200px) {
    .cta-box p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .slogan {
        margin-top: auto;
    }

    .contact-description {
        align-items: center;
    }
       .aboutHeadingLanding h1 {
        font-size: 3.5rem;
    }
      .section-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 0;
    gap: 20px;
  }

  .section-container .column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 10px;
  }

  /* Subtitlu */
  .section-container .column .subtitle {
    font-size: 1.5em;
    font-weight: bold;
    color: rgb(173, 0, 0);
    margin-bottom: 1px;
  }

  /* Titlul mare */
  .section-container .column .title {
    font-size: 2em;
    font-weight: bold;
    color: #800000;
    line-height: 1.2;
    min-height: 100px; /* aliniere verticală între titluri */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 5px;
  }

  /* Paragraful */
  .section-container .column p {
    font-size: 15px;
    text-align: justify;
  }
}

@media (max-width: 480px) {
    .abotLandingHeading {
        font-size: 30px; /* Dimensiune mai mare pentru desktop */
    }
    .slogan {
        font-size: 0.8em;
        margin-top: 0px;
    }

    .contact-description {
        margin: 30px auto;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .section-container {
        flex-direction: column;
        gap: 40px;
    }

    .column {
        width: 100%;
        max-width: 100%;
    }

    .abotLandingHeading {
        font-size: clamp(1.8rem, 6vw, 60px);
        margin-top: 40px;
        text-align: center;
    }

    .slogan {
        margin-top: 30px;
        font-size: 1.2em;
    }

    .contact-description {
        text-align: center;
        margin-top: 20px;
        padding: 0 15px;
    }
    .section-container {
    display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 5%;
  gap: 20px;
}
}


@media (max-width: 2000px) {
    .slogan {
        margin-top: 0;
    }

    .abotLandingHeading {
        margin-top: 100px;
        font-size: 3.em; /* Font responsive, maxim 80px */
        line-height: 1.1;
    }

    .contact-description {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; /* pentru mobil */
        margin-top: 20px;
    }
}
#heroImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    opacity: 0.7;
}
.hero {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.hero img {
    display: block;        /* elimină spațiul inline implicit */
    width: 110px;
    height: auto;
    margin-left: 0;
    padding: 0;
    
}
.hero .logo {
    display: block;        /* elimină spațiul inline implicit */
    width: 110px;
    height: auto;
    margin-left: 35px;
    padding: 0;
    
}
