
:root{
  --accent:#e53935;
  --ink:#2e2e2e;
  --muted:#f6f2f2;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
}


/* Base */
*{box-sizing:border-box}

body{font-family:Raleway,system-ui,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);line-height:1.6;overflow-x: hidden;}

/* Logo styles */
/* Logo styling */
/* Logo styles */
.logo img {
  height: 45px;  /* keep small and clear */
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}

.lom{
  transition: transform 0.3s ease-in-out;
  color:red;
  
  padding-right: 80px;
  list-style:none;display:flex;justify-content:center;gap:22px;margin:0;padding:10px
}

.lom:hover {
  transform: scale(1.05);
}

/* NAV */

.nav{background:var(--muted);position:relative; display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;}
.nav-links{list-style:none;display:flex;justify-content:center;gap:22px;margin:0;padding:10px}
.nav-links a{text-decoration:none;color:var(--ink);font-weight:600}
.nav-links a.active,.nav-links a:hover{color:var(--accent)}
.nav-links .plus{color:red;font-weight: 700;font-size: large;font: 1em sans-serif;}
/* Toggle (hidden on desktop) */
.menu-toggle{display:none;position:absolute;left:12px;top:10px;width:36px;height:30px;border:0;background:transparent;cursor:pointer;z-index:51}
.menu-toggle .bar{display:block;width:100%;height:3px;background:var(--ink);margin:6px 0;border-radius:2px;transition:transform .25s ease,opacity .2s ease}
.menu-toggle[aria-expanded="true"] .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] .bar:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
.backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);backdrop-filter:saturate(70%) blur(1px);z-index:50}
.pus{display: none;}
/* Off-canvas for mobile */
@media (max-width: 900px){
  .menu-toggle{display:block}
  .nav-links{
    position:fixed;top:0;right:0;height:100vh;width:76vw;max-width:380px;
    background:#fff;box-shadow:-10px 0 30px rgba(0,0,0,.1);
    flex-direction:column;align-items:flex-start;padding:80px 24px;gap:18px;
    transform:translateX(100%);transition:transform .28s ease;z-index:52
  }
  .nav-links.open{transform:translateX(0)}
  /* Hide inline desktop row while mobile drawer exists */
  .nav{padding:10px 0}
  body.no-scroll{overflow:hidden}

  /*.nav-links.plus{
    display: contents;
     flex-direction:column;align-items:flex-end;padding:80px 24px;gap:18px;
    justify-content: end;
    align-items: end;
  }*/

  .pus{
    display:flex;
     flex-direction:row;align-items:flex-end;
     padding-top: 5px;
    justify-content: end;
    align-items: end;
    text-decoration:none;  
    
    color:red;
    font-weight: 700;
    font-size: larger;
    font-family:Arial, Helvetica, sans-serif;
    text-transform: capitalize;
  }

  

 /* .woon{
    display:flex;grid-template-columns: 1fr;justify-content: end;align-items: end;
  }*/
}

/*.woon{
  display:grid;grid-template-columns:1.1fr .9fr;align-items: end;
}*/
.plus{
  padding-left: 180px;
  display: flex;
  align-items: end;
  justify-content: end;
  color: red;
  font-size: larger;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
}

@media (max-width: 1200px){
  .plus{
    padding-left: 125px;
  }
}

@media (min-width: 1200px){
  /* NAV */
.nav{background:var(--muted);position:relative}
.nav-links{list-style:none;display:flex;justify-content:center;gap:22px;margin:0;padding:10px}
.nav-links a{text-decoration:none;color:var(--ink);font-weight:600}
.nav-links a.active,.nav-links a:hover{color:var(--accent)}
/* Toggle (hidden on desktop) */
.menu-toggle{display:none;position:absolute;left:12px;top:10px;width:36px;height:30px;border:0;background:transparent;cursor:pointer;z-index:51}
.menu-toggle .bar{display:block;width:100%;height:3px;background:var(--ink);margin:6px 0;border-radius:2px;transition:transform .25s ease,opacity .2s ease}
.menu-toggle[aria-expanded="true"] .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] .bar:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
.backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);backdrop-filter:saturate(70%) blur(1px);z-index:50}

}


