@import url("https://fonts.googleapis.com/css2?family=Anton&family=Berkshire+Swash&family=Dancing+Script:wght@400;700&display=swap");

#all {
    position: relative;
}

body{
  color:#fff;
  font-family:'Tisa Sans Pro', sans-serif;
  overflow-x:hidden;
  /* RADIALLY lit red + vertical fade-out */
  background:
    radial-gradient(circle at center,
      #d31208  0%,
      #b91009  35%,
      #960608  60%,
      #750f13 100%) no-repeat,
    /* subtle bottom dark band if you want */
    linear-gradient(to bottom,
      transparent 0 90%,
      #750f13   100%);
  background-attachment:fixed;   /* keeps “spot-light” centred */
  background-size:cover;         /* fills every screen */
   scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  height: 100%;
  overflow-x: hidden;
   overflow-y: scroll;
}
section.snap {
  scroll-snap-align: start;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html.no-scroll-smooth {
  scroll-behavior: auto !important;
}
 .top_tab{display:none;}
/* -------------------------------------------------
   HERO-BANNER — shows once, centred
   ------------------------------------------------- */
.hero-banner{
  /* full viewport width, keep aspect-ratio */
  width:100%;
  max-width:1920px;      /* image’s native width */
  height:auto;
  display:block;
  margin:0 auto;         /* centred horizontally */
  object-fit:contain;    /* never crops, only scales */
}

/* optional: clamp its height on very small laptops */
@media (max-width:1280px){
  .hero-banner{
    max-height:600px;    /* whatever looks best */
  }
}
.swiper-button-prev {color:#fff;}
.img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
}
h1{
    font-family: 'Tisa Sans Pro Bold';
}
h2{
    font-family: 'Tisa Sans Pro';
    font-size: 2.6vw;
}
.nav-bubble {
    background-color: white;
    color: #a00000 !important;  /* <-- deja prezent, dar ignorat */
    padding: 0.4vw 1.6vw;
    border-radius: 2vw;
    font-weight: bold;
    font-family: 'Candarab';
    text-transform: uppercase;
    font-size: 1.2vw;
    display: inline-block;
    transition: 0.2s ease-in-out;
}
.nav-bubble:hover {
    background-color: #f4f4f4;
    color: #a00000 !important;
}
.navbar .nav-item .nav-link.nav-bubble {
    color: #a00000 !important;
}
@media only screen and (max-width:767px){
    h2{
        font-family: 'Tisa Sans Pro';
        font-size: 6vw;
    }
    .header h2 {
        margin-top: 5%;
    }
}
.c-ed2d33 {
    color: #ed2d33;
}
.c-9d8c4f {
    color: #9d8c4f;
}
h3{
    font-size: 20px;
}
p{
    font-family: "AvenirNext-Medium", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
    font-size: 18px;
}
.nav-link{
    color: #ffffff!important;
    font-size: 18px !important;
    font-weight: normal !important;
    font-family: 'FuturaPTDemi' !important;
    text-transform: uppercase;
}

/* .btn{
    color:white;
    border: 3px solid white;
    background-color: rgba(0,0,0,0.3);
    font-family: "Berkshire Swash", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
    font-size: 22px;
} */
/* .btn:hover{
    color:black;
    border: 1px solid black;
    background-color:rgba(255,255,255,1);

} */
label{
    font-family: 'FuturaPTDemi';
    font-size: 20px;
}
.form-check-label{
    font-family: 'FuturaPTDemi';
    font-size: 20px;
}
.form-check-label a, .form-check-label a:hover {
    font-family: 'FuturaPTDemi';
    font-weight: normal;
}
.form-check-label a:hover {
    opacity: 0.9;
}
.navbar-brand{
    max-width: 100px;
}
.header{
    position:relative;
}
.wrap-mecanica{
    position: relative;
}
.mecanica-title, .mecanica-line, .mecanica-perioada {
    position: relative;
    max-width: 1000px;
    margin:0 auto;
    z-index: 1;
}
@media only screen and (min-width:768px){
    .header{
        margin-top: -2vw;
        margin-bottom: 1vw;
    }
    h3{
        font-size: 26px;
    }
    /* .btn{
        font-size: 24px;
    } */
    .mecanica-title{
        margin-top: -20px;
    }
    .header h2 {
        margin-top: 2%;
    }
   
}
@media only screen and (min-width: 992px) {
    .navbar-brand{
        max-width: 140px;
    }
}

@media only screen and (min-width:1400px){
    /* .btn{
        font-size: 36px;
    } */
}

/* Form */
.btn-submit-2024 {
    color:white;
    border: 0px solid white;
    font-family: 'Candarab';
    font-size: 22px;
    text-transform: uppercase;
}
@media only screen and (min-width:768px)and (max-width: 991px){
    #mecanism.col-md-6, #formular.col-md-6 {
        width: 100%!important;
    }
}
.btn-submit-reg {
    background-color: #0072bc;
}
.btn-submit-send {
    background-color: #921512;
}
btn-submit-send:hover, .btn-submit-2024:hover, btn-submit-send:focus, .btn-submit-2024:focus{
    color:black;
    border: 0px solid white;
    background-color:rgba(255,255,255,1);
    text-transform: uppercase;
    font-weight: normal;
}
.formular{
    position: relative;
}
.wrap-formular{
    max-width: 710px;
    position: relative;
        margin-top: -5rem !important;
}
input{
    background-color: #e3d9cd !important;
    color:black !important;
}
.form-floating>label{
    padding-left:  1.45rem;
    color:white;

}
.invalid-feedback{
    font-size:16px;
}
.form-control:focus{
    outline: none;
    border-color: #e3d9cd;
    box-shadow: 0 0 0 0.15rem rgba(240, 243, 240, 0);
}
.form-control {
    border: 1px solid #ced4da;
}
label, label a {
    color: #fff;
    font-family: 'Tisa Sans Pro Bold';
}
label a {
    text-decoration: underline;
}
label a:hover {
    color: #0072bc;
    text-decoration: none;
    font-weight: normal;
}
label.label-black, label.label-black a, label.label-black a:hover {
    color: #fff;
}
.form-check-input{
    border: 1px solid #e3d9cd;
}
.form-check-input:checked {
    border-color: #e3d9cd;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:focus {
    box-shadow: none;
}
.form-check-input {
  width: 2em;
  height: 2em;
}
.form-check-label {
    display: block;
    margin-left: 1.5em;
    line-height: 2.3rem;
}
.form-check-label, .form-check-label a, .form-check-label a:hover {
    color: #fff;
}

tbody, td, tfoot, th, thead, tr {
    padding: 10px;
}
thead{
    margin: 0 auto;
}
a{
    text-decoration: none;
    color:white;
}
a:hover{
    font-weight: bold;
    color:white;
}

a.inscrie-home-btn, a.inscrie-home-btn:hover {
    font-family: 'Candarab';
    text-transform: uppercase;
    font-weight: normal;
}
/* a.inscrie-home-btn {
    color: #fff;
    background: #c81f1f;
}
a.inscrie-home-btn:hover {
    color: #fff;
    background: #c81f1f;
    opacity: 0.9;
} */
@media (min-width: 768px) {
    a.inscrie-home-btn, a.inscrie-home-btn:hover {
        position: absolute;
        top: 56%;
        left: 68.5%;
        padding: 0.5vw 3vw;
        font-size: 1.6vw;
        border: 0;
        border-radius: 3vw;
    }
    #form {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    a.inscrie-home-btn, a.inscrie-home-btn:hover {  
        position: absolute;
        top: 45%;
        left: 33%;
        /* padding: 2vw 6vw;
        font-size: 5vw;
        border: 0;
        border-radius: 5vw; */
    }
    #form {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Premii */
.pbot {
    padding-bottom: 9% !important;
}
.ptop {
    padding-top: 10% !important;
}
.premii {
    position: relative;
}

@media only screen and (min-width:768px){
    .premii-content {
        width: 98%;
        margin: 0 auto;
    }
    .premii-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}.premii-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}.premii-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}
