﻿body {
    font-family: 'Titillium Web', regular;
    font-size: 16px;
    line-height: 1.42857143;
    color: #748394;
    letter-spacing: 1px;
}

body, html {
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    user-select: text;
    line-height: 1.7;
    letter-spacing: 0;
}

.navbar-brand img {
    width: 180px;
    margin-right: 10px;
}

img, svg {
    max-width: 100%;
}

#nbMeniu .nav-item {
    padding-left: 5px;
}

    #nbMeniu .nav-item.active a {
        color: #22B473;
        font-weight: bold;
    }

#icnMeniuEFactura {
    display: inline-block;
    margin-right: 3px;
}

#lnkTesteazaVersiuneaGratuita {
    color: white;
    border-radius: 5px;
    padding: 15px;
    border-color: #1E40C8;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    background: linear-gradient(90deg, rgba(96, 59, 255) 25%, rgba(51,194,255,255) 90%);
    margin-left: 15px;
    cursor: pointer;
}

    #lnkTesteazaVersiuneaGratuita img {
        margin-left: 5px;
    }

.link-primary:link, link-primary:hover, .link-primary:active {
    text-decoration: none;
}

.checkbox input[type=checkbox] {
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

#mainDiv {
    margin-top: 140px;
}

#navMain {
    background: white;
}

.btn-success {
    border-radius: unset;
    background-color: #1E40C8;
    border-color: #1E40C8;
    text-transform: uppercase;
    padding: 10px 20px;
}

.btn-primary {
    border-radius: unset;
    background-color: #44D7B6;
    border-color: #44D7B6;
    padding: 10px 20px;
    min-width: 120px;
}

.btn-transparent, .btn-transparent:hover, .btn-transparent:focus-visible {
    color: white;
    border: 1px solid white;
    border-radius: unset;
    padding: 10px 20px;
    min-width: 220px;
}

    .btn-transparent img {
        display: inline-block;
        margin-left: 60px;
    }

.btn-success img {
    display: inline-block;
    margin-left: 25px;
    height: 15px;
}

.btn-success:hover, .btn-success:active {
    background-color: #1E40C8 !important;
    border-color: #1E40C8 !important;
}

.btn-success.no-bkg:link, .btn-success.no-bkg:hover, .btn-success.no-bkg:active, .btn-success.no-bkg:visited {
    color: #1E40C8;
    margin-top: 0px;
    background-color: white !important;
    text-decoration: none;
    font-size: 16px;
    display: block;
}

.btn-success.bkg-gradient {
    background: linear-gradient(90deg, rgba(96, 59, 255) 25%, rgba(51,194,255,255) 90%);
    border: unset;
}


input[type="text"], input[type=password], textarea {
    border-radius: unset !important;
    border: 1px solid #A9B7C6 !important;
    color: #1E40C8 !important;
}

select {
    border-radius: unset !important;
    border: 1px solid #A9B7C6 !important;
}

.form-control:focus {
    border-color: unset;
    box-shadow: unset;
    border: 1px solid #8592A1;
    color: #1E40C8;
}

.fa-parola {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.subtitlu {
    color: #0091FF;
}

.titlu {
    color: #1E40C8;
}

.highlight {
    color: #22B473;
    position: relative;
    display: inline-block;
}

    .highlight img {
        position: absolute;
        width: 80%;
        bottom: 1px;
        right: -10px;
    }

#divAbout {
    display: flex;
    align-items: stretch;
    margin-top: 5rem;
}

    #divAbout .item-about {
        position: relative;
        height: fit-content;
    }

        #divAbout .item-about:first-child {
            flex: 1 0 55%;
            height: calc(100% + 4rem);
            position: relative;
            width: 100%;
            display: block;
        }

        #divAbout .item-about:nth-child(2) {
            flex: 1 0 45%;
        }

#about-bkg {
    background: linear-gradient(90deg, rgba(1,169,164,255) 25%, rgba(78,74,219,2555) 90%);
    color: white;
    padding: 5rem;
    padding-bottom: 9rem;
}

    #about-bkg h1 {
        margin-bottom: 4rem;
    }

#imgAbout {
    background: linear-gradient(90deg, rgba(1,169,164,255) 25%, rgba(78,74,219,2555) 90%);
    margin-top: -4rem;
    bottom: 0px;
    display: block;
    width: 100%;
    height: unset;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.item-about-asset-1 {
    /* position: absolute;
    top: 0px;*/
}

    .item-about-asset-1 img:first-child {
        position: absolute;
        top: -138px;
        right: 0px;
        opacity: 0.7;
    }

    .item-about-asset-1 img:nth-child(2) {
        position: absolute;
        top: 0px;
        right: 0px;
        opacity: 0.7;
    }

.item-about-asset-2 {
}

    .item-about-asset-1 img, .item-about-asset-2 img {
        width: 50%;
    }

        .item-about-asset-2 img:first-child {
            position: absolute;
            left: 0px;
            bottom: 0px;
            opacity: 0.7;
        }

        .item-about-asset-2 img:nth-child(2) {
            position: absolute;
            bottom: -135px;
            left: 0px;
            opacity: 0.7;
        }

