/* ============================================================
   SECȚIUNEA 1: CODUL PROPRIU-ZIS (ORDINE ORIGINALĂ)
   ============================================================ */
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { width: 100%; overflow-x: hidden; background: #90704f; font-family: sans-serif; margin: 0; padding: 0; position: relative; }
.header, .des, .midel, .mobila { width: 100%; position: relative; }
.header { background: #90704f; padding: 20px 0; }
.row_first, .venim_cu { max-width: 1500px; width: 95%; margin: 0 auto; }
.first { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.first li { background-color: #faebd76b; padding: 10px; border-radius: 30px; }
ul { list-style-type: none; padding-left: 0; margin: 0; }
.size_down { display: flex; flex-wrap: wrap; justify-content: space-between; color: #fff !important; }
.size_down p { color: #fff !important; }
.size_down a { text-decoration: none; }
.size_down h3 { color: #fff; border-bottom: 1px solid #fff; padding-bottom: 10px; margin-bottom: 20px; }
.container_anpc { width: 100%; text-align: center; padding: 20px 0; }
.rand_logouri { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
.rand_logouri a { padding: 8px; border-radius: 65px; display: flex; align-items: center; width: 250px; }
.rand_logouri img { width: 100%; height: auto; display: block; }
.linie_separare { width: 80%; border: 0; border-top: 1px solid #fff; margin: 10px auto 20px auto; }
.copyright_text { color: #fff !important; font-size: 14px; }
.contact_link i, .fa-brands, .contact_link p { color: #fff !important; }
.logo_header img { width: clamp(120px, 12vw, 217px); height: auto; display: block; transition: transform 0.3s ease; }
.logo_header img:hover { transform: scale(1.05); }
.first ul { display: flex; flex-wrap: wrap; list-style: none; gap: 20px; }
.first a { text-decoration: none; font-weight: 400; font-size: 17px; color: #fff; transition: 0.3s; margin: 0 20px; }
.container, .container_introducere { width: 100%; min-height: 100dvh; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; background-size: cover; background-position: center; background-repeat: no-repeat; text-align: center; }
.container { background-image: url("img/new_img_edt/poza_far_brad.jpeg"); }
.container_introducere { background-image: url("img/new_img_edt/eliminare_masa.jpeg"); }
.container::after, .container_introducere::after { content: ""; position: absolute; inset: 0; background-color: rgba(0, 0, 0, 0.4); z-index: 1; }
.line1, .line2, .container_introducere h1, .container_introducere p { position: relative; z-index: 2; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); margin: 10px; }
.line1 { font-size: clamp(35px, 8vw, 100px); font-weight: 900; }
.line2 { font-size: clamp(18px, 4vw, 40px); font-weight: 700; }
.des { background: #4d392f; padding: 60px 0; }
.des1 { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 40px; max-width: 1500px; width: 95%; margin: 0 auto; }
.interior_image { flex: 1 1 400px; max-width: 600px; height: 450px; border-radius: 30px; overflow: hidden; position: relative; cursor: pointer; }
.interior_image img { width: 100%; height: 100%; object-fit: cover; display: block; object-position: center; }
.mobilier_text { flex: 1 1 400px; max-width: 600px; border: 3px solid white; border-radius: 10px; padding: clamp(20px, 5vw, 40px); color: #fff; position: relative; width: min(600px, 90%); margin: 40px auto; }
.mobila { display: flex; flex-wrap: wrap; gap: 30px; padding: 60px 20px; justify-content: center; background-color: antiquewhite; }
.mob { flex: 1 1 300px; max-width: 350px; background: #766c6c; border-radius: 12px; overflow: hidden; transition: 0.3s; display: flex; flex-direction: column; box-shadow: 0 5px 15px rgba(0,0,0,0.1); color: #fff; }
.mob:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.mob_img { width: 100%; height: 260px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.mob_img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 0.3s ease; }
.contact_link { display: flex; align-items: center; gap: 15px; color: #fff; justify-content: flex-start; }
.footer_legal_notice { width: 100%; max-width: 900px; margin: 40px auto; padding: 20px; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer_legal_notice p { font-size: 13px !important; color: rgba(255, 255, 255, 0.8) !important; line-height: 1.6; margin: 0 auto; }
.footer_legal_notice a { color: #ffffff !important; text-decoration: underline !important; font-weight: 600; transition: 0.3s; }
.footer_legal_notice a:hover { opacity: 0.7; }
.contact-item { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.contact-content { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; }
.contact-content a { color: white !important; text-decoration: none; font-weight: 500; }
.phone-numbers { display: flex; align-items: center; gap: 5px; }
h1, h2, h3 { line-height: 1.2; margin-bottom: 15px; }
p { line-height: 1.6; margin-bottom: 10px; }
h3 { font-size: clamp(20px, 3vw, 30px); border-bottom: 1px solid #fff; padding-bottom: 10px; color: #fff; }
.mobilier_text p { margin: 0; font-size: clamp(15px, 1.1vw, 18px); line-height: 1.8; opacity: 0.9; color: #fff; margin-bottom: 30px; }
.mobilier_text h2, .operare h2 { color: #fff; font-size: clamp(26px, 2.2vw, 36px); font-weight: 700; margin-bottom: 20px; letter-spacing: 1px; }
.size_down { display: flex; align-items: flex-start; justify-content: space-between; max-width: 1500px; width: 95%; margin: 0 auto; padding-bottom: 80px; padding-top: 40px; }
.contact_link p { margin: 0 10px; padding-bottom: 20px; }
.fa-solid { padding-bottom: 10px; }
.fa-brands { font-size: 40px; }
.midel { text-align: center; padding-bottom: 30px; padding-top: 30px; background-color: #1c1410; }
.venim_cu { display: grid; grid-template-columns: repeat(2,1fr); gap: 40px; max-width: 1500px; width: 95%; margin: 0 auto; }
.introducere_venim { display: flex; flex-direction: column; flex: 1 1 400px; max-width: 600px; padding-bottom: 30px; }
.venim_img { position: relative; overflow: hidden; border-radius: 30px; margin: 0; width: 100%; height: auto; background-repeat: no-repeat; background-size: contain; background-position: center; min-height: 400px; }
.venim_img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.operare { padding-top: 15px; }
.operare p { font-size: 18px; margin: 0; line-height: 1.5; color: #fff; font-weight: 300; width: 100%; }
.introducere_text { color: #fff; font-size: clamp(26px, 4vw, 50px); }
.zoom_card:hover img { transform: scale(1.05); }
.card-content { padding: 20px; display: flex; flex-direction: column; gap: 12px; text-align: left; }
.card-content h1 { font-size: clamp(10px, 1vw, 22px); margin: 0; font-weight: 700; }
.card-content p { font-size: clamp(12px, 1.5vw, 16px); line-height: 1.6; padding-top: 10px; color: #eaeaea; }
.zoom_card { cursor: pointer; transition: 0.3s; }
.zoom_card:hover { transform: scale(1.03); }
#overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.85); justify-content: center; align-items: center; z-index: 1000; overflow-y: auto; padding: 20px; }
.overlay-content { max-width: 900px; width: 100%; background: #fff; border-radius: 12px; padding: 20px; display: flex; flex-direction: column; align-items: center; box-shadow: 0 10px 30px rgba(0,0,0,0.5); animation: fadeIn 0.3s ease; position: relative; }
.overlay-content .close { position: absolute; top: 15px; right: 20px; font-size: 36px; color: #fff; cursor: pointer; }
#overlay-img { width: 100%; max-height: 500px; object-fit: contain; border-radius: 8px; margin-bottom: 20px; transition: transform 0.3s ease; }
#overlay-img:hover { transform: scale(1.02); }
#overlay-title { color: black; font-size: clamp(22px, 3vw, 28px); margin-bottom: 10px; text-align: center; }
#overlay-text { color: black; font-size: clamp(14px, 2vw, 18px); line-height: 1.6; text-align: center; }
@keyframes fadeIn { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }
.portofoliu { display: flex; flex-wrap: wrap; background-color: antiquewhite; gap: 100px; padding: 40px; justify-content: center; align-items: stretch; min-height: 500px; height: auto; }
.pof { display: flex; flex-direction: column; flex: 1; text-decoration: none; text-align: center; }
.pof h4 { font-size: 40px; }
.pof img { width: 100%; height: 100%; object-fit: cover; }
.pof p { line-height: 1.6; }
.client-reviews { margin-top: 40px; text-align: center; padding: 20px; }
.client-reviews h3 { margin-bottom: 30px; font-size: 24px; font-weight: 600; }
.swiper { width: 100%; max-width: 500px; margin: 0 auto; position: relative; overflow: visible; padding: 0 60px; }
.swiper-wrapper { align-items: center; }
.swiper-slide { display: flex; justify-content: center; }
.swiper-slide img { width: 100%; max-height: 350px; object-fit: cover; border-radius: 20px; transition: 0.3s ease; }
.swiper-slide img:hover { transform: scale(1.03); }
.swiper-button-next, .swiper-button-prev { z-index: 9999 !important; color: #ffffff !important; width: 45px; height: 45px; top: 50%; transform: translateY(-50%); position: absolute; }
.swiper-button-prev { left: -50px; }
.swiper-button-next { right: -50px; }
.swiper-button-next::after, .swiper-button-prev::after { font-size: 22px; font-weight: bold; }
.swiper-pagination { position: relative; margin-top: 25px; text-align: center; z-index: 9999 !important; }
.swiper-pagination-bullet { background: rgba(255,255,255,0.5); opacity: 1; width: 10px; height: 10px; }
.swiper-pagination-bullet-active { background: #ffffff; }
:root { --swiper-theme-color: #fff !important; }
.contact-container { display: flex; gap: 60px; padding: 60px; background: #f5f5f5; }
.left-side, .right-side { flex: 1; }
.faq-item { border-bottom: 1px solid #ccc; }
.faq-question { width: 100%; padding: 15px 0; background: none; border: none; text-align: left; font-size: 16px; cursor: pointer; }
.faq-answer { display: none; padding-bottom: 15px; }
.map-container { margin-top: 40px; max-width: 100%; border-radius: 12px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.map-container:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2); }
.map-container h3 { color: #000 !important; border-bottom: 1px solid black !important; }
.map-wrapper { position: relative; cursor: pointer; border-radius: 12px; overflow: hidden; }
.map-wrapper iframe { width: 100%; height: 400px; border: 0; pointer-events: none; transition: filter 0.3s ease; filter: grayscale(10%) brightness(95%); }
.map-wrapper:hover iframe { filter: grayscale(0%) brightness(100%); }
.map-overlay { position: absolute; inset: 0; background: rgba(255, 255, 255, 0.0); transition: background 0.3s ease; }
form { display: flex; flex-direction: column; }
form input, form textarea { margin-bottom: 20px; padding: 12px; border: none; border-bottom: 1px solid #999; background: transparent; font-family: 'Poppins', sans-serif; }
form textarea { height: 120px; resize: none; }
form button { padding: 14px; background: #000; color: white; border: none; cursor: pointer; transition: 0.3s; }
form button:hover { background: #444; }
.project-section { background-color: antiquewhite; padding: 100px 20px; text-align: center; font-family: 'Poppins', sans-serif; }
.project-section h2 { font-size: 38px; margin-bottom: 15px; color: #2b2b2b; }
.project-section > p { max-width: 700px; margin: 0 auto 70px auto; font-size: 18px; color: #3a3a3a; }
.project-steps { display: flex; justify-content: center; gap: 35px; list-style: none; padding: 0; flex-wrap: wrap; }
.project-steps li { background: #1f1f1f; color: #ffffff; width: 290px; padding: 30px; border-radius: 20px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15); transition: all 0.4s ease; display: flex; flex-direction: column; align-items: center; }
.project-steps li:hover { transform: translateY(-10px); background: #2c2c2c; }
.project-steps h3 { font-size: 20px; margin-bottom: 10px; color: #f5f5f5; }
.project-steps p { font-size: 15px; color: #dddddd; margin-bottom: 20px; }
.process-image img { width: 100%; height: 170px; object-fit: cover; border-radius: 12px; margin-top: auto; cursor: pointer; transition: 0.3s ease; }
.process-image img:hover { opacity: 0.85; }
.lightbox { display: none; position: fixed; z-index: 9999; padding-top: 60px; inset: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); }
.lightbox-content { margin: auto; display: block; max-width: 80%; max-height: 80%; border-radius: 12px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5); }
.close { position: absolute; top: 25px; right: 40px; color: #fff; font-size: 40px; font-weight: bold; cursor: pointer; }
.nav-links { display: flex; gap: 20px; list-style: none; }
.menu_header { position: relative; }
.hamburger { display: none; flex-direction: column; cursor: pointer; gap: 5px; }
.hamburger span { width: 25px; height: 3px; background: black; transition: 0.3s; }
.partners { padding: 60px 20px; background: #dddddd; text-align: center; }
.partners h2 { font-size: clamp(28px, 4vw, 60px); margin-bottom: 40px; font-weight: 600; color: #ffffff; text-shadow: 6px 6px 6px rgb(49, 20, 0,1); }
.partners-logos { display: flex; justify-content: center; align-items: center; gap: 60px; flex-wrap: wrap; }
.logo { width: 160px; height: 80px; display: flex; align-items: center; justify-content: center; background: white; border-radius: 12px; padding: 40px; transition: all 0.3s ease; }
.logo img { max-width: 100%; max-height: 100%; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: all 0.3s ease; }
.logo:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); }
.logo:hover img { filter: grayscale(0%); opacity: 1; }
.politica_confidentialitate { color:#000; width: 100%; margin: 0 auto; padding: clamp(40px,6vw,80px) 20px; background-color: antiquewhite; line-height: 1.7; }
.politica_confidentialitate h1 { font-size: clamp(28px,4vw,48px); margin-bottom: 30px; text-align: center; }
.politica_confidentialitate h2 { font-size: clamp(20px,3vw,30px); margin-top: 40px; margin-bottom: 15px; }
.politica_confidentialitate p { font-size: clamp(15px,1.4vw,18px); margin-bottom: 15px; }
.politica_confidentialitate ul { padding-left: 20px; margin-bottom: 20px; }
.politica_confidentialitate li { font-size: clamp(15px,1.4vw,18px); margin-bottom: 8px; }

/* ============================================================
   SECȚIUNEA 2: MEDIA QUERIES (TOATE GRUPATE AICI)
   ============================================================ */
@media (min-width: 1680px) {
  .container, .container_introducere { height: 90vh; }
}

@media (min-width: 992px) {
  .des1 { flex-direction: row; justify-content: space-between; }
}

@media (max-width: 1440px) {
  .line1 { font-size: clamp(60px, 5vw, 80px); }
  .line2 { font-size: clamp(24px, 2.5vw, 40px); }
  .mobilier_text { width: 500px; }
  .swiper-button-next, .swiper-button-prev { width: 45px !important; height: 45px !important; }
}

@media (max-width: 1280px) {
  .interior_image { margin: 0 50px; }
  .size_down { gap: 40px; }
  .des1, .size_down, .venim_cu { flex-direction: column; align-items: center; text-align: center; }
  .des1 .mobilier_text { order: 1; width: 80%; margin: 30px auto; }
  .des1 .interior_image { order: 2; width: 90% !important; height: 350px !important; margin: 0 auto; }
  .project-section { padding: 300px 20px; }
}

@media (max-width: 1024px) {
    .container_introducere h1 { position: absolute; top: 30%; left: 50%; transform: translate(-50%, -50%) !important; }
  .container_introducere p { position: absolute; top: 55%; left: 50%; transform: translateX(-50%) !important; }
  .menu_responsive_icon { position: absolute; top: 60px; right: 100px; width: 35px; height: 30px; cursor: pointer; z-index: 9999; display: block; }
  .menu_responsive_icon span, .menu_responsive_icon span::before, .menu_responsive_icon span::after { display: block; background-color: #fff; height: 4px; width: 100%; border-radius: 2px; position: absolute; transition: 0.3s; }
  .menu_responsive_icon span { position: relative; }
  .menu_responsive_icon span::before { content: ''; top: -10px; }
  .menu_responsive_icon span::after { content: ''; top: 10px; }
  .menu_header { position: fixed; top: 0; left: -300px; width: 300px; height: 100vh; background: #90704f; transition: left 0.3s ease; z-index: 9998; overflow-y: auto; padding-top: 60px; }
  .menu_header ul { list-style: none; margin: 0; padding: 0 20px; display: flex; flex-direction: column; gap: 20px; }
  .menu_header ul li a { text-decoration: none; color: #fff; font-size: 18px; font-weight: 500; transition: transform 0.3s; }
  .menu_header ul li a:hover { transform: translateX(5px); }
  body.responsive_menu_open .menu_header { left: 0; }
  body.responsive_menu_open .menu_responsive_icon span { transform: rotate(45deg); }
  body.responsive_menu_open .menu_responsive_icon span::before { top: 0; transform: rotate(90deg); }
  body.responsive_menu_open .menu_responsive_icon span::after { opacity: 0; }
  .mobilier_text { width: 90%; margin: 30px auto; }
  .interior_image { width: 90% !important; height: 350px !important; margin: 0 auto; }
  .portofoliu { height: auto; gap: 40px; flex-direction: column; }
  .contact-container { flex-direction: column; }
  .swiper-button-prev, .swiper-button-next { display: block; width: 38px !important; height: 38px !important; color: #fff; z-index: 10; top: 25% !important; }
  .swiper-button-prev { left: 20px !important; }
  .swiper-button-next { right: 20px !important; }
  .swiper-pagination { display: none; }
  .mobila { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; text-align: center; gap: 20px; }
  .mob { width: 100%; max-width: 600px; }
  .mob_img { width: 100%; height: auto; aspect-ratio: auto; }
  .overlay-content { padding: 15px; text-align: center; }
  #overlay-img { max-height: 300px; width: 100%; object-fit: contain; }
  #overlay-title { font-size: clamp(18px, 4vw, 24px); }
  #overlay-text { font-size: clamp(14px, 3vw, 16px); }
  .project-section { padding: 70px 20px; }
  .venim_cu { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .first { justify-content: space-between; text-align: center; flex-direction: row; padding: 0 15px; }
  .size_down { justify-content: center; text-align: center; flex-direction: column; align-items: flex-start; gap: 20px; }
  .contact_link { justify-content: center; width: 100%; }
  .line1 { font-size: clamp(20px, 5vw, 50px); }
  .container_introducere h1 { padding-bottom: 50% !important; position: absolute; font-size: 20px; z-index: 2; }
  .container_introducere p { font-size: 15px; left: 45%; }
  .container { height: auto; min-height: 80vh; padding: 100px 20px; }
  .mob { width: 100%; max-width: 350px; }
  .swiper-button-prev, .swiper-button-next { top: 20px !important; }
  .overlay-content { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 20px; }
  .overlay-content h1 { position: static !important; transform: none !important; margin-bottom: -100px; text-align: center; }
  .overlay-content p { padding: 0; max-width: 100%; font-size: 15px; line-height: 1.6; }
  .overlay-content img { max-height: 250px; border-radius: 20px; }
  .pof h4 { font-size: 25px; }
  .venim_img { min-height: 100px; }
  .operare p { font-size: 16px; }
  .introducere_text { font-size: clamp(10px,4vw,25px); }
}

@media (max-width: 480px) {
  .phone-numbers { flex-direction: column; align-items: flex-start; gap: 2px; }
  .dash { display: none; }
  .footer_legal_notice { margin-top: 20px; padding: 15px 10px; }
  .footer_legal_notice p { font-size: 11px !important; }
  .menu_responsive_icon { right: 40px; }
  .logo { width: 100px; height: 50px; }
  .partners h2 { font-size: 30px; }
  .project-steps li { width: 100%; }
  .overlay-content img { max-height: 200px; border-radius: 1}
  