/* ================================
   GLOBAL RESPONSIVE SCALING
================================ */

/* Tablets */
@media (max-width: 1024px) {

  .hero-text h1 {
    font-size: 48px;
  }

  .section-header h2 {
    font-size: 34px;
  }

  .service-row,
  .work-grid,
  .testimonials-grid {
    gap: 40px;
  }

  .image-border {
    width: 320px;
    height: 320px;
  }

}

/* Small Tablets */
@media (max-width: 900px) {

  .container {
    width: 95%;
    padding: 0 10px;
  }

  .hero-text h1 {
    font-size: 36px;
  }

  .hero-text p {
    font-size: 14px;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .section-header p {
    font-size: 14px;
  }

  .service-content h3,
  .work-card h3 {
    font-size: 22px;
  }

  .image-border {
    width: 260px;
    height: 260px;
  }

  .arrow-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
/* MOBILE FIRST */
.templates-section {
  padding: 60px 20px;
}

/* REMOVE GRID FOR MOBILE */
.templates-grid {
  display: block;
}

/* ===== TEMPLATE CARD ===== */
.template-card {
  margin-bottom: 30px;
}

.template-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.template-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.template-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.section-header {
  max-width: 100%;
}


.about-content{
  max-width: 100%;
}
.about-right {
  display: none;
}

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
   .template-grid {
    grid-template-columns: 1fr 1fr;
  }

}

/* Mobile */
@media (max-width: 750px) {

/* ================= MOBILE NAV (TOP DROPDOWN) ================= */

.nav-links {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;

  background: rgba(15, 15, 15, 0.95);
  backdrop-filter: blur(12px);

  flex-direction: column;
  align-items: center;
  gap: 25px;

  padding: 0;
  max-height: 0;
  overflow: hidden;

  transition: max-height 0.4s ease, padding 0.3s ease;
}

/* ACTIVE STATE */
.nav-links.active {
  max-height: 400px; /* enough for menu */
  padding: 30px 0;
}

/* Hamburger visible */
.hamburger {
  display: block;
}

  /* HERO */
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-content {
    order: 2;
  }

  .hero-image {
    order: 1;
    margin-bottom: 30px;
  }
.cursor-glow{
   display: none;
}
 .image-border {
    background: none !important;
  }

  /* SERVICES */
  .service-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .service-row.reverse {
    direction: ltr;
  }

  .service-image img {
    width: 100%;
  }

  /* WORK */
  .work-grid {
    grid-template-columns: 1fr;
  }

 .testimonial-card{
    padding:30px 25px;
  }

  .testimonial-card p{
    font-size:15px;
  }

  .testimonials-slider{
    min-height:380px;
  }

  /* ABOUT */
  .about-content {
    max-width: 100%;
  }

  /* TIMELINE */
  .seo-content ul li {
    width: 100%;
    left: 0 !important;
    text-align: left;
  }

  .seo-content .timeline::before,
  .seo-content .progress-line {
    left: 20px;
  }

  .seo-content ul li::before,
  .seo-content ul li.active::after {
    left: 20px !important;
  }
     .category-grid {
    grid-template-columns: 1fr;
  }
 .template-grid {
    grid-template-columns: 1fr;
  }
.whatsapp-float {
    width: 55px;
    height: 55px;
    font-size: 24px;
    bottom: 20px;
    right: 20px;
  }
 .guest-grid{
    grid-template-columns:1fr;
  }

}


