/*THIS SITE WAS WRITTEN AND DEVELOPED BY MADDIE @ BLACKWIRE CO.*/
    :root {
      --bg-main: #0f0f12;
      --bg-alt: #15151b;
      --accent: #6b5cff;
      --accent-soft: rgba(107,92,255,0.25);
      --text-main: #e6e6eb;
      --text-muted: #9a9aa3;
      --border-soft: rgba(255,255,255,0.08);
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Inter', sans-serif;
      background: var(--bg-main);
      color: var(--text-main);
      line-height: 1.6;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    /* ---------- GLOBAL ---------- */
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 2rem;
    }

    .section {
      padding: 6rem 0;
    }

    .accent-line {
      width: 80px;
      height: 2px;
      background: var(--accent);
      margin: 1.5rem 0;
    }

    /* ---nav--- */
    header {
      position: sticky;
      top: 0;
      background: rgba(15,15,18,0.85);
      backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border-soft);
      z-index: 100;
    }

    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 72px;
    }

    .logo {
      font-weight: 700;
      letter-spacing: 0.12em;
    }

    .nav-links a {
      margin-left: 2rem;
      font-size: 0.9rem;
      color: var(--text-muted);
    }

    .nav-links a:hover {
      color: var(--text-main);
    }

    /* ---------- HERO ---------- */
    .hero {
      min-height: 90vh;
      display: grid;
      align-items: center;
    }
    
    .hero-grid {
      display: grid;
      grid-template-columns: 1.2fr 1fr;
      gap: 4rem;
      align-items: center;
      
    }

    .hero h1 {
      font-size: 3.2rem;
      letter-spacing: 0.08em;
    }

    .hero h1 span {
      color: var(--accent);
    }

    .hero p {
      color: var(--text-muted);
      max-width: 480px;
      margin-top: 1.5rem;
    }

    .hero-buttons {
      margin-top: 3rem;
      display: flex;
      gap: 1.5rem;
    }

    .btn {
      padding: 0.9rem 1.8rem;
      border-radius: 20px;
      border: 1px solid var(--accent);
      font-size: 0.85rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      transition: all 0.25s ease;
    }

    .btn.primary {
      background: var(--accent);
      color: #0f0f12;
    }

    .btn.primary:hover {
      box-shadow: 0 0 18px var(--accent-soft);
    }

    .btn.outline:hover {
      background: var(--accent);
      color: #0f0f12;
    }
   .visual-contianer{
     display:flex;
     flex-diection: column;    
    }
     .hero-count{
      text-align:center;
    }
    .hero-visual {
      height:325px;
      border: 1px solid var(--border-soft);
      border-radius: 14px;
      background: linear-gradient(135deg, transparent, var(--accent-soft));
      display: flex;
      align-items: center;
      justify-content: center;

      overflow: visible    
}
    .h-img {
      max-width: 100%;
      /*max-height: 60vh;*/
      width: 100%;
      height: 100%;
      border-radius: 14px;
      border: 1px solid rgba(168,108,255,0.25);
      box-shadow: 0 18px 35px rgba(0,0,0,0.6);
}

    /* ---------- SERVICES ---------- */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 2rem;
    }

    .service-card {
      padding: 2rem;
      border: 1px solid var(--border-soft);
      background: var(--bg-alt);
      transition: all 0.25s ease;
      border-radius: 14px;
    }

    .service-card:hover {
      border-color: var(--accent);
      box-shadow: 0 0 18px var(--accent-soft);
    }

    .service-card h3 {
      margin-bottom: 0.5rem;
    }

    .service-card p {
      font-size: 0.9rem;
      color: var(--text-muted);
    }
 .service-card li {
 list-style-type:none;
   color: var(--text-muted);
}
.service-card li::before{
  content: "▹  ";
  left: 0;
  color: var(--accent);
  font-size: 1.3rem;
}

.why p {
  font-size: 0.95rem;
  line-height: 1.7;
}

    /* ---------- WHY ---------- */
    .why {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
    }

    .why ul {
      list-style: none;
    }

    .why li {
      margin-bottom: 1rem;
      padding-left: 1.2rem;
      position: relative;
    }

    .why li::before {
      content: "▹ ";
      left: 0;
      color: var(--accent);
      font-size: 1.3rem;
    }
/*-----review section-----*/
.review-list{
  overflow:hidden;
  position:relative;
/*temp*/
  height:120px;
}

.review-card{
  display:flex;
 justify-content:space-between;
  transition: transform .45s ease, opacity .45s ease;
}

 .review-list:hover {
  transform: translate(5px, 0px) scale(1.02);
  box-shado&#65038w: 0 0 25px rgba(107,92,255,0.25);
  transition: all 0.3s ease;
  border-radius:9px;
}

.review-list {
  cursor: pointer;
}
.slide-left{
  transform:translateX(-80px);
  opacity:0;
}

.slide-right{
  transform:translateX(80px);
  opacity:0;
}
#customer{
  color:violet;
  font-weight:bold;
}
#name{

}
#date{
 color:white;
}
#source{
 color:white;
}
/*#rating{
font-family: "segoe UI symbol", "Arial" , "sans-serif";
color:yellow;
font-size:23px;
font-weight:bold;
}*/
.rev-buttons {
  display:flex;
  justify-content:space-evenly;
  margin-top:30px;
}
.but-p-n {  
      padding: 0.9rem 1.8rem;
      border-radius: 4px;
      border: 1px solid var(--accent);
      font-size: 0.85rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      transition: all 0.25s ease;
      background: var(--accent);
      color: #0f0f12;
      font-weight:bold;
      cursor:pointer;
}


 .but-p-n:hover {
      box-shadow: 0 0 18px var(--accent-soft);
    }


    /* ---------- CTA ---------- */
    .cta {
      background: linear-gradient(135deg, #111118, #0f0f12);
      border-top: 1px solid var(--border-soft);
      border-bottom: 1px solid var(--border-soft);
      text-align: center;
    }

    .cta h2 {
       max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;margin-bottom: 1.5rem;
    }
/*----Reviews---- */

.review-box {
 display:none;
  position: fixed;
  bottom: 20px;
  right: 20px;

  width: 260px;
  padding: 15px;

  background: rgba(0,0,0,.85);
  color: white;

  border-radius: 12px;
  font-size: 14px;

  box-shadow: 0 0 15px rgba(180,0,255,.4);
  transition: opacity .5s ease;
}

.review-box span {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  color: #c084fc;
}

    /* ---------- FOOTER ---------- */
    footer {
      padding: 3rem 0;
      font-size: 0.85rem;
      color: var(--text-muted);
      border-top: 1px solid var(--border-soft);
    }

    footer .footer-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
    }


    /* ---------- MOBILE RESPONSIVE ---------- */
    @media (max-width: 900px) {
      .hero-grid,
      .why {
        grid-template-columns: 1fr;
      }

      .hero h1 {
        font-size: 2.5rem;
      }
     .review-list{
      height:36vh;
     }
     .review-card{
      flex-direction:column;
     }
    }
/*THIS SITE WAS WRITTEN AND DEVELOPED BY MADDIE @ BLACKWIRE CO.*/
