/* =====================================================
   Econom LuxGrup — Custom overrides peste șablonul HOMZ
   ===================================================== */

/* Breadcrumb - tot textul alb pe background întunecat (except butoane) */
.inner-section-area .inner-header a:not(.header-btn1),
.inner-section-area .inner-header span,
.inner-section-area .inner-header i,
.inner-section-area .inner-header a:not(.header-btn1) span,
.inner-section-area .inner-header a:not(.header-btn1) i,
.inner-section-area .inner-header.heading1 a:not(.header-btn1),
.inner-section-area .inner-header.heading1 span,
.inner-section-area .inner-header.heading1 i {
    color: #000000 !important;
    opacity: 1 !important;
    text-decoration: none;
}
.inner-section-area .inner-header a:not(.header-btn1):hover {
    color: var(--elg-accent) !important;
}

/* Breadcrumb servicii (inner2) - tot textul alb (except butoane) */
.inner2-section-area .inner-header a:not(.header-btn1),
.inner2-section-area .inner-header i:not(.header-btn1 i) {
    color: #ffff !important;
    opacity: 1 !important;
    text-decoration: none;
}
.inner2-section-area .inner-header span:not(.service-hero-btns span) {
    color: #Ffff !important;
}
.inner2-section-area .inner-header a:not(.header-btn1):hover {
    color: var(--elg-accent) !important;
}

/* Butoanele din hero servicii — mereu text negru */
.inner2-section-area .inner-header a.header-btn1,
.inner2-section-area .inner-header a.header-btn1:hover,
.inner2-section-area .inner-header a.header-btn1:focus,
.inner2-section-area .inner-header a.header-btn1 span,
.inner2-section-area .inner-header a.header-btn1 i {
    color: #1a1a1a !important;
}

/* Titlul principal h2 - alb */
.inner-section-area .inner-header h2,
.inner2-section-area .inner-header h2 {
    color: #000000 !important;
}

.inner-section-area .inner-header h1,
.inner2-section-area .inner-header h1 {
    color: #ffff !important;
}

.inner-header h1 {
    font-size: 58px !important; 
    line-height: 1.2 !important; 
}

.property-single-area.heading2 h2 {
    font-size: 24px !important;
    margin-bottom: 0px !important;
}

@media (max-width: 768px) {
    .inner-header h1 {
        font-size: 34px !important;
        line-height: 1.2 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .inner-header .space20 {
        height: 10px !important;
    }
}
@media (max-width: 768px) {
    .inner-header h2 {
        font-size: 34px !important;
        line-height: 1.2 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .inner-header .space20 {
        height: 10px !important;
    }
}

:root {
    --elg-primary: #E69800;      /* auriu principal (fallback solid pentru text/border) */
    --elg-primary-2: #FFD700;    /* auriu deschis */
    --elg-primary-gradient: linear-gradient(to bottom, #FFD700, #FFA500); /* gradient auriu */
    --elg-accent: #c7a45a;       /* auriu cald pentru accent */
    --elg-dark: #0b0b0b;
    --elg-light: #f7f5ef;
    --elg-body-font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    --elg-heading-font: 'Poppins', sans-serif;
    --elg-section-h5: linear-gradient(to bottom, #FFD700, #FFA500);   /* culoare subtitlu h5 secțiuni (teal) */
}

/* =====================================================
   H5 secțiuni — font heading pe toate variantele
   heading1 … heading9 folosesc culori diferite în main.css
   ===================================================== */
.heading1 h5, .heading2 h5, .heading3 h5,
.heading4 h5, .heading5 h5, .heading6 h5,
.heading7 h5, .heading8 h5, .heading9 h5,
.location-header h5, .social-header h5,
.blog-header h5, .about-header h5,
.work-header h5, .team-header h5,
.testimonial-header h5, .gallery-header h5,
.faq-header h5, .features-header h5,
.cta-header h5, .inner-header h5,
.contact-header h5, .portfolio-header h5 {
    color: var(--elg-section-h5) !important;
    font-family: var(--elg-heading-font) !important;
}

/* Doar h5 cu clasa text-anim — culoare linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%); */
h5.text-anim {
    color: linear-gradient(to bottom, #FFD700, #FFA500) !important;
    font-family: var(--elg-heading-font) !important;
}

/* Override culori tema */
body.homepage1-body {
    font-family: var(--elg-body-font);
    color: #222;
}

/* =====================================================
   HEADER VIZIBIL pe toate paginile (nu doar home)
   Șablonul avea header transparent peste hero; noi îl facem
   alb + sticky + umbrÄƒ discretÄƒ, astfel cÄƒ meniul e vizibil
   mereu și peste banner-ul primary al paginilor interne.
   ===================================================== */
.header-area.homepage1 {
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(13, 59, 47, 0.08) !important;
    position: sticky !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 1000 !important;
}

/* Ascunde complet header-ul desktop pe mobil - doar mobile-header trebuie vizibil */
@media (max-width: 991.98px) {
    .header-area.homepage1.d-none.d-lg-block {
        display: none !important;
    }
}

/* Header mobil - mereu alb, fără transparență, STICKY */
.mobile-header,
.mobile-haeder1,
.mobile-header.mobile-haeder1 {
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    width: 100% !important;
    padding: 0 !important;
}

.mobile-header .mobile-header-elements {
    background: #ffffff !important;
    padding: 10px 16px !important;
}

.mobile-header .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mobile-header-center {
    display: flex;
    align-items: center;
    margin-right: 12px;
    margin-left: auto;
}

.lang-switcher-mobile-bar {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    background: rgba(0,0,0,.04);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 999px;
}
.lang-switcher-mobile-bar .lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 26px;
    padding: 0 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #333;
    text-decoration: none;
    border-radius: 999px;
    transition: all .2s ease;
}
.lang-switcher-mobile-bar .lang-btn:hover { color: var(--elg-primary); }
.lang-switcher-mobile-bar .lang-btn.active {
    background: var(--elg-primary);
    color: #fff;
}

@media (min-width: 992px) {
    .mobile-header-center,
    .lang-switcher-mobile-bar {
        display: none !important;
    }
}

/* Asigură că mobile header nu are position: absolute din CSS-ul din mobile.css */
.d-block.d-lg-none.mobile-header {
    position: sticky !important;
}

/* Ascunde header-ul mobil când sidebar-ul este deschis */
body.mobile-menu-open .mobile-header {
    display: none !important;
}

/* Sidebar-ul are z-index mai mare */
.mobile-sidebar {
    z-index: 2000 !important;
}

.mobile-sidebar.show {
    z-index: 2000 !important;
}
.header-area.homepage1 .main-menu > ul > li > a,
.header-area.homepage1 .main-menu > ul > li > a i {
    color: #0b0b0b !important;
}
.header-area.homepage1 .main-menu > ul > li:hover > a,
.header-area.homepage1 .main-menu > ul > li.active > a {
    color: var(--elg-primary) !important;
}
.header-area.homepage1 .main-menu > ul > li.active > a { color: var(--elg-accent) !important; }

/* Când header-ul e sticky, paginile interne (page-header verde) nu mai au nevoie de padding mare sus,
   dar pentru siguranțÄƒ adÄƒugÄƒm puțin spațiu */
.elg-page-header {
    padding-top: 70px;
}

/* Pe homepage hero-ul e full-width cu imagine fundal — nu avem nevoie de padding-top suplimentar */
body.elg-home .elg-hero {
    padding-top: 0;
}
h1, h2, h3, h4, h5, h6,
.heading1 h1, .heading1 h2, .heading2 h2 {
    font-family: var(--elg-heading-font);
    letter-spacing: -0.01em;
}

/* Butonul principal — gradient auriu-portocaliu */
.header-btn1 {
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%) !important;
    border: none !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
    transition: all .25s ease;
    box-shadow: 0 4px 15px rgba(255, 178, 67, .35);
}
.header-btn1:hover,
.header-btn1:focus {
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%) !important;
    color: #1a1a1a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 178, 67, .45);
}
.header-btn1 img {
    transition: transform .25s ease;
}
.header-btn1:hover img {
    transform: rotate(45deg);
    filter: brightness(0.7);
}



.header-btn3 {
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%) !important;
    border: none !important;
    color: #1a1a1a !important;
    transition: all .25s ease;
}
.header-btn3.about-content-header,
.header-btn3:focus {
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%) !important;
    color: #0b0b0b !important;
}
.header-btn3.btn3 {
    background: transparent !important;
    border: 1px solid #FFB243 !important;
    color: #FFB243 !important;
}
.header-btn3.btn3:hover {
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%) !important;
    color: #1a1a1a !important;
}



