*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
  background-color: #ffffff;
  font-size: 17px;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.container {
  width: min(1120px, 100% - 3rem);
  margin: 0 auto;
}

h1, h2, h3, h4 {
  margin: 0 0 0.5em;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  color: #111827;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
}

h2 {
  font-size: 36px;
  font-weight: 600;
}

h3 {
  font-size: 26px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

p {
  margin: 0 0 1em;
}

/* Header & Navigation */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e5e7eb;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.logo-title {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.logo-subtitle {
  font-size: 0.8rem;
  color: #6b7280;
}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 1.75rem;
  padding: 0;
  margin: 0;
  align-items: center;
}

.main-nav a {
  font-size: 0.95rem;
  color: #374151;
  font-weight: 500;
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #06b6d4);
  transition: width 0.2s ease-out;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  background: transparent;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background-color: #111827;
  border-radius: 999px;
}

/* Hero */

.hero {
  position: relative;
  min-height: 60vh;
  color: #f9fafb;
  overflow: hidden;
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide.active {
  opacity: 1;
}

.hero-overlay {
  position: relative;
  min-height: 60vh;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.35));
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr);
  padding: 3.5rem 0 3rem;
}

.hero-text h1 {
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin-bottom: 0.75rem;
  color: #f9fafb;
}

.hero-text p {
  max-width: 620px;
  color: #e5e7eb;
}

.hero-kicker {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #93c5fd;
  margin-bottom: 0.65rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.75rem;
  font-size: 0.9rem;
  color: #e5e7eb;
}

.hero-trust i {
  margin-right: 0.35rem;
  color: #93c5fd;
}

/* Buttons */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out, background-color 0.15s ease-out, color 0.15s ease-out;
}

.btn-primary {
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(37, 99, 235, 0.35);
}

.btn-outline {
  border-color: #e5e7eb;
  color: #111827;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
}

.btn-outline:hover {
  background-color: #ffffff;
  color: #111827;
}

/* Sections */

.intro-section,
.services-overview,
.vision-mission,
.presence,
.goals,
.page-hero,
.story-section,
.directors-section,
.values-section,
.team-section,
.service-detail-section,
.why-us-section,
.contact-section,
.map-embed-section,
.cta-section {
  padding: 3.5rem 0;
}

.page-hero {
  position: relative;
  background-image:
    linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.4)),
    url("assets/banner2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #020617;
}

.page-hero h1 {
  font-size: clamp(1.8rem, 2.6vw, 2.3rem);
  color: #f9fafb;
}

.page-hero p {
  max-width: 640px;
  color: #e5e7eb;
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-header p {
  color: #6b7280;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.4fr);
  gap: 2.5rem;
  align-items: center;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 17px;
  color: #4b5563;
  margin-bottom: 0.4rem;
}

.check-list i {
  color: #16a34a;
  margin-top: 0.2rem;
}

.intro-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.stat-card {
  flex: 1 1 120px;
  background: #f9fafb;
  border-radius: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid #e5e7eb;
  text-align: left;
}

.stat-number {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  color: #2563eb;
}

.stat-label {
  color: #6b7280;
}

/* Services Overview */

.services-overview {
  background: radial-gradient(circle at top, #eff6ff 0, #ffffff 55%);
}

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

.service-card {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
}

.service-card img {
  height: 160px;
  width: 100%;
  object-fit: cover;
}

.service-media {
  position: relative;
}

.service-pill {
  position: absolute;
  left: 0.9rem;
  bottom: 0.9rem;
  background-color: rgba(15, 23, 42, 0.9);
  color: #f9fafb;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.service-pill i {
  font-size: 0.8rem;
}

.service-card h3 {
  font-size: 1.05rem;
  padding: 1rem 1rem 0.25rem;
}

.service-card p {
  padding: 0 1rem 0.75rem;
  color: #4b5563;
}

.service-points {
  list-style: none;
  padding: 0 1rem 0.75rem;
  margin: 0;
  color: #6b7280;
}

.service-points li + li {
  margin-top: 0.2rem;
}

.text-link {
  padding: 0 1rem 1rem;
  color: #2563eb;
  font-weight: 500;
}

.text-link:hover {
  text-decoration: underline;
}

/* Vision & Mission */

.vision-mission {
  background-color: #f9fafb;
}

.section-kicker {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #2563eb;
  margin-bottom: 0.4rem;
}

.vm-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.7fr);
  gap: 2.5rem;
  align-items: flex-start;
}

