﻿/* @import eliminat — Inter este încărcat cu preload în App.razor */

:root {
    --purple-deep: #4a148c;
    --purple-light: #7b1fa2;
    --green-accent: #00e676;
    --glass-bg: rgba(255, 255, 255, 0.9);
}

body {
    background-color: #f4f7f6;
    font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    /*background-image: url(/images/qrad_background_servici.png);*/
    background-repeat: no-repeat;
    background-size: cover;

}

.align-main {
    padding: 0px !important;
}
/* Gradientul de fundal pentru Header și Secțiuni Hero */
.bg-aurora {
    background: linear-gradient(135deg, var(--purple-deep) 0%, var(--purple-light) 40%, var(--purple-deep) 100%);
}

/* Efectul de card tip "Glass" din pozele tale */
.glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}
.btn-outline-secondary {
    --bs-btn-color: #6c13a3;
    --bs-btn-border-color: #6c13a3;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c13a3;
    --bs-btn-hover-border-color: #6c13a3;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c13a3;
    --bs-btn-active-border-color: #6c13a3;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c13a3;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c13a3;
    --bs-gradient: none;
}
.btn-green {
    background-color: var(--green-accent);
    color: white;
    font-weight: bold;
    border-radius: 25px;
    padding: 10px 30px;
    transition: transform 0.2s;
}

    .btn-green:hover {
        transform: scale(1.05);
        background-color: #00c853;
        color:white;
    }
.product-card {
    transition: all 0.3s ease;
    border: none;
}

.shadow-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(106, 27, 154, 0.2) !important;
    color: white;
}

.product-img-container {
    background: #fbfbfb;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.form-range::-webkit-slider-thumb {
    background: var(--brand-purple);
}
.text-purple {
    color: var(--purple-deep);
}

.btn-outline-purple {
    border-color: var(--purple-light);
    color: var(--purple-light);
}

    .btn-outline-purple:hover {
        background-color: var(--purple-light);
        color: white;
    }

.table thead th {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
}

/* ============================================
   NAVBAR - GLOBAL STYLES
   ============================================ */
.navbar-toggler {
    display: none !important;
}

.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(108, 19, 163, 0.08);
    padding: 5px 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.navbar {
    padding: 0 !important;
    margin: 0 !important;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .nav-inner {
        padding: 0 2rem;
    }
}

.nav-logo {
    flex: 0 0 auto;
    text-decoration: none;
}

.nav-logo img,
.logo_image {
    width: auto;
    height: 55px;
    object-fit: contain;
    display: block;
}

/* Link-uri centru - desktop */
.nav-links-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.15rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    justify-content: center;
}

.nav-links-list .nav-item {
    list-style: none;
}

/* Zona dreapta */
.nav-right-area {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 0 0 auto;
}

/* ============================================
   LINK-URI DESKTOP
   ============================================ */
.nav-link-custom {
    font-family: 'Manrope', 'Segoe UI', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #3d3d3d !important;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    transition: color 0.2s ease, background-color 0.2s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.nav-link-custom:hover {
    color: #6c13a3 !important;
    background-color: rgba(108, 19, 163, 0.06);
}

.nav-link-custom.active {
    color: #6c13a3 !important;
    font-weight: 700;
    background-color: rgba(108, 19, 163, 0.08);
}

/* ============================================
   BUTON CERE OFERTA
   ============================================ */
.btn-cere-oferta {
    background-color: #6c13a3 !important;
    color: #ffffff !important;
    font-family: 'Manrope', 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none !important;
    border: none;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.btn-cere-oferta:hover {
    background-color: #4a148c !important;
    border-color: #4a148c !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(108, 19, 163, 0.2);
}

/* ============================================
   HAMBURGER BUTTON
   ============================================ */
.hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1.5px solid rgba(108, 19, 163, 0.25);
    border-radius: 8px;
    cursor: pointer;
    padding: 8px;
    transition: border-color 0.2s ease;
}

.hamburger-btn:hover {
    border-color: #6c13a3;
}

.hamburger-btn span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #6c13a3;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* ============================================
   DRAWER OVERLAY
   ============================================ */
.drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1100;
    animation: fadeInOverlay 0.25s ease;
}

@keyframes fadeInOverlay {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ============================================
   DRAWER PANEL
   ============================================ */
.nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: #ffffff;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    padding: 28px 32px 40px;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-drawer.open {
    transform: translateX(0);
}

.drawer-close-btn {
    align-self: flex-end;
    width: 36px;
    height: 36px;
    border: 1.5px solid #d0d0d0;
    border-radius: 8px;
    background: transparent;
    font-size: 0.95rem;
    color: #444;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.drawer-close-btn:hover {
    border-color: #6c13a3;
    color: #6c13a3;
}

.drawer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.drawer-link {
    font-family: 'Manrope', 'Segoe UI', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: #6c13a3 !important;
    text-decoration: none;
    padding: 12px 4px;
    display: block;
    transition: color 0.2s ease;
}

.drawer-link:hover {
    color: #4a148c !important;
}

.drawer-link.active {
    color: #4a148c !important;
    font-weight: 700;
}

.btn-cere-oferta-drawer {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #6c13a3;
    color: #ffffff !important;
    font-family: 'Manrope', 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 14px 0;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    margin-top: 24px;
    transition: background-color 0.25s ease;
}

.btn-cere-oferta-drawer:hover {
    background-color: #4a148c;
    color: #ffffff !important;
}

/* ============================================
   RESPONSIVE NAVBAR
   ============================================ */
@media (min-width: 992px) {
    .hamburger-btn {
        display: none !important;
    }
    .nav-links-list {
        display: flex !important;
    }
    .nav-btn-desktop {
        display: inline-flex !important;
    }
}

@media (max-width: 991px) {
    .nav-links-list {
        display: none !important;
    }
    .nav-btn-desktop {
        display: none !important;
    }
    .hamburger-btn {
        display: flex !important;
    }
}

@media (min-width: 1200px) {
        .display-3 {
            font-size: 4.5rem;
            margin-top: 0%;
        }

        .h3, h3 {
            font-size: 1.1rem;
        }
    }
@media (max-width: 600px) {
    .display-3 {
        margin-top: 20%;
    }
}

/* ============================================
   LANGUAGE SWITCHER
   ============================================ */
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 4px;
}

.lang-btn {
    background: transparent;
    border: none;
    font-family: 'Manrope', 'Segoe UI', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.lang-btn:hover {
    color: #6c13a3;
    background-color: rgba(108, 19, 163, 0.06);
}

.lang-btn-active {
    color: #6c13a3 !important;
    font-weight: 800;
}

.lang-divider {
    color: #ccc;
    font-size: 0.8rem;
    user-select: none;
}

.lang-switcher-drawer {
    margin-top: 8px;
    margin-bottom: 4px;
    padding: 10px 4px;
    border-top: 1px solid rgba(108, 19, 163, 0.12);
    border-bottom: 1px solid rgba(108, 19, 163, 0.12);
    justify-content: flex-start;
    gap: 8px;
}

.lang-switcher-drawer .lang-btn {
    font-size: 0.95rem;
    padding: 6px 10px;
}

#blazor-error-ui {
    background: #ffffe0;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* ============================================
   TECHNICAL SERVICES HERO
   ============================================ */
.service-hero-wrapper {
    background: transparent;
    border-radius: 0;
    margin-top: 68px;
    padding-top: 50px;
    padding-bottom: 32px;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.service-hero-wrapper--technical {
    background-image: none;
}

.service-hero-wrapper--contact {
    min-height: 400px;
}

.service-hero-wrapper--team {
    min-height: 400px;
/*    margin-top: 41px;
    padding-top: 70px;*/
}

.service-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
}

.service-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.service-hero-media2 {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
}

    .service-hero-media2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
.service-hero-overlay {
    background: transparent;
}

.service-hero-wrapper .container {
    position: relative;
    z-index: 1;
}

.service-hero-image-wrapper {
    background: #ffffff;
    border-radius: 32px;
    padding: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.service-hero-image-wrapper img {
    border-radius: 24px;
    width: 100%;
    height: auto;
    display: block;
}

.service-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #ffffff;
    border-radius: 999px;
    color: #2f2f2f;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    font-size: 0.95rem;
}

.service-hero-pill i {
    color: #6c13a3;
}

.breadcrumb a {
    color: #6c13a3;
    text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #4a148c;
}

@media (max-width: 575px) {
    .service-hero-wrapper {
        padding-top: 20px !important;
    }
}
        /* ============================================
   SERVICE FEATURE PILL
   ============================================ */
        .service-feature-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #ffffff;
    border-radius: 999px;
    font-weight: 600;
    color: #2f2f2f;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    font-size: 0.95rem;
}