/* Link activ meniu */
.main-menu > ul > li.active > a {
    color: var(--elg-accent) !important;
}

/* ============ LANG SWITCHER ============ */
.lang-switcher {
    display: inline-flex;
    gap: 4px;
    margin-right: 16px;
    padding: 4px;
    background: rgba(255,255,255,.6);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 999px;
}
.lang-switcher .lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #333;
    text-decoration: none;
    border-radius: 999px;
    transition: all .2s ease;
}
.lang-switcher .lang-btn:hover { color: var(--elg-primary); }
.lang-switcher .lang-btn.active {
    background: var(--elg-primary);
    color: #fff;
}
.lang-switcher-mobile {
    margin: 16px 0 20px;
    background: #f4f4f4;
    display: inline-flex;
}
.lang-switcher-mobile-bar {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    background: rgba(0,0,0,.04);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 999px;
}
.lang-switcher-mobile-bar .lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 26px;
    padding: 0 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #333;
    text-decoration: none;
    border-radius: 999px;
    transition: all .2s ease;
}
.lang-switcher-mobile-bar .lang-btn:hover { color: var(--elg-primary); }
.lang-switcher-mobile-bar .lang-btn.active {
    background: var(--elg-primary);
    color: #fff;
}

/* ============ FLOATING CONTACTS ============ */
.floating-contacts {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.floating-contacts .fc-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    transition: transform .2s ease;
}
.floating-contacts .fc-btn:hover { transform: translateY(-3px) scale(1.05); }
.floating-contacts .fc-whatsapp { background: #25d366; }
.floating-contacts .fc-call     { background: var(--elg-primary); }
.floating-contacts .fc-whatsapp::after {
    content: '';
    position: absolute;
    width: 54px; height: 54px;
    border-radius: 50%;
    background: #25d366;
    opacity: .45;
    animation: elg-pulse 1.8s ease-out infinite;
    z-index: -1;
}
@keyframes elg-pulse {
    0%   { transform: scale(1);    opacity: .45; }
    100% { transform: scale(1.8);  opacity: 0;   }
}

/* ============ HERO cu IMAGINE FULL-BACKGROUND ============ */
.elg-hero {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 0 90px;
    background-color: #0b0b0b;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
/* Overlay întunecat pentru contrast + lizibilitate text alb */
.elg-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(11, 11, 11, 0.55) 0%,
        rgba(11, 11, 11, 0.45) 50%,
        rgba(11, 11, 11, 0.70) 100%
    );
    z-index: 1;
}
.elg-hero > .container { position: relative; z-index: 2; }
.elg-hero__content { color: #fff; }

.elg-hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(34px, 4.6vw, 60px);
    line-height: 1.12;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.005em;
    margin: 50px auto 32px;
    max-width: 20ch;
    text-shadow: 0 2px 16px rgba(0,0,0,.35);
}
.elg-hero-title br { display: inline; }

.elg-hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.6;
    color: rgba(255,255,255,.88);
    max-width: 680px;
    margin: 0 auto 34px;
    font-weight: 400;
}

.elg-hero-cta {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.elg-hero-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 14px 28px !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%) !important;
    border: none !important;
    color: #1a1a1a !important;
    text-decoration: none;
    transition: all .25s ease;
    box-shadow: 0 10px 30px rgba(255, 178, 67, .35);
}
.elg-hero-btn i { font-size: 15px; }
.elg-hero-btn:hover,
.elg-hero-btn:focus {
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%) !important;
    color: #0b0b0b !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(255, 178, 67, .45);
}