@media  screen and (max-width: 576px){
    .premii-content {
        width: 100%;
        margin: 0 auto;
    }
}


/* Produse */
#produse {
    position: relative;
    padding-top: 30px !important;
}
.ppbot {
    padding-bottom: 2% !important;
}
.pptop {
    padding-top: 7% !important;
}
.produse{
    max-width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 576px){
    .produse{
        max-width: 100%;
    }
}
/*.img-fluid.produse-img{
    width: auto;
}*/
.img-fluid.produse-img {
    max-width: 85%;
}
.swiper-container{
    display: flex !important;
}
.swiper-wrapper{
    align-items: flex-end !important;
}
.swiper-button-prev:after{
    content: url(../image/left1.png);
    padding-right: 0;
}
.swiper-button-next:after{
    content: url(../image/right1.png);
    padding-left: 0;
}
@media (max-width: 991px){
    .swiper-button-prev:after{
        content: url(../image/buton ST.png);
        padding-right: 0;
    }
    .swiper-button-next:after{
        content: url(../image/buton DR.png);
        padding-left: 0;
    }
    .img-fluid.produse-img {
        max-width: 80%;
    }
}

.msg-error{
    display:none;
}
.invalid-feedback{
    display: none;
    font-size: 16px;
    color: #fff;
}
.validation-alert {
    color: #fff;
}
.status-msg{
    color: #fff;
}
/* Footer */
.footer, .footer a, .footer a:hover {
    color: #fff;
    font-weight: normal;
}
.footer a:hover {
    text-decoration: underline;
}