#povestea {
    display: flex;
}

    #povestea .item-1 {
        flex: 1 0 25%;
        display: flex;
        align-items: self-end;
        justify-content: end;
        flex-flow: column;
    }

    #povestea .item-2 {
        flex: 1 0 65%;
        background: white;
        margin-top: -6rem;
        z-index: 1;
        /*padding: 20px;*/
    }

    #povestea .item-3 {
        flex: 1 0 10%;
    }

.row-functionalitati {
    display: flex;
}

.functionalitate {
    border: 1px solid #E6E6E6;
    padding: 15px;
    cursor: pointer;
    flex: 1 0 33%;
    position: relative;
    padding-bottom: 35px;
    background: white;
}

    .functionalitate:hover {
        border: 1px solid #44D7B6;
    }

        .functionalitate:hover .titlu-f {
            color: #44D7B6;
        }

    .functionalitate.active {
    }

        .functionalitate.active .titlu-f {
        }

    .functionalitate .icon {
        width: 50px;
        height: 50px;
    }

    .functionalitate .icn-right {
        width: 15px;
        position: absolute;
        bottom: 15px;
        left: 15px;
    }

.subitem-titlu {
    width: 125px;
}

.subitem-p {
    width: 125px;
}

footer {
    background: #44D7B6;
    color: white;
    padding: 2rem;
}

    footer .icn {
        width: 25px;
        margin-bottom: 15px;
        display: block;
    }

    footer a:link, footer a:hover, footer a:visited {
        color: white;
        text-decoration: none;
    }

    footer .row-contact {
        max-width: 250px;
    }

    footer hr {
        border: 1px solid white;
        opacity: unset;
        margin: 2rem 0px;
    }

#imgLogoFooter {
    max-width: 250px;
}

.lnk-footer {
    display: block;
    margin-bottom: 5px;
}

    .lnk-footer img {
        width: 15px;
        height: 15px;
        object-fit: contain;
    }

.icn-sm {
    height: 15px;
    margin-left: 15px;
}

#newsletter {
    background: #6236FF;
    color: white;
    padding: 4rem;
}

    #newsletter .info {
        display: inline-block;
    }

#parteneri {
    display: flex;
    align-items: center;
    justify-content: center;
}

    #parteneri a {
        display: block;
        flex: 1;
        text-align: center;
    }

        #parteneri a img {
            max-width: 140px;
            max-height: 100px;
            object-fit: contain;
        }

.accordion-button:not(.collapsed) {
    background-color: white;
    box-shadow: unset;
    color: #1E40C8;
}

.accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.accordion-item {
    padding: 1.5rem;
}

    .accordion-item .accordion-header .accordion-button {
        font-weight: bold;
    }

.accordion-button {
    color: #1E40C8;
}

.accordion-item .accordion-body {
    padding-top: 0px;
}

.accordion-button:not(.collapsed)::after {
}

#blog .card {
}

#blog a:link, #blog a:hover, #blog a:visited {
    text-decoration: none;
}

#blog .card .img-go {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
}

#blog .card .card-title {
    height: 75px;
}

#blog .card-img-top {
    max-height: 250px;
    object-fit: cover;
}

#blog .card:hover {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border: none;
}

.img-integrare {
    max-height: 100px;
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 15px;
}

.despre-container {
    display: flex;
}

.bkg-despre {
    color: white;
    background: #1E40C8;
}

    .bkg-despre .icn {
        width: 11px;
        float: left;
        margin-top: 9px;
        margin-right: 5px;
    }

#despre .img-asset {
    width: 100%;
    object-fit: cover;
    height: 100%;
    background: linear-gradient(90deg, rgba(1,169,164,255) 25%, rgba(78,74,219,2555) 90%);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
}

#despre .btn-success {
    border-color: white;
}

.gr-1:first-child {
    flex: 1 0 75%;
    /*max-height: 700px;*/
}

.gr-1:nth-child(2) {
    flex: 1 0 25%;
}

.gr-2:first-child {
    flex: 1 0 40%;
}

.gr-2:nth-child(2) {
    flex: 1 0 60%;
}

#despre .d-flex:nth-child(2) {
    max-height: 500px;
}

#despre .d-flex:first-child .img-asset {
    max-height: 750px;
}

#contact img {
    max-height: 550px;
    margin-top: 30px;
    margin-left: 30px;
}

#preturi table td {
    padding: 15px;
    color: #748394
}

#preturi tr td:first-child {
    text-align: right;
    white-space: nowrap;
}

#preturi tr td:not(:first-child) {
    text-align: center;
}


#preturi table .bkg-tabel {
    background-color: #F8F8F8;
    vertical-align: middle;
}

#preturi table .denumire-pachet {
    color: #0091FF;
}

#preturi table .pret {
    color: #1E40C8;
    font-size: 3rem;
}

    #preturi table .pret sup {
        font-size: 14px;
        vertical-align: super;
        margin-left: 3px;
    }