@media (max-width: 991.98px) {
    .elg-hero { min-height: 60vh; padding: 120px 0 70px; }
    .elg-hero-title { font-size: clamp(28px, 6vw, 40px); max-width: 24ch; }
    .elg-hero-subtitle { font-size: 15px; margin-bottom: 26px; }
}
@media (max-width: 575.98px) {
    .elg-hero { min-height: 56vh; padding: 110px 0 60px; }
    .elg-hero-btn { padding: 12px 22px !important; font-size: 15px; }
}

/* ============ Secțiune SERVICII (override location grid) ============ */
.location1-section-area .location-images-area .content-area a:first-child {
    font-family: var(--elg-heading-font);
    display: block;          /* titlul ocupă toată linia */
    margin-bottom: 6px;      /* spațiu între titlu și "Detalii" */
}

/*
 * Carduri servicii homepage — text MEREU vizibil pe toate cardurile
 * Înlocuiește overlay-ul teal cu un gradient întunecat subtil jos
 */

/* Gradient întunecat mereu vizibil pe TOATE cardurile */
.location1-section-area .location-images-area .img1::after {
    visibility: visible !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    right: 0 !important;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(0, 0, 0, 0.30) 45%,
        transparent 100%
    ) !important;
}

/* Content mereu jos, mereu vizibil */
.location1-section-area .location-images-area .content-area {
    bottom: 0 !important;
    left: 0 !important;
    visibility: visible !important;
    background: transparent !important;
    padding-bottom: 18px !important;
}

/* La hover — gradient puțin mai intens */
.location1-section-area .location-images-area:hover .img1::after {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.88) 0%,
        rgba(0, 0, 0, 0.40) 50%,
        transparent 100%
    ) !important;
}
.location1-section-area .location-images-area:hover .content-area {
    left: 0 !important;
    bottom: 0 !important;
}

/* Card serviciu pe homepage (variație dintr-una mai minimalistÄƒ) */
.elg-service-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,.06);
    transition: transform .3s ease, box-shadow .3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.elg-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(13, 59, 47, 0.18);
}
.elg-service-card .elg-img {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.elg-service-card .elg-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
.elg-service-card:hover .elg-img img { transform: scale(1.07); }
.elg-service-card .elg-icon {
    position: absolute;
    right: 14px; top: 14px;
    width: 44px; height: 44px;
    background: rgba(255,255,255,.95);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.elg-service-card .elg-icon img { width: 22px; height: 22px; }
.elg-service-card .elg-body {
    padding: 20px 22px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.elg-service-card h3 {
    font-family: var(--elg-heading-font);
    font-size: 22px;
    background: #000000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
}
.elg-service-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 14px;
    flex: 1;
}
.elg-service-card .elg-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .3px;
}
.elg-service-card .elg-more::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #FFB243;
    border-top: 2px solid #FFB243;
    transform: rotate(45deg);
    transition: transform .2s ease;
    margin-bottom: 1px;
}
.elg-service-card .elg-more:hover {
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.elg-service-card .elg-more:hover::after {
    transform: rotate(45deg) translateX(3px);
    border-right-color: #f09d28;
    border-top-color: #f09d28;
}

/* Section header modern */
.elg-section-header {
    text-align: center;
    max-width: 720px;
    margin: 0px auto 50px;
}
.elg-section-header .kicker {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--elg-section-h5);
    font-weight: 600;
    margin-bottom: 12px;
}
.elg-section-header h2 {
    font-size: clamp(28px, 3.6vw, 46px);
    color: #0B0B0B;
    font-weight: 600;
    line-height: 1.15;
}
.elg-section-header p {
    color: #666;
    font-size: 16px;
    margin-top: 14px;
}

/* Proces de lucru — steps */
.elg-process {
    padding: 80px 0;
    background: white;
}
.elg-step {
    position: relative;
    text-align: center;
    padding: 30px 20px;
}
.elg-step-num {
    width: 56px; height: 56px;
    margin: 0 auto 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%);
    color: black;
    font-weight: 700;
    font-size: 20px;
    border-radius: 50%;
    box-shadow: 0 10px 22px rgba(13,59,47,.25);
}
.elg-step h4 {
    font-family: var(--elg-heading-font);
    color: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%);
    font-size: 20px;
    margin-bottom: 8px;
}
.elg-step p { color: #555; font-size: 14px; }

@media (max-width: 991.98px) {
    .elg-step-center {
        flex: 0 0 100% !important;
        max-width: 50% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
@media (max-width: 575.98px) {
    .elg-step-center {
        max-width: 50% !important;
    }
}

/* Page header (sub-pagini) */
.elg-page-header {
    padding: 110px 0 60px;
    background: linear-gradient(135deg, var(--elg-primary) 0%, var(--elg-primary-2) 100%);
    color: #000000;
    text-align: center;
}
.elg-page-header h1 {
    color: #000000;
    font-size: clamp(32px, 4vw, 52px);
    margin-bottom: 14px;
}
.elg-page-header p { color: rgba(0, 0, 0, 0.85); max-width: 680px; margin: 0 auto; }
.elg-page-header .breadcrumb-links {
    margin-top: 18px;
    font-size: 14px;
}
.elg-page-header .breadcrumb-links a { color: #000000; text-decoration: none; }

/* Responsive ajustÄƒri */
@media (max-width: 991.98px) {
    .floating-contacts { right: 14px; bottom: 14px; }
    .floating-contacts .fc-btn { width: 48px; height: 48px; font-size: 18px; }
}

/* =====================================================
   PRELOADER CUSTOM Econom LuxGrup (peste cel de șablon)
   ===================================================== */
#preloader {
    background: #ffffff !important;
}
/* Ascundem elementele vechi ale template-ului HOMZ dacÄƒ mai apar undeva */
#preloader .home-icon,
#preloader .txt-loading,
#preloader .letters-loading { display: none !important; }

#preloader .elg-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    animation: elgFadeIn .4s ease;
}
#preloader .elg-loader-mark {
    width: 72px; height: 72px;
    animation: elgPulseScale 1.4s ease-in-out infinite;
}
#preloader .elg-loader-bar {
    width: 200px;
    height: 3px;
    background: rgba(13,59,47,.1);
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}
#preloader .elg-loader-bar span {
    position: absolute;
    top: 0; left: -40%;
    width: 40%; height: 100%;
    background: linear-gradient(90deg, transparent, var(--elg-primary), var(--elg-accent), transparent);
    border-radius: 999px;
    animation: elgSlide 1.2s ease-in-out infinite;
}
@keyframes elgPulseScale {
    0%, 100% { transform: scale(1); opacity: 1; }
    50%      { transform: scale(1.08); opacity: .85; }
}
@keyframes elgSlide {
    0%   { left: -40%; }
    100% { left: 100%; }
}
@keyframes elgFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
#preloader.elg-hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}

