@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

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




body {
  /* font-family: "Poppins", sans-serif; */
  background: white;
  color: #111;
  line-height: 1.6;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: #fff;
  flex-wrap: wrap;
  position: relative;
  /* anchor the dropdown on mobile */
}

.logo {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  display: flex;
  align-items: center;
  gap: 5px;
}

.logo img {
  height: 50px;
  width: auto;
}

.logo-n {
  color: #8000ff;
  font-size: 32px;
}

.logo .light {
  color: gray;
  font-weight: 400;
}

.nav-links {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.nav-links a {
  text-decoration: none;
  color: #031F42;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #8000ff;
}

.phone {
  color: #8000ff;
  font-weight: bold;
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle .bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #031F42;
  transition: transform .2s ease, opacity .2s ease;
}

.nav-toggle .bar+.bar {
  margin-top: 5px;
}

/* Animate to X when open */
.navbar.open .nav-toggle .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.navbar.open .nav-toggle .bar:nth-child(2) {
  opacity: 0;
}

.navbar.open .nav-toggle .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Hero Section */
.hero {
  text-align: center;
  padding: 50px 20px 0px;
  max-width: 1000px;
  margin: 0 auto;
}

.subheadline {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #573DB8;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.headline {
  font-size: clamp(28px, 6vw, 54px);
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}

.highlight {
  color: #9b1bcf;
  color: linear-gradient(90deg, #573DB8 0%, #B31A83 100%);
}

.cta-btn {
  display: inline-block;
  background: linear-gradient(90deg, #573DB8 0%, #B31A83 100%);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 20px;
  transition: transform 0.2s ease;
}

.cta-btn:hover {
  transform: scale(1.05);
}

/* Mockup Images */
.mockups {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.mockups img {
  width: min(1400px, 100%);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  margin-top: -40px;
}

.services {
  background: linear-gradient(0deg, #573DB8 0%, rgba(87, 61, 184, 0.9) 100%),
    linear-gradient(90deg, rgba(87, 61, 184, 0.5) 0%, rgba(179, 26, 131, 0.5) 100%);
  padding: 15px 20px;
  color: #fff;
  text-align: center;
}

.service-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 70px;
}

.service-item {
  font-size: 16px;
  font-weight: 400;
  white-space: wrap;
  font-family: "Poppins", sans-serif;
}


.loved-by {
  text-align: center;
  padding: 60px 20px 40px;
  background: #fff;
}

.loved-heading {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

.loved-heading span {
  color: #a02aa1;
  /* pink-purple */
}

.logo-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 90px;
  margin-bottom: 40px;
}

.logo-row img {
  height: 42px;
  object-fit: contain;
  opacity: 0.8;
  transition: transform 0.3s ease;
  width: 140px;
}

.logo-row img:hover {
  transform: scale(1.05);
  opacity: 1;
}

.gradient-line {
  height: 2px;
  max-width: 90%;
  margin: 0 auto;
  background: linear-gradient(to right, #e4d1f4, #f5d1eb);
  border-radius: 2px;
  position: relative;
}

.gradient-line::before,
.gradient-line::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #e4d1f4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.gradient-line::before {
  left: 0;
}

.gradient-line::after {
  right: 0;
}


/* what-we-do section*/

.what-we-do {
  padding: 60px 20px 120px;
  text-align: center;
  background-color: #fafafa;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* ensures image doesn’t spill outside */
}

.what-we-do::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 100%);
  height: clamp(260px, 50vw, 550px);
  background-image: url("images/what-we-do-bg.jpeg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  z-index: -1;
  pointer-events: none;
}

.section-subtitle {
  color: #573DB8;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: #07000E;
  margin-bottom: 50px;
}

.section-title span {
  color: #a02aa1;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.service-card {
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(160, 42, 161, 0.1);
}

.service-card h3 {
  font-size: 18px;
  color: #112;
  margin-bottom: 15px;
}

.service-card ul {
  padding-left: 18px;
  list-style-type: disc;
  color: #333;
  font-size: 14.5px;
  line-height: 1.7;
}


/* about us section */

.about-us-section {
  background: #f7f1fb;
  padding: 80px 20px;
  text-align: center;
}

.about-us-section .section-subtitle {
  color: #07000E;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.about-us-section .section-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #111;
}

.about-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.about-image {
  display: flex;
  justify-content: center;
}

.about-image img {
  max-width: 100%;
  height: 300px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.about-info {
  flex: 1 1 480px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-tags-single-card {
  background: #F7F1FC;
  border-radius: 20px;
  padding: 25px 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  max-width: 700px;
  margin: 0 auto 20px;
}

.card-inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.card-content {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.about-feature {
  display: flex;
  align-items: left;
  gap: 15px;
  flex: 1 1 300px;
  text-align: left;
}

.about-feature-text {
  display: flex;
  align-items: left;
  text-align: left;
  font-size: 13px;
  color: #716F73;
  margin-top: 10px;
}

.about-feature img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.about-feature h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #222;
}

.about-feature p {
  font-size: 13px;
  color: #555;
  margin: 3px 0 0;
}


.about-text-links {
  font-size: 18px;
  color: #031F42;
  line-height: 1.6;
  text-align: left;
  align-items: left;
  display: flex;
  justify-content: column;
  flex-wrap: wrap;
  gap: 20px
}

.about-text-links span {
  font-weight: 500;
  color: #031F42;
  font-size: 18px;

}

.about-stats {
  /* Make the overlapped stats block scale and keep overlap tidy */
  padding: clamp(140px, 22vw, 250px) 20px 30px 20px;
  margin-top: calc(-1 * clamp(140px, 22vw, 250px));
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.05);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -250px
}

.stat {
  text-align: center;
}

.stat h3 {
  /* scale big numbers gracefully */
  font-size: clamp(32px, 7vw, 52px);
  font-weight: 600;
  color: #313131;
  margin-bottom: 8px;
}

.stat p {
  font-size: 18px;
  color: #07000E;
}

.stat-divider {
  width: 1px;
  height: 60px;
  background-color: #ddd;
}


.latest-projects {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.projects-header {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.projects-subtitle {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #07000E;
  letter-spacing: 4px;
  margin-bottom: 8px;
}

.projects-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: #07000E;
  letter-spacing: 1px;
}

.projects-description {
  flex: 1 1 300px;
  color: #716F73;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.project-card {
  display: flex;
  align-items: stretch;
  gap: 30px;
  border-radius: 24px;
  background: #f4f4f4;
  margin-bottom: 30px;
  flex-wrap: wrap;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.project-card.purple {
  background: #F7F1FC99;
}

.project-card.blue {
  background: #F1F6FC;
}

.project-card.green {
  background: #F1FCFB;
}

.project-img img {
  max-width: 550px;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  height: 430px;
}

.project-content {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 50px;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.project-tags span {
  background-color: #F1E1FF;
  color: #9459D0;
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 400;
}

.project-content h3 {
  font-size: 32px;
  color: #07000E;
  font-weight: 500;
}

.project-content p {
  font-size: 16px;
  color: #313131;
  line-height: 28px;
  font-weight: 300;

}

.read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #573DB8;
  background-color: transparent;
  border: 1px solid #573DB8;
  padding: 8px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.2s ease;
  width: fit-content;
  letter-spacing: 0.5px;
  background: #FFFFFF;
  margin-top: 20px
}

.read-more span {
  font-size: 18px;
  display: inline-block;
  transform: translateY(1px);
}

.read-more:hover {
  background-color: #573DB8;
  color: #fff;
}


.team-section {
  background: #F7F1FC;
  padding: 80px 20px;
  text-align: center;
}

.team-subtitle {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
  color: #07000E;
  margin-bottom: 10px;
}

.team-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  color: #07000E;
  margin-bottom: 50px;
}

.team-members {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.team-card img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.team-card h4 {
  font-size: 26px;
  font-weight: 500;
  color: #07000E;
  margin-top: 10px;
}

.team-card p {
  font-size: 18px;
  color: #716F73;
}

.work-process {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.work-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 60px;
}

.work-subtitle {
  /* fix typo 18x -> 18px */
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 28px;
  font-weight: 600;
  color: #07000E;
  margin-bottom: 10px;
}

.work-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  line-height: 1.3;
  color: #07000E;
  letter-spacing: 2.5%;
}

.work-description {
  flex: 1 1 400px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* --- Work Process Section --- */
.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #e5e5ef;
  border-left: 1px solid #e5e5ef;
  background: #fff;
  margin-top: 30px;
}

.process-card {
  padding: 32px 28px 32px 32px;
  border-right: 1px solid #e5e5ef;
  border-bottom: 1px solid #e5e5ef;
  background: #fff;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.process-card:nth-child(2),
.process-card:nth-child(4) {
  border-right: none;
}

.process-card:nth-child(3),
.process-card:nth-child(4) {
  border-bottom: none;
}

.process-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}

.process-card h4 span {
  color: #573DB8;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 8px;
  letter-spacing: 0;
}

.process-card p {
  color: #716F73;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

/* Responsive: stack on mobile */
@media (max-width: 900px) {
  .process-grid {
    grid-template-columns: 1fr;
    border-left: none;
    border-top: 1px solid #e5e5ef;
  }

  .process-card {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #e5e5ef;
    padding: 28px 16px;
  }

  .process-card:last-child {
    border-bottom: none;
  }
}

/* ===== Gradient Headline Section ===== */
.headline-hero {
  background:
    url("images/headline-hero-bg.jpeg") center center/cover no-repeat;
  color: #fff;
  padding: 90px 20px;
  position: relative;
}

.headline-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Big white heading */
.headline-hero__title {
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.2px;
  font-size: clamp(28px, 6vw, 56px);
}

/* The gold phrase with decorative underline */
.gold-phrase {
  position: relative;
  display: inline-block;
  padding: 0 6px 8px;
  /* bottom space for underline */
  background: linear-gradient(90deg, #c98c2b 0%, #ffd77a 30%, #e6b741 55%, #fff2b1 75%, #c98c2b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* reveal gradient */
  text-shadow: 0 0.5px 0 rgba(0, 0, 0, 0.15);
  /* subtle depth */
}

/* underline line */
.gold-phrase::after {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  bottom: 0;
  height: 3px;
  background: #ffffff;
  border-radius: 999px;
  box-shadow:
    0 0 0 0 #fff,
    inset 0 0 0 0 #fff;
}

/* round end caps */
.gold-phrase::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -16px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: calc(100% + 100% + 24px) 0 0 0 #ffffff;
  /* clones the right dot */
}




/* ===== Our Blog ===== */

.blog {
  max-width: 1220px;
  margin: 0 auto;
  padding: 70px 20px 90px;
}

.blog__head {
  text-align: center;
  margin-bottom: 28px;
}

.blog__head h2 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #07000E;
}

/* grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* card */
.blog-card {
  border: 1px solid #CDCCCF;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

/* media with date pill */
.blog-card__media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.blog-card__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.blog-card__date {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: #573DB8;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 10px 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 6px 18px rgba(107, 77, 246, 0.35);
}

/* meta row */
.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 10px;
  color: var(--muted);
  font-size: 14px;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.meta-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D6D2E3;
}

/* title */
.blog-card__title {
  font-size: 18px;
  line-height: 28.8px;
  color: #07000E;
  font-weight: 600;
  margin: 4px 0 20px;
  letter-spacing: 0%;
}

/* icons */
.i {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.i-cal {
  width: 16px;
  height: 16px;
  stroke: #fff;
}

.i-right {
  width: 18px;
  height: 18px;
}

/* responsive */
@media (max-width: 1100px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .blog__head h2 {
    font-size: 32px;
  }

  .hide-on-mobile {
    display: none;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card__media img {
    height: 200px;
  }
  .about-tags-single-card {
    
  }

}

/* ===== Footer ===== */
:root {
  --nf-bg: #0B0713;
  --nf-text: #F2EEF9;
  --nf-muted: #ABA5BC;
  --nf-purple: #6B5AE6;
  --nf-border: #2B2434;
  --nf-chip: #3A3A44;
}

.nf-footer {
  background: var(--nf-bg);
  color: var(--nf-text);
  font-family: "Poppins", sans-serif;
}

.nf-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 22px 28px;
}

/* Top */
.nf-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.nf-top-copy h2 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 14px;
}

.nf-top-copy p {
  color: #fff;
  max-width: 680px;
  font-weight: 400;
}

.nf-cta {
  display: grid;
  place-items: center;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: var(--nf-purple);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

/* Divider with diamonds at ends */
.nf-divider {
  position: relative;
  height: 2px;
  background: var(--nf-border);
  margin: 28px 0 32px;
}

.nf-divider::before,
.nf-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--nf-border);
  border-radius: 1px;
}

.nf-divider::before {
  left: -2px;
}

.nf-divider::after {
  right: -2px;
}

/* Main columns */
.nf-main {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 60px;
}

.nf-col h4 {
  font-size: 24px;
  margin: 0 0 16px;
}

.nf-brand .nf-logo {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .2px;
  margin-bottom: 18px;
}

/* Newsletter input */
.nf-newsletter {
  display: flex;
  align-items: center;
  max-width: 520px;
  margin: 8px 0 18px;
  background: var(--nf-chip);
  border-radius: 999px;
  overflow: hidden;
}

.nf-newsletter input {
  flex: 1;
  padding: 16px 20px;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
}

.nf-newsletter button {
  width: 56px;
  height: 48px;
  margin: 4px;
  border: none;
  border-radius: 999px;
  background: var(--nf-purple);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.nf-i {
  width: 18px;
  height: 18px;
  color: #fff;
}

/* Socials */
.nf-socials {
  display: flex;
  gap: 14px;
  margin-top: 10px;
}

.nf-social {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.6px solid rgba(107, 90, 230, .7);
  display: grid;
  place-items: center;
  color: #e9e6f5;
  text-decoration: none;
}

/* Links & contact lists */
.nf-links,
.nf-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nf-links li {
  margin: 14px 0;
}

.nf-links a {
  color: #D9D4E6;
  text-decoration: none;
}

.nf-links a:hover {
  color: #fff;
}

.nf-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0;
  color: #D9D4E6;
}

.nf-contact .nf-i {
  color: #BFB7D6;
}

/* Bottom bar */
.nf-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--nf-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #D7D2E5;
  font-size: 14px;
}

.nf-bottom-links {
  display: grid;
  gap: 28px;
}

.nf-bottom-links a {
  color: #D7D2E5;
  text-decoration: none;
}

.nf-bottom-links a:hover {
  color: #fff;
}

/* Responsive */
@media (max-width:1100px) {
  .nf-top-copy h2 {
    font-size: 25px;
  }

  .nf-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width:760px) {
  .nf-top {
    gap: 16px;
  }

  .nf-cta {
    width: 130px;
    height: 130px;
    display: none;
  }

  .nf-main {
    grid-template-columns: 1fr;
  }

  .nf-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Header responsive + mobile menu */
.navbar {
  position: relative;
  /* anchor the dropdown on mobile */
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle .bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #031F42;
  transition: transform .2s ease, opacity .2s ease;
}

.nav-toggle .bar+.bar {
  margin-top: 5px;
}

/* Animate to X when open */
.navbar.open .nav-toggle .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.navbar.open .nav-toggle .bar:nth-child(2) {
  opacity: 0;
}

.navbar.open .nav-toggle .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile breadcrumb (collapsed by default, opens on tap) */
.breadcrumb-mobile {
  display: none;
}

.breadcrumb-mobile details {
  background: #f7f7fb;
  border: 1px solid #e8e6f0;
  border-radius: 10px;
  padding: 10px 12px;
}

.breadcrumb-mobile summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.breadcrumb-mobile summary::-webkit-details-marker {
  display: none;
}

.breadcrumb-mobile .caret {
  width: 16px;
  height: 16px;
  margin-left: auto;
  color: #573DB8;
}

.breadcrumb-mobile .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  font-size: 14px;
}

.breadcrumb-mobile .breadcrumb-list span {
  color: #aaa;
}

.breadcrumb-mobile a {
  color: #573DB8;
  text-decoration: none;
}

/* Prevent background scroll when menu is open */
.no-scroll {
  overflow: hidden;
}

/* Mobile layout rules */
@media (max-width: 768px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    /* hidden until opened */
    flex-direction: column;
    background: #fff;
    padding: 10px 16px 16px;
    gap: 12px;
    border-top: 1px solid #eee;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    z-index: 1000;
  }

  .navbar.open .nav-links {
    display: flex;
    /* show when toggled */
  }

  .nav-links a {
    padding: 8px 4px;
  }

  .breadcrumb-mobile {
    display: block;
    padding: 10px 20px 0;
  }
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  .headline-hero__title {
    font-size: 44px;
  }
}



/* Responsive tweak */
@media (max-width: 768px) {
  .service-container {
    flex-direction: column;
    gap: 20px;
  }

  .about-flex {
    flex-direction: column;
  }

  .about-tags {
    justify-content: center;
  }

  .about-info {
    align-items: center;
    text-align: center;
  }

  .stat-divider {
    display: none;
  }

  .projects-header {
    flex-direction: column;
    text-align: left;
  }

  .project-card {
    flex-direction: column;
  }

  .project-img img {
    max-width: 100%;
  }

  .work-header {
    flex-direction: flex;
    gap: 20px;
    margin-bottom: 0px;
  }

  .work-title {
    font-size: 32px;
  }

  .headline-hero {
    padding: 70px 16px;
  }

  .headline-hero__title {
    font-size: 34px;
    line-height: 1.25;
  }

  .gold-phrase {
    padding-bottom: 6px;
  }

  .gold-phrase::after {
    height: 2.5px;
  }

  .team-members {
    flex-direction: column;
    gap: 30px;
  }
  .nf-socials {
    justify-content: center;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .headline {
    font-size: 32px;
  }

  .mockups img {
    height: 320px;
  }

  .nav-links {
    justify-content: center;
    padding-top: 15px;
  }

  .navbar {
    padding: 20px;
  }

  .what-we-do {
    background-size: 90% auto;
  }
}

/* Nav adjustments on smaller screens */
@media (max-width: 900px) {
  .nav-links {
    gap: 16px;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .logo img {
    height: 40px;
  }

  .nav-links a {
    font-size: 14px;
  }

  .nav-links .phone {
    display: none;
  }
}