#preturi table .link:link, #preturi table .link:hover, #preturi table .link:visited {
    text-decoration: underline;
    color: #1E40C8;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    padding-bottom: 1px;
}

#preturi table .e-factura td {
    color: #22B473;
    font-weight: bold;
}

#preturi table .e-factura img {
    height: 15px;
}

#preturi .btn-success {
    text-transform: none;
    max-width: 190px;
}

    #preturi .btn-success img {
    }

#misiunea {
    display: flex;
}

.bkg-misiunea {
    background: #1E40C8;
    color: white;
    padding: 4rem;
    padding-top: 8rem;
    flex: 1 0 50%;
    margin-top: -4rem;
}

    .bkg-misiunea .icon {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

#divFunctionalitati {
    z-index: 1;
    padding-left: 4rem;
}

#crsDeCeIndicators {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    position: absolute;
    bottom: -50px;
}

    #crsDeCeIndicators .carousel-indicators {
        position: relative;
        right: unset;
        bottom: unset;
        left: unset;
        z-index: unset;
        margin-right: unset;
        margin-left: unset;
        margin-bottom: unset;
        flex: 1 0 40%;
        justify-content: flex-start;
    }

        #crsDeCeIndicators .carousel-indicators [data-bs-target] {
            border-radius: 100%;
            height: 10px;
            width: 10px;
            background-color: #E6E6E6;
        }

        #crsDeCeIndicators .carousel-indicators .active {
            background-color: #1E40C8;
        }

#divInfoPovestea {
    padding-left: 3rem;
}

#misiunea .item {
    /*flex: 1;*/
}

    #misiunea .item:first-child {
        /*z-index: 1;*/
        flex: 1 0 50%;
    }

        #misiunea .item:first-child img {
            object-fit: cover;
            width: 100%;
            /*height: calc(100% - 4rem);*/
            bottom: 0px;
            top: 0px;
            height: unset;
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
        }

#misiunea .btn-success, #misiunea .btn-success:hover, #misiunea .btn-success:active {
    border-color: white !important;
}

#ceSpunClientii .nav-link {
    color: #748394;
    background-color: unset;
    border: unset;
}

#ceSpunClientii .nav-tabs {
    border-bottom: unset;
}

#ceSpunClientii .nav-link.active {
    color: #22B473;
}

.continut-recenzie {
}

    .continut-recenzie img {
    }

#divRecenzie {
    min-height: calc(100% - 80px);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: -130px;
}

    #divRecenzie .stars {
        height: 13px;
        margin-top: 5px;
        width: fit-content;
        margin-bottom: 10px;
    }

#divControaleCaruselRecenzii .carousel-control-prev, #divControaleCaruselRecenzii .carousel-control-next {
    position: relative;
    display: inline-block;
    opacity: unset;
    top: unset;
    bottom: unset;
}

    #divControaleCaruselRecenzii .carousel-control-prev img {
        height: 55px;
        width: 55px;
    }

    #divControaleCaruselRecenzii .carousel-control-next img {
        height: 65px;
        width: 65px;
    }

#divControaleCaruselRecenzii {
    margin-left: -130px;
}

#recipeCarousel .carousel-inner {
    margin-left: -150px;
}

#recipeCarousel .card-img-overlay {
    bottom: 0px;
    top: unset;
    padding: 2rem;
    color: white;
    background: linear-gradient(to top, rgba(78,74,219,2555) 0%,rgba(255,255,255,0) 100%);
    padding-top: 6rem;
}

    #recipeCarousel .card-img-overlay .identitate {
        font-size: 18px;
        font-weight: bold;
        display: block;
    }

    #recipeCarousel .card-img-overlay .profesia {
        display: block;
    }

#divContainerContact {
    padding: 5rem;
}

#divContainerPreturi {
    padding: 5rem;
}

@media (max-width: 767px) {
    #recipeCarousel .carousel-inner .carousel-item > div {
        display: none;
    }

        #recipeCarousel .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

#recipeCarousel .carousel-inner .carousel-item.active,
#recipeCarousel .carousel-inner .carousel-item-next,
#recipeCarousel .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    #recipeCarousel.carousel-inner .carousel-item-end.active,
    #recipeCarousel .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    #recipeCarousel .carousel-inner .carousel-item-start.active,
    #recipeCarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

#recipeCarousel .carousel-inner .carousel-item-end,
#recipeCarousel .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.btn-hide {
    display: none;
    position: absolute;
    left: -99999px;
    top: -99999px;
    visibility: hidden;
}

#divContactExtra {
    padding: 5rem;
    padding-top: 0px;
    max-width: 700px;
    margin: 0px auto;
}

    #divContactExtra .titlu {
        text-align: center;
    }