/* Punct auriu elegant în locul iconițelor template din kickere */
.elg-kicker-dot {
    display: inline-block;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--elg-accent);
    box-shadow: 0 0 0 4px rgba(199, 164, 90, .18);
    margin-right: 10px;
    vertical-align: middle;
}

/* Logo SVG — responsive în header/footer */
.site-logo img,
.mobile-logo img,
.logos img,
.footer-logo-area img {
    max-width: 220px;
    height: auto;
}
.mobile-logo img { max-width: 170px; }


/* =====================================================
   SECTIUNEA DESPRE NOI - ajustari + responsive complet
   ===================================================== */

.about1-section-area .author-images .img1 {
    border-radius: 14px; overflow: hidden;
    aspect-ratio: 3 / 4;
}
.about1-section-area .author-images .img1 img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}

.about1-section-area .city-area {
    margin-top: 20px; background: var(--elg-primary-gradient); color: #fff !important;
    border-radius: 14px; padding: 18px 20px;
    display: flex; gap: 14px; align-items: flex-start;
    box-shadow: 0 18px 40px rgba(22, 77, 89, 0.25);
}
.about1-section-area .city-area .icons {
    flex-shrink: 0; width: 44px; height: 44px;
    background: #fff; border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center; padding: 8px;
}
.about1-section-area .city-area .icons img { width: 100%; height: 100%; }
.about1-section-area .city-area .content a {
    color: #fff; font-family: var(--elg-heading-font);
    font-size: 18px; font-weight: 700; text-decoration: none;
    display: block; margin-bottom: 4px; line-height: 1.25;
}
.about1-section-area .city-area .content a:hover { color: var(--elg-primary-gradient); }
.about1-section-area .city-area .content p {
    color: rgba(255, 255, 255, 0.8); font-size: 13.5px; margin: 0; line-height: 1.5;
}

.about1-section-area .about-content-header h5 {
    color: var(--elg-section-h5) !important; font-size: 15px;
    margin-bottom: 12px; display: flex; align-items: center; gap: 10px;
}
.about1-section-area .about-content-header h5 img { height: 20px; width: auto; }
.about1-section-area .about-content-header h2 {
    font-family: var(--elg-heading-font);
    font-size: clamp(28px, 3vw, 42px);
    color: #0b0b0b; line-height: 1.15; margin: 0;
}
.about1-section-area .about-content-header p {
    color: #555; font-size: 16px; line-height: 1.7;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about1-section-area .col-lg-7,
    .about1-section-area .col-lg-5 { flex: 0 0 100%; max-width: 100%; }
    .about1-section-area .col-lg-5 { margin-top: 40px; }
    .about1-section-area .space90 { height: 40px !important; }
}

@media (max-width: 767.98px) {
    .about1-section-area { padding: 60px 0 !important; }
    .about1-section-area .col-lg-7,
    .about1-section-area .col-lg-5,
    .about1-section-area .col-md-6 { flex: 0 0 100%; max-width: 100%; }
    .about1-section-area .space90,
    .about1-section-area .space30 { height: 20px !important; }
    .about1-section-area .author-images { margin-bottom: 20px; }
    .about1-section-area .author-images .img1 { aspect-ratio: 4 / 3; max-height: 320px; }
    .about1-section-area .col-lg-5 { margin-top: 30px; }
    .about1-section-area .about-content-header h2 { font-size: 28px; }
    .about1-section-area .city-area { padding: 14px 16px; }
    .about1-section-area .city-area .content a { font-size: 17px; }
}

/* =====================================================
   SECTIUNEA GALERIE/PORTOFOLIU — stil modern cu overlay
   ===================================================== */
.gallery1-section-area .galler-author-area {
    position: relative;
    margin-bottom: 24px;
    border-radius: 14px;
    overflow: hidden;
    background: #f5f5f5;
}
.gallery1-section-area .galler-author-area .img1 {
    position: relative;
    overflow: hidden;
    display: block;
}
.gallery1-section-area .galler-author-area .img1 a {
    display: block;
}
.gallery1-section-area .galler-author-area .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}
.gallery1-section-area .galler-author-area:hover .img1 img {
    transform: scale(1.07);
}
.gallery1-section-area .galler-author-area .img1::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(22, 77, 89, .85) 100%);
    opacity: 0;
    transition: opacity .35s ease;
}
.gallery1-section-area .galler-author-area:hover .img1::after,
.gallery1-section-area .galler-author-area.active .img1::after {
    opacity: 1;
}

