/* ===== Base ===== */
* { box-sizing: border-box; }
body{
  min-height: 100vh;
  margin: 0;
  color: #e9eef0;

  background:
    radial-gradient(1500px 1500px at 10% 15%, rgba(0, 255, 140, .30), transparent 55%),
    radial-gradient(1500px 1500px at 90% 10%, rgba(0, 255, 140, .22), transparent 60%),
    radial-gradient(1500px 1500px at 50% 105%, rgba(0, 255, 140, .18), transparent 60%),
    #07110d;
}
/* Particles background */
#particles-js{
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.glow-wrap,
.EXPERIENTA-shell,
.navbar,
.site-footer{
  position: relative;
  z-index: 1;
}

/* wrapper-ul verde + “tablou” central */
.glow-wrap{
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 20px;
}
.EXPERIENTA-shell{
  width: min(1320px, 92vw);     
  min-height: 85vh;
  margin: 0 auto;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(2.5px);
  border: 1px solid rgba(0,255,140,.35);
  border-radius: 16px;
  box-shadow:
    0 0 0 14px rgba(0, 255, 140, .08),
    0 40px 90px rgba(0,0,0,.65);
  overflow: hidden;
}

/* ===== Navbar ===== */
/* Chenar pentru fiecare item din navbar */
.navbar-dark .navbar-nav .nav-link{
  padding: 10px 16px;                 
  border-radius: 999px;               
  border: 1px solid rgba(0,255,140,.35);
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(6px);
  transition: .2s ease;
}
/* ===== Language button EN/RO ===== */
.lang-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.lang-btn:hover .lang-img{
  filter:
    drop-shadow(0 0 3px rgba(0,255,140,.45))
    drop-shadow(0 0 8px rgba(0,255,140,.25));
  transform: scale(1.0);
}
.lang-img{
  height: 140px;   
  width: auto;
  display: block;
}
/* Hover */
.navbar-dark .navbar-nav .nav-link:hover{
  border-color: rgba(0,255,140,.75);
  box-shadow: 0 0 0 2px rgba(0,255,140,.10);
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active{
  color: #fff;
}
.nav-link{
  display: inline-flex;
  align-items: center;
  gap: 12px;                 
  font-weight: 600;
}

.nav-link{
  font-size: clamp(20px, 1.4vw, 30px);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nav-link i{
  font-size: clamp(20px, 1.5vw, 30px);
}
/* SUS - Logo-ul meu*/
.brand-mark{
  width: 46px; height: 46px;
  border-radius: 12px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  box-shadow: inset 0 0 0 2px rgba(0,255,140,.12);
}
/* ===== PARTEA STANGA ===== */
.EXPERIENTA-name{
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
   letter-spacing: .6px;
  text-transform: uppercase;
}
.EXPERIENTA-name__light{
  font-weight: 700;
  font-size: clamp(18px, 2vw, 28px);
  opacity: .9;
}
.EXPERIENTA-divider{
  width: 380px;
  height: 4px;
  background: rgba(255,255,255,.7);
  margin: 10px 0 14px 0;
}
.EXPERIENTA-text{
   font-size: clamp(1rem, 1.6vw, 1.4rem);
  line-height: 1.9;
  letter-spacing: 0.25px;
  color: rgba(255,255,255,0.9);
  max-width: 80ch;
}
.services-accordion .accordion-button {
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.3px;
}
.logo-img{
  height: 250px;      
  width: auto;
  object-fit: contain;
}

/* ===== Experienta documentatii cadastrale ===== */
.mini-stat{
  margin-top: auto;
  margin-bottom: 80px;
  margin-left: 80px;
  display: inline-block;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 30px;
  color: rgba(255,255,255,.88);
  font-weight: 500;
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(6px);
  border: 5px solid rgba(0,255,140,.45);
  box-shadow: 0 0 0 8px rgba(0,255,140,.12);
  box-sizing: border-box;
  width: fit-content;
  }
.mini-stat__title{
  font-size: 25px;
  color: rgba(255,255,255,.85);
  margin-bottom: 10px;
  white-space: nowrap;
  }
.mini-stat__value{
  font-size: clamp(30px, 3.2vw, 45px);
  font-weight: 900;
  color: #fff;
  letter-spacing: .2px;
}
.mini-stat--right{ width: fit-content; }

/* "Clienți mulțumiți" */
.mini-stat--right{
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.mini-stat--right:hover{
  transform: translateY(-4px) !important;
  border-color: rgba(0,255,140,.9) !important;
  box-shadow: 0 0 0 10px rgba(0,255,140,.18), 0 25px 60px rgba(0,0,0,.6) !important;
}


/* ===== FOTO CENTRU ===== */
.photo-card{
  width: fit-content;
  height: auto;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.photo-img{
  margin-top: -80px; 
  max-width: 80%;
  height: auto;
  object-fit: initial;
  display: block;
}

/* ===== PARTEA DREAPTA ===== */
.right-stack{
  display: flex;
  flex-direction: column;
  gap: 20px;   
}
.exp-block{
  padding-top: 0;
  margin-top: 0px;   
}
.exp-label{
  font-size: 25px;             
  line-height: 1.2;
  font-weight: 700;
  max-width: 260px;
  letter-spacing: .3px;
  color: rgba(255,255,255,.85);
  margin-bottom: 8px;
}
.exp-value{
  margin: 0;
  font-size: clamp(40px, 3.2vw, 45px);
  font-weight: 900;
  line-height: 1;
}
.exp-frame{
  display: flex;
  align-items: center;             
  justify-content: space-between;
  gap: 24px;

  padding: 16px 28px;
  border-radius: 30px;

  background: rgba(0,0,0,.35);
  backdrop-filter: blur(6px);

  border: 5px solid rgba(0,255,140,.45);
  box-shadow: 0 0 0 8px rgba(0,255,140,.12);
  min-width: 320px; 
}
  
.exp-sub{
  display: block;
  font-size: 25px;
  font-weight: 500;
  opacity: .75;
  margin-top: px;
  color: rgba(255,255,255,.88);
}

.cta-btn:hover{
  color: #fff;
  border-color: rgba(0,255,140,.55);
  box-shadow: 0 0 0 6px rgba(0,255,140,.10);
}

/* ===== JOS ===== */
.site-footer{
  margin-top: 5px;
  padding: 14px 10px;
  text-align: center;

  font-size: 18px;
  font-weight: 500;
  letter-spacing: .3px;

  color: rgba(255,255,255,.65);
}
/* ===== ICOANE SOCIALE ===== */
.social-row{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.social-pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 15px;
  font-size: clamp(20px, 1vw, 30px);
  border-radius: 999px;
  border: 1px solid rgba(0,255,140,.45);
  background: rgba(0,0,0,.25);
  backdrop-filter: blur(6px);
  color: rgba(255,255,255,.92);
  text-decoration: none;
  
}
.social-pill i{ font-size: clamp(20px, 1.1vw, 30px); }
.social-pill:hover{
  color: #fff;
  box-shadow: 0 0 0 6px rgba(0,255,140,.10);
}

/* Glow la hover */
.see-testimonials:hover{
  color: #ffffff;
  text-shadow:
    0 0 6px rgba(0,255,140,.6),
    0 0 14px rgba(0,255,140,.35);
}

/* ===== MEDIA RESPONSIVE ===== */
@media (max-width: 576px){
  .glow-wrap{ padding: 16px; }
  .EXPERIENTA-shell{ min-height: auto; }
}
/* ===== Tabel Portofoliu – culoare verde ===== */
.portfolio-table .table{
  background: rgba(0,0,0,.35);
  border: 2px solid rgba(0,255,140,.45);
}

.portfolio-table .table thead th{
  background: rgba(0,255,140,.15);
  color: #eafff4;
  border-color: rgba(0,255,140,.45);
  font-weight: 700;
}

.portfolio-table .table tbody td{
  color: rgba(255,255,255,.9);
  border-color: rgba(0,255,140,.25);
  background: rgba(0,0,0,.25);
}

.portfolio-table .table tbody tr:hover td{
  background: rgba(0,255,140,.08);
}
/* ===== Tabel Portofoliu – text ===== */
.portfolio-table .table th{
  font-size: clamp(20px, 1.1vw, 25px);    
}

.portfolio-table .table td{
  font-size: clamp(20px, 1.1vw, 25px);      
  line-height: 1.4;     
}
.portfolio-page .EXPERIENTA-divider{
  width: 560px;
  height: 4px;
  background: rgba(0,255,140,.7);
  box-shadow: 0 0 8px rgba(0,255,140,.35);
  border-radius: 6px;
}
/* Text principal + liste */
.about-page .EXPERIENTA-text,
.about-page ul,
.about-page li{
  font-size: clamp(20px, 1.1vw, 25px);                
  line-height: 1.7;
  color: rgba(255,255,255,.95);
  text-align: left;             
}

/* Liste – fără indentare stânga */
.about-page ul{
  padding-left: 0;
  list-style-position: inside;
}

/* Titluri secțiuni */
.about-page h2{
  font-size: clamp(20px, 1.1vw, 25px);
  font-weight: 900;
  letter-spacing: .5px;
  color: rgba(0,255,140,.95);
  text-align: left;
  margin-bottom: 16px;
}

/* Subtitluri */
.about-page h6{
  font-size: clamp(20px, 1.1vw, 25px);
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  margin-top: 14px;
}

/* Accent */
.about-page strong{
  color: #ffffff;
  font-weight: 800;
}

/* Responsive – pe mobil */
@media (max-width: 576px){
  .about-page .EXPERIENTA-text,
  .about-page ul,
  .about-page li{
    font-size: clamp(20px, 1.1vw, 25px);             
    line-height: 1.55;
  }

  .about-page h2{
    font-size: clamp(20px, 1.1vw, 25px);
  }
}
/* ===== ABOUT PAGE – Divider size ===== */
.about-page .EXPERIENTA-divider{
  width: 205px;
  height: 4px;
  background: rgba(255,255,255,.7);
  margin: 10px 0 14px 0; 
}
/* Linkuri educație – verde */
.EXPERIENTA-text a{
  color: rgba(0,255,140,.95);   
  text-decoration: none;        
  font-weight: 600;
  transition: .2s ease;
}

/* Hover */
.EXPERIENTA-text a:hover{
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0,255,140,.6);
}

/* Magnific Popup – fundal mai elegant */
.mfp-bg{
  background: rgba(0,0,0,.92);
}
.mfp-image-holder .mfp-content{
  max-width: 1000px;
}
/* ===== WhatsApp floating button ===== */

.whatsapp-float{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  z-index: 9999;
  box-shadow: 0 0 0 6px rgba(37,211,102,.25);
  text-decoration: none;
  transition: .2s ease;
}

/* balonul */
.whatsapp-float .wa-tooltip{
  position: absolute;
  right: 75px;
  background: #25D366;
  color: #000;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
  transition: .2s ease;
}

/* apare la hover */
.whatsapp-float:hover .wa-tooltip{
  opacity: 1;
  transform: translateX(0);
}
/* ===== Services Accordion ===== */
.services-accordion .accordion-item{
  background: transparent;
  border: 1px solid rgba(0,255,140,.25);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
}

.services-accordion .accordion-button{
  background: rgba(0,0,0,.35);
  color: rgba(255,255,255,.92);
  font-weight: 800;
  letter-spacing: .2px;
  padding: 14px 16px;
}

.services-accordion .accordion-button:not(.collapsed){
  background: rgba(0,0,0,.45);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(0,255,140,.10) inset;
}

.services-accordion .accordion-button:focus{
  border-color: rgba(0,255,140,.7);
  box-shadow: 0 0 0 4px rgba(0,255,140,.12);
}

.services-accordion .accordion-body{
  background: rgba(0,0,0,.30);
  color: rgba(255,255,255,.88);
}

.services-subtitle{
  margin-top: 14px;
  font-weight: 800;
  color: rgba(255,255,255,.88);
}

.services-list{
  margin: 10px 0 0 0;
  padding-left: 18px;
}

.services-list li {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.7;
  color: rgba(255,255,255,0.95);
}
.site-footer {
  color: #bfc5d2; 
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: none;
}