@media all and (max-width:767px) {
    #navMain .navbar-nav {
        align-items: flex-end !important;
        padding-right: 15px;
    }

    #nbMeniu .nav-item {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #parteneri {
        flex-wrap: wrap;
    }

        #parteneri a {
            flex: 1 0 50%;
        }

            #parteneri a img {
                width: 180px;
                max-height: 150px;
                margin-bottom: 30px;
                object-fit: contain;
            }

    #divAbout {
        display: block;
    }

    #imgAbout {
        position: relative;
    }

    #about-bkg {
        padding: 3rem;
        width: 90%;
        float: right;
    }

    #povestea {
        display: block;
        clear: both;
    }

    #misiunea {
        display: block;
    }

    #navMain .navbar-toggler {
        border: unset;
    }

    #povestea .item-1 {
        display: none;
    }

    #divInfoPovestea {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    #about-bkg h1 {
        margin-bottom: 3rem;
    }

    #divFunctionalitati {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    #misiunea .item:first-child img {
        position: relative;
    }

    .bkg-misiunea {
        margin-top: unset;
        padding: 3rem;
        width: 90%;
        float: right;
    }

    #crsDeCeIndicators {
        display: block;
    }

        #crsDeCeIndicators .carousel-indicators {
            justify-content: center;
        }

    #newsletter {
        padding: 3rem;
    }

        #newsletter .input-group {
            margin-top: 30px;
        }

    #accordionIntrebari {
        margin-bottom: 3rem;
    }

    #preturi {
        clear: both;
    }

    #ceSpunClientii .nav-tabs {
        display: none;
    }


    #divMainCeSpunClientii {
        padding-right: 0px !important;
    }

    #recipeCarousel .carousel-inner {
        margin-left: unset;
    }

    #divRecenzie {
        margin-left: unset;
        padding: 1rem;
        min-height: unset;
    }

    #divControaleCaruselRecenzii {
        margin-left: unset;
        text-align: center;
        margin-top: 20px;
    }

    .despre-container:first-child {
        flex-direction: column-reverse;
    }

    .despre-container:nth-child(2) {
        flex-direction: column;
    }

    #despre .img-asset {
        position: relative;
    }

    .input-group {
        flex-direction: column;
    }

        .input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
            display: block;
            width: 100%;
        }

        .input-group .btn {
            margin-top: 15px;
        }

    .row-recenzii {
        margin: 0px;
    }

        .row-recenzii .card-img, .row-recenzii .card-img-top {
            border-radius: unset;
        }

    .col-controale-recenzii {
        display: flex;
        flex-direction: column-reverse;
    }

    #divContainerContact {
        padding: 2rem;
    }

    .tblPreturiXS {
        display: flex;
    }

        .tblPreturiXS .card {
            border-radius: unset;
            border-color: #1E40C8;
            padding: 1.5rem;
            color: #1E40C8;
            display: inline-block;
            text-align: center;
            flex: 1 0 90%;
            margin-right: 15px;
        }

            .tblPreturiXS .card.bkg-tabel {
                background: #1E40C8;
                color: white;
            }

        .tblPreturiXS .denumire-pachet {
            color: #0091FF;
            font-weight: bold;
            font-size: 20px;
        }

        .tblPreturiXS .card.bkg-tabel .denumire-pachet {
            color: white;
        }

        .tblPreturiXS .pret {
            font-size: 4rem;
            font-weight: bold;
        }

        .tblPreturiXS sup {
            font-weight: normal;
            font-size: 1rem;
            margin-left: 3px;
            vertical-align: super;
        }

        .tblPreturiXS .element div {
            border-top: 1px solid;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .tblPreturiXS .element img {
            width: 15px;
        }

    #divContainerPreturi {
        padding: 2rem;
        padding-right: 0px;
    }

    #divContactExtra {
        padding: 1rem;
        padding-top: 0px;
    }

    #imgLogoFooter {
        margin-bottom: 3rem;
    }
}

/* =================================================================
   CSS ADDITIONS pentru noile secțiuni #solicitaOferta și #fonduriEuropene
   Adaugă la finalul fișierului css/style.css
   ================================================================= */

/* Card formular ofertă (folosit și de SolicitaOferta și de FonduriEuropene) */
.card-oferta {
    background: white;
    padding: 2.5rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
    border: 1px solid #E6E6E6;
}

    .card-oferta .form-label {
        margin-bottom: 0.5rem;
        font-weight: bold;
    }

/* Lista checkboxuri module — afișare 2 coloane pe desktop */
.lista-module {
    width: 100%;
}

    .lista-module td {
        padding: 4px 10px 4px 0px;
        vertical-align: top;
    }

    .lista-module input[type=checkbox] {
        margin-right: 8px;
        accent-color: #1E40C8;
    }

    .lista-module label {
        color: #1E40C8;
        cursor: pointer;
        font-size: 14px;
    }

/* Panel succes după trimitere */
.card-oferta.card-success {
    border: 2px solid #22B473;
    background: #F8FFFB;
}

.card-oferta .success-icon {
    font-size: 4rem;
    color: #22B473;
    margin-bottom: 1rem;
}

/* === #solicitaOferta === */
#solicitaOferta {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#divContainerSolicitaOferta {
    padding: 3rem;
}

    #divContainerSolicitaOferta h2 {
        line-height: 1.2;
    }