/* ===== Hero ===== */
.hero{
  display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center;
  padding:92px 0 72px
}




 @media (max-width:900px){
  .hero{ grid-template-columns:1fr; gap:28px; padding:64px 0 }
  .hero-text{ order:1; text-align:center }
  .hero-media{ order:2; display:flex; justify-content:center }
  .hero-copy{max-width:850px; order:3; align-items:center}
}

@media (min-width:1200px){
 .hero{
  display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center;
  padding:92px 0 72px
  }
  .hero-kicker{
  margin:0 0 6px;font-size:clamp(26px,4.5vw,56px);
  font-weight:900;letter-spacing:1px;
  background:linear-gradient(90deg,var(--pink),var(--coral));-webkit-background-clip:text;background-clip:text;color:red
}

.hero-title{margin:0 0 14px;font-size:clamp(26px,4.5vw,56px);font-weight:900;letter-spacing:.8px}
.color-cycle{
  --c1:var(--pink);--c2:var(--coral);--c3:var(--magenta);
  background:linear-gradient(90deg,var(--c1),var(--c2),var(--c3));
  background-size:200% 100%;
  -webkit-background-clip:text;background-clip:text;color:red;
  animation:cycle 6s linear infinite
}
@keyframes cycle{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

.hero-sub{margin:0 0 14px;font-size:clamp(18px,2.2vw,34px);font-weight:800;color:#4a4a4a}
.hero-copy{max-width:840px;margin:10px 0 22px;font-weight:800}

/* CTA buttons */
.btn-outline,.btn-solid{
  display:inline-block;border-radius:999px;padding:12px 22px;font-weight:800;text-decoration:none;transition:transform .15s ease, box-shadow .15s ease
}
.btn-outline{border:2px solid var(--accent);color:var(--accent)}
.btn-outline:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.btn-solid{background:var(--accent);color:#fff;margin-left:8px}
.btn-solid:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(255,46,126,.28)}

/* Hero image with neon pulse */
.hero-media{display:flex;justify-content:center}
.neon-frame{
  width:min(440px,72vw);aspect-ratio:1/1;border-radius:50%;
  display:grid;place-items:center;margin:0;
  box-shadow:0 0 0 rgba(136, 5, 5, 0);animation:neon 4s ease-in-out infinite
}
.neon-frame img{
  width:86%;height:86%;object-fit:cover;border-radius:50%;
  box-shadow:0 10px 40px rgba(0,0,0,.12)
}
@keyframes neon{
  0%,100%{box-shadow:0 0 0 0 rgba(255,46,126,.0), 0 0 45px 8px rgba(255,46,126,.25), 0 0 120px 24px rgba(255,31,154,.15)}
  50%{box-shadow:0 0 0 22px rgba(255,46,126,.10), 0 0 70px 12px rgba(255,46,126,.35), 0 0 180px 34px rgba(255,31,154,.22)}
}


}

/* Title block */
.hero-kicker{
  margin:0 0 6px;font-size:clamp(26px,4.5vw,56px);
  font-weight:900;letter-spacing:1px;
  background:linear-gradient(90deg,var(--pink),var(--coral));-webkit-background-clip:text;background-clip:text;color:red
}

.hero-title{margin:0 0 14px;font-size:clamp(26px,4.5vw,56px);font-weight:900;letter-spacing:.8px}
.color-cycle{
  --c1:var(--pink);--c2:var(--coral);--c3:var(--magenta);
  background:linear-gradient(90deg,var(--c1),var(--c2),var(--c3));
  background-size:200% 100%;
  -webkit-background-clip:text;background-clip:text;color:red;
  animation:cycle 6s linear infinite
}
@keyframes cycle{
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

.hero-sub{margin:0 0 14px;font-size:clamp(18px,2.2vw,34px);font-weight:800;color:#4a4a4a}
.hero-copy{max-width:840px;margin:10px 0 22px;font-weight:800}

/* CTA buttons */
.btn-outline,.btn-solid{
  display:inline-block;border-radius:999px;padding:12px 22px;font-weight:800;text-decoration:none;transition:transform .15s ease, box-shadow .15s ease
}
.btn-outline{border:2px solid var(--accent);color:var(--accent)}
.btn-outline:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.btn-solid{background:var(--accent);color:#fff;margin-left:8px}
.btn-solid:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(255,46,126,.28)}

/* Hero image with neon pulse */
.hero-media{display:flex;justify-content:center}
.neon-frame{
  width:min(440px,72vw);aspect-ratio:1/1;border-radius:50%;
  display:grid;place-items:center;margin:0;
  box-shadow:0 0 0 rgba(255,46,126,0);animation:neon 4s ease-in-out infinite
}
.neon-frame img{
  width:86%;height:86%;object-fit:cover;border-radius:50%;
  box-shadow:0 10px 40px rgba(0,0,0,.12)
}
@keyframes neon{
  0%,100%{box-shadow:0 0 0 0 rgba(255,46,126,.0), 0 0 45px 8px rgba(255,46,126,.25), 0 0 120px 24px rgba(255,31,154,.15)}
  50%{box-shadow:0 0 0 22px rgba(255,46,126,.10), 0 0 70px 12px rgba(255,46,126,.35), 0 0 180px 34px rgba(255,31,154,.22)}
}



/* About Section */
.about-section {
  width: 100%;
  max-width: 1150px;
  margin: 4rem auto;
  padding: 2rem;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  animation: fadeIn 1s ease-in-out;
  font-family: 'Raleway', sans-serif;
}

/* Subtitle */
.about-section .subtitle {
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 1000;
  color: #ec0707; /* red */
  margin-bottom: 1rem;
  animation: slideDown 1s ease forwards;
  font-family: 'Raleway', sans-serif;
}

.intro {
  font-size: 1.0rem;
  margin-bottom: 1.5rem;
  color: #333;
  font-family: 'Raleway', sans-serif;
  font-weight: bolder;
}

/* Main Title */
.about-section .title {
  font-size: 2.3rem;
  margin: 1.5rem 0;
  color: #ec0707;
  font-weight: 1000;
  animation: pulse 2.5s infinite;
  font-family: 'Raleway', sans-serif;
}

/* Paragraphs */
.about-section .content {
  font-size: 1.0rem;
  margin-bottom: 1.5rem;
  color: #333;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  line-height: 1.6;
}

/* Links */
.about-section .link {
  color: #ec0707;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.about-section .link::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #ff3e9d;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: 0.3s ease;
}

.about-section .link:hover::after {
  width: 100%;
}

.about-section .highlight {
  font-weight: 700;
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Responsive */
@media (max-width: 768px) {
  .about-section {
    width: 90%;
    margin: 2rem auto;
    padding: 1.5rem;
  }

  .about-section .title {
    font-size: 1.8rem;
  }

  .about-section .content {
    font-size: 1rem;
  }
}


/*projects*/
 .portfolio {
      text-align: center;
      padding: 60px 20px;
    }

    .portfolio h2 {
      font-size: 2rem;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .portfolio p {
      max-width: 700px;
      margin: 0 auto 40px;
      font-size: 1rem;
      line-height: 1.6;
      font-weight: 800;
      color: #555;
    }

    .portfolio-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
      align-items: stretch;
    }

    .portfolio-item {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      overflow: hidden;
      transition: transform 0.3s ease-in-out;
    }

    .portfolio-item:hover {
      transform: translateY(-5px);
    }

    .portfolio-img {
      width: 100%;
      height: 350px;
      overflow: hidden;
      position: relative;
    }

    .portfolio-img img {
      width: 100%;
      height: auto;
      display: block;
      transform: translateY(0);
      transition: transform 8s linear;
    }

    .portfolio-item:hover .portfolio-img img {
      transform: translateY(-60%);
    }

    .portfolio-text {
      padding: 20px;
      font-size: 1.1rem;
      font-weight: bold;
    }

    .portfolio-text a {
      text-decoration: none;
      color: #333;
      transition: color 0.3s;
    }

    .portfolio-text a:hover {
      color: #e63946;
    }

    /* Responsive tweaks */
    @media (max-width: 768px) {
      .portfolio h2 {
        font-size: 1.6rem;
      }
      .portfolio p {
        font-size: 0.9rem;
      }
      .portfolio-text {
        font-size: 1rem;
      }
    }

    @media (min-width: 1200px) {
      .portfolio-container {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    .portfolio-item:hover .portfolio-img img {
  transform: translateY(-60%);
  transition: transform 8s linear;
}



/*services*/
.services-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      max-width: 1200px;
      width: 100%;
      padding-left: 55px;
      justify-content: center;
    }

    .card {
      background: #fff;
      padding: 30px 20px;
      border-radius: 15px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      text-align: left;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      opacity: 0;
      transform: translateY(40px);
      height:100%;
      
      
    }

    .card {
      background: #fff;
      
      border: 2px solid red;
      border-radius: 10px;
      
      position: relative;
      animation: glow 2s infinite alternate;
    }

    @keyframes glow {
      from { box-shadow: 0 0 4px red; }
      to   { box-shadow: 0 0 12px red; }
    }


    .card.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .card:hover {
      transform: translateY(-8px) scale(1.02);
      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
    }

    .card i {
      font-size: 2rem;
      color: #e63971;
      margin-bottom: 15px;
      display: block;
    }

    .card h3 {
      font-size: 1.6rem;
      color: #1f2937;
      margin-bottom: 15px;
      font-weight: 900;
      position: relative;
    }

    .card h3::after {
      content: '';
      width: 50px;
      height: 3px;
      background: #e63971;
      position: absolute;
      bottom: -6px;
      left: 0;
      border-radius: 3px;
    }

    .card p {
      font-size: 1.2rem;
      line-height: 1.6;
      color: #4b5563;
      margin-bottom: 10px;
    }

    .card p::before {
      content: "✔ ";
      color: #e63971;
      font-weight: bold;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .card {
        padding: 25px 15px;
      }
      .card h3 {
        font-size: 1.2rem;
      }
    }
    @media (max-width: 768px) {
    .services-container {
      padding-left: 10px;

    }
  }

  
/*testimonials*/
.intest {
  font-size: 1.0rem;
  margin-bottom: 1.5rem;
  color: #333;
  font-family: 'Raleway', sans-serif;
  font-weight: bolder;
  text-align: center;
}

  .testtitle{
   font-size: 2.3rem;
    margin: 1.5rem 0;
    color: #ec0707;
    font-weight: 1000;
    animation: pulse 2.5s infinite;
    font-family: 'Raleway', sans-serif;
    text-align: center;
  }

 .testimonial-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 40px 20px;
      gap: 20px;
      border-color: red;
    }

    .testimonial-card {
      flex: 1 1 400px;
      max-width: 800px;
      background: white;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      text-align: center;
      transition: opacity 0.8s ease-in-out;
      border: 2px solid red;
    }

    .testimonial-card.fade-out {
      opacity: 0;
    }

    .testimonial-card.fade-in {
      opacity: 1;
    }

    .testimonial-card h2 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .testimonial-card .quote {
      font-size: 2rem;
      color: #555;
      margin-bottom: 20px;
      display: block;
    }

    .testimonial-card p {
      font-size: 1.3rem;
      color: #333;
      margin-bottom: 20px;
      min-height: 90px;
      font-weight: 600;
      
    }

    .testimonial-card h3 {
      font-size: 1.3rem;
      font-weight: bold;
      color: #111;
      margin-bottom: 5px;
    }

    .testimonial-card span {
      font-size: 0.95rem;
      color: #555;
    }

    .testimonial-image {
      flex: 1 1 170px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .testimonial-image img {
      max-width: 100%;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    /* Dots */
    .dots {
      margin-top: 15px;
      text-align: center;
    }

    .dot {
      height: 12px;
      width: 12px;
      margin: 0 5px;
      border: 2px solid red;
      border-radius: 50%;
      display: inline-block;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .dot.active {
      background-color: red;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .testimonial-section {
        flex-direction: column;
      }

      .testimonial-card {
        text-align: left;
      }

      .testimonial-card h2 {
        font-size: 1.5rem;
      }

      .testimonial-card p {
        font-size: 0.95rem;
      }
    }

/* General Reset */


.container {
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1rem;
  color: #555;
}

/* Wrapper */
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

/* Contact Form */
.contact-form {
  flex: 1;
  min-width: 280px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.contact-form label {
  font-weight: bold;
  display: block;
  margin: 10px 0 5px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.contact-form textarea {
  resize: none;
  height: 120px;
}

.btn {
  background: #e53935;
  color: #fff;
  border: none;
  padding: 14px;
  width: 100%;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.btn:hover {
  background: #c62828;
}

/* Contact Info */
.contact-info {
  flex: 1;
  min-width: 280px;
  background: #000;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.contact-info h3 {
  margin-bottom: 15px;
}

/* Map */
.map {
  margin-top: 30px;
}

.map iframe {
  width: 100%;
  height: 300px;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 850px) {
  .contact-wrapper {
    flex-direction: column;
  }
}



    /* Call to Action Section */
    .cta {
      text-align: center;
      padding: 50px 20px;
      border: 2px solid #e50914;
      border-radius: 10px;
      margin: 30px auto;
      max-width: 1000px;
    }

    .cta h2 {
      font-size: 2rem;
      margin-bottom: 10px;
      color: #222;
    }

    .cta p {
      font-size: 1rem;
      margin-bottom: 20px;
    }

    .cta button {
      background: linear-gradient(to right, #e50914, #ff3333);
      color: white;
      padding: 15px 30px;
      border: none;
      border-radius: 30px;
      font-size: 1rem;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .cta button:hover {
      transform: scale(1.05);
    }

    /* Footer */
    footer {
      background: #1a1a1a;
      color: #ccc;
      padding: 40px 20px;
    }

    .footer-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: auto;
    }

    .footer-logo {
      color: white;
    }

    .footer-logo h3 {
      margin: 0 0 10px;
      font-size: 1.2rem;
    }

    .footer-logo p {
      font-size: 0.9rem;
      line-height: 1.5;
    }

    .social-icons a {
      margin-right: 10px;
      color: #e50914;
      font-size: 1.2rem;
      text-decoration: none;
    }

    .footer-links ul {
      list-style: none;
      padding: 0;
    }

    .footer-links ul li {
      margin: 8px 0;
    }

    .footer-links ul li a {
      text-decoration: none;
      color: #ccc;
      transition: color 0.3s;
    }

    .footer-links ul li a:hover {
      color: #e50914;
    }

    .footer-info p {
      margin: 8px 0;
      font-size: 0.9rem;
    }

    .footer-info i {
      margin-right: 8px;
      color: #e50914;
    }

    /* Bottom Bar */
    .footer-bottom {
      text-align: center;
      margin-top: 30px;
      padding-top: 20px;
      border-top: 1px solid #333;
      font-size: 0.85rem;
      color: #888;
    }

    .footer-bottom a {
      color: #e50914;
      text-decoration: none;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .cta h2 {
        font-size: 1.5rem;
      }
      .cta p {
        font-size: 0.9rem;
      }

      .two{
        justify-content: center;
      }
      .two-content{
        justify-content: center;
      }
    }


    




.projects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  padding: 20px;
}

.project-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.project-card:hover {
  transform: translateY(-5px);
}

.screenshot-container {
  width: 100%;
  height: 350px; /* only one screenshot visible */
  overflow: hidden;
  position: relative;
}

.screenshot-track {
  display: flex;
  flex-direction: column;
}

/* Animate on hover */
.project-card:hover .screenshot-track {
  animation: scrollScreenshots 20s linear infinite alternate;
}

/* Keyframes to scroll through screenshots */
@keyframes scrollScreenshots {
  0% {
    transform: translateY(0);
  }
  100% {
    /* stop before the last screenshot is completely gone */
    transform: translateY(-75%); 
  }
}

.screenshot-track img {
  width: 100%;
  flex-shrink: 0;
  display: block;
}

.project-info {
  padding: 5px;
  text-align: center;
}

.project-info h3 {
  margin-bottom: 10px;
}

.project-info a {
  color: #e91e63;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3sec;
  margin-bottom: 10px;
}

.project-info a:hover {
  text-decoration: underline;
}


.card.red-glow {
  background: #fff;
  padding: 20px;
  border: 2px solid red;
  border-radius: 10px;
  max-width: 300px;
  position: relative;
  animation: glow 2s infinite alternate;
}

@keyframes glow {
  from { box-shadow: 0 0 4px red; }
  to   { box-shadow: 0 0 12px red; }
}



/** {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
    }

    body {
      background: #f9f9f9;
      color: #fff;
    }*/

    /* Hero Section */
    .zhero {
      position: relative;
      width: 100%;
      height: auto;
      background: url('testmo1.jpg') center/cover no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: left;
      padding: 20px;
      overflow: hidden;
    }

    .zhero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(180, 0, 0, 0.65);
      z-index: 1;
    }

    .zhero-content {
      position: relative;
      z-index: 2;
      max-width: 700px;
      width: 100%;
    }

    .zhero h1 {
      font-size: 3rem;
      font-weight: 700;
      line-height: 1.2;
    }

    .zhero p {
      font-size: 1.2rem;
      margin-top: 15px;
      color: #eaeaea;
    }

    /* Buttons */
    .buttons {
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }

    .btn {
      padding: 12px 30px;
      border-radius: 25px;
      border: none;
      font-size: 1rem;
      cursor: pointer;
      transition: all 0.3s ease;
      text-decoration: none;
      display: inline-block;
    }

    .btn-email {
      background: #ff4d4d;
      color: #fff;
      padding: 12px 30px;
      border-radius: 25px;
      border: none;
      font-size: 1rem;
      text-decoration: none;
    }

    .btn-email:hover {
      background: #e60000;
    }

    .btn-whatsapp {
      background: #25d366;
      color: #fff;
      padding: 12px 30px;
      border-radius: 25px;
      border: none;
      font-size: 1rem;
      text-decoration: none;
    }

    .btn-whatsapp:hover {
      background: #128c7e;
    }

    /* Floating WhatsApp Icon */
    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      left: 20px;
      background: #25d366;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
      animation: pulse 2s infinite;
      z-index: 999;
    }

    .whatsapp-float img {
      width: 35px;
      height: 35px;
    }

    @keyframes pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.1); }
      100% { transform: scale(1); }
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .zhero h1 { font-size: 2.5rem; }
      .zhero p { font-size: 1rem; }
    }

    @media (max-width: 768px) {
      .zhero {
        text-align: center;
        padding: 40px 20px;
      }
      .buttons {
        justify-content: center;
      }
    }

    @media (max-width: 480px) {
      .zhero h1 { font-size: 1.8rem; }
      .zhero p { font-size: 0.9rem; }
      .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
      }
    }
  





    /*ABOUTHTML*/
    .two {
  height: auto;
  background:  linear-gradient(rgba(236, 160, 164, 0.7), rgba(229, 9, 20, 0.7)),
              url("testmo1.jpg") no-repeat center center/cover;
  
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 0 20px;
  margin-top: 30px;
}

.two-content {
  max-width: 700px;
  color: #fff;
  padding-bottom: 30px;
}

.two h1 {
  font-size: 3rem;
  font-weight: 800;
}

.two p {
  font-size: 1.2rem;
  margin: 15px 0;
}


/* ===============================
   Responsive for Large Screens (1200px and up)
   TVs, Extra-Large Laptops, Projectors
   =============================== */

/* Base large screen adjustments */
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
  .nav {
    padding: 20px 100px;
  }
  .hero h1, .zhero h1, .two h1 {
    font-size: 4rem;
  }
  .hero p, .zhero p, .two p {
    font-size: 1.5rem;
    max-width: 900px;
  }
  .portfolio-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .services-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Very large desktop / TV */
@media (min-width: 1400px) {
  body {
    font-size: 19px;
  }
  .hero h1, .zhero h1, .two h1 {
    font-size: 4.5rem;
  }
  .hero p, .zhero p, .two p {
    font-size: 1.7rem;
  }
  .portfolio-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .services-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Extra large TV / projector */
@media (min-width: 1600px) {
  body {
    font-size: 20px;
  }
  .hero h1, .zhero h1, .two h1 {
    font-size: 5rem;
  }
  .hero p, .zhero p, .two p {
    font-size: 1.9rem;
  }
}

/* Ultra-wide projectors / wall TVs */
@media (min-width: 1800px) {
  body {
    font-size: 22px;
  }
  .hero h1, .zhero h1, .two h1 {
    font-size: 5.5rem;
  }
  .hero p, .zhero p, .two p {
    font-size: 2rem;
  }
  .portfolio-container {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Extreme cases: 2000px+ */
@media (min-width: 2000px) {
  body {
    font-size: 24px;
  }
  .hero h1, .zhero h1, .two h1 {
    font-size: 6rem;
  }
  .hero p, .zhero p, .two p {
    font-size: 2.2rem;
  }
}


/* ========================================
   OPTIMIZED IMAGE SCALING FOR LARGE SCREENS
   Hero | Portfolio | Testimonials | Contact | Footer
   ======================================== */

/* Base wide screens */
@media (min-width: 1200px) {
  /* Hero / Zhero / About images */
  .hero-media img,
  .zhero-content img,
  .two img {
    max-width: 90%;
    height: auto;
  }

  /* Portfolio images */
  .portfolio-img img {
    max-height: 450px;
    object-fit: cover;
  }

  /* Testimonial images */
  .testimonial-image img {
    max-width: 380px;
    height: auto;
    object-fit: contain;
  }

  /* Contact map */
  .map iframe {
    height: 400px;
  }

  /* Footer logo or images */
  .footer-logo img {
    max-width: 220px;
    height: auto;
  }
}

/* Extra-large desktops & TVs */
@media (min-width: 1600px) {
  .hero-media img,
  .zhero-content img,
  .two img {
    max-width: 80%;
  }

  .portfolio-img img {
    max-height: 500px;
  }

  .testimonial-image img {
    max-width: 420px;
  }

  .map iframe {
    height: 450px;
  }

  .footer-logo img {
    max-width: 250px;
  }
}

/* Projectors / wall TVs */
@media (min-width: 2000px) {
  .hero-media img,
  .zhero-content img,
  .two img {
    max-width: 75%;
  }

  .portfolio-img img {
    max-height: 550px;
  }

  .testimonial-image img {
    max-width: 480px;
  }

  .map iframe {
    height: 500px;
  }

  .footer-logo img {
    max-width: 280px;
  }
}


/* ========================================
   CONTAINER MAX-WIDTH FOR LARGE SCREENS
   Prevents layout from stretching too wide
   ======================================== */

/* Default container */
.container,
.about-section,
.portfolio,
.services-container,
.testimonial-section,
.contact-wrapper,
.footer-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Large laptops and TVs */
@media (min-width: 1400px) {
  .container,
  .about-section,
  .portfolio,
  .services-container,
  .testimonial-section,
  .contact-wrapper,
  .footer-container {
    max-width: 1400px;
  }
}

/* Extra large TVs */
@media (min-width: 1600px) {
  .container,
  .about-section,
  .portfolio,
  .services-container,
  .testimonial-section,
  .contact-wrapper,
  .footer-container {
    max-width: 1600px;
  }
}

/* Projectors & wall TVs */
@media (min-width: 2000px) {
  .container,
  .about-section,
  .portfolio,
  .services-container,
  .testimonial-section,
  .contact-wrapper,
  .footer-container {
    max-width: 1800px;
  }
}


/* ========================================
   FLUID BUTTON STYLES
   Works across Hero, Services, CTA, Footer
   ======================================== */

.btn,
.btn-outline,
.btn-solid,
.btn-email,
.btn-whatsapp,
.cta button {
  font-size: clamp(0.95rem, 1.2vw, 1.3rem);
  padding: clamp(10px, 1vw, 16px) clamp(20px, 2vw, 36px);
  border-radius: clamp(20px, 2vw, 35px);
  transition: all 0.3s ease;
}

/* Hover states still look consistent */
.btn:hover,
.btn-outline:hover,
.btn-solid:hover,
.btn-email:hover,
.btn-whatsapp:hover,
.cta button:hover {
  transform: scale(1.05);
}


/* ========================================
   FLUID CARD STYLES
   Portfolio | Services | Testimonials
   ======================================== */

/* Portfolio cards */
.portfolio-text {
  font-size: clamp(1rem, 1.2vw, 1.3rem);
  padding: clamp(15px, 1.5vw, 25px);
}

.portfolio h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
}

.portfolio p {
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  max-width: 900px;
}

/* Services cards */
.card {
  padding: clamp(20px, 2vw, 35px);
}

.card h3 {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.card p {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}

/* Testimonials */
.testimonial-card {
  padding: clamp(20px, 2vw, 40px);
}

.testimonial-card h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
}

.testimonial-card p {
  font-size: clamp(1rem, 1.4vw, 1.3rem);
}

.testimonial-card h3 {
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
}

.testimonial-card span {
  font-size: clamp(0.9rem, 1vw, 1.1rem);
}


@media (min-width: 1600px) {
  .nav-links {
    gap: 50px;
  }
  .portfolio-container {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 2000px) {
  .portfolio-container {
    grid-template-columns: repeat(6, 1fr);
  }
}


@media (min-width: 1600px) {
  .nav-links {
    gap: 50px;
  }
  .portfolio-container {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 2000px) {
  .portfolio-container {
    grid-template-columns: repeat(6, 1fr);
  }
}