.vision-mission .vm-grid,
.values-section .vm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.vm-card {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
}

.vm-card img {
  border-radius: 0.75rem;
  margin-bottom: 1rem;
}

.vm-card p {
  color: #4b5563;
}

.vm-icon {
  font-size: 2rem;
  color: #2563eb;
  margin-bottom: 0.75rem;
}

/* Presence / India Map */

.clients {
  background-color: #ffffff;
}

.clients-scroller {
  overflow: hidden;
  position: relative;
}

.clients-track {
  display: flex;
  gap: 2.5rem;
  animation: clients-marquee 25s linear infinite;
}

.client-logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-logo {
  width: 140px;
  height: 80px;
  object-fit: contain;
  filter: grayscale(10%);
}

.client-logo:hover {
  filter: none;
}

@keyframes clients-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.presence-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.8fr);
  gap: 2rem;
  align-items: center;
}

.india-map-card {
  display: flex;
  justify-content: center;
}

.india-map {
  position: relative;
  width: 260px;
  height: 360px;
}

.india-map-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.map-outline {
  position: absolute;
  inset: 0;
}

.map-pin {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.map-pin span {
  width: 16px;
  height: 16px;
  background: #ef4444;
  border-radius: 999px;
  border: 2px solid #fee2e2;
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.25);
  display: block;
}

.pin-pune { bottom: 80px; left: 120px; }
.pin-mumbai { bottom: 110px; left: 100px; }
.pin-bengaluru { bottom: 40px; left: 125px; }
.pin-chennai { bottom: 40px; left: 160px; }
.pin-kolkata { bottom: 150px; left: 190px; }
.pin-delhi { bottom: 220px; left: 135px; }
.pin-surat { bottom: 110px; left: 85px; }
.pin-amravati { bottom: 130px; left: 120px; }
.pin-haryana { bottom: 235px; left: 125px; }

.presence-text p {
  color: #4b5563;
}

.locations-list {
  margin-top: 1.5rem;
}

.locations-list h4 {
  margin-bottom: 0.5rem;
}

.location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.location-tags span {
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.85rem;
  background-color: #eff6ff;
  color: #1d4ed8;
}

/* Goals */

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

.goal-card {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
}

.goal-card p {
  font-size: 0.95rem;
  color: #4b5563;
}

/* Story & Directors */

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.3fr);
  gap: 2rem;
  align-items: center;
}

.quote-card {
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: #f9fafb;
  border-radius: 1.25rem;
  padding: 1.75rem;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

.quote-author {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  opacity: 0.9;
}

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

.director-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 2fr);
  gap: 1.5rem;
  align-items: center;
  background-color: #ffffff;
  border-radius: 1.25rem;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
}

.director-photo img {
  border-radius: 1rem;
  object-fit: cover;
}

.director-role {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
}

.director-info p {
  font-size: 0.95rem;
  color: #4b5563;
}

.center-button {
  margin-top: 2rem;
  text-align: center;
}

/* Team */

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

.team-card {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
}

.team-card p {
  font-size: 0.95rem;
  color: #4b5563;
}

.team-icon {
  font-size: 1.8rem;
  color: #2563eb;
  margin-bottom: 0.75rem;
}

/* Service Detail */

.service-detail-section {
  background-color: #ffffff;
}

.service-detail-section.alt {
  background-color: #f9fafb;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.6fr);
  gap: 2rem;
  align-items: center;
}

