*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Roboto',sans-serif;color:#333;line-height:1.6;scroll-behavior:smooth}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}header{position:fixed;width:100%;top:0;left:0;background:rgba(255,255,255,.95);box-shadow:0 4px 10px rgba(0,0,0,.1);z-index:1000}nav{max-width:1200px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem}.logo{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:700;color:#E91E63}nav ul{list-style:none;display:flex;gap:1.5rem}nav ul li a{font-weight:500;transition:color .3s}nav ul li a:hover{color:#E91E63}.menu-toggle{display:none;flex-direction:column;cursor:pointer;gap:1px}.menu-toggle span{width:25px;height:3px;background:#333;border-radius:2px}nav ul.mobile{display:none;flex-direction:column;background:#fff;position:absolute;top:70px;left:0;width:100%;padding:1rem 0;box-shadow:0 5px 15px rgba(0,0,0,.1)}nav ul.mobile li{text-align:center;padding:.8rem 0}.hero{min-height:100vh;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.5)),url('https://via.placeholder.com/1600x900') center/cover no-repeat;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;color:#fff;margin-top:70px}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:3rem;max-width:1200px;width:100%;z-index:1}.hero-text{flex:1}.hero-text h1{font-family:'Playfair Display',serif;font-size:3rem;margin-bottom:1rem;line-height:1.2}.hero-text .tagline{font-size:1.3rem;margin-bottom:1rem}.hero-text .sub-text{font-size:1.1rem;margin-bottom:2rem;font-weight:300}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{background:#E91E63;color:#fff;border:none;padding:.9rem 2rem;border-radius:50px;font-size:1rem;cursor:pointer;transition:.3s ease}.btn:hover{background:#c2185b}.btn-secondary{background:transparent;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#E91E63}.hero-image{flex:1;display:flex;justify-content:center}.hero-image img{border-radius:50%;border:5px solid #fff;box-shadow:0 8px 25px rgba(0,0,0,.4);width:300px;height:300px;object-fit:cover}.decor-circle{position:absolute;border-radius:50%;background:rgba(233,30,99,.3);z-index:0}.decor1{width:120px;height:120px;top:10%;left:5%}.decor2{width:80px;height:80px;bottom:10%;right:8%}section{padding:6rem 2rem;max-width:1200px;margin:auto}section h2{text-align:center;font-family:'Playfair Display',serif;font-size:2.2rem;margin-bottom:3rem;color:#222}.about{display:flex;flex-wrap:wrap;align-items:center;gap:2rem}.about-image{flex:1;display:flex;justify-content:center}.about-image img{border-radius:50%;border:5px solid #fff;box-shadow:0 8px 25px rgba(0,0,0,.4);width:300px;height:300px;object-fit:cover}.decor-circle{position:absolute;border-radius:50%;background:rgba(233,30,99,.3);z-index:0}.about .text{flex:1;font-size:1.05rem}.portfolio-tabs{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.portfolio-tabs button{padding:.6rem 1.5rem;border:none;border-radius:30px;background:#f0f0f0;cursor:pointer;transition:.3s;font-weight:600}.portfolio-tabs button.active{background:#E91E63;color:#fff}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.portfolio-grid img{border-radius:15px;transition:transform .3s,box-shadow .3s;cursor:pointer}.portfolio-grid img:hover{transform:scale(1.05);box-shadow:0 10px 25px rgba(0,0,0,.3)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.card{text-align:center;padding:2rem 1.5rem;border-radius:15px;background:linear-gradient(145deg,#fff0f6,#ffe6f0);box-shadow:0 6px 20px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.card h3{color:#E91E63;margin-bottom:1rem;font-family:'Playfair Display',serif}#why-choose-us{padding:4rem 2rem;background:#f9f9f9;text-align:center}#why-choose-us h2{font-size:2rem;margin-bottom:2rem;color:#222;position:relative;display:inline-block}#why-choose-us h2::after{content:"";display:block;width:60px;height:3px;background:#E91E63;margin:.5rem auto 0;border-radius:2px}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:2rem}.feature{background:#fff;padding:2rem 1rem;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,.1);transition:transform .3s}.feature:hover{transform:translateY(-10px)}.icon{width:80px;height:80px;background:#ffe6f0;color:#E91E63;font-size:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.feature h3{margin-bottom:.5rem;color:#E91E63}.feature p{font-size:.95rem;color:#555}#brands{padding:4rem 2rem;background:linear-gradient(120deg,#e0c3fc,#8ec5fc);text-align:center;overflow:hidden}#brands h2{font-size:2rem;margin-bottom:2rem;color:#222;position:relative;display:inline-block}#brands h2::after{content:"";display:block;width:60px;height:3px;background:#fff;margin:.5rem auto 0;border-radius:2px}.brand-slider{position:relative;overflow:hidden;width:100%}.slide-track{display:flex;width:calc(250px*4);animation:scroll 20s linear infinite}.brand{flex:0 0 auto;width:250px;margin:0 1rem;display:flex;justify-content:center;align-items:center}.brand img{width:200px;height:auto;background:#000;padding:1rem;border-radius:8px;box-shadow:0 6px 20px rgba(0,0,0,.2);transition:transform .3s ease}.brand img:hover{transform:scale(1.1)}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.testimonials{display:flex;overflow-x:auto;gap:1.5rem;padding-bottom:1rem;scroll-behavior:smooth}.testimonial{min-width:260px;flex:0 0 auto;padding:1.5rem;background:#fff0f6;border-radius:15px;box-shadow:0 6px 20px rgba(0,0,0,.1)}.testimonial p{margin-bottom:1rem;font-style:italic}.testimonial h4{color:#E91E63}.contact-info{text-align:center;margin-bottom:2rem}.contact-form{max-width:600px;margin:auto;display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:.8rem;border-radius:8px;border:1px solid #ccc;width:100%}.contact-form button{padding:.8rem 2rem;border-radius:30px;border:none;background:#E91E63;color:#fff;cursor:pointer;transition:background .3s,transform .3s}.contact-form button:hover{background:#C2185B;transform:scale(1.05)}footer{background:#333;color:#fff;text-align:center;padding:2rem}@media(max-width:992px){.hero-content{flex-direction:column;text-align:center}.hero-image{margin-top:2rem}}@media(max-width:768px){nav ul{display:none}.menu-toggle{display:flex}nav ul.mobile{display:flex}.hero-text h1{font-size:2rem}.hero-text .tagline{font-size:1.1rem}.hero-image img{width:220px;height:220px}section{padding:4rem 1.2rem}} .certification {
  display: block;        /* appear on a new line */
  font-size: 0.35em;      /* smaller than the h1 */
  font-weight: 900;      /* optional: lighter */
  color: #222;           /* optional: subtle color */
  margin-top: 0.2em;     /* spacing from main text */
}
.whatsapp-button-container {
  display: flex;
  justify-content: center; /* centers horizontally */
  margin-top: 1.5rem;      /* optional spacing */
}
/* Menu Toggle (hamburger icon) */
.menu-toggle {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0rem 0;
}

