/* Base Styles */

@font-face {
    font-family: 'UniversLTStd';
    src: url(./fonts/UniversLTStd.woff2) format('woff2');
    font-weight: normal;
}
 
@font-face {
    font-family: 'UniversLTStd';
    src: url(./fonts/UniversLTCYR-65Bold.woff2) format('woff2');
    font-weight: bold;
}
body {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    background: #fff;
    color: #FFFFFF;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.products {
    background: #183148;
}

.products .custom_bacakground {
    padding: 50px;
}

.products .custom_bacakground h3 {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: bold;
}

img {
    max-width: 100%;
}

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

.product_info {
    padding-left: 20px;
    max-width: 450px;
}

.product_info p {
    font-size: 16px;
    margin: 0;
}

.product_info h5 {
    color: #ffdd00;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (min-width:992px) {
    .products .container {
        padding: 0;
    }
    .hidden-md {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .product_item {
        /* flex-direction: column; */
        margin-bottom: 30px;
    }
    .products .custom_bacakground {
        padding: 20px 20px 30px;
    }
    .hidden-xs {
        display: none;
    }
    .column_image_section_top {
        padding: 0;
        width: 100%;
    }
    .column_image_section_top img {
        width: 100%;
    }
}

/* Header Styles */

header {
    position: relative;
}

header nav a {
    color: #060606;
    text-decoration: none;
}

header nav {
    text-transform: uppercase;
    text-decoration: none;
}

/* Top Section */

.section_top {
    background-color: #fff;
    background: url(./images_promotie/image_5.png) no-repeat center top;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left !important;
}

.section_top h1 {
    font-size: 64px;
    font-weight: bold;
}

.section_top p {
    font-size: 27px;
    max-width: 800px;
    margin: 40px 0 !important;
    display: table;
}

.column-left-in-container {
    padding: 0 15px;
}

/* About Section */

#despre {
    margin-top: 0;
    background: #fff;
    padding-bottom: 250px !important;
    padding-top: 50px !important;
    color: #000;
}

#despre h2 {
    font-size: 56px;
    font-weight: bold;
    color: #003a65;
}

#despre h5 {
    text-align: center;
    color: #336d97;
    font-size: 32px;
    margin: 30px 0;
    font-weight: bold;
}

#despre p.mb-5 {
    font-size: 20px;
    max-width: 930px;
    margin: 0 auto;
    display: table;
    color: #000;
}

#despre div.text-center p {
    margin: 0;
    color: #060606;
}

#despre div.text-center.mb-5 {
    margin: 0 auto;
    max-width: 1193px;
    font-size: 20px;
}

#despre .row {
    position: relative;
}

#despre .row p {
    font-size: 16px;
    color: #060606;
}

/* Form Section */

.section_form_wrapper .container {
    background: #0d263a;
    padding: 50px;
    margin-top: -250px;
}

.last_section,
.section_form_wrapper {
    background: #183148;
}

#contact {
    padding-bottom: 100px;
}

#contact h3 {
    font-size: 32px;
    font-weight: bold;
    padding: 0 0 30px;
    margin: 0;
}

.form-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.type_person_section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.type_person_section.hidden {
    display: none;
}

.form-section::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.9;
}

.form-group {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
}

input,
select {
    padding: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: white;
}

input[type="file"] {
    padding: 5px;
}

.checkboxes {
    margin: 40px 0;
}
.checkboxes label a{
    text-decoration: none;
}
.checkboxes label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
}

.checkboxes input {
    margin-right: 10px;
}

.submit-btn {
    background-color: #ffdd00;
    color: #183148;
    border: none;
    padding: 10px 20px 10px 30px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background-color: #e6c800;
}

/* FAQ Section */

.last_section .column_faq {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.last_section .column_image img {
    width: 100%;
    height: auto;
}

.column_faq h4 {
    font-size: 32px;
    margin: 0 0 30px !important;
    display: block;
}

.bottom_text {
    margin: 40px auto;
    display: table;
    max-width: 800px;
    text-align: center;
    font-size: 26px;
}

/* Accordion Styles */

#faqAccordion {
    border: 0;
    width: 100%;
}