/* Produse page */
.modal-header{
    border: none !important;
}
.btn-close{
    background-color: #ffffff !important;
}
.modal-content{
    /* background-color:transparent; */
    border:none !important;
    color: #000;
}

/* Castigatori page */
.mecanica-castigatori {
    position: relative;
    margin-top: 10%;
}
.title-castigatori {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}
.title-castigatori h1, .success-msg h1 {
    font-family: 'Candarab';
}
.bkg-castigatori {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.castigatori-table {
    position: relative;
}
.table{
    max-width: 800px;
    margin: 0 auto;
}
.table thead{
    background-color: #ffffff;
 
}
.table th {   color:#000;}
.table tbody{
    color: #fff;
}
.table tr, .table td {
    border-color: #fff;
}


/* Multumim page */
.wrap-success-msg{
    position: relative;
}


.produse-txt {
    color: #990000;
    font-family: 'Candarab';
}
@media only screen and (min-width:768px){
    .invalid-feedback{
        font-size:19px;
    }    
}


.nav-link{
    color: #ffffff!important;
    font-size: 18px !important;
    font-weight: normal !important;
    font-family: 'Candarab' !important;
    text-transform: uppercase;
}
.navbar {
    position: relative; z-index: 3; padding: 0;
}
@media (min-width: 992px){
    .navbar {
        position: relative; z-index: 3; height: 4vw; padding: 0;
      background: url('/assets/image/Bara sus.png')  top center;
    }
    .nav-item-inscriere, .nav-item-premii, .nav-item-regulament, .nav-item-castigatori, .nav-item-home, .nav-item-produse {
        position: absolute; top: -1.6vw; left: 0;
    }
    .nav-item-inscriere { left: 6%; }
.nav-item-premii { left: 20%; }
.nav-item-regulament { left: 34%; }
.nav-item-castigatori { left: 55%; }
.nav-item-produse { left: 70%; }
    .nav-link {
        font-size: 1.36vw!important;
    }
    .container-nav-desk {
        position: relative;
        max-width: 100%!important;
    }
}
@media (max-width: 991px){
    .nav-item-home {
        display: none;
    }
}

.disclaimer {
    width: 80%;
    margin: 0 auto;
    color: #fff;
}
.disclaimer a, .disclaimer a:hover {
    color: #046eb5;
    font-weight: normal;
}
.disclaimer a:hover {
    text-decoration: underline;
}
/* .disclaimer-castigatori {
    margin-top: 17%;
} */

.bkg {
    position: absolute; top: 0; left: 0; width: 100%; z-index: 2;
}

#mecanism {
    /* padding-left: 15%; */
    padding-top: 5rem !important;
    padding-bottom: 3rem !important;
}

@media only screen and (max-width:992px){
    .navbar {
        height: 65px!important;
           background: url('/assets/image/Bara sus.png') no-repeat top center;

        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
  
.btnnn {width:100%; height:40px;}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) and (max-width:992px) { 

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media only screen and (max-width:767px){
    #mecanism {
        padding-left: 0;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        width: 90%;
        margin: 0 auto;
    }
    #formular.wrap-formular.mt-5 {
        margin-top: 0!important;
    }
    
}
@media (max-width: 991px){
    #navbarSupportedContent {
       
        background: #e1001a;


                
    }
    }


