﻿




/* ======================================================
   SECTIUNI: Servicii & Oferte Servicii (stil unificat)
====================================================== */

/* ===== FUNDAL COMUN ===== */



.services, .inner-container,
.ofers_service {
    padding: 80px 0;
    background: linear-gradient(135deg, #dcdee2 0%, #a38ca0 100%), url('https://images.unsplash.com/photo-1527443224154-9f564addc015?auto=format&fit=crop&q=80&w=1974') / cover;
    background-blend-mode: overlay;
    text-align: center;
    color: #000308;
    position: relative;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    border-top: 1px solid rgba(255, 255, 250, 0.2);
    border-bottom: 1px solid rgba(55, 55, 50, 0.2);
    padding: 60px 0;
}



        /* ===== TITLU SECTIUNE ===== */
        .services h2, .container h2 {
            font-size: 2.6rem;
            font-weight: 700;
            margin-bottom: 50px;
            letter-spacing: 1px;
        }


    /* ===== LINIE DECORATIVA (doar la oferte) ===== */
    .ofers_service::before {
        
        display: block;
        width: 120px;
        height: 4px;
        background: linear-gradient(90deg, #ffcc00, #ffffff);
        margin: 0 auto 60px;
        border-radius: 2px;
    }

/* ======================================================
   GRID SERVICII
====================================================== */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    width: 80%;
    max-width: 1200px;
    margin: 40px auto 0;
}

/* ======================================================
   CARD Serviciile noastre
====================================================== */
.service-card {
    padding: 28px 24px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2), inset 0 0 15px rgba(216, 224, 230, 0.1);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}


    /* Hover premium */
    .service-card:hover {
        //transform: translateY(-8px) scale(1.03);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 25px #ebf2f7;
    }

    /* Titlu card */
    .service-card h3 {
        font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 12px;
    }

    /* Text card */
    .service-card p {
        font-size: 1rem;
        line-height: 1.55;
    }

    /* Linie animata jos */
    .service-card::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -100%;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #ffcc00, #ffffff);
        transition: left 0.4s ease;
    }

    .service-card:hover::after {
        left: 0;
    }




/* ======================================================
   CARD Principale
====================================================== */
.custom-card {
    width: 100%;
    width: 400px;
    height: 250px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 255, 255, 0.25);
   
    box-shadow: 0 0px 30px rgba(0,0,0,0.3);
    transition: 0.35s ease;
    cursor: pointer;
}
.main-custom-cards-container {
    /* Distanța de 30px sus și jos solicitată */
    padding: 50px 0;
    /* Aliniere carduri */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px; /* Distanța între carduri */
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; /* Centrează tot containerul în pagină */
}

.flag-section {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; 
    
}



.flag-link {
    text-decoration: none;
}
/* Ajustări stars-circle */




    /* Hover premium */
.custom-card:hover {
    transform: scale(1.04);
    box-shadow: 0 0 45px #d8e0e6;
}

    /* Stil titluri */
    .custom-card h2 {
        font-size: 1.8rem;
        color: #000308;
        text-shadow: 0 0 12px rgba(250, 250, 250, 1.5);
    }

/* Culori dedicate */


.consult-card, .it-card, .eng-card {
    background: linear-gradient(135deg, #110e0e40, #cccccc30);
}



.service-link {
    text-decoration: none; /* Elimină sublinierile link-ului */
    color: inherit;
}
/*End custom-card*/




.Text_Flag {
    text-align: center; 
    text-decoration: underline; 
    text-decoration-color: aliceblue;
    text-underline-offset: 4px; 
    text-size-adjust: none; /* previne ajustarea automată pe mobile */
    color: #ffcc00;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}



/* ===== Banner ===== */
.construction-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    z-index: 10000;
}

    .construction-overlay h1 {
        margin-bottom: 20px;
    }

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 12px;
    font-size: 1rem;
    background-color: rgba(41,55,66,0.2);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .close-btn:hover {
        background-color: #353636;
    }


.overlay-btn {
    margin: 10px;
    padding: 12px 25px;
    font-size: 1rem;
    background-color: #2937422d;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .overlay-btn:hover {
        background-color: #ffea4d;
    }
/* ===== End Banner ===== */


.ads-bottom-spacer { /* ajustâm distanta de dupa linia reclame*/
    width: 80%;
    height: 5px;
    padding-bottom:10px;
    margin: 60px auto 120px auto;
    background: linear-gradient(90deg, transparent, #00aaff, transparent);
    opacity: 0.6;
    border-radius: 2px;
}

.svg-row-container {
    display: flex;
    justify-content: center; /* Centrează ambele elemente în pagină */
    align-items: center;
    gap: 20px; /* Spațiu între cele două SVG-uri */
    width: 100%;
    flex-wrap: wrap; /* Face design-ul responsive (pe mobil se pun unul sub altul) */
    padding: 20px;
}

.img_svg_Fonduri, .img_svg_MProj {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1; /* Le face să ocupe spațiu egal */
    min-width: 300px; /* Previne comprimarea excesivă */
}

/* Opțional: dacă vrei ca SVG-ul să se micșoreze pe ecrane mici */
svg {
    max-width: 100%;
    height: auto;
}