﻿.bodyKrm * {
    --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - var(--min-width) * 1px) / (var(--max-width) - var(--min-width)))); /* Ranges from var(--min-width) to var(--max-width)px */
}
.navbar {
    background-color: #ff8000 !important;
    height: 100px;
    width: 100%;
    padding: 0;
}
.navbar-toggler-icon {
    background-image: url("/images/linii_header.png");
}
.container{height:100px}
.produse {
    color: #263377!important
}
label img {
    height: auto;
    max-height: 100px;
}
/*.bodyKrm{max-width:1400px;margin: 0 auto}
*/
footer{max-width:1920px}
.termeniSection {
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
    min-width: 320px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    height: auto;
}
.despre_noi {
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
    min-width: 320px;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    height: auto;
    text-align: justify !important;
}
.titlePage {
    margin-bottom: 25px;
    --max-width: 768;
    --max-font: 34;
    --min-font: 30;
    font-size: clamp(30px,var(--responsive),34px);
    font-weight: 400;
    text-align: center;
    color: #263377;
    padding: 20px 10px 0px 10px;
    font-weight: bold;
}
.subTitlePage {
    margin-bottom: 25px;
    --max-width: 768;
    --max-font: 34;
    --min-font: 30;
    font-size: clamp(30px,var(--responsive),34px);
    font-weight: 400;
    text-align: center;
    color: #263377;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
}
.titleMisiune {
    margin-bottom: 10px;
    --max-width: 768;
    --max-font: 34;
    --min-font: 30;
    font-size: clamp(30px,var(--responsive),34px);
    font-weight: 400;
    text-align: center;
    color: #263377;
    padding: 0px 10px 0px 30px;
    font-weight: bold;text-align:left
}
.divAdress, .contact {
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

/*.li_produse:hover {
    background-color: white !important
}*/

.gama__produse {
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
    min-width: 320px;
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    height: auto;
}

    .gama__produse h2{
        margin-bottom: 25px;
        --max-width: 768;
        --max-font: 34;
        --min-font: 30;
        font-size: clamp(30px,var(--responsive),34px);
        font-weight: 400;
        text-align: center;
        color: #263377;
        padding: 15px;
        font-weight: bold;
    }

    .gama__produse ul {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 24px;
        list-style: none;
        opacity: 1;
        transition: opacity 1000ms;
    }

        .gama__produse ul li {
            width: calc((100% - 24px)/1);
            border-radius: 10px 10px 0 0;
            overflow: hidden;
            margin: 0 auto;
        }

.suggested__image {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    overflow: hidden;
}

    .suggested__image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        overflow: hidden;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition-duration: 1500ms;
    }

        .suggested__image img:hover {
            transform: scale(1.3);
        }
/*FAQ*/
.faq {
    padding: 34px 22px;
    background-color: #F5F5F5;
    min-width: 320px;
    max-width: 1600px;
    margin: 0 auto;
}

.faq__wrapper {
    min-width: 276px;
    padding: 23px 7px;
    background-color: #fff;
    border-radius: 26px;
}

.faq__title {
    margin-bottom: 30px;
    --max-font: 26;
    --min-font: 22;
    font-size: var(--responsive);
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    color: #333333;
}

.faq__list {
    list-style: none;
}

.faq__item {
    border-bottom: 1px solid #e2e8f0;
}

    .faq__item:first-child {
        border-top: 1px solid #e2e8f0;
    }

.faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    --max-font: 16;
    --min-font: 14;
    font-size: var(--responsive);
    color: #333;
    font-weight: 500;
    padding: 15px 10px;
    margin: 0;
    cursor: pointer;
    position: relative;
    list-style: none;
    line-height: 1.4;
    transition: color 0.2s ease;
}

    .faq__question::-webkit-details-marker {
        display: none;
    }

