:root {
  --bg-soft: #F8FAFC;
  --surface: #FFFFFF;
  --text-primary: #0F172A;
  --text-secondary: #475569;
  --accent: #25d2eb;
  --accent-hover: #25d2eb;
  --border: #E2E8F0;
  --highlight: #14B8A6;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@400;500;600;700;800&display=swap');

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg-soft);
  color: var(--text-primary);
}

.main-wrapper,
.content {
  background: var(--bg-soft);
}

.the-title,
.sub-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DM Serif Display', serif;
  color: var(--text-primary);
}

h1 {
  font-size: 68px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.the-title {
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.sub-title {
  font-size: 32px;
  line-height: 1.2;
}

.service-title,
.team-name,
.industry-card-wrap .team-name {
  font-size: 28px;
  line-height: 1.25;
}

p,
.the-desc,
.service-desc,
.team-role,
.copyright-text,
.contact-block .the-title a,
.testimonial-block-style-2 #cities {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: var(--text-secondary);
}

.contact-block .the-title a {
  line-height: 1.1;
}

.divider-separator {
  background: linear-gradient(90deg, var(--accent) 0%, var(--highlight) 100%);
}

.button.style-3,
.button.style-1 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: var(--accent);
  border-color: var(--accent);
  color: #ffffff;
}

.button.style-3:hover,
.button.style-1:hover,
.button.style-3:focus,
.button.style-1:focus {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: #ffffff;
}

.header-content-right {
  display: flex;
  align-items: center;
}

.header-content-right #main-menu {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
}

.header-content-right #main-menu li a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  padding: 0.35rem 0.7rem;
  transition: all 0.3s ease;
}

.header-content-right #main-menu li a:hover {
  color: var(--accent);
}

.header-content-right #main-menu li:last-child a {
  color: #ffffff;
  background: var(--accent);
  padding: 1rem;
  border-radius: 5px !important;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.18);
}

.header-content-right #main-menu li:last-child a:hover {
  background: var(--accent-hover);
  color: #ffffff;
}

.jepret-menu-mobile {
  color: var(--accent);
}

.intro-block,
.services-block,
.partner-block,
.why-block,
.team-block,
.contact-block,
#footer {
  background: var(--surface);
}

.why-block {
  padding: 10px 0 100px 0px;
  background: var(--bg-soft);
}

.why-block .section-title-wrap .sub-title {
  color: var(--text-primary);
  margin-bottom: 12px;
}

.why-block .section-title-wrap .section-description {
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
}

.why-block .nia-env-grid {
  margin-top: 36px;
}


.why-block .nia-env-card {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.why-block .nia-env-card::before {
  background: linear-gradient(90deg, var(--accent) 0%, var(--highlight) 100%);
}

.why-block .nia-env-card:nth-child(odd)::before {
  background: linear-gradient(90deg, var(--highlight) 0%, var(--accent) 100%);
}

.why-block .nia-env-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.12);
}

.why-block .nia-env-icon {
  background: rgba(37, 99, 235, 0.08);
  color: var(--accent);
}

.why-block .nia-env-card h4 {
  font-size: 28px;
  color: var(--text-primary);
}

.why-block .nia-env-card p {
  color: var(--text-secondary);
}

.industries-block {
  padding: 120px 0;
  background: var(--bg-soft);
}

.industries-text-wrap {
  padding-right: 80px;
}

.industries-text-wrap .the-title {
  font-size: 64px;
  line-height: 1.1;
  margin-bottom: 25px;
}

.industries-text-wrap .the-desc {
  font-size: 18px;
  line-height: 1.9;
  color: #777;
  max-width: 420px;
}

.industries-list-wrap {
  display: flex;
  flex-wrap: wrap;
}

.industry-card-wrap {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 35px 30px;
  margin-bottom: 30px;
  min-height: 220px;
  transition: all 0.35s ease;
}

.industry-card-wrap:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: #111;
}

.industry-icon-wrap {
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

.industry-card-wrap .team-name {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #111;
}

.industry-card-wrap .team-role {
  font-size: 15px;
  line-height: 1.8;
  color: #777;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  .the-title {
    font-size: 40px;
  }

  .sub-title {
    font-size: 28px;
  }

  .industries-text-wrap {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .industries-text-wrap .the-title {
    font-size: 40px;
  }
}

.india-map-wrap {
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

.bangalore {
  top: 56%;
  left: 57%;
}

.chennai {
  top: 62%;
  left: 71%;
}

.coimbatore {
  top: 68%;
  left: 55%;
}

.mysore {
  top: 63%;
  left: 52%;
}

.palani {
  top: 71%;
  left: 60%;
}

.up {
  top: 30%;
  left: 55%;
}

@keyframes pulseMap {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.8);
    opacity: 0;
  }
}

@keyframes dashMove {
  from {
    stroke-dashoffset: 16;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@media screen and (max-width: 768px) {
  .india-map-wrap {
    max-width: 100%;
    padding: 10px;
  }

  .map-location span {
    font-size: 10px;
    padding: 3px 8px;
  }
}

/* ===== IMPACT SECTION FIX ===== */

#impact {
  padding: 100px 0;
  background: var(--bg-soft);
}

#impact .container {
  max-width: 1200px;
}

#impact .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 36px;
}

#impact .column {
  width: auto;
  min-width: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 40px;
  border-radius: 16px;
  transition: 0.3s;
}

#impact .column h2 {
  font-size: clamp(36px, 3.8vw, 52px);
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 15px;
}

#impact .impact-counter {
  display: inline-block;
  min-width: 4ch;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

#impact .column p {
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.6;
  margin: 0;
}

#impact .column>* {
  background: transparent;
  border-radius: 0;
}

#impact .column:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.12);
}

@media (max-width: 992px) {
  #impact {
    padding: 80px 0;
  }

  #impact .row {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 32px;
  }
}

@media (max-width: 680px) {
  #impact {
    padding: 70px 0;
  }

  #impact .row {
    grid-template-columns: 1fr;
  }

  #impact .column {
    padding: 30px 24px;
  }
}

/* .services-card-wrap,
.team-card-wrap,
.industry-card-wrap {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
} */

/* .services-card-wrap:hover, */
.team-card-wrap:hover,
.industry-card-wrap:hover {
  border-color: var(--accent);
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.12);
}

.service-title,
.team-name,
.industry-card-wrap .team-name {
  color: var(--text-primary);
}

.service-desc,
.team-role,
.industry-card-wrap .team-role {
  color: var(--text-secondary);
}

.testimonial-block-style-2 {
  background: linear-gradient(135deg, var(--accent) 0%, var(--highlight) 100%);
}

.testimonial-block-style-2 .the-title,
.testimonial-block-style-2 .divider-separator {
  color: #ffffff;
}

.testimonial-block-style-2 .divider-separator {
  background: #ffffff;
}

.contact-block .sub-title {
  color: var(--text-secondary);
}

.contact-block .the-title a {
  color: var(--text-primary);
}

.contact-block .the-title span {
  color: var(--accent) !important;
}

#footer {
  border-top: 1px solid var(--border);
  background: var(--surface);
}