button.navbar-toggler, button.navbar-toggler:hover, button.navbar-toggler:active, button.navbar-toggler:focus, button.navbar-toggler:visited {
    position: absolute;
  top: 15px;
  left: 15px;
  border: 0;
  box-shadow: none;
  z-index: 9999; /* 🚨 ensure it's above the mobile menu */
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar-collapse {
  z-index: 999;
}

@media only screen and (max-width: 992px) {
    #screen-1 {
        margin-top: 70px;
    }
}

@media (max-width: 991px){
    #form h1 {
        text-align: center;
        font-size: calc(1.975rem + 1.5vw)!important;
    }
    .wrap-formular {
        margin-left: auto;
        margin-right: auto;
    }
    label{
        font-family: 'FuturaPTDemi';
        font-size: 18px;
    }
    #form .col-sm-6 {
        text-align: center;
    }
    #form .btn-submit-reg {
        min-width: 175px;
        max-width: 175px;
        padding-right: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
#modal-cookies .btn-close {
    font-size: 1.45em !important;
}
@media (max-width: 991px){
    #modal-cookies .btn-close {
        font-size: 1.25em !important;
    }
}


/* gdpr */
.gdpr {
    color: #fff;
    font-size: 15px;
}
.gdpr .gdprP {
    
    color: #666666;  
    font-size: 15px;
}

.gdpr .gdprP2 {
    
    color: #666666;  
    font-size: 17px;
}

.gdpr .tab-bkg {
    background-color: white;
    margin-top: 10%;
    color: #666666;
}

.gdpr .col-centered{
    float: none;
    margin: 0 auto;
}

.gdpr .nav-tabs {
    border: 0;
    background: #eeeeee;
}

.gdpr .tab-content {
    padding: 6%;
}

.gdpr .customH {
    padding-left: 15%;
    padding-right: 18%;
    text-transform: uppercase;
    color: #666666;
}

.gdpr .nav-tabs>li {
    width: 33.33333333%;
    float: left;
}

.gdpr .flex {
    display: flex;
    align-items: center;
}

.gdpr .clear-btn {
    border: 0;
}

.gdpr .clear-btn:focus {
    outline: 0;
}

.gdpr .right-margin {
    margin-right: 20%;
}

.gdpr .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.gdpr .switch input {display:none;}

.gdpr .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #7d7e7e;
    -webkit-transition: .4s;
    transition: .4s;
}

.gdpr .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.gdpr input:checked + .slider {
    background-color: #0673ba;
}

.gdpr input:focus + .slider {
    box-shadow: 0 0 1px #0070c0;
}

.gdpr input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.gdpr .slider.round {
    border-radius: 34px;
}

.gdpr .slider.round:before {
    border-radius: 50%;
}

.gdpr .no-bullet {
    list-style-type: none;
}

.gdpr .custom-link {
    font-family: OpenSans-Regular, sans-serif;
    color: red; 
    text-decoration: underline;
    font-size: 15px;
}

.gdpr .scroll-background {
    background: #e0e0e0;
    padding: 4%;
}

.gdpr .scrollable {
    overflow-y: scroll;
    height:200px;
    background:#ffffff;
    padding: 3%;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.gdpr .form-bkg {
    padding-bottom: 10%;
    padding-top: 10%;
    margin: 10%;
}

.gdpr #cookieInfo {
    display: none;
}

.gdpr #cookieNecesar {
    display: none;
}

.gdpr #cookieFunctional {
    display: none;
}

.gdpr #cookieAnaliza {
    display: none; 
}

.gdpr #cookieMarketing {
    display: none; 
}

.gdpr #cookieTxt1 {
    left: 77%;
    height: 100%;
    top: -32px;
    /* right: 0; */
    position: relative;
    z-index: 9999;
    width: 330px;
}


.gdpr .topP {
    font-family: OpenSans-Regular, sans-serif;
    color: #666666;
    font-size: 12px;
    margin-top: 4%;
}

.gdpr .topContainer {
    padding: 10%;
    background-image: url('../gdpr/images/bkg.png');
    background-size: cover;
}

.gdpr .margin-btn {
    margin: 2%;
}


.gdpr #cookieTxt {
    top: 109px;
    right: 3%;
    position: absolute;
    z-index: 9999;
    width: 330px; 
}


.gdpr #accountTxt {
    display: none;
    top: 119px;
    right: 3%;
    position: absolute;
    z-index: 9999;
    width: 330px;
}

.gdpr .red {
    color: red;
}

.gdpr .lightGrey {
    color: #999;
}

.gdpr .header-gdpr {
    color:black;
}