/* === #fonduriEuropene === */
#fonduriEuropene {
    background: linear-gradient(90deg, rgba(1,169,164,0.06) 25%, rgba(78,74,219,0.06) 90%);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#divContainerFonduri {
    padding: 3rem;
}

    #divContainerFonduri h2 {
        line-height: 1.2;
    }

    #divContainerFonduri .icn-bullet {
        width: 15px;
        margin-right: 10px;
        vertical-align: middle;
    }

    #divContainerFonduri > .container > .row > .col-md-6:first-child div:not(.subtitlu) {
        margin-bottom: 6px;
    }

/* Responsive */
@media (max-width: 767px) {
    #divContainerSolicitaOferta {
        padding: 1.5rem;
    }

    #divContainerFonduri {
        padding: 1.5rem;
    }

    .card-oferta {
        padding: 1.5rem;
    }

    .lista-module td {
        display: block;
        width: 100%;
    }

    #solicitaOferta {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #fonduriEuropene {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

/* =================================================================
   CSS ADDITIONS pentru noile secțiuni
   Adaugă la finalul fișierului css/style.css existent
   ================================================================= */

/* =============================================================
   HERO PRINCIPAL — secțiune nouă deasupra #eFactura
   ============================================================= */
#heroPrincipal {
    padding: 6rem 0 4rem 0;
    background: linear-gradient(135deg, rgba(96, 59, 255, 0.04) 0%, rgba(51, 194, 255, 0.04) 100%);
    margin-top: 60px;
}

    #heroPrincipal h1 {
        font-size: 2.6rem;
        line-height: 1.15;
    }

    #heroPrincipal .lead-hero {
        font-size: 1.15rem;
        color: #748394;
        line-height: 1.5;
    }

    #heroPrincipal .btn-transparent {
        border: 1px solid #1E40C8;
        color: #1E40C8;
        padding: 0.5rem 1.5rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        #heroPrincipal .btn-transparent:hover {
            background: #1E40C8;
            color: white;
        }

@media (max-width: 767px) {
    #heroPrincipal {
        padding: 3rem 0 2rem 0;
    }

        #heroPrincipal h1 {
            font-size: 1.8rem;
        }
}

/* =============================================================
   INDUSTRII — secțiune nouă cu 6 carduri
   ============================================================= */
#industrii {
    padding: 5rem 0;
    background: #FAFBFC;
}

    #industrii .subtitlu {
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #0091FF;
        font-weight: bold;
        font-size: 14px;
    }

    #industrii h2 {
        font-size: 2.2rem;
        line-height: 1.2;
    }

.industrii-lead {
    font-size: 1.05rem;
    color: #748394;
    max-width: 700px;
    margin: 0 auto;
}

.industrii-note {
    color: #748394;
    font-size: 0.95rem;
}

.link-titlu {
    color: #1E40C8;
    font-weight: bold;
    text-decoration: underline;
}

    .link-titlu:hover {
        color: #22B473;
    }

/* === Card industrie === */
.card-industrie {
    background: white;
    padding: 2rem 1.75rem;
    border: 1px solid #E6E6E6;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    height: 100%;
    position: relative;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
}

    .card-industrie:hover {
        box-shadow: 0 8px 20px 0 rgb(30 64 200 / 12%);
        transform: translateY(-3px);
    }

    .card-industrie .icn-industrie {
        width: 48px;
        height: 48px;
        margin-bottom: 1rem;
    }

    .card-industrie h3 {
        font-size: 1.35rem;
    }

    .card-industrie p {
        color: #748394;
        font-size: 0.95rem;
        line-height: 1.5;
    }

.lista-functii {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    flex: 1;
}

    .lista-functii li {
        padding: 6px 0 6px 22px;
        position: relative;
        color: #748394;
        font-size: 0.92rem;
        line-height: 1.4;
    }

        .lista-functii li:before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 6px;
            color: #22B473;
            font-weight: bold;
        }

.lnk-card-industrie {
    color: #1E40C8;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    text-decoration: none;
    margin-top: auto;
    display: inline-block;
}

    .lnk-card-industrie img {
        width: 12px;
        margin-left: 4px;
        vertical-align: middle;
    }

    .lnk-card-industrie:hover {
        color: #22B473;
    }

/* === Card industrie HIGHLIGHTED (Centre educaționale) === */
.card-industrie-highlight {
    background: linear-gradient(135deg, rgba(30, 64, 200, 0.04) 0%, rgba(0, 145, 255, 0.04) 100%);
    border: 2px solid #1E40C8;
}

    .card-industrie-highlight .lista-functii li:before {
        color: #1E40C8;
    }

.badge-recomandat {
    position: absolute;
    top: -12px;
    right: 16px;
    background: #22B473;
    color: white;
    padding: 4px 12px;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 2px;
}

@media (max-width: 767px) {
    #industrii {
        padding: 3rem 0;
    }

        #industrii h2 {
            font-size: 1.6rem;
        }

    .card-industrie {
        padding: 1.5rem 1.25rem;
    }
}