.service-feature-pill i {
    color: #6c13a3;
    font-size: 1rem;
}

.service-detail-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.service-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.service-detail-list li i {
    color: #6c13a3;
    font-size: 1rem;
    margin-top: 2px;
}

/*  Titlu secțiune cu linie după secțiunile cu cap de purpură */
.section-title-line {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title-line::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: rgba(108, 19, 163, 0.2);
}

.section-title-underline {
    display: block;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.section-title-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #6c13a3;
    border-radius: 999px;
}

.service-section-divider {
    display: block;
    width: 60px;
    height: 3px;
    background-color: #6c13a3;
    border-radius: 999px;
    margin: 8px 0 16px;
}

.service-cards-spacing {
    margin-bottom: 38px;
}

@media (max-width: 991px) and (min-width: 570px) {
    .contact-hero-text h1,
    .contact-hero-text .h5 {
        padding-left: 10px;
    }
}

.btn-contact-submit {
    background-color: #ffffff;
    color: rgb(74, 20, 140);
    border: 2px solid rgb(74, 20, 140);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-contact-submit i {
    color: rgb(74, 20, 140);
}

.btn-contact-submit:hover,
.btn-contact-submit:focus {
    background-color: rgb(74, 20, 140);
    color: #ffffff;
    border-color: rgb(74, 20, 140);
}

.btn-contact-submit:hover i,
.btn-contact-submit:focus i {
    color: #ffffff;
}

/* ============================================
   SERVICE FEATURE PILL
   ============================================ */
.service-feature-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #ffffff;
    border-radius: 999px;
    font-weight: 600;
    color: #2f2f2f;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    font-size: 0.95rem;
}

.service-feature-pill i {
    color: #6c13a3;
    font-size: 1rem;
}

.service-detail-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.service-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.service-detail-list li i {
    color: #6c13a3;
    font-size: 1rem;
    margin-top: 2px;
}

/*  Titlu secțiune cu linie după secțiunile cu cap de purpură */
.section-title-line {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title-line::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: rgba(108, 19, 163, 0.2);
}

.section-title-underline {
    display: block;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.section-title-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #6c13a3;
    border-radius: 999px;
}

.service-section-divider {
    display: block;
    width: 60px;
    height: 3px;
    background-color: #6c13a3;
    border-radius: 999px;
    margin: 8px 0 16px;
}

.service-cards-spacing {
    margin-bottom: 38px;
}

.qrad-map-wrap {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

#qradMap {
    width: 100%;
    height: 100%;
}

/* Responsive reCAPTCHA */
.recaptcha-wrap {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 480px) {
    .recaptcha-wrap {
        transform: scale(0.85);
        transform-origin: left top;
    }
}

/* ============================================
   INTEREST CHECKBOXES (Pills style)
   ============================================ */
.interest-checkbox-wrapper {
    position: relative;
    display: inline-block;
}

.interest-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.interest-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border: 1px solid #ced4da;
    border-radius: 50px;
    background-color: #ffffff;
    color: #495057;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    user-select: none;
}

.interest-label:hover {
    border-color: #6c13a3;
    background-color: rgba(108, 19, 163, 0.05);
}

.interest-checkbox:checked + .interest-label {
    border-color: #6c13a3;
    background-color: #f3e8ff;
    color: #6c13a3;
}

.interest-checkbox:focus-visible + .interest-label {
    box-shadow: 0 0 0 0.25rem rgba(108, 19, 163, 0.25);
}