.gdpr hr {
    display: block;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
    border: 0.5px solid #fff;
    opacity: 1;
}

.gdpr #logat {
    display: none;
}

.gdpr #nelogat {
    /*display: none;*/
}

.gdpr #creeazaCont {
    /*display: block;*/
}

.gdpr .customA2 {
    color:darkblue;
}

.gdpr .cookieImg {
    width:30px;
    margin-right: 10px;
    margin-top: 10px;
}

.gdpr .accountImg {
    width:30px;
    margin-top: 10px;
}


.gdpr .btn-primary {
    color: white;
    border: 0px;
    text-align: right;
    background-color: #273682;
    padding: 5px;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.gdpr .btn-accept {
    color: white;
    border: 0px;
    width: 100%;
    text-align: center;
    padding: 5px;
    
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.gdpr .txtFade {
    color: red;
}

.gdpr #lighter {
    background-color: #bbbdbf!important;
}

.gdpr .blue-link {
    color: darkblue;
    font-weight: bold;
}

.gdpr .margined-bottom-btn {
    margin-bottom: 5px;
}

.gdpr .tab-bkg2 {
    padding: 6%;
    background-color: white;
    color: #666666;
}

.gdpr span {
    color:#fff !important;
}

.gdpr .nav-tabs>li>a:hover {
    background-color:  #eeeeee;
}

.gdpr #declar {
    width: 20px!important;
}

.gdpr .btn-primary2 {
    color: #273682;
    border: 1px solid #273682;
    text-align: right;
    background-color: white;
    padding: 5px;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.gdpr2{
    margin-right: 19px;
    position: absolute;
    top: 10px;
    right: 0px;
}

.gdpr .cookie{
    width: 20px;
    margin-right: 20px; 
}
.gdpr .blue-color {
    color: #fff;
}

@media only screen and (min-width: 992px) {
    .buline {
        position: absolute; top: 10%; width: 3%;
    }
    .bul-l {
        left: 10%;
    }
    .bul-r {
        right: 10%;
    }
}
@media only screen and (max-width: 991px) {
    .buline {
        position: absolute; top: 15%; width: 7%;
    }
    .bul-l {
        left: 3%;
    }
    .bul-r {
        right: 3%;
    }
}
.formular .form-control {
  border-radius: 2rem;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  color: #004b8d !important;
  background-color: white !important;
  border: none;
  font-family: 'Tisa Sans Pro';
}

.formular input::placeholder {
  color: #004b8d;
  opacity: 0.8;
}

.formular .form-group {
  margin-bottom: 1.5rem;
}



.formular .btn-submit-2024 {
 background-color: #fecd83;
    color: #6f2b12 !important;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #6f2b12;
    border-radius: 1.2rem;
    padding: 0.75rem 2.5rem;
    font-size: 1.2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
}

.btn-submit-reg {
  background-color: #0072bc;
  color: white !important;
}

.btn-submit-send {
  background-color: #a00000;
  color: white !important;
}

#form .btn-submit-2024:hover {
  background-color: #ffffff;
  color: #a00000 !important;
}

.formular .captcha-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.formular .captcha-row img {
  max-height: 48px;
  border-radius: 0.5rem;
}

.formular .btn-warning {
  height: 48px;
  border-radius: 1rem;
  padding: 0 1rem;
}

.wrap-formular img {
  max-width: 260px;
  margin-bottom: 2rem;
}
.btn-rounded {
  border-radius: 2rem;
  padding: 0.75rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  min-width: 180px;
}

.btn-blue {
  background-color: #0072bc;
  color: white;
}

.btn-blue:hover {
  background-color: #005b99;
}

.btn-red {
  background-color: #a00000;
  color: white;
}

.btn-red:hover {
  background-color: #7b0000;
}

.form-check-input {
  accent-color: #ffffff;
  width: 1.3rem;
  height: 1.3rem;
}

.form-check-label {
  color: white !important;
  font-size: 1rem;
  font-family: 'Tisa Sans Pro Bold';
}
.btn-bubble {
  background-color: #fecd83;
  color: #6f2b12;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #6f2b12;
  border-radius: 1.2rem;
  padding: 0.75rem 2.5rem;
  font-size: 1.2rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
  transition: all 0.2s ease-in-out;
}