/* =============================================================
   SOLICITĂ OFERTĂ — formular și card
   ============================================================= */

/* Card formular ofertă (folosit și de SolicitaOferta și de FonduriEuropene) */
.card-oferta {
    background: white;
    padding: 2.5rem;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
    border: 1px solid #E6E6E6;
}

    .card-oferta .form-label {
        margin-bottom: 0.5rem;
        font-weight: bold;
    }

/* Lista checkboxuri module — afișare 2 coloane pe desktop */
.lista-module {
    width: 100%;
}

    .lista-module td {
        padding: 4px 10px 4px 0px;
        vertical-align: top;
    }

    .lista-module input[type=checkbox] {
        margin-right: 8px;
        accent-color: #1E40C8;
    }

    .lista-module label {
        color: #1E40C8;
        cursor: pointer;
        font-size: 14px;
    }

/* Panel succes după trimitere */
.card-oferta.card-success {
    border: 2px solid #22B473;
    background: #F8FFFB;
}

.card-oferta .success-icon {
    font-size: 4rem;
    color: #22B473;
    margin-bottom: 1rem;
}

/* === #solicitaOferta === */
#solicitaOferta {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#divContainerSolicitaOferta {
    padding: 3rem;
}

    #divContainerSolicitaOferta h2 {
        line-height: 1.2;
    }

/* =============================================================
   FONDURI EUROPENE
   ============================================================= */
#fonduriEuropene {
    background: linear-gradient(90deg, rgba(1,169,164,0.06) 25%, rgba(78,74,219,0.06) 90%);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#divContainerFonduri {
    padding: 3rem;
}

    #divContainerFonduri h2 {
        line-height: 1.2;
    }

.icn-bullet {
    width: 15px;
    margin-right: 10px;
    vertical-align: middle;
}

#divContainerFonduri > .container > .row > .col-md-6:first-child > div:not(.subtitlu):not(.mt-4) {
    margin-bottom: 6px;
}

/* =============================================================
   Q&A — întrebări frecvente (accordion styling improvements)
   ============================================================= */
#intrebari {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    #intrebari .subtitlu {
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #0091FF;
        font-weight: bold;
        font-size: 14px;
    }

    #intrebari .accordion-item {
        border: 1px solid #E6E6E6;
        margin-bottom: 8px;
    }

    #intrebari .accordion-button {
        color: #1E40C8;
        font-weight: bold;
        background: white;
        padding: 1.25rem 1.5rem;
    }

        #intrebari .accordion-button:not(.collapsed) {
            background: rgba(30, 64, 200, 0.04);
            color: #1E40C8;
            box-shadow: none;
        }

        #intrebari .accordion-button:focus {
            box-shadow: none;
            border-color: #1E40C8;
        }

    #intrebari .accordion-body {
        color: #748394;
        line-height: 1.6;
        padding: 1.25rem 1.5rem;
    }

        #intrebari .accordion-body b {
            color: #1E40C8;
        }

/* =============================================================
   RESPONSIVE OVERRIDES
   ============================================================= */
@media (max-width: 767px) {
    #divContainerSolicitaOferta {
        padding: 1.5rem;
    }

    #divContainerFonduri {
        padding: 1.5rem;
    }

    .card-oferta {
        padding: 1.5rem;
    }

    .lista-module td {
        display: block;
        width: 100%;
    }

    #solicitaOferta {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #fonduriEuropene {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #intrebari {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #divOptiuniHeader .btn {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    #mainDiv {
        margin-top: 100px;
    }
}

/* === Info firmă ANAF — banner full-width sub rândul CUI/Denumire === */
.info-firma-anaf {
    margin-top: -4px;
    margin-bottom: 1rem;
    padding: 12px 16px;
    background: #F8FBFF;
    border-left: 3px solid #0091FF;
    font-size: 13px;
    color: #1E40C8;
    line-height: 1.4;
}

    .info-firma-anaf.succes {
        background: #F8FFFB;
        border-left-color: #22B473;
    }

    .info-firma-anaf.eroare {
        background: #FFF8F8;
        border-left-color: #C8404A;
        color: #C8404A;
    }

    .info-firma-anaf .info-firma-header {
        font-weight: bold;
        margin-bottom: 8px;
        font-size: 13px;
    }

        .info-firma-anaf .info-firma-header i {
            margin-right: 6px;
            color: #22B473;
        }

    .info-firma-anaf.eroare .info-firma-header i {
        color: #C8404A;
    }

    .info-firma-anaf .info-firma-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 4px 32px;
    }

    .info-firma-anaf .info-firma-item {
        display: flex;
        flex-direction: column;
        min-width: 0;
    }

    .info-firma-anaf .info-firma-item-wide {
        flex: 1 1 100%;
    }

    .info-firma-anaf .info-firma-lbl {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0.65;
        font-weight: bold;
        margin-bottom: 1px;
    }

    .info-firma-anaf .info-firma-val {
        font-size: 13px;
    }