/* Content overlay (titlu + categorie + read more) */
.gallery1-section-area .galler-author-area .content-area {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    padding: 18px 22px;
    color: #fff;
    z-index: 2;
    transition: bottom .4s ease;
}
.gallery1-section-area .galler-author-area:hover .content-area,
.gallery1-section-area .galler-author-area.active .content-area {
    bottom: 0;
}
.gallery1-section-area .galler-author-area .content-area > a:first-child {
    color: #fff;
    font-family: var(--elg-heading-font);
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    line-height: 1.2;
}
.gallery1-section-area .galler-author-area .content-area > a:first-child:hover {
    color: var(--elg-accent);
}
.gallery1-section-area .galler-author-area .content-area p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 1.4;
}
.gallery1-section-area .galler-author-area .content-area .readmore {
    color: var(--elg-accent);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.gallery1-section-area .galler-author-area .content-area .readmore:hover {
    color: #fff;
}

/* Setare înălțimi pentru pattern asimetric (2 / 3 / 2) */
.gallery1-section-area .col-lg-4 .galler-author-area {
    height: auto;
}

/* Gallery header */
.gallery1-section-area .gallery-header h5 {
    color: var(--elg-section-h5) !important;
    font-size: 15px;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.gallery1-section-area .gallery-header h5 img { height: 20px; }
.gallery1-section-area .gallery-header h2 {
    font-family: var(--elg-heading-font);
    font-size: clamp(28px, 3.6vw, 46px);
    color: #0b0b0b;
    line-height: 1.15;
    margin-bottom: 50px;
}

/* Portfolio filters (pagina portofoliu) */
.elg-portfolio-filters {
    margin-bottom: 40px;
}
.elg-filter-btn {
    padding: 9px 18px;
    margin: 4px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all .25s ease;
}
.elg-filter-btn:hover {
    border-color: var(--elg-primary);
    color: var(--elg-primary);
}
.elg-filter-btn.active {
    background: var(--elg-primary);
    border-color: var(--elg-primary);
    color: #fff;
}

/* Responsive */
@media (max-width: 991.98px) {
    .gallery1-section-area .col-lg-4 .row .col-lg-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 767.98px) {
    .gallery1-section-area { padding: 60px 0 !important; }
    .gallery1-section-area .gallery-header h2 { font-size: 26px; margin-bottom: 30px; }
    .gallery1-section-area .col-lg-4 .row .col-lg-12,
    .gallery1-section-area .col-md-6,
    .gallery1-section-area .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gallery1-section-area .galler-author-area {
        margin-bottom: 16px;
    }
    .gallery1-section-area .galler-author-area .img1 img {
        max-height: 260px;
    }
    /* Pe mobile nu ascundem content-ul cu bottom:-100% — arătăm mereu */
    .gallery1-section-area .galler-author-area .content-area {
        bottom: 0;
        background: linear-gradient(180deg, transparent 0%, rgba(22, 77, 89, .85) 60%);
        padding: 30px 18px 14px;
    }
    .gallery1-section-area .galler-author-area .img1::after {
        opacity: 1;
    }
    .elg-portfolio-filters { margin-bottom: 24px; }
    .elg-filter-btn { padding: 7px 14px; font-size: 13px; }
}

/* =====================================================
   GALERIE PORTOFOLIU — aliniere cards uniformă
   (NU afectează .location1-section-area = Servicii, care rămâne cu designul original din main.css)
   ===================================================== */

/* Cards portofoliu - aspect ratio uniform */
.gallery1-section-area .galler-author-area .img1 {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 14px;
    flex-shrink: 0;
    margin-bottom: 0;
}
.gallery1-section-area .galler-author-area .img1 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
}

/* Mobile: portofoliu cards stivuite uniform */
@media (max-width: 767.98px) {
    .gallery1-section-area .galler-author-area .img1 {
        aspect-ratio: 4 / 3 !important;
    }
}

/* =====================================================
   DESPRE NOI - cardul about-img3 trebuie sa fie 320x180 (aspect 16:9)
   ===================================================== */
.about1-section-area .about-images-area .author-images .img1.elg-about-compact {
    aspect-ratio: 320 / 180 !important;   /* = 16:9 */
    max-height: 180px;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 14px;
    overflow: hidden;
}
.about1-section-area .about-images-area .author-images .img1.elg-about-compact img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Pe desktop (lg) sa fie aliniata spre stanga (inceputul coloanei), nu centrata */
@media (min-width: 992px) {
    .about1-section-area .about-images-area .author-images .img1.elg-about-compact {
        margin-left: 0;
    }
}

/* =====================================================
   SERVICE DETAIL – Pergole / galerie imagini
   .property-single-area este containerul folosit în
   paginile de service-detail (Pergole.php etc.)
   ===================================================== */

/* Containerul mare (prima imagine) – are nevoie de înălțime ca
   height:100% pe img să funcționeze cu object-fit:cover */
.property-single-area .img1 {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
}

/* Anulăm padding-ul negativ default al .row din Bootstrap
   care cauzează overflow horizontal */
.property-single-area .images-area .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.property-single-area .images-area .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.property-single-area .images-area .img1 {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
}

.property-single-area .img1 img,
.property-single-area .images-area .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Responsive: pe mobil imaginile să fie una sub alta */
@media (max-width: 767.98px) {
    .property-single-area .img1 {
        margin-bottom: 20px;
    }
    .property-single-area .images-area .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
}

/* =====================================================
   PORTFOLIO DETAIL - Imagine principală optimizată
   ===================================================== */
.images-area2 .images {
    max-height: 500px;
    overflow: hidden;
    border-radius: 8px;
}

.images-area2 .images img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}

/* Responsive pentru imagini portfolio */
@media (max-width: 991.98px) {
    .images-area2 .images {
        max-height: 400px;
    }
    .images-area2 .images img {
        max-height: 400px;
    }
}

@media (max-width: 575.98px) {
    .images-area2 .images {
        max-height: 300px;
    }
    .images-area2 .images img {
        max-height: 300px;
    }
}

/* =====================================================
   ABOUT PAGE - Imagini dimensiuni fixe
   ===================================================== */

/* Imagine mică din hero (col-lg-3) - Verticală/Portrait până la counters */
.inner-others-area .col-lg-3 .images {
    width: 100%;
    max-width: 290px;
    height: 630px;
    overflow: hidden;
    border-radius: 8px;
}

.inner-others-area .col-lg-3 .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Imagine mare din hero (col-lg-9) - Orizontală/Landscape */
.inner-others-area .other-area .img1 {
    width: 100%;
    height: 380px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 32px;
}

.inner-others-area .other-area .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Galerie About - imagini medii */
.about-images-area .author-images .img1 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.about-images-area .author-images .city-area {
    margin-top: 20px;
}

/* Imaginile din secțiunea Mission */
.mission-section-area .images img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