#faqAccordion * {
    background: transparent;
    border: 0;
    color: #fff;
}

#faqAccordion button.accordion-button:focus,
#faqAccordion button.accordion-button:active {
    box-shadow: none;
    outline: none;
}

.accordion-button {
    position: relative;
}

.accordion-button::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}

.accordion-button[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
}

#faqAccordion button.accordion-button {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #295b7f;
    font-weight: bold;
    padding: 15px 0;
    font-size: 20px;
    width: 100%;
}

#faqAccordion button.accordion-button[aria-expanded="true"] {
    color: #ffdd00;
}

#faqAccordion .accordion-body {
    padding: 10px 0;
}

/* Custom Classes */

.text-yellow {
    color: #e6c800;
}

.text-round {
    color: #e6c800;
    border: 2px solid #e6c800;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    border-radius: 100%;
    font-size: 125px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 30px;
}

.custom_bacakground {
    background: #152e44;
    background: linear-gradient( 180deg, rgba(21, 46, 68, 1) 0%, rgba(10, 35, 54, 1) 100%);
}

.hidden {
    display: none;
}

/* Person Type Selector */

.form-section select {
    color: #aaa;
}

.tip_persoana input {
    display: none;
}

.tip_persoana label {
    background: #183148;
    color: fff;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: normal;
}

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

.tip_persoana div {
    margin-right: 30px;
}

.tip_persoana input:checked+label {
    background: #fff;
    font-weight: normal;
    color: #183148;
    border-radius: 5px;
    cursor: pointer;
}

.tip_persoana {
    margin: 20px 0 40px;
}

/* CTA Button */

.cta_top a {
    background: #183148;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
}

.cta_top {
    display: flex;
    margin: 20px 0;
}

/* Slider Styles */

.slider_top img {
    width: 100%;
    height: auto;
    display: block;
    padding: 30px;
}

.slider_top {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider_top_wrapper .slick-next:before,
.slider_top_wrapper .slick-prev:before {
    display: none;
}

.slick-dots li button:before {
    width: 20px;
    height: 2px;
    opacity: 1 !important;
    content: '';
    border-radius: 0 !important;
    background: #183148;
    opacity: 1;
}

.slider_top_wrapper .slick-next {
    background: url(./images/right_nav.png) center center;
    background-size: cover;
    width: 75px;
    height: 62px;
    right: -0;
    z-index: 10;
}

.slider_top_wrapper .slick-prev {
    background: url(./images/left_nav.png) center center;
    background-size: cover;
    width: 75px;
    height: 62px;
    left: -0;
    z-index: 10;
}

.slider_top .container {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    display: block;
}

/* Responsive Images */

.responsive_images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.responsive_images img {
    max-height: 200px;
    padding: 20px;
}

.images_baterii {
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Custom Line Element */

.line-container {
    position: relative;
    margin-left: 15px;
}

.line-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: calc(100% + 2px);
    background-color: #ffdd00;
}

.line-slant {
    z-index: 1;
    position: absolute;
    top: 0;
    right: -21px;
    width: 5px;
    height: calc(100% - 6px);
    border-left: 2px solid transparent;
    border-bottom: 2px solid #ffdd00;
    transform: skewX(45deg);
    background-color: #ffdd00;
}

.line-horizontal {
    position: absolute;
    top: 100%;
    height: 4px;
    width: 970px;
    background-color: #ffdd00;
    left: calc(100% + 57px);
}

@media screen and (max-width:1300px) {
    .line-horizontal {
        width: 24vw;
    }
}

.label_custom {
    position: relative;
    color: #ffdd00;
    font-weight: bold;
    font-size: 20px;
    padding-left: 0;
    margin-top: 5px;
    display: inline-block;
    line-height: 25px;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
}

.label_custom::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    color: #fcd116;
    position: absolute;
    left: 1200px;
    top: 20%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}

.label_custom.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.mt-6 {
    margin-top: 60px;
}

.slick-slide img {
    max-height: 177px;
    text-align: center;
    margin: 0 auto;
}