@media (max-width: 767px) {
    .info-firma-anaf .info-firma-grid {
        gap: 8px;
    }

        .info-firma-anaf .info-firma-grid .info-firma-item {
            flex: 1 1 100%;
        }
}

/* =============================================================
   TESTIMONIALE — grilă de carduri unificată
   ============================================================= */
#ceSpunClientii {
    padding: 5rem 0;
    background: #FAFBFC;
}

    #ceSpunClientii .subtitlu {
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #0091FF;
        font-weight: bold;
        font-size: 14px;
    }

    #ceSpunClientii h2 {
        font-size: 2.2rem;
        line-height: 1.2;
    }

.recenzii-lead {
    font-size: 1.05rem;
    color: #748394;
    max-width: 700px;
    margin: 0 auto;
}

.row-testimoniale {
    margin-top: 1rem;
}

.card-testimoniu {
    background: white;
    border: 1px solid #E6E6E6;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
    overflow: hidden;
}

    .card-testimoniu:hover {
        box-shadow: 0 8px 24px 0 rgb(30 64 200 / 15%);
        transform: translateY(-4px);
    }

    /* Banner logo — UNIFORM pe toate cardurile, fundal închis */
    .card-testimoniu .logo-wrap {
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.75rem 2rem;
        background: white;
        position: relative;
    }

        .card-testimoniu .logo-wrap::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #22B473 0%, #0091FF 50%, #1E40C8 100%);
        }

        .card-testimoniu .logo-wrap img {
            max-height: 55px;
            max-width: 70%;
            object-fit: contain;
        }

            /* Logo care are nevoie de inversare (text închis → alb pe fundal închis) */
            .card-testimoniu .logo-wrap img.logo-invert {
                filter: brightness(0) invert(1);
                opacity: 0.92;
            }

    /* Corp testimonial */
    .card-testimoniu .testimoniu-body {
        padding: 1.75rem;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .card-testimoniu .stele {
        color: #FFC107;
        font-size: 0.8rem;
        letter-spacing: 2px;
        margin-bottom: 1rem;
    }

    .card-testimoniu .quote {
        color: #4A5564;
        font-size: 0.95rem;
        line-height: 1.65;
        position: relative;
        flex: 1;
        margin: 0 0 1.5rem 0;
        padding-top: 0.5rem;
    }

        /*.card-testimoniu .quote::before {
            content: "\201C";
            font-family: Georgia, "Times New Roman", serif;
            font-size: 4rem;
            color: #22B473;
            position: absolute;
            top: -1.5rem;
            left: -0.5rem;
            line-height: 1;
            opacity: 0.18;
            font-weight: bold;
        }*/

        .card-testimoniu .quote b {
            color: #1E40C8;
        }

    /* Footer card — numele firmei sub citat */
    .card-testimoniu .testimoniu-footer {
        padding-top: 1rem;
        border-top: 1px solid #F0F0F0;
    }

        .card-testimoniu .testimoniu-footer .nume {
            font-weight: bold;
            color: #1E40C8;
            font-size: 0.95rem;
            letter-spacing: 0.5px;
        }

        .card-testimoniu .testimoniu-footer .industrie {
            color: #748394;
            font-size: 0.82rem;
            margin-top: 3px;
        }

/* Responsive */
@media (max-width: 767px) {
    #ceSpunClientii {
        padding: 3rem 0;
    }

        #ceSpunClientii h2 {
            font-size: 1.6rem;
        }

    .card-testimoniu .logo-wrap {
        height: 110px;
        padding: 1.25rem;
    }

        .card-testimoniu .logo-wrap img {
            max-height: 48px;
        }

    .card-testimoniu .testimoniu-body {
        padding: 1.5rem;
    }
}

/* =============================================================
   FLOATING WHATSAPP BUTTON
   ============================================================= */
#btnWhatsApp {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45), 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    animation: waPulse 2.4s ease-out infinite;
}

    #btnWhatsApp img {
        width: 38px;
        height: 38px;
        object-fit: contain;
        pointer-events: none;
    }

    #btnWhatsApp:hover {
        transform: scale(1.08);
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55), 0 3px 8px rgba(0, 0, 0, 0.18);
        animation: none;
    }

    #btnWhatsApp:active {
        transform: scale(0.96);
    }

    #btnWhatsApp .wa-tooltip {
        position: absolute;
        right: 72px;
        background: #1E40C8;
        color: white;
        padding: 8px 14px;
        font-size: 13px;
        white-space: nowrap;
        border-radius: 4px;
        opacity: 0;
        pointer-events: none;
        transform: translateX(8px);
        transition: opacity 0.2s ease, transform 0.2s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

        #btnWhatsApp .wa-tooltip::after {
            content: "";
            position: absolute;
            top: 50%;
            right: -5px;
            transform: translateY(-50%);
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-color: transparent transparent transparent #1E40C8;
        }

    #btnWhatsApp:hover .wa-tooltip {
        opacity: 1;
        transform: translateX(0);
    }