.btn-bubble:hover {
  background-color: #ffe2b3;
  color: #6f2b12;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
.full-width-white {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: white;
}
@media (max-width: 767px) {
  .navbar-collapse {
    background-color: #a00000;
    padding: 1rem 1.5rem;
        padding-top: 3.5rem !important; /* Push menu items below the hamburger */

  }

  .mobile-nav-link {
    color: white !important;
    font-family: 'Candarab';
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.75rem 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mobile-nav-link:last-child {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
   padding-top: 3.5rem !important; /* Ensures menu items appear below hamburger */
    background-color: #c00; /* roșu specific */

    
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }

  .navbar-nav .nav-link {
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    text-align: left;
    background: none;
    color: white !important;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 0;
  }

  .navbar-nav .nav-link:hover {
    background-color: #a00000;
    color: #fff;
  }

  .nav-bubble {
    all: unset; /* elimină stilul desktop */
  }
}
@media (max-width: 767px) {
  .btn-wrapper {
    flex-direction: column-reverse !important;
    gap: 1rem !important;
  }

  .btn-wrapper .btn-bubble {
    width: 100%;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
   .img-produse-mob {
    max-width: 90vw;
    height: auto;
    margin-bottom: 1rem;
  }
   .form-check {
    margin-bottom: 0.75rem;
  }

  .form-check-label {
    font-size: 0.95rem;
    line-height: 1.4rem;
  }

  .wrap-formular img {
    max-width: 80%;
    height: auto;
    margin-bottom: 2rem;
  }

  .status-msg {
    font-size: 0.95rem;
    padding: 0.5rem;
  }
}
/* Imaginea pentru desktop */
.img-produse-title {
  max-width: 700px;
  height: auto;
  display: block;
  margin: 0 auto 2rem auto;
}

/* Variante pentru mobil */
@media (max-width: 767px) {
  .img-produse-title {
    display: none;
  }

  .img-produse-title-mob {
    max-width: 90vw;
    margin-bottom: 1.5rem;
  }
}
/*  SHOW desktop / tablet  |  HIDE mobile  */
.top      {display:block; 
    margin-top: -20px;
}
.top_mob  {display:none;}
.prize_desk {padding-top:3rem; width:92%;}
/*  below 992 px we flip the visibility.
    That’s exactly the width at which your
    “mobile menu” CSS already kicks in */
@media (max-width:767px){
  .top      {display:none;}
  .top_mob {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: -10px;
  }
  .top_tab{display:none;}
  .prize_mob {
    margin-top: 0 !important;
  }

  #premii .container,
  #produse .container,
  .wrap-formular {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #hero {
    min-height: unset !important; /* disable scroll-snap override */
    padding-bottom: 0 !important;
    margin-bottom: -20px; /* Pull premii up */
  }
   #premii {
    margin-top: -130px; /* overlap slightly into hero space */
  }

  #produse {
    padding-top: 0 !important;
    padding-bottom: 2rem;
  }

  .wrap-formular.mt-5 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    padding-top: 3.5rem !important; /* Avoid menu overlap with hamburger */
  }

  


  .prize_mob {
    margin-top: 0 !important;
  }





  #produse {
    padding-top: 0 !important;
    padding-bottom: 2rem;
  }

  #premii .container,
  #produse .container,
  .wrap-formular {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .wrap-formular.mt-5 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top {
    display: none !important;
  }

  .top_tab {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .top_mob {
    display: none !important;
  }

  #hero {
    min-height: unset !important;
    padding-bottom: 0 !important;
    margin-bottom: -20px;
  }

  #premii {
    margin-top: -60px !important;
    scroll-margin-top: 80px; /* align correctly on anchor scroll */
  }

  #premii .container,
  #produse .container,
  .wrap-formular {
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  #produse {
    padding-top: 0 !important;
    padding-bottom: 2rem;
  }

  #mecanism {
    padding-top: 0rem !important;
    padding-bottom: 2rem !important;
  }

  .wrap-formular.mt-5 {
    margin-top: 0 !important;
  }
}


 

@media screen and (min-height: 1080px) and (max-width: 991px) and (orientation: portrait) {
  #hero {
    display: block !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    min-height: unset !important;
  }

  .hero-banner {
    object-position: top;
  }

  .top_tab {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  #hero.snap {
    justify-content: flex-start !important;
  }
}


@media screen and (orientation: portrait), (max-width: 991px) {
  section.snap {
    scroll-snap-align: unset !important;
    min-height: unset !important;
    justify-content: flex-start !important;
    display: block !important;
  }
}