.service-detail-image img {
  border-radius: 1.25rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.service-detail-text p {
  font-size: 0.96rem;
  color: #4b5563;
}

/* Why Us */

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.why-card {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
}

.why-card p {
  font-size: 0.95rem;
  color: #4b5563;
}

.why-icon {
  font-size: 1.8rem;
  color: #2563eb;
  margin-bottom: 0.75rem;
}

/* Contact */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.8fr);
  gap: 2rem;
  align-items: flex-start;
}

.contact-info-card,
.contact-form-card {
  background-color: #ffffff;
  border-radius: 1.25rem;
  border: 1px solid #e5e7eb;
  padding: 1.75rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
}

.contact-info-card p {
  color: #4b5563;
}

.contact-item {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.contact-item i {
  font-size: 1.3rem;
  color: #2563eb;
  margin-top: 0.15rem;
}

.contact-item h3 {
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.contact-item a {
  color: #2563eb;
  font-size: 0.95rem;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.form-group label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #374151;
}

.form-group input,
.form-group select,
.form-group textarea {
  border-radius: 0.75rem;
  border: 1px solid #d1d5db;
  padding: 0.55rem 0.75rem;
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s ease-out, box-shadow 0.15s ease-out;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.18);
}

.form-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

.form-note {
  font-size: 0.8rem;
  color: #6b7280;
}

/* Small text helpers */
.small-text,
.stat-label,
.text-link,
.form-note,
.footer-bottom {
  font-size: 14px;
}

/* Map placeholder */

.map-placeholder {
  border-radius: 1.25rem;
  border: 1px dashed #cbd5f5;
  padding: 2rem;
  text-align: center;
  background-color: #f9fafb;
  color: #6b7280;
}

.map-icon {
  font-size: 1.8rem;
  color: #2563eb;
  margin-bottom: 0.5rem;
}

/* CTA */

.cta-section {
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
  color: #f9fafb;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cta-inner p {
  color: #e5e7eb;
}

.cta-section .btn-primary {
  background-color: #ffffff;
  background-image: none;
  color: #1d4ed8;
  box-shadow: none;
}

.cta-section .btn-primary:hover {
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.2);
}

/* Footer */

.site-footer {
  background-color: #0b1120;
  color: #e5e7eb;
  padding-top: 2.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 1.75rem;
  padding-bottom: 1.75rem;
}

.site-footer h3,
.site-footer h4 {
  color: #f9fafb;
}

.site-footer a {
  color: #bfdbfe;
}

.footer-bottom {
  border-top: 1px solid #1f2937;
  padding: 0.85rem 0 1.1rem;
  text-align: center;
  font-size: 0.8rem;
  color: #9ca3af;
}

/* Floating Action Buttons */

.floating-buttons {
  position: fixed;
  right: 1.2rem;
  bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  z-index: 60;
}

.fab-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.35);
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
}

.fab-whatsapp {
  background-color: #22c55e;
}

.fab-call {
  background-color: #fb923c;
}

.fab-btn:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.45);
}

/* Responsive */

@media (max-width: 992px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vision-mission .vm-grid,
  .values-section .vm-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .presence-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .goals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-grid,
  .service-detail-grid,
  .contact-grid,
  .director-card,
  .directors-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .header-inner {
    padding: 0.6rem 0;
  }

  .main-nav ul {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 220px;
    padding: 0.5rem 1rem 0.75rem;
    border-radius: 0 0 0 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transform-origin: top right;
    transform: scaleY(0.85);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease-out, transform 0.18s ease-out;
  }

  .main-nav.open ul {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
  }

  .main-nav li {
    padding: 0.35rem 0;
  }

  .nav-toggle {
    display: flex;
  }

  .hero-grid,
  .intro-grid,
  .presence-grid,
  .story-grid,
  .service-detail-grid,
  .contact-grid,
  .vm-split {
    grid-template-columns: minmax(0, 1fr);
  }

  .services-grid,
  .goals-grid,
  .team-grid,
  .why-us-grid,
  .vision-mission .vm-grid,
  .values-section .vm-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-content {
    padding: 2.75rem 0;
  }

  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 2rem, 100%);
  }

  body {
    font-size: 15px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  .floating-buttons {
    right: 0.8rem;
    bottom: 1rem;
  }
}