.faq__arrow {
    flex-shrink: 0;
    position: relative;
    width: 16px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .faq__arrow span {
        position: absolute;
        width: 8px;
        height: 3px;
        background: #333;
        transition: transform 0.3s ease;
    }

        .faq__arrow span:nth-child(1) {
            transform: rotate(-30deg);
            transform-origin: bottom right;
        }

        .faq__arrow span:nth-child(2) {
            transform: rotate(30deg);
            transform-origin: bottom left;
            left: -2px;
        }

.faq__item[open] .faq__arrow span:nth-child(1) {
    transform: rotate(30deg);
}

.faq__item[open] .faq__arrow span:nth-child(2) {
    transform: rotate(-30deg);
    left: 0;
}

.faq__answer {
    padding: 0 0 15px 0;
    animation: faq-fade-in 0.4s ease-out;
    text-align: left;
    padding-left: 10px;
}

.faq__text {
   /* padding: 0 10px;*/
    margin: 0 0 15px 0;
    --max-font: 16;
    --min-font: 15;
    font-size: var(--responsive);
    color: #333;
    line-height: 1.7;
}

@keyframes faq-fade-in {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (min-width: 769px) {

    .gama__produse h2 {
        margin-bottom: 33px;
        --min-width: 768;
        --max-width: 1110;
        --max-font: 38;
        --min-font: 36;
        font-size: clamp(36px,var(--responsive),38px);
    }

    .gama__produse ul li {
        width: calc((100% - 105px)/3);
    }
    .suggested__image img:hover {
        transform: scale(1.3);
    }
}

        nav ul li a {
            color: white !important;
            font-size: 17px;
            text-transform: uppercase;
            text-decoration: none;
/*            padding: 39px 19px;*/
        }

    a.active {
        background: gray;
        transition: .5s
    }

.nav-link:hover {
    color: rgb(255, 128, 0);
}

    .checkbtn {
        font-size: 30px;
        color: white;
        float: right;
        line-height: 80px;
        margin-right: 40px;
        cursor: pointer;
        display: none
    }

    #check {
        display: none;
    }

    .sectionFooter {
        background-color: black;
        width: 100%;
        color: white;
        text-decoration: none
    }

.copyright {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: #ff8000;
    color: black;
    padding-top: 10px;
}

    .titleFooter {
        text-shadow: 4px 4px 1px rgb(0 0 0 / 10%);padding:0px
    }

    li {
        list-style: none !important
    }

    .aProduse {
        color: white !important;
        font-size: 15px;
        text-decoration: none
    }

        .aProduse:hover {
            color: white !important;
            text-decoration: none !important
        }

    .divImages {
        background-color: #F7F4F1
    }

    .imgContact {
        width: 100%;
        padding: 20px 0;
    }

    .imgLocation {
        width: 100%;
        padding: 20px 0;
    }

    .divAdress {
        padding-left: 70px !important
    }

    .titleH2Contact {
        color: #263377;
        font-weight: 700;
        text-shadow: 4px 4px 1px rgb(0 0 0 / 10%);
    }

    .divAdress p {
        color: #6B5C4B;
        font-size: 20px;
        padding: 0 20px 20px 20px;
    }
/*FAQ*/
/*.faq {
    padding: 28px 0;
}
*/
.faq__wrapper {
/*    padding: 30px 64px;
*/    border-radius: 32px;
}

.faq__title {
    font-size: 26px;
}

.faq__question {
    padding: 15px 30px 15px 10px;
    --max-font: 18;
    --min-font: 16;
}
#list_tigla{background-color:white;width:250px}
@media (max-width:952px) {
    label .logo img {
            font-size: 30px;
            width: 100%;
        }

        nav ul li a {
            font-size: 16px;
        }
            .aProduse:hover {
                color: white !important;
                text-decoration: none !important
            }
    #navbarNavDropdown {
        background: white;
        color: black;
        z-index: 1;
    }
    .navbar-nav .nav-link {
        color: rgb(255, 128, 0) !important;
        text-align: center;font-weight:700;
    }
    }

    @media(min-width:953px) {
        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            max-width: 1900px;
            width: 100%;
        }
        label.logo img {
            padding-left: 50px;
        }
        .dropdown-menu {
            top: 164%;
        }
        .divnav {
            width: 80%;
            margin: 0 auto
        }

        .divInformatii_footer {
            width: 70%;
            margin: 0 auto
        }

        .containerPage {
            width: 75%
        }
        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
            display: flex;
            align-items: flex-end;
            gap: 101px;
            justify-content: center;
            max-width: 1600px;
            width: 100%;
        }
        .nav-link:hover{color:black!important}
        
    }

    @media (max-width:858px) {
        .checkbtn {
            display: block;
        }

        nav div ul {
            width: 100%;
            background: #2c3e50;
            top: 100px;
            left: -100%;
            text-align: center;
            transition: all .5s;
        }

            nav div ul li {
                display: block;
                margin: 6px 0;
              /*  line-height: 30px;*/
            }

        nav .divnav ul li a {
            font-size: 20px;
        }

        a:hover, a.active {
            background: none;
            color: #0082e6 !important;
        }

        #check:checked ~ div ul {
            left: 0;
        }

        .containerPage {
            width: 95%
        }

        .nav-link {
            color: #ff8000 !important;
            font-weight: 700
        }
           
        .navbar-collapse {
            position: relative;z-index:1
        }

        .dropdownNav {
            background-color: white !important;/*height:500px*/
        }  
    }

    @media screen and (min-width: 769px) {
        .titlePage {
            margin-bottom: 33px;
            --min-width: 768;
            --max-width: 1110;
            --max-font: 38;
            --min-font: 36;
            font-size: clamp(36px,var(--responsive),38px);
            padding: 40px 10px 0px 10px;
        }

        .subTitlePage {
            margin-bottom: 33px;
            --min-width: 768;
            --max-width: 1110;
            --max-font: 22;
            --min-font: 22;
            font-size: clamp(20px,var(--responsive),25px);
            padding: 0px 10px 0px 10px;
        }

        .titleMisiune {
            margin-bottom: 10px;
            --min-width: 768;
            --max-width: 1110;
            --max-font: 22;
            --min-font: 22;
            font-size: clamp(20px,var(--responsive),25px);
            padding: 0px 10px 0px 10px;
        }

        .li_produse {
            line-height: 50px;
            display: list-item;
            --bs-dropdown-link-active-bg: #f5f5f5 !important;
        }
        .li_produse_lista{width:100px}
/*        .nav-link:hover {
            color: white !important;
        }*/
    }


@media (max-width: 768px) {
    .navbar-toggler {
        border: 1px solid black !important;
        margin: 10px!important;
    }
    .dropdown-menu {
        top: 164%;
    }




 }