.menu-toggle span {
  width: 28px;
  height: 3px;
  background: #333;
  margin: 2px 0;
  border-radius: 2px;
  transition: 0.3s;
}

/* Nav Links */
#nav-links {
  display: flex;
  gap: 1.3rem;
  list-style: none;
  justify-content: center;
  align-items: center;
  background: #ffffff00;
  padding: 0.8rem 0;
  border-top: 0px solid #eee;
  transition: all 0.3s ease-in-out;
  
}

#nav-links li a {
   
  text-decoration: none;
  color: #333;
  font-weight: 100;
  transition: color 0.3s ease;
}

#nav-links li a:hover {
  color: #E91E63;
}

/* ==============================
   Mobile Responsive Design
============================== */
@media (max-width: 768px) {
  /* Stack logo + menu icon + links vertically */
  nav {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  /* Show hamburger icon */
  .menu-toggle {
    display: flex;
  }

  /* Hide nav links initially */
  #nav-links {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-top: 0px solid #f2f2f2;
  }

  /* Show links when active */
  #nav-links.active {
    display: flex;
    animation: slideDown 0.3s ease-in-out;
  }
}

/* Make portfolio images uniform */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* adjusts with screen size */
  gap: 1rem;
}

.portfolio-grid img {
  width: 100%;
  height: 450px; /* adjust as needed */
  object-fit: cover; /* crops to fill without distortion */
  border-radius: 8px; /* optional: rounded corners */
}