/* Imaginea din secțiunea Visit Office */
.visit-section-area .images img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 991.98px) {
    .inner-others-area .col-lg-3 .images {
        height: 300px;
        max-width: 100%;
    }
    
    .inner-others-area .other-area .img1 {
        height: 250px;
    }
    
    .about-images-area .author-images .img1 img {
        height: 200px;
    }
    
    .mission-section-area .images img {
        height: 300px;
    }
    
    .visit-section-area .images img {
        height: 350px;
    }
}

/* =====================================================
   PORTFOLIO CARDS - Tot cardul este clickabil
   ===================================================== */
.elg-portfolio-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.elg-portfolio-card-link:hover {
    transform: translateY(-5px);
}

.elg-portfolio-card-link .galler-author-area {
    cursor: pointer;
}

.elg-portfolio-card-link .content-area a,
.elg-portfolio-card-link .content-area h3 {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}

.elg-portfolio-card-link:hover .content-area h3 {
    color: var(--elg-accent);
}

.elg-about-features {
    list-style: none !important; /* Elimină punctele standard ale listei */
    padding: 0 !important; /* Elimină padding-ul standard al listei */
}

.elg-about-features li {
    display: flex !important; /* Folosește flexbox pentru aliniere */
    align-items: center !important; /* Aliniază iconița pe mijlocul rândului de text */
    margin-bottom: 12px !important; /* Spațiu între rândurile listei */
}

.feat-icon {
    margin-right: 15px !important; /* <--- Aici modifici spațiul dintre iconiță și text */
    min-width: 20px !important;    /* Opțional: asigură un aliniament vertical perfect pentru toate textele */
    text-align: center !important;
}

/* =====================================================
   FOOTER — aliniere stânga pe mobil
   ===================================================== */
@media (max-width: 991.98px) {
    .footer1-section-area .footer-logo-area,
    .footer1-section-area .footer-logo-area p,
    .footer1-section-area .footer-logo-area form,
    .footer1-section-area .footer-logo-area .subscribe-form,
    .footer1-section-area .input-group-newsletter {
        text-align: left !important;
    }
    .footer1-section-area .footer-logo-area ul {
        justify-content: flex-start !important;
    }
    .footer1-section-area .footer-logo-area ul li {
        text-align: left !important;
    }
    .footer1-section-area .elg-footer-callback-title,
    .footer1-section-area .elg-footer-callback-note,
    .footer1-section-area .elg-footer-callback-thanks {
        text-align: left !important;
    }
    .footer1-section-area .footer-header {
        text-align: left !important;
    }
    .footer1-section-area .footer-header h3 {
        text-align: left !important;
        display: block !important;
    }
    .footer1-section-area .footer-header ul {
        padding-left: 0 !important;
    }
    .footer1-section-area .footer-header ul li {
        text-align: left !important;
        justify-content: flex-start !important;
    }
    .footer1-section-area .footer-header.padding-left,
    .footer1-section-area .footer-header.padding-left1 {
        padding-left: 0 !important;
    }
    .footer1-section-area .copyright {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
    }
    .footer1-section-area .copyright .pera p {
        text-align: left !important;
    }
    .footer1-section-area .copyright-credit {
        margin-top: 6px;
        text-align: left !important;
    }
}

.footer1-section-area .copyright-credit a {
    color: var(--ztc-text-text-3, #666);
    font-family: var(--ztc-family-font2, inherit);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    opacity: 0.7;
    transition: all .3s ease;
    white-space: nowrap;
}
.footer1-section-area .copyright-credit a:hover {
    opacity: 1;
    color: var(--elg-accent);
}

/* =====================================================
   MOBILE SIDEBAR MENU — redesign calitativ
   ===================================================== */
.mobile-sidebar.mobile-sidebar1 {
    background: #ffffff !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 400px;
    left: -100% !important;
    box-shadow: none;
    display: flex;
    flex-direction: column;
}
.mobile-sidebar.mobile-sidebar1.mobile-menu-active {
    left: 0 !important;
    box-shadow: 6px 0 30px rgba(0, 0, 0, 0.12);
}

/* — Header sidebar — */
.mobile-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}
.mobile-sidebar-logo img {
    height: 40px;
    width: auto;
}
.mobile-sidebar-header .menu-close {
    position: static;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333;
    border-radius: 10px;
    background: #f5f5f5;
    transition: all .25s ease;
    cursor: pointer;
}
.mobile-sidebar-header .menu-close:hover {
    background: #e8e8e8;
    color: #111;
}

/* — Nav links — */
.mobile-sidebar .mobile-nav {
    flex: 1;
    overflow-y: auto;
    padding: 12px 0 0;
}
.mobile-sidebar .mobile-nav-list {
    margin-top: 0 !important;
    max-height: none !important;
    overflow: visible;
    padding: 0;
    list-style: none;
}
.mobile-sidebar .mobile-nav-list > li > a {
    font-family: var(--elg-body-font) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    padding: 14px 16px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    transition: background .2s ease, color .2s ease;
}
.mobile-sidebar .mobile-nav-list > li > a:hover,
.mobile-sidebar .mobile-nav-list > li > a:active {
    background: #fafafa !important;
    color: var(--elg-primary) !important;
}
.mobile-sidebar .mobile-nav-list > li > a.active,
.mobile-sidebar .mobile-nav-list > li.active > a {
    color: var(--elg-primary) !important;
}

/* — Submenu (servicii) — */
.mobile-sidebar .sub-menu {
    display: none;
    padding: 0;
    background: #fafafa;
}
.mobile-sidebar .sub-menu li a {
    font-family: var(--elg-body-font) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #555 !important;
    padding: 11px 16px 11px 28px !important;
    display: block !important;
    border-bottom: 1px solid #f0f0f0;
    transition: all .2s ease;
}
.mobile-sidebar .sub-menu li a:hover {
    color: var(--elg-primary) !important;
    background: #f5f0e6 !important;
    padding-left: 40px !important;
}

/* — Submenu toggle icon — */
.mobile-sidebar .has-sub {
    position: relative;
}