.small_text_footer {
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.small_text_footer a {
    color: #ffdd00;
    text-decoration: underline;
}
.custom_bacakground.column_image{
    padding: 0;
}
/* Responsive Styles */

@media screen and (min-width: 992px) {
    .column-left-in-container {
        padding-left: calc(50vw - 650px);
    }
    .responsive_images div:nth-child(2) img {
        max-height: 260px;
    }
    section.last_section .column_faq{
        padding-left: 50px;
    }
}

@media screen and (max-width: 991px) {
    #contact h3 {
        font-size: 24px;
    }
    .slider_top_wrapper {
        background: #f4f4f4;
        padding: 30px 0;
        margin-top: -5px;
        margin-block: -5px;
    }
    .tip_persoana label {
        font-size: 16px;
        padding: 10px;
    }
    .bottom_text {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .small_text_footer {
        margin-top: 15px;
    }
    .last_section {
        padding-top: 0 !important
    }
    .products .custom_bacakground h3 {
        font-size: 24px;
    }
    #produse .container,
    #produse {
        padding: 0;
    }
    .form-group {
        flex: 1 1 100%;
    }
    .checkboxes label {
        font-size: 16px;
    }
    .section_top h1 {
        font-size: 24px;
    }
    .section_top {
        background: url(./images/mobile_hero.png) center center no-repeat;
        background-size: cover;
    }
    .section_top p {
        font-size: 14px;
    }
    .section_top {
        flex-direction: column;
        min-height: 600px;
        background-position: center bottom;
        background-size: cover;
        background-color: #fff;
    }
    #despre h2 {
        font-size: 24px;
        text-align: left !important;
    }
    #despre {
        background: #f4f4f4;
        padding-bottom: 0 !important;
    }
    #despre div.text-center p br {
        display: none;
    }
    #despre div.text-center p {
        font-size: 16px;
        text-align: left;
    }
    .images_baterii img {
        max-width: 100%;
        margin: 0 0 40px;
    }
    .d-xs-none {
        display: none;
    }
    .navigation {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 100%;
        padding: 10px;
    }
    #menu-toggle {
        background: #ffdd00;
        color: #0a2336;
        border: 0;
    }
    .navigation.show {
        display: inline-block;
        z-index: 11;
        flex-direction: column;
        background: #fff;
        height: auto;
    }
    .navigation a {
        width: 100%;
        display: inline-block;
    }
    .images_baterii {
        flex-direction: column;
    }
    .column_image {
        padding: 0;
    }
    .products {
        margin-bottom: -5px;
    }
    #contact {
        padding-top: 40px;
        display: block;
        margin-bottom: -5px;
        padding-bottom: 30px;
    }
    #despre .row .col-md-4 img {
        max-height: 60px;
        float: left;
    }
    #despre h5 {
        float: left;
        margin: 15px;
        font-size: 24px;
    }
    #despre .row .col-md-4 p {
        width: 100%;
        display: inline-block;
        margin-top: 10px;
    }
    #despre .row .col-md-4 {
        margin-bottom: 50px;
        background: #fff;
        max-width: calc(100% - 30px);
        margin: 0 auto 30px;
        padding: 30px;
    }
    #despre .row::before {
        width: 1px;
        height: 70%;
    }
    .section_form_wrapper .container {
        padding: 40px 20px;
        margin: 0;
        background: linear-gradient(180deg, rgba(21, 46, 68, 1) 0%, rgba(10, 35, 54, 1) 100%);
        overflow: hidden;
    }
    .label_custom {
        max-width: 100vw;
        display: inline-block;
    }
    .label_custom::after {
        left: 85vw;
    }
}

@media screen and (max-width: 767px) {
    .responsive_images {
        flex-direction: column;
    }
}

@media screen and (max-width: 390px) {
    .tip_persoana label {
        padding: 5px;
    }
}
.text-desktop-white {
    color: white;
}

@media (max-width: 768px) {
    .text-mobile-black {
        color: black !important;
    }
}

input[type="date"] {
    width: 100%;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
}

#fake_date::placeholder {
    color: white !important;
    opacity: 1; /* full visibility on all browsers */
}