/* roboto-slab-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/roboto-slab-v34-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-slab-600 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    src: url('/assets/fonts/roboto-slab-v34-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-slab-700 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/roboto-slab-v34-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* roboto-slab-800 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 800;
    src: url('/assets/fonts/roboto-slab-v34-latin_latin-ext-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
/* ubuntu-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/ubuntu-v20-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* ubuntu-500 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/fonts/ubuntu-v20-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* ubuntu-700 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/ubuntu-v20-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
*,
html,body {
    font-family: 'Ubuntu';
    font-weight: 400;
    font-size: 15px;
}
p{
    margin-bottom: 10px;
}
.font2{
    font-family: 'Roboto Slab' !important;
}
.site_header{
   
    background: url(/img/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 15%;
}
.logo{
    display: block;
    text-align: center;
}
/* modificare Karacter 29.04.2025 */
.hero_content{
    padding-top: 40px;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.banner_claim1{
    background-color: rgba(102, 0, 255, 0.9);
    padding: 0 50px 10px;
    border-radius: 80px;
    color: white;
    width: 100%;
    margin:auto;
    margin-bottom: 20px;
    display: flex;
    gap: 17px;
    justify-content: center;
    max-width: 700px;
    align-items: center;
}
.banner_claim1 span, 
.banner_claim1 .text {
    font-size: 29px;
    font-weight: 700;
    font-family: 'Roboto Slab';
    text-align: center;
    line-height: 28px;
}
.banner_claim1 .text{
    min-width: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 120px;
    position: relative;
}
.banner_claim1 .text .perioada{
    font-size: 19px;
    font-family: 'Roboto Slab';
    text-align: center;
    line-height: 28px;
    position: absolute;
    align-self: center;
    bottom: 0;
}
.banner_claim2{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 40px;
    border-radius: 50px;
    color: #6407EC;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 130px;
}
.banner_claim2 h4,
.banner_claim2 h4 .intrebare{
    margin: 0;
    font-size: 17px;
    font-family: 'Roboto Slab';
    text-align: center;
}
.banner_claim2 h4 .intrebare {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}
.banner_claim2 h4 .exclusive {
    font-size: 17px;
    font-family: 'Roboto Slab';
    font-weight: 700;
}


/* Container for the input and button */
.serach-section{
    position: relative;
    padding-top:5px;
}
.serach-section > svg{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    top: -30%;
}
.search-container {
    position: relative;
    max-width: 454px;
    margin: 0px auto;
    margin-top: 0px;
  }
  
  /* Input styling */
  .search-input {
    width: 100%;
    padding: 16px 140px 16px 30px; /* Right padding to make space for the button */
    font-size: 16px;
    border-radius: 50px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.3s;
    background-color: #F3F3F6;
    border: none ;
  }
  
  .search-input:focus {
    border-color: rgb(255, 58, 134);
    box-shadow: 0 0 0 2px rgba(255, 58, 134,0.2);
  }
  .search-input::placeholder{
    color: black;
  }
  
  /* Button styling */
  .search-button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FF3A86;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    transition: background-color 0.3s;
    padding: 9px 0 ;
    border-radius: 24px;
    width: 143px;
    text-transform: uppercase;
  }
  .search-button.active{
    background-color:#16A212;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
  .options-section{
    margin-top: 25px;
    position: relative;
}
  .card_option{
    max-width: 860px;
    margin: 0 auto 20px auto;
    border-radius: 28px;
  }
  .color_blue{
    background: #F4FAFC;
  }
  .color_yellow{
    background-color: #FCFAF4;
  }
  .color_purple{
    background-color: #F6F4FC;
  }
  .color_red{
    background-color: #FCF4F4;
  }
  .color_blue .card_option_header{
    border-color: #A1C9D6;
  }
  .color_purple .card_option_header{
    border-color: #ABA1D6;
  }
  .color_red .card_option_header{
    border-color: #E8B8B8;
  }
  .color_yellow .card_option_header{
    border-color: #D6C4A1;
  }
  .card_option.active{
    background-color: #F4FCF5;
  }
  .card_option.active .card_option_header{
    border-color: #B4D6A1;
  }
  .card_option_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:12px 20px;
    border-bottom: 1px dashed;
  }
  .step_text_1{
    z-index: 10;
    position: relative;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .card_option_header .name{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .card_option_header .name p{
    margin: 0;
    font-size: 15px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    color: black;
  }
  .select_option{
    width: 210px;
    background: #156BAB;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-radius: 30px;
    cursor: pointer;
  }
  .select_option.disabled{
    opacity: 0.5;
  }
  .select_option.selected{
    background:#16A212 ;
  }
  .select_option p{
    margin: 0;
    color: white;
    font-weight: 500;
  }
.card_option_body{
    padding: 20px;
    display: grid;
    /*grid-template-columns: 15% 1fr;*/
    gap: 20px;
}
.card_buttons{
    display: flex;
    gap: 30px;
    align-items: center;
    margin: 30px 0;
}
.card_short_desc p.short-descr{
    margin-bottom:0;
}
.card_disclaimer p {
    font-size: 13px;
    color: #848484;
}
.card_disclaimer a {
    font-size: 13px;
    color: #156BAB;
    text-decoration: underline;
}
.card_logo img{
    max-width: 140px;
    width: 100%;
}
.card_body_text ul{
    padding-left: 15px;
    list-style-position: inside;
}
.card_body_text .open_modal_btn{
    display: flex;
    align-items: center;
    color: #156BAB;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background: transparent;
    text-transform: uppercase;
    padding: 0;
}
.btn-close {
    filter: invert(29%) sepia(100%) saturate(911%) hue-rotate(178deg) brightness(93%) contrast(90%);
    opacity: 1;
}
.modal {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.modal-dialog {
    max-width: 580px;
    margin: 1.75rem auto;
    overflow-y: initial !important;
}
.modal-body {
   height: 52vh;
}
.modal-dialog .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}
.modal_title{
    display: flex;
    align-items: center;
    gap: 10px;
}
.modal_title p{
    margin: 0;
    font-family: 'Roboto Slab';
    font-weight: 700;
}
.modal-header{
    border-bottom: 1px dashed #DEDEDE;
    padding: 19px 30px;
}
.modal_logo{
    margin-top: 30px;
    margin-bottom: 30px;
}
.validation-message{
    text-align: center;
    margin-top: 10px;
    min-height: 40px;
    position: relative;
    z-index: 10;
}
.validation-message .firm_name{
    font-weight: 700;
}
/* modificare Karacter 29.04.2025 */
.floating-selections > svg{
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
}
.floating-selections{
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    display: flex;
    /* grid-template-columns: 50px calc(100% - 50px - 200px) 200px; */
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    max-width: 80%;
    padding: 15px 20px;
    border-radius: 40px;
    background-color: #156BAB;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: none;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.floating-selections .floating-items{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    
}
.floating-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background-color: #3E90CE;
    color: white;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    gap: 10px;
    min-width: 170px;
    padding-right: 30px;
    animation: float-in 0.3s ease;
}
.floating-item  .floating-item-name{
    display: flex;
    flex-direction: column;
    line-height: 16px;
}
.floating-item  .remove-option{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    background: #C4E5FF;
    border: none;
    border-radius: 100%;
}
.floating-item  .floating-item-name .category-badge{
    font-weight: 500;
}
.floating-item  .floating-item-name .option-name{
    font-size: 13px;
}
.floating-selections .go_to_form .open_form{
    background: white;
    color: #156BAB;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    padding: 10px 0;
    border-radius: 50px;
    font-size: 16px;
    gap: 5px;
    border: none;
}
/* Animation for floating items */
@keyframes float-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.modal-dialog-scrollable .modal-content{
    border-radius: 25px;
}
/* modificare Karacter 29.04.2025 */
#mainForm .modal-dialog{
    min-width: 820px;
}
#mainForm .modal-body{
    padding: 20px 30px;
    height: auto;
}
#mainForm .first_view{
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    column-gap: 40px;
    row-gap: 10px;
}
#mainForm .footer_send{
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: center;

}
#mainForm .footer_send .form-check{
    text-align: left;
}
#mainForm .company_data{
    display: flex;
    gap: 30px;
    
}
#mainForm .company_data .company_data_item h4{
    font-size: 14px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 5px;
}
#mainForm .company_data .company_data_item p{
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}
#mainForm .sumar .stitle-popup{
    font-size: 15px;
    margin-top: 30px;
    font-weight: 700;
}
#mainForm  .selected_list_item_modal{
    display: flex;
    gap: 10px;
}
#mainForm  .selected_list_item_modal .item_name .category{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}
.contact_form .form-label{
    font-size: 14px;
    color: #848484;
    padding-left: 20px;
}
.contact_form .form-control{
    border-color: #C8C8C8;
    border-radius: 30px;
    font-size: 16px;
    padding: 8px 30px 8px 20px;
}
.contact-form {
    margin-top: 9px;
}
.footer_send .send_form{
    background: #156BAB;
    color: white;
    border: none;
    padding: 10px 50px;
    border-radius: 30px;
}
.form-check-input:checked{
    background-color: #156BAB;
    border-color: #156BAB;
}
.footer_send a{
    text-decoration: none;
    color: #156BAB;
}
#mainForm .succes_view,
#mainForm .error_view{
    text-align: center;
}
#mainForm .succes_view .email,
#mainForm .error_view .errmsg{
    font-weight: 700;
}
#mainForm .succes_view  .succes_items_list{
    margin-top: 50px;
}
#mainForm .succes_view  .selected_list_item_modal{
    text-align: left;
    justify-content: space-between;
    margin-bottom: 25px;
}
#mainForm .succes_view .item-link-btn{
    font-size: 16px;
    text-decoration: none;
    color: white;
    background: #156BAB;
    padding: 12px 30px;
    border-radius: 31px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: fit-content;
}
#mainForm .succes_view  .succes_items_list,
#mainForm .succes_view > p {
    padding:0 85px;
}
#mainForm .succes_view .selected_list_item_modal_name{
    display: grid;
    gap: 10px;
    grid-template-columns: 20px 1fr;
}
#footer{
    background: url('/img/Footer-BG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    margin-top: 120px;
    padding-top: 55px;
}
#footer .footer-copyright {
    text-align:center;
    font: normal normal normal 13px/14px Ubuntu;
    letter-spacing: 0px;
    color: #848484;
    opacity: 1;
}
#footer a {
    font-size: 15px;
    color: #156BAB;
    opacity: 1;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .footer-menu {
    text-align: center;
}