/* Zona toggler: doar o patratelă în dreapta, nu tot rândul */
.mobile-sidebar .submenu-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    left: auto !important;
    width: 44px !important;
    height: 44px !important;
    min-height: 44px;
    z-index: 10;
    cursor: pointer;
    background: transparent;
    pointer-events: auto;
}

/* Ascunde liniile de plus default din mobile.css */
.mobile-sidebar .submenu-button:before,
.mobile-sidebar .submenu-button:after {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Adauga icon chevron FontAwesome in em */
.mobile-sidebar .submenu-button em {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-style: normal;
    width: 100%;
    height: 100%;
    transition: transform .25s ease;
}

.mobile-sidebar .submenu-button em::before {
    content: '\f078';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    font-size: 12px;
    color: #999;
    display: inline-block;
    transition: all .25s ease;
}

/* Rotire si culoare cand e deschis */
.mobile-sidebar .submenu-button.submenu-opened em::before {
    transform: rotate(180deg);
    color: var(--elg-primary);
}

/* Link-ul din has-sub sa lase spatiu pentru icon */
.mobile-sidebar .has-sub > a {
    padding-right: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.mobile-sidebar .has-sub > a .submenu-toggle {
    pointer-events: none;
    margin-left: auto;
}

/* — Bottom section (CTA, lang, contact, social) — */
.mobile-sidebar-bottom {
    border-top: 1px solid #f0f0f0 !important;
    padding: 20px 16px 28px !important;
    background: #fafafa !important;
    flex-shrink: 0 !important;
}
.mobile-sidebar-cta {
    margin-bottom: 16px;
}
.mobile-cta-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    text-align: center;
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%) !important;
    border: none !important;
    color: #1a1a1a !important;
    box-shadow: 0 4px 15px rgba(255, 178, 67, .35);
    transition: all .25s ease;
}
.mobile-cta-btn:hover {
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%) !important;
    color: #0b0b0b !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 178, 67, .45);
}

/* — Language switcher — */
.mobile-sidebar-lang {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
}
.mobile-sidebar-lang .lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 34px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #555;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    transition: all .2s ease;
}
.mobile-sidebar-lang .lang-btn:hover {
    border-color: var(--elg-primary);
    color: var(--elg-primary);
}
.mobile-sidebar-lang .lang-btn.active {
    background: var(--elg-primary);
    color: #fff;
    border-color: var(--elg-primary);
}

/* — Contact info — */
.mobile-sidebar-contact h3 {
    font-family: var(--elg-heading-font);
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.mobile-sidebar-contact ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.mobile-sidebar-contact ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    font-size: 14px;
    color: #555;
}
.mobile-sidebar-contact ul li a {
    color: #555;
    text-decoration: none;
    transition: color .2s ease;
}
.mobile-sidebar-contact ul li a:hover {
    color: var(--elg-primary);
}
.msc-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(230, 152, 0, 0.1);
    color: var(--elg-primary);
    font-size: 13px;
    flex-shrink: 0;
}

/* — Social icons — */
.mobile-sidebar-social {
    display: flex;
    gap: 10px;
    padding-top: 4px;
}
.mobile-sidebar-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #f0f0f0;
    color: #555;
    font-size: 16px;
    text-decoration: none;
    transition: all .25s ease;
}
.mobile-sidebar-social a:hover {
    background: var(--elg-primary);
    color: #fff;
}

/* — Mobile header bar — */
.mobile-header-elements {
    background: #ffffff;
}
.mobile-nav-icon.dots-menu {
    color: #1a1a1a !important;
    border-color: #e0e0e0 !important;
    border-radius: 10px !important;
    transition: all .25s ease;
}
.mobile-nav-icon.dots-menu:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

/* Body overlay (pentru mobile sidebar) */
.body-overlay.active {
    opacity: .5 !important;
    visibility: visible !important;
    height: 100vh !important;
}

/* =====================================================
   SERVICE HERO — video background în loc de imagine
   ===================================================== */
.inner2-section-area.service-hero-video {
    position: relative;
    overflow: hidden;
    background-image: none !important;
    background-color: #0b0b0b;
}

.service-hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.service-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.inner2-section-area.service-hero-video > .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .inner2-section-area.service-hero-video {
        padding: 140px 0 60px;
    }
    .service-hero-bg-video {
        object-fit: cover;
        object-position: center center;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .inner2-section-area.service-hero-video {
        padding: 170px 0 80px;
    }
}

/* — Subscribe button (footer newsletter) — gradient auriu */
.subscribe-btn {
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%) !important;
    color: #1a1a1a !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(255, 178, 67, .35);
    transition: all .25s ease;
}
.subscribe-btn:hover {
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%) !important;
    color: #1a1a1a !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(255, 178, 67, .45);
}

/* Override: butoanele din hero servicii trebuie să aibă text negru */
.inner2-section-area .inner-header a.header-btn1,
.inner2-section-area .inner-header a.header-btn1:hover,
.inner2-section-area .inner-header a.header-btn1:focus {
    color: #1a1a1a !important;
}

/* =====================================================
   FOOTER — Imagine fundal + overlay + contrast optimizat
   ===================================================== */
.footer1-section-area {
    background: url('../img/footer-bg.jpg') center center / cover no-repeat !important;
    padding: 48px 0 20px 0 !important;
    position: relative !important;
}
.footer1-section-area::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, 0.45) !important;
    z-index: 0 !important;
    pointer-events: none !important;
}
.footer1-section-area > .container {
    position: relative !important;
    z-index: 1 !important;
}

