
:root {
  --color-p: red; /* cyan primary */
  --color-s: #af6473; /* coral secondary */
  --body-background: linear-gradient(to right, #6c6768, #979b9c);
  --bg-fixed-navbar: rgba(255, 255, 255, 0.9);
  --bg-color-extra: rgba(240, 240, 240, 0.9);
      
  --bs-primary: #00afc6;
  --bs-secondary: #f58ba0;
  
}

body {
  font-family: 'Arial', sans-serif;
  background-color: #ffffff;
  background-image: url(/upload/zpi-heart.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position:  center 200px;
  background-size: cover;
  color: #333;
  margin: 0; padding: 0;
}

.navbar {
  background-color: #ffffff !important;
  border-bottom: 2px solid #f58ba0;
}

.navbar-brand {
  color: #f58ba0 !important;
  font-weight: bold;
}

.navbar-nav .nav-link {
  color: #00afc6 !important;
}

.navbar-nav .nav-link:hover {
  color: #f58ba0 !important;
}

.hero {
  background: linear-gradient(to right, #6c6768, #373d3e);
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.hero img {
  max-width: 140px;
  margin-bottom: 20px;
}

h1, h2, h3 {
  color: var(--color-p);
}

.btn-primary {
  background-color: #00afc6;
  border-color: #00afc6;
}

.btn-primary:hover {
  background-color: #007f96;
  border-color: #007f96;
}

.btn-success {
  background-color: #f58ba0;
  border-color: #f58ba0;
}

.btn-success:hover {
  background-color: #e57490;
  border-color: #e57490;
}

footer {
  background-color: #fff;
  background-size: cover;
  background-position: center;
  color: black;
  text-align: center;
  padding: 20px;
  margin-top: 50px;
}

form input,
form select,
form textarea {
  border: 1px solid #ced4da;
}

.table thead {
  background-color: #f58ba0;
  color: white;
}




    body {
      font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #f8f9fa;
      color: #333;
    }

/* Use global style */


.cards-ul { 
    margin:0;
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    list-style-type: none;
    column-gap: 2rem;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.cards-ul-li, .cards-ul li  {
    display: block;
    background-color: rgba(240,240,240,.90);
    color: black!important;
    padding: 1rem;
    margin: .5rem;
    border-radius: .3rem;
    flex: 1 1 200px;    
    font-size:.9em;
    font-weight: 400;
}

.cards-ul-li h3, .cards-ul li h3 {
    font-size: 1.1em; font-weight: bold;
}

.alert { padding:1rem; }
.content .container {
    margin-top: 2rem;
    margin-bottom: 2rem;   
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-collapse.collapse.show {
background-color: var(--bg-fixed-navbar);
padding: 1rem;
box-shadow: 2px 2px 5px #666;
}


#loginButton {
    
}

  
  @-webkit-keyframes burns {
    0% {
      transform: scale(1);
      transform-origin: bottom left;
    }
    50% {
      transform: scale(1.1) rotate(-2deg);
      transform-origin: center center;
    }
    100% {
      transform: scale(1);
      transform-origin: top right;
    }
  }
  

.taxe { 
    max-width: 95%!important;
}
.taxe td:nth-child(2), .taxe td:nth-child(3)  { 
    font-weight: bold;
}

.workshop { 
    margin:2rem;
}
.workshop h2 {
    font-size: 19px;
    font-weight: 600;
    padding: 1rem;
    border-bottom: solid 1px #000;
}



.tax-selector { 
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-content: stretch;
}

@media (max-width: 800px) {
    .tax-selector {
      flex-direction: column;
    }
    .tax { flex: 100%; width: 100%; }
  }

.tax { 
    flex: 30%;   
    position: relative;
    border: 2px solid #ccc;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2);
    padding: 1rem;
    border-radius: 0rem;
    margin: 5px;
    cursor: pointer;
}

.tax.selected { 
    background-image: linear-gradient(90deg, var(--bs-primary) 0, var(--bs-secondary) 100%)!important; 
    color: white;
}

.tax:hover {
    background-color: var(--bg-color-extra);
}

.tax .item { 
    font-size: 1.1em; 
    font-weight: bold;
    min-height: 90px;
}
.tax .valid {
    position: absolute;
    bottom: 10px;
    
    font-size: .8em;
    color: #888;
}
.tax .value { 
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1.3em;
    font-weight: bold;
}


.bg-sinaia2 {
    display: block;
    position:relative;
    overflow: hidden;
    object-fit: cover;
  }

  #video-background {
    position: relative;
    left: 0; 
    top: -35%;
    min-width: 100vw; 
    min-height: 100%;
    width: 100vw; 
    z-index: 0;
    object-fit: cover;
  }
  


.lista { 
    list-style: none;
}
.lista li { 
    padding-top: .3rem;
    padding-bottom: .3rem;
}

@media (min-width: 992px) { 
    #video-background {
      position: absolute;
      left: 0; 
      top: -35%;
      min-width: 100vw; 
      min-height: 100%;
      width: 100vh; 
      z-index: 0;
      object-fit: cover;
    }

    .cards-ul-li, .cards-ul li  {
        display: block;
        background-color: rgba(240,240,240,.95);
        color: black!important;
        padding: 1rem;
        margin: .5rem;
        border-radius: .3rem;
        flex: 1 1 300px;    
        font-size:.9em;
        font-weight: 400;
    }
  }


.gt_float_wrapper, .gt-lang-code, .nturl  { 
    font-family: var(--bs-body-font-family);
    font-size: 16px;
  }

p { text-align: justify;}

.bg-about-1 { 
    background-color: rgba(254, 176, 176, 0.5)!important;
}

.bg-about-2 { 
    background-color: rgba(237, 196, 61, 0.3)!important;
}

.bg-about-3 { 
    background-color: rgba(9, 203, 187, 0.3)!important;
}
/* End of global style */

    .hero {
      background: linear-gradient(70deg, #c2c4c5 50%, #fcfcfc  100%);
      /* background-image: url(""); */
      background-position: center top;
      background-size: cover;
      color: black;
      text-align: center;
      padding: 60px 20px;
    }
    .hero .logo {
      max-width: 150px;
      max-height: 80px;
      margin-left: 30px;
    }

    .hero h2 {      
      margin-bottom: 10px;
      color: var(--bs-primary);
      font-weight: 600;
      text-shadow: 6px 6px 12px rgba(240, 240, 240, 1);
    }

    .hero h2 small{      
      margin-bottom: 10px;
      color: var(--bs-primary);
      text-shadow: 6px 6px 12px rgba(240, 240, 240, 1);
      font-size: .8em;
    }

    .footer {
      background-color: #00afc6;
      color: white;
      text-align: center;
      padding: 20px;
    }
    h2 {
      color: #00afc6;
    }


.event-background { 
    background: var(--body-background);
    background-size: cover;
    background-position: center;
    color: white;
}
.event-background::before {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.4); /* Dark overlay for better text visibility */
    z-index: 100;
    opacity: 0.7;
}

.event-background h2 {
    color: var(--color-p);
    text-shadow: 4px 4px 8px rgba(255, 255, 255, 0.5);
    font-size: 3.5em;
    font-weight: bold;
}

.event-background h2 small {
  font-size: .6em;
  line-height: .8em;
  color: var(--color-p);
}

        .mask { 
          position: relative;        
        }

        .event-background { 
            background: linear-gradient(to right, #6c6768, #373d3e);
            background-image: url(/upload/zpi-head.png);
            background-position: right center;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .list-styled { 
          
            list-style: none;
            padding: .3rem;
            padding-left: 0;
            font-size: 1.1em;
        }
        .list-styled li {
            padding: .3rem;
            font-weight: bold;
        } 

        .list-styled li span { 
            font-weight: normal;
        }
        

footer a { 
    color: #000;
    text-decoration: none;
    font-weight: bold;
}