/* Pulse animation — halou verde semi-transparent */
@keyframes waPulse {
    0% {
        box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45), 0 2px 6px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(37, 211, 102, 0.55);
    }

    70% {
        box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45), 0 2px 6px rgba(0, 0, 0, 0.15), 0 0 0 18px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45), 0 2px 6px rgba(0, 0, 0, 0.15), 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Mobile */
@media (max-width: 767px) {
    #btnWhatsApp {
        width: 54px;
        height: 54px;
        bottom: 18px;
        right: 18px;
    }

        #btnWhatsApp img {
            width: 34px;
            height: 34px;
        }

        /* Tooltipul nu are sens pe touch — îl ascundem */
        #btnWhatsApp .wa-tooltip {
            display: none;
        }
}

/* Print — ascuns la imprimare */
@media print {
    #btnWhatsApp {
        display: none !important;
    }
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
    #btnWhatsApp {
        animation: none;
    }
}

/* =============================================================
   e-FACTURA — rezultat verificare CUI
   ============================================================= */
.ef-eroare {
    background: #FFF8F8;
    border-left: 3px solid #C8404A;
    color: #C8404A;
    padding: 10px 14px;
    border-radius: 2px;
}

    .ef-eroare i {
        margin-right: 6px;
    }

.ef-card-rezultat {
    background: linear-gradient(135deg, #F8FFFB 0%, #F0FBF6 100%);
    border: 2px solid #22B473;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 4px 16px rgba(34, 180, 115, 0.15);
    animation: efFadeIn 0.4s ease;
}

@keyframes efFadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ef-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #22B473;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(34, 180, 115, 0.2);
}

    .ef-card-header i {
        font-size: 16px;
    }

.ef-firma-info {
    margin-bottom: 1.25rem;
}

.ef-firma-nume {
    font-size: 1.15rem;
    font-weight: bold;
    color: #1E40C8;
    margin-bottom: 6px;
}

.ef-firma-detalii {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    font-size: 13px;
    color: #748394;
    margin-bottom: 6px;
}

    .ef-firma-detalii i {
        margin-right: 4px;
        color: #22B473;
    }

.ef-firma-adresa {
    font-size: 13px;
    color: #748394;
}

    .ef-firma-adresa i {
        margin-right: 4px;
        color: #22B473;
    }

.ef-card-actiuni {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

    .ef-card-actiuni .btn-success {
        flex: 1;
        min-width: 250px;
    }

.ef-link-reset {
    color: #748394;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 0;
}

    .ef-link-reset i {
        margin-right: 4px;
    }

    .ef-link-reset:hover {
        color: #1E40C8;
    }

@media (max-width: 767px) {
    .ef-card-actiuni .btn-success {
        width: 100%;
        min-width: unset;
    }

    .ef-link-reset {
        width: 100%;
        text-align: center;
    }
}

/* =============================================================
   VALIDARE FORMULARE — câmpuri invalide
   ============================================================= */
.camp-invalid,
input.camp-invalid,
textarea.camp-invalid,
select.camp-invalid {
    border: 2px solid #DC3545 !important;
    background-color: #FFF8F8 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.12) !important;
    animation: campInvalidPulse 0.5s ease;
}

@keyframes campInvalidPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.4);
    }

    100% {
        box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.12);
    }
}

.camp-invalid:focus,
input.camp-invalid:focus,
textarea.camp-invalid:focus {
    border-color: #DC3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.2) !important;
    outline: none !important;
}

/* Shake animation pentru formular când utilizatorul apasă submit cu câmpuri lipsă */
.shake-error {
    animation: shakeError 0.4s cubic-bezier(.36, .07, .19, .97) both;
}

@keyframes shakeError {
    10%, 90% {
        transform: translateX(-2px);
    }

    20%, 80% {
        transform: translateX(3px);
    }

    30%, 50%, 70% {
        transform: translateX(-5px);
    }

    40%, 60% {
        transform: translateX(5px);
    }
}

/* Override pe placeholder ca să arate mai discret roșu */
.camp-invalid::placeholder {
    color: rgba(220, 53, 69, 0.55);
}

/* =============================================================
   MENU MOBILE — item activ vizibil
   ============================================================= */
@media (max-width: 991px) {
    #nbMeniu .nav-item {
        width: 100%;
        border-radius: 4px;
        transition: background 0.2s ease;
    }

        #nbMeniu .nav-item.active {
            background: rgba(34, 180, 115, 0.08);
            border-left: 3px solid #22B473;
            padding-left: 8px;
        }

            #nbMeniu .nav-item.active a {
                color: #22B473 !important;
                font-weight: bold;
            }

        #nbMeniu .nav-item:hover {
            background: rgba(30, 64, 200, 0.04);
        }

        /* Excepție: butonul CTA „Solicită ofertă" — nu primește fundal de meniu */
        #nbMeniu .nav-item:has(#lnkTesteazaVersiuneaGratuita) {
            background: transparent !important;
            border-left: none !important;
            padding-left: 0 !important;
        }
}