/* Minimalist Metalworks - styles.css */
:root{
  --dark:#0F1113;
  --muted:#A7A9AC;
  --gold:#C59A5F;
  --light:#FFFFFF;
  --container:1140px;
  --radius:12px;
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;
  background:var(--dark);
  color:var(--light);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:1.5;
}
.container{
  max-width:var(--container);
  margin:0 auto;
  padding:0 24px;
}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:40;
  backdrop-filter: blur(6px);
  background:linear-gradient(180deg, rgba(15,17,19,0.85), rgba(15,17,19,0.7));
  border-bottom:1px solid rgba(255,255,255,0.03);
}
.header-inner{
  height:80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.logo{
  font-family:'Montserrat',sans-serif;
  font-weight:700;
  font-size:20px;
}
.logo .accent{color:var(--gold)}

.logo a {
  text-decoration: none; /* ხაზის ამოღება */
  color: inherit;         /* მშობელი ფერის მემკვიდრეობა */
}

/* Nav */

/* burger meniu */

.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.burger span {
  width: 25px;
  height: 3px;
  background: white;
  display: block;
}

/* ტელეფონის ვერსია */

@media (max-width: 768px) {

  .burger {
    display: flex;
  }

  .nav {
    position: absolute;
    top: 70px;
    right: 0;
    background: #111;
    width: 100%;
    flex-direction: column;
    text-align: center;
    display: none;
  }

  .nav a {
    padding: 15px;
    display: block;
    border-bottom: 1px solid #333;
  }

  .nav.active {
    display: flex;
  }

}





/* burger menu end */



.nav a{
  color:var(--light);
  text-decoration:none;
  margin-left:22px;
  font-weight:500;
  opacity:0.9;
}
.nav a:hover{opacity:1;}

/* Hero */
.hero{
  position:relative;
  min-height:72vh;
  display:flex;
  align-items:center;
  color:var(--light);
  overflow:hidden;
}
.hero-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(0.45) contrast(1.05);
  z-index:0;
}
.hero-overlay{
  position:absolute; inset:0; z-index:0;
  background:linear-gradient(180deg, rgba(15,17,19,0.45), rgba(15,17,19,0.65));
}
.hero-content{
  position:relative;
  z-index:2;
  max-width:680px;
  padding:80px 0;
}
.hero h1{
  font-family:'Montserrat',sans-serif;
  font-size:48px;
  line-height:1.02;
  margin:0 0 18px 15px;
}
.subtitle{color:var(--muted); margin:0 0 24px 15px; font-size:18px}

/* Buttons */
.btn{
  display:inline-block;
  padding:12px 22px;
  border-radius:10px;
  text-decoration:none;
  font-weight:600;
  font-family:'Montserrat',sans-serif;
  letter-spacing:0.2px;
  margin-right:12px;
  border:none;
  cursor:pointer;
}
.btn.primary{
  background:var(--gold);
  color:var(--dark);
  box-shadow: 0 6px 18px rgba(197,154,95,0.12);
}
.btn.ghost{
  background:transparent;
  color:var(--light);
  border:1px solid rgba(255,255,255,0.06);
}

/* Sections */
.section{padding:64px 0}
.section.dark{background:linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.00))}

/* Services grid */
.services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:24px;
}
.service-card{
  background:rgba(255,255,255,0.02);
  padding:18px;
  border-radius:12px;
  text-align:center;
  min-height:140px;
  cursor: pointer;
}
.service-card .icon{font-size:28px; margin-bottom:10px}
.service-card h3{margin:6px 0 8px 0}
.service-card p{color:var(--muted); font-size:14px}

/* Gallery */
.gallery{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:18px;
}
.gallery img{
  width:100%;
  height:210px;
  object-fit:cover;
  border-radius:12px;
  display:block;
  box-shadow:0 8px 30px rgb(193 147 147 / 60%);
  border:1px solid rgba(255,255,255,0.03);
   display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* About grid */
.about-grid{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}
.testimonials .testi{background:rgba(255,255,255,0.02);padding:18px;border-radius:12px;color:var(--muted)}

/* Contact */
.contact-grid{display:grid;grid-template-columns:1fr 360px;gap:28px}
.contact-form label{display:block;margin-bottom:12px;font-size:14px}
.contact-form input, .contact-form textarea{
  width:100%;
  padding:12px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,0.04);
  background:rgba(255,255,255,0.02);
  color:var(--light);
}
.contact-info .map-placeholder img{width:100%;height:200px;object-fit:cover;border-radius:12px;}

.phone-link {
  color: rgb(247, 235, 235);           /* ტექსტის ფერი */
  text-decoration: none;  /* ხაზის მოცილება */
  font-weight: bold;      /* სურვილისამებრ სქელი ასოები */
}

.phone-link:hover {
  color: rgb(158, 144, 219);           /* მაუსის დაყენებისას ფერი */
}


.zoom-img {
  width: 50px; /* საწყისი ზომა */
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
 }

.zoomed {
  position: fixed;
  top: 50%;
  left: 10%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  z-index: 9999;
  box-shadow: 0 0 20px rgba(0,0,0,0.8);
}

#overlay {
  display: none; /* დამალულია */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#overlay img {
  max-width: 70vw;  /* ეკრანის 70% */
  max-height: 70vh; /* ეკრანის 70% */
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.9);
}


/* Footer */
.site-footer{padding:28px 0;border-top:1px solid rgba(255,255,255,0.02);margin-top:24px;}
.footer-inner{display:flex;justify-content:space-between;color:var(--muted);font-size:14px}

/* Responsive */
@media (max-width:900px){
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .about-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
}
@media (max-width:520px){
  .nav{display:none}
  .hero h1{font-size:28px}
  .hero h1{padding-right: 15px;}
  .services-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr}
  .hero-ctas{padding-left: 15px;}
  .btn.primary{margin-top: 10px;}
  .btn.ghost{margin-top: 10px;}
  .section-title{padding-left: 100px;}
}


