.hero {
  padding: clamp(3rem, 5vw, 6rem) 1rem;
  text-align: center;
}

.hero-container {
  max-width: 900px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-block;

  margin-bottom: 1.5rem;
  align-self: center;
  font-size: clamp(0.75rem, 1.2vw, 0.85rem);
  padding: clamp(0.4rem, 1vw, 0.6rem) clamp(0.8rem, 2vw, 1.2rem);
  border-radius: 999rem;
  background: #07a3c31a;
  color: #343434;
  font-weight: 400;
  border: 1px solid #5dd8fe66;
}

.hero-title {
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  font-size: clamp(2rem, 5vw, 3.125rem);
  color: #111827;
}

.hero-text {
  font-size: 1.0625rem;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 1rem;
  font-weight: 400;
}

.hero-text.muted {
  font-size: 0.9375rem;
  opacity: 0.7;
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  padding: 0.65rem 1.4rem;
  border-radius: 0.5rem;
  font-size: 1.0625rem;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.25s ease;
}

.btn-primary {
  background: linear-gradient(90.63deg, #0cc6b4 0%, #07a2c4 100.22%);
  color: #ffffff;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.btn-outline {
  border: 1px solid #0000001a;
  color: #000000;
  background: #fff;
}

.btn-outline:hover {
  background: #f8fafc;
}

@media (max-width: 600px) {
  .hero-text {
    font-size: 0.9rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
}

/*---------------------------- Web Development Service Section ----------------------------*/
.services {
  padding: clamp(3rem, 5vw, 5rem) 1rem;
  background: #ffffff;
}

.services-container {
  max-width: 68.75rem;
  margin: 0 auto;
  text-align: center;
}

.services-title {
  font-size: clamp(1.8rem, 3vw, 2.0625rem);
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #000000;
}

.services-subtitle {
  font-size: 0.875rem;
  color: #64748b;
  max-width: 43.75rem;
  margin: 0 auto 2rem;
  line-height: 1.2;
  font-weight: 400;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  background: #ffffff;
  border: 1px solid #0000001a;
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: left;
  transition: all 0.25s ease;
}

.service-card h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
}

.service-card p {
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #475569;
  font-weight: 300;
}

.service-card:hover {
  transform: translateY(-00.375rem);
  box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  /* .service-card {
    text-align: center;
  } */
}

/* ------------------------------ Web App Development Services ------------------------------ */
.web-app-services {
  padding: clamp(3rem, 5vw, 5rem) 1rem;
  background: #ffffff;
}

.container {
  max-width: 56.25rem;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.0625rem);
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #000000;
}

.section-subtitle {
  font-size: 0.875rem;
  color: #64748b;
  max-width: 54rem;
  margin: 0 auto 2.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.service-box {
  background: #ffffff;
  border: 1px solid #0000001a;
  border-radius: 0.75rem;
  padding: 1.5rem 1.75rem;
  transition: all 0.25s ease;
}

.service-box h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
  text-align: start;
}

.service-box p {
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #475569;
  font-weight: 300;
  text-align: start;
}

.service-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border-color: transparent;
}

@media (max-width: 600px) {
  .service-box {
    padding: 1.25rem;
  }
}

/* ----------------------------- UI/UX Design Services ----------------------------- */
.uiux-services {
  padding: clamp(3rem, 6vw, 5rem) 1rem;
  background: #ffffff;
}

.uiux-services .container {
  max-width: 1100px;
  margin: 0 auto;
}

/* .section-title {
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 0.5rem;
} */

/* .section-subtitle {
  text-align: center;
  font-size: 0.9rem;
  color: #64748b;
  max-width: 800px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
} */

.uiux-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.uiux-card {
  background: #ffffff;
  border: 1px solid #0000001a;
  border-radius: 0.75rem;
  padding: 1.75rem;
  transition: all 0.25s ease;
}

.uiux-card h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
  text-align: start;
}

.uiux-card p {
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #475569;
  font-weight: 300;
  text-align: start;
}

.uiux-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border-color: transparent;
}

@media (max-width: 768px) {
  .uiux-grid {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------ Web App Development Services ------------------------------ */
.web-app-services {
  padding: clamp(3rem, 5vw, 5rem) 1rem;
  background: #ffffff;
}

.container {
  max-width: 56.25rem;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 2.0625rem);
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #000000;
}

.section-subtitle {
  font-size: 0.875rem;
  color: #64748b;
  max-width: 54rem;
  margin: 0 auto 2.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.service-box {
  background: #ffffff;
  border: 1px solid #0000001a;
  border-radius: 0.75rem;
  padding: 1.5rem 1.75rem;
  transition: all 0.25s ease;
}

.service-box h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
  text-align: start;
}

.service-box p {
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #475569;
  font-weight: 300;
  text-align: start;
}

.service-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border-color: transparent;
}

@media (max-width: 600px) {
  .service-box {
    padding: 1.25rem;
  }
}

/* ----------------------------- Mob App Dev Services ----------------------------- */
.mobapp-services {
  padding: clamp(3rem, 6vw, 5rem) 1rem;
  background: #ffffff;
}

.mobapp-services .container {
  max-width: 1100px;
  margin: 0 auto;
}

/* .section-title {
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 0.5rem;
} */

/* .section-subtitle {
  text-align: center;
  font-size: 0.9rem;
  color: #64748b;
  max-width: 800px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
} */

.mobapp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.mobapp-card {
  background: #ffffff;
  border: 1px solid #0000001a;
  border-radius: 0.75rem;
  padding: 1.75rem;
  transition: all 0.25s ease;
}

.mobapp-card h3 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
  text-align: start;
}

.mobapp-card p {
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #475569;
  font-weight: 300;
  text-align: start;
}

.mobapp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  border-color: transparent;
}

@media (max-width: 768px) {
  .mobapp-grid {
    grid-template-columns: 1fr;
  }
}