#footer .footer-menu a:not(:first-child) {
    padding-left:15px;
}

.grecaptcha-badge { 
    z-index: 11;
}

@media (max-width: 1399.98px) { 
    .floating-selections{
        max-width: 95%;
    }
    .serach-section > svg{
        top: -25%;
    }
}
@media (max-width: 1199.98px) { 
    .hero_content{
        min-height: 630px;
    }
    .floating-selections .floating-items{
        flex-wrap: wrap;
    }
    .site_header{
        background-position: top center;
    }
    .banner_claim1 span,
    .banner_claim1 .text {
        font-size: 26px;
    }
    .serach-section > svg{
        top: -20%;
    }
    #mainForm .succes_view .item-link-btn{
        min-width: 180px;
        align-items: center;
        justify-content: center;
    }
 }
@media (max-width: 991.98px) {
    .banner_claim1 span,
    .banner_claim1 .text {
        font-size: 23px;
    }
    .hero_content {
        min-height: 600px;
    }
    .options-section {
        margin-top: 20px;
    }
    #mainForm .modal-dialog{
        min-width: 620px;
    }
    #mainForm .modal-dialog{
        min-width: 620px;
    }
    .serach-section > svg{
        top: -15%;
    }
    #mainForm .succes_view .succes_items_list, #mainForm .succes_view > p{
        padding: 0 50px;
    }
  }