/* Titluri — alb bold */
.footer1-section-area .footer-header h3 {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-bottom: 4px !important;
}
.footer1-section-area .footer-logo-area p {
    color: #ffffff !important;
    opacity: 1 !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

/* Linkuri — alb, hover auriu */
.footer1-section-area .footer-header ul li a,
.footer1-section-area .footer-header ul li a:link,
.footer1-section-area .footer-header ul li a:visited,
.footer1-section-area .footer-header ul li a:focus {
    color: #ffffff !important;
    transition: color .2s ease, text-shadow .2s ease !important;
}
.footer1-section-area .footer-header ul li a:hover {
    color: var(--elg-primary) !important;
    text-shadow: 0 1px 4px rgba(0,0,0,.25) !important;
}
.footer1-section-area .footer-header ul li span,
.footer1-section-area .footer-header ul li span * {
    color: #ffffff !important;
}

/* Social icons — fond alb/semitransparent, hover auriu */
.footer1-section-area .footer-logo-area ul li a {
    color: #ffffff !important;
    background: rgba(255,255,255,.18) !important;
    border-color: rgba(255,255,255,.3) !important;
    transition: all .25s ease !important;
}
.footer1-section-area .footer-logo-area ul li a:hover {
    background: var(--elg-primary) !important;
    border-color: var(--elg-primary) !important;
    color: #1A1A1A !important;
}

/* Copyright — linie subtilă, text alb */
.footer1-section-area .copyright {
    border-top: 1px solid rgba(255, 255, 255, .15) !important;
    padding-top: 16px !important;
}
.footer1-section-area .copyright .pera p {
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 13px !important;
}
.footer1-section-area .copyright-credit a {
    color: #ffffff !important;
    font-size: 12px !important;
}
.footer1-section-area .copyright-credit a:hover {
    color: var(--elg-primary) !important;
    opacity: 1 !important;
}

/* Input telefon — alb cu bordură subtilă, text alb */
.footer1-section-area .footer-logo-area form input {
    background: rgba(255,255,255,.12) !important;
    border: 1px solid rgba(255, 255, 255, .3) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
}
.footer1-section-area .footer-logo-area form input::placeholder {
    color: rgba(255, 255, 255, .6) !important;
}
.footer1-section-area .footer-logo-area form input:focus {
    border-color: var(--elg-primary) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(230, 152, 0, .25) !important;
}

/* Buton Trimite — auriu gradient */
.footer1-section-area .subscribe-btn {
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%) !important;
    color: #1A1A1A !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(255, 178, 67, .35) !important;
    transition: all .25s ease !important;
}
.footer1-section-area .subscribe-btn:hover {
    background: linear-gradient(180deg, #FFC34A 0%, #FFB243 50%, #f09d28 100%) !important;
    color: #0b0b0b !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(255, 178, 67, .45) !important;
}

/* Callback title/note — alb */
.elg-footer-callback-title {
    display: inline-block;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.elg-footer-callback-title strong {
    color: #ffffff !important;
    font-weight: 700;
}
.elg-footer-callback-note {
    color: rgba(255, 255, 255, .8) !important;
    font-size: 13px !important;
}
.elg-footer-callback-thanks {
    color: var(--elg-primary) !important;
    font-weight: 600 !important;
}

/* =====================================================
   FOOTER — Compact: spacers, padding, margins
   ===================================================== */
@media (max-width: 767px) {
    .footer1-section-area {
        padding: 36px 0 16px 0 !important;
    }
}
.footer1-section-area .footer-logo-area form {
    margin-top: 16px !important;
}
.footer1-section-area .footer-logo-area ul {
    margin-top: 14px !important;
}
.footer1-section-area .footer-logo-area ul li a {
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
}
.footer1-section-area .footer-header ul li a {
    margin-top: 10px !important;
    line-height: 20px !important;
    font-size: 14.5px !important;
}
.footer1-section-area .footer-header ul li span {
    margin-top: 10px 8px 0 0 !important;
}
.footer1-section-area .footer-header.padding-left {
    padding-left: 0 !important;
}
.footer1-section-area .footer-header.padding-left1 {
    padding-left: 0 !important;
}
/* Spacer overrides inside footer */
.footer1-section-area .space16,
.footer1-section-area .space20 {
    height: 8px !important;
}
.footer1-section-area .space32 {
    height: 12px !important;
}
.footer1-section-area .space30 {
    height: 10px !important;
}
.footer1-section-area .space50 {
    height: 16px !important;
}
@media (max-width: 767px) {
    .footer1-section-area .space30 {
        height: 8px !important;
    }
}

/* CTA section: spacing between text and buttons on mobile */
@media (max-width: 767px) {
    .cta1-section-area .col-lg-5.text-lg-end {
        margin-top: 20px;
        text-align: left !important;
    }
}

/* =====================================================
   CTA + Service Hero — butoane pe o singură linie (RU text lung)
   ===================================================== */
.service-hero-btns {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px;
    flex-wrap: nowrap !important;
    margin-top: 4px;
}
.service-hero-btns .header-btn1 {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px;
    color: #1a1a1a !important;
    white-space: nowrap;
    flex-shrink: 0;
}
.cta1-section-area .col-lg-5.text-lg-end .header-btn1 {
    white-space: nowrap;
    flex-shrink: 0;
}

@media (min-width: 992px) {
    .cta1-section-area .col-lg-5.text-lg-end {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        flex-wrap: nowrap;
    }
}

@media (max-width: 991.98px) {
    .service-hero-btns .header-btn1,
    .cta1-section-area .header-btn1 {
        padding: 12px 16px !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
    }
    .service-hero-btns {
        gap: 10px;
    }
}

@media (max-width: 767.98px) {
    .cta1-section-area .col-lg-5.text-lg-end {
        margin-top: 20px;
        text-align: left !important;
        display: flex !important;
        align-items: center;
        gap: 8px;
        flex-wrap: nowrap !important;
    }
    .service-hero-btns,
    .cta1-section-area .col-lg-5.text-lg-end {
        gap: 8px !important;
    }
    .service-hero-btns .header-btn1,
    .cta1-section-area .header-btn1 {
        padding: 10px 12px !important;
        font-size: 12.5px !important;
        line-height: 1.3 !important;
    }
    .service-hero-btns .header-btn1 img,
    .service-hero-btns .header-btn1 i,
    .cta1-section-area .header-btn1 img,
    .cta1-section-area .header-btn1 i {
        width: 14px !important;
        height: 14px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 400px) {
    .service-hero-btns .header-btn1,
    .cta1-section-area .header-btn1 {
        padding: 9px 10px !important;
        font-size: 11.5px !important;
    }
}