@media (max-width: 767.98px) { 
    .serach-section > svg{
        top: -35%;
    }
    .floating-selections{
        grid-template-areas:
        "a a"
        "b c";
        grid-template-columns: auto;
    }
    .floating-selections .floating-items{
        grid-area : a;
    }
    .floating-selections > svg{
        grid-area : b;
    }
    .floating-selections  .go_to_form{
        grid-area : c;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .floating-selections .floating-items{
        justify-content: flex-start;
    }
    .card_option_body{
        grid-template-columns: 1fr
    }
    #mainForm .modal-dialog,
    .modal-dialog{
        width: 95%;
        margin: 0 auto;
        min-width:auto;
    }
    #mainForm .first_view {
        grid-template-columns: 1fr !important;
    }
    #mainForm .footer_send {
        grid-column-start: 1;
        grid-column-end: 1;
    }
    .first_view .selected_list{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .plus_sign{
        display: none;
    }
    .banner_claim1 {
        background: none;
        flex-direction: column;
        padding: 0;
    }
    .banner_claim1 .text{
        background-color: rgba(102, 0, 255, 0.9);
        padding: 5px 15px;
        border-radius: 20px;
        height: 60px;
        justify-content: space-between;
    }
    .banner_claim1 .text .perioada{
        font-size: 17px;
    }
    .banner_claim2{
        margin-bottom: 60px;
    }
    .serach-section > svg {
        top: -11%;
    }
    .step_text_1{
        margin-top: -10px;
        padding: 0 10px;
    }
    #footer{
        padding-top: 35px;
    }
}
@media (max-width: 575.98px) {  
    .floating-item .floating-item-name .category-badge{
        display: none;
    }
    .floating-item{
        min-width: auto;
    }
    .first_view .selected_list {
        grid-template-columns: 1fr;
    }
    #mainForm .company_data{
        flex-direction: column;
    }
    #mainForm .company_data{
        gap: 0px;
    }
    #mainForm .succes_view .succes_items_list {
        padding: 0;
        margin-top: 20px;
    }
    #mainForm .modal-body {
        padding: 20px 15px;
    }
    #mainForm .succes_view .selected_list_item_modal {
        flex-direction: column;
        align-items: center;
    }
    #mainForm .succes_view .selected_list_item_modal_name{
        grid-template-columns: 1fr;
        align-items: center;
        text-align: center;
        gap: 0px;
    }
    #mainForm .succes_view .selected_list_item_modal_name svg{
        margin: 0 auto;
    }
    #mainForm .succes_view .succes_items_list,
    #mainForm .succes_view > p {
        padding:0;
    }
    #mainForm .succes_view .item-link-btn{
        font-size: 14px;
        padding: 12px 22px;
        gap: 5px;
    }
    .banner_claim2 h4{
        font-size: 16px;
    }
    .banner_claim2 {
        margin-bottom: 35px;
    }
    .search-button{
        right: 8px;
        font-size: 14px;
        font-weight: 500;
        padding: 12px 0;
        border-radius: 24px;
        width: 110px;
        text-transform: uppercase;
    }
    .serach-section > svg {
        top: -10%;
    }
    .validation-message{
        padding: 0 10px;
    }

    #footer .footer-menu a {
        padding-left:0;
        display:block;
    }
    .card_buttons{
        align-items: self-start;
        flex-direction: column;
    }
    .step_text_1 {
        margin-top: 5px;
    }
    #footer{
        padding-top: 20px;
    }
}