.tech-stack {
  padding: 20px 0;
  background: #ffffff;
  text-align: center;
}

.tech-stack h2 {
  color: #ff9900;
  font-size: 34px;
  margin-bottom: 40px;
}

.section-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 80px 24px;
}

.tech-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 900px;
  margin: auto;
  list-style: none;
  padding: 0;
}

.tech-list li {
  background: #0f172a;
  border: 1px solid rgba(255,255,255,.08);
  padding: 14px 22px;
  border-radius: 10px;
  color: #cbd5e1;
  font-size: 15px;
}

.processs {
  background: linear-gradient(180deg,#020617,#0f172a);
  padding: 20px 0;
  max-width: 100%;
  margin: auto;
}

.processs h2 {
  text-align: center;
  color: #ff9900;
  font-size: 36px;
  margin-bottom: 60px;
}

.processs-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 32px;
  max-width: 900px;
  margin: auto;
}

.processs ol {
  list-style: none;
  counter-reset: step;
  padding: 0;
}

.processs li {
  counter-increment: step;
  padding: 10px 30px;
  margin-bottom: 20px;
  background: #11172a;
  border-radius: 12px;
  color: #cbd5e1;
  position: relative;
}

.processs-card {
    background: linear-gradient(145deg,#0f172a,#020617);
  border: 1px solid rgba(255,255,255,.08);
  padding: 36px;
  border-radius: 18px;
  position: relative;
}

.processs-card h4 {
  color: #ff9900;
  font-size: 22px;
  margin-bottom: 10px;
}

.processs-card p {
  color: #cbd5e1;
  line-height: 1.6;
}

.processs-card .step {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 28px;
  font-weight: 800;
  color: rgba(79,70,229,.6);
}

.processs li::before {
  content: counter(step);
  position: absolute;
  left: -18px;
  top: 20px;
  background: #4f46e5;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: bold;
}

.india-advantage {
  padding: 20px 0;
  background: #ffffff;
  max-width: 100%;
  margin: auto;
  color: #cbd5e1;
}

.india-advantage h2 {
  color: #ff9900;
  font-size: 34px;
  margin-bottom: 20px;
}

.india-advantage p{
    color:#000000;
}

.india-advantage ul {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.india-advantage li {
  background: #0f172a;
  padding: 18px 22px;
  border-radius: 10px;
}

.team {
  padding: 100px 0;
  background: linear-gradient(180deg,#020617,#0f172a);
  text-align: center;
}

.team h2 {
  color: #f59e0b;
  font-size: 36px;
  margin-bottom: 20px;
}

.team-intro {
  color: #cbd5e1;
  max-width: 800px;
  margin: 0 auto 60px;
  font-size: 18px;
  line-height: 1.7;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 32px;
  max-width: 1000px;
  margin: auto;
}

.team-card {
  background: linear-gradient(145deg,#0f172a,#020617);
  border: 1px solid rgba(255,255,255,.08);
  padding: 40px;
  border-radius: 20px;
  text-align: left;
}

.team-card h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 12px;
}

.team-card p {
  color: #cbd5e1;
  line-height: 1.6;
}

.team-footnote {
  margin-top: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.6;
}


.faqs {
  padding: 20px 0;
  max-width: 100%;
  margin: auto;
}

.faqs h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 40px;
  color: #ff9900;
}

.faqs h4 {
  font-size: 20px;
  color: #000000;
  margin-top: 30px;
}

.faqs p {
  color: #000000;
  margin-top: 10px;
  line-height: 1.6;
}


.pricing {
  padding: 80px 0;
  background: #0b0f1a;
  text-align: center;
}

.pricing h2 {
  color: #ff9900;
  font-size: 36px;
  margin-bottom: 10px;
}

.pricing p {
  color: #a0aec0;
  max-width: 720px;
  margin: 0 auto 50px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.price-box {
  background: #11172a;
  padding: 40px 30px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.05);
  transition: .3s ease;
}

.price-box:hover {
  transform: translateY(-8px);
  border-color: #4f46e5;
}

.price-box h4 {
  color: #ff9900;
  font-size: 22px;
  margin-bottom: 10px;
}

.price-box .price {
  font-size: 28px;
  font-weight: 700;
  color: #4f46e5;
  margin: 15px 0;
}

.price-box p {
  color: #cbd5e1;
  font-size: 15px;
}


.authority-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.authority-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}


.pillar {
  background: #0b0d12;
  color: #fff;
  padding: 24px;
  border-radius: 16px;
}

.pillar h4 {
  color: #facc15;
  margin-bottom: 10px;
  font-size: 18px;
}

.pillar p {
  color: #cbd5e1;
  line-height: 1.6;
}

.authority-section {
  background: #f9fafb;
  padding: 100px 5%;
}

.authority-wrapper {
  max-width: 1200px;
  margin: auto;
}


.authority-text h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.authority-text p {
  font-size: 18px;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 16px;
}

.authority-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.authority-card {
  background: white;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.authority-card strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.authority-card span {
  color: #6b7280;
  font-size: 14px;
}

.trust-strip {
  background: linear-gradient(180deg, #0b0d12, #111827);
  padding: 60px 5%;
}

.trust-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.trust-item h4 {
  color: #facc15;
  margin-bottom: 8px;
  font-size: 18px;
}

.trust-item p {
  color: #cbd5e1;
  line-height: 1.6;
}


.founder-section {
  background: #0b0d12;
  color: #fff;
  padding: 80px 80px;
}

.founder-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;
}

.founder-text h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.founder-text p {
  color: #cbd5e1;
  margin-bottom: 16px;
  line-height: 1.7;
}

.founder-text a {
  color: #facc15;
  text-decoration: none;
  font-weight: 600;
}

.founder-stats {
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  padding: 40px;
  display: grid;
  gap: 24px;
}

.stat strong {
  font-size: 42px;
  color: #facc15;
  display: block;
}

.stat span {
  color: #cbd5e1;
  font-size: 14px;
}


/* =========================
   BLOG / ARTICLE STYLES
========================= */

.blog-article {
  max-width: 920px;
  margin: 0 auto;
  padding: 80px 24px;
}

.blog-article article {
  font-size: 18px;
  line-height: 1.75;
  color: #0f172a;
}

/* Headings */
.blog-article h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.blog-article h2 {
  font-size: 28px;
  margin-top: 56px;
  margin-bottom: 16px;
}

.blog-article h3 {
  font-size: 22px;
  margin-top: 32px;
  margin-bottom: 12px;
}

/* Paragraphs */
.blog-article p {
  margin-bottom: 20px;
  color: #334155;
}

/* Lists */
.blog-article ul,
.blog-article ol {
  margin: 16px 0 24px 24px;
}

.blog-article li {
  margin-bottom: 10px;
}

/* Table */
.blog-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 16px;
}

.blog-table th,
.blog-table td {
  border: 1px solid #e2e8f0;
  padding: 12px 16px;
  text-align: left;
}

.blog-table th {
  background: #f8fafc;
  font-weight: 600;
}

/* Intro text */
.blog-intro {
  font-size: 20px;
  color: #475569;
  margin-bottom: 32px;
}

/* CTA */
.blog-cta {
  margin-top: 64px;
  padding: 40px;
  background: #f8fafc;
  border-radius: 16px;
  text-align: center;
}

.blog-cta h2 {
  margin-top: 0;
}

@media (max-width: 768px) {
  .blog-article h1 {
    font-size: 32px;
  }

  .blog-article {
    padding: 56px 20px;
  }
}

/* =========================
   ROOT VARIABLES
========================= */
:root {
  --yellow: #fbbf24;
  --yellow-dark: #f59e0b;
  --navy: #0f172a;
  --muted: #64748b;
  --bg: #ffffff;
  --staff-row-height: 64px;
}

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

body {
  font-family: Inter, sans-serif;
  background: var(--bg);
  color: var(--navy);
  line-height: 1.6;
}

html {
  scroll-behavior: smooth;
}

/* =========================
   HEADER
========================= */
.site-header {
  padding: 24px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
}

.nav {
  display: flex;
  align-items: center;
  z-index: 1001;
}

.nav a {
  margin-left: 24px;
  text-decoration: none;
  font-size: 14px;
  color: var(--navy);
  font-weight: 500;
}

.btn-primary {
  background: linear-gradient(90deg, #ff9900 0%, #f3cb01 100%);
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
}


/* Content links – black, subtle, brand-safe */
.hero a,
.hire a,
.feature a,
.product-card a,
.testimonial-text a {
  color: #0f172a; /* your navy */
  text-decoration: none;
  font-weight: 500;
}

/* Optional: hover state (recommended) */
.hero a:hover,
.hire a:hover,
.feature a:hover,
.product-card a:hover,
.testimonial-text a:hover {
  color: var(--yellow);
  text-decoration: underline;
}

/* =========================
   PRODUCT HIGHLIGHT
========================= */
.product-highlight {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 50% / 50% */
  gap: 80px;
  align-items: center;

  padding: 40px 80px;
}

.snuggle-video-wrap video {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

/* RIGHT: content */
.product-card {
  max-width: 560px;
   order: 2;
}

.product-desc {
  margin: 16px 0 24px;
  color: var(--muted);
  line-height: 1.7;
}

.product-points {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}

.product-points li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}

.product-points li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--yellow);
  font-weight: bold;
}

@media (max-width: 1024px) {
  .product-highlight {
    grid-template-columns: 1fr;
    padding: 40px;
    gap: 32px;
  }

  .product-card {
    max-width: 100%;
  }
}


.snuggle-video-wrap {
  width: 45vw;          /* EXACTLY half the viewport */
  max-width: 720px;     /* optional safety cap */
  margin-right: auto;    /* align to right if needed */
   order: 1;
}

.snuggle-video-wrap video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

/* Mobile */
@media (max-width: 768px) {
  .snuggle-video-wrap {
    width: 100%;
    margin-left: 0;
  }
}



/* =========================
   PRODUCT – RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .product-highlight {
    padding: 80px 24px;
  }

  .product-image {
    position: static;
    width: 100%;
    height: 420px;
    margin-bottom: 32px;
    border-radius: 16px;
  }

  .product-card {
    width: 100%;
    min-width: auto;
    border-radius: 16px;
  }
}

/* =========================
   HERO
========================= */
.hero {
  position: relative;
  padding: 120px 0px 0px;
  overflow: visible;
  margin-bottom: 180px;
}

.hero-image {
  position: absolute;
  right: 0;
  top: 80px;

  width: 50%;
  max-width: 760px;
  height: 620px;              /* ✅ CRITICAL FIX */

  border-radius: 0 0 0 52px;
  overflow: hidden;           /* keep */
  z-index: 1;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.hero-card {
  position: relative;
  z-index: 2;
  width: 65%;
  min-width: 420px;
  min-height: 520px;
  background: #0b0d12;
  padding: 56px;
  border-radius: 0 52px 0 0;
}

.hero-card h1 {
  font-size: 48px;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 16px;
}

.hero-card p {
  color: var(--muted);
  margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .hero {
    margin-bottom: 0;     /* ✅ removes white gap */
    padding-bottom: 0;   /* ✅ prevents overflow */
  }
}

/* =========================
   TESTIMONIALS – GRID
========================= */

.testimonials {
  padding: 100px 80px;
  background: #f8fafc;
  text-align: center;
}

.testimonials h2 {
  font-size: 40px;
  margin-bottom: 48px;
}

/* ✅ GRID LAYOUT */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
}

/* Card */
.testimonial-card {
  background: #ffffff;
  padding: 36px;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
}

/* Author */
.testimonial-author {
  margin-bottom: 16px;
}

.testimonial-author strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
}

.testimonial-author span {
  font-size: 13px;
  color: var(--muted);
}

/* Text */
.testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .testimonials {
    padding: 80px 24px;
  }

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

/* =========================
   STATS
========================= */
.stats {
  padding: 80px 80px;
  background: linear-gradient(180deg, var(--yellow) 0%, var(--yellow-dark) 100%);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
}

.stat-item h3 {
  font-size: 48px;
  font-weight: 700;
  color: #1d2764;
  margin-bottom: 8px;
}

.stat-item p {
  font-size: 15px;
  color: var(--muted);
  font-weight: 500;
}

/* Responsive */
@media (max-width: 1024px) {
  .stats {
    padding: 60px 24px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .stat-item h3 {
    font-size: 40px;
  }
}


/* =========================
   CONTACT US
========================= */
.contact-us {
  position: relative;
  padding: 120px 80px 0px;
  min-height: 720px;
  overflow: visible;
}

.contact-us-product {
  position: relative;
  padding: 120px 0px;
  min-height: 720px;
  overflow: visible;
}

.contact-us-image {
  position: absolute;
  left: 0;
  top: 120px;
  width: 50%;
  max-width: 760px;
  z-index: 1;
}

.contact-us-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 0 0 52px 0;
}

.contact-us-card {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-top:50px;
  width: 65%;
  min-width: 420px;
  min-height: 410px;
  max-height:510px;
  background: #0b0d12;
  padding: 56px;
  border-radius: 52px 0 0 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.contact-us-card section-eyebrow{
    color:var(--muted);
}

.contact-us-card h2{
    color:#ffffff;
}

.contact-us-card input, 
.contact-us-card textarea { 
    width: 100%; padding: 14px 16px;
    font-size: 14px; font-family: inherit; 
    background: #f8fafc; /* light fill */ 
    border: 1px solid #e5e7eb; /* subtle border */ 
    border-radius: 8px; 
    color: #0f172a; 
    outline: none; 
    transition: border-color 0.2s ease, background 0.2s ease;
} 

.contact-us-card input::placeholder, 
.contact-us-card textarea::placeholder { 
    color: #94a3b8; /* muted placeholder */ 
    font-weight: 400; 
    
} 

/* Focus state – no blue glow */ 
.contact-us-card input:focus, 
.contact-us-card textarea:focus 
{ 
    background: #ffffff; 
    border-color: #fbbf24; /* brand yellow */ 
    
}
/* Textarea specifics */ 
.contact-us-card textarea { 
    resize: none; 
    min-height: 120px; 
    
} 

.contact-us-card .btn-primary { 
    margin-top: 16px; 
    padding: 14px 24px; 
    font-size: 14px; 
    font-weight: 500; 
    border-radius: 8px; 
    border: none; 
    background: linear-gradient(90deg, #ffb703 0%, #f59e0b 100%); 
    color: #ffffff; 
    cursor: pointer; 
    align-self: flex-start; 
    
} 

.contact-us-card form { 
    margin-top: 24px; 
    
} 

.contact-us-card .form-row { 
    margin-bottom: 16px; 
    
}

/* =========================
   FEATURES
========================= */
.features {
  padding: 60px 80px;
  display: grid;
  background: #0b0d12;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.feature h3{
    color:#ffffff;
}

.feature p{
    color:var(--muted);
}

.feature a{
    color:#fbbf24;
}

.feature-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  background: #fff856;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.feature-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* =========================
   EASY PROCESS
========================= */
.process {
  background: linear-gradient(180deg, var(--yellow) 0%, var(--yellow-dark) 100%);
  padding: 80px;
  text-align: center;
}

.steps {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.step img {
  width: 56px;
  height: 56px;
}

/* =========================
   HIRE
========================= */
.section-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1d2764;
  margin-bottom: 8px;
  display: inline-block;
}

.hire {
  padding: 50px 80px;
}

.hire-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.hire-grid-2 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.hire-icon {
  width: 88px;
  height: 88px;
  background: #fff856;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hire-icon img {
  width: 40px;
  height: 40px;
}

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

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

/* =========================
   STAFF
========================= */
.staff {
  padding: 50px 80px;
  background: #f8fafc;
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 40px;
  margin-top: 20px;
  max-height: calc((5 * var(--staff-row-height)) + (4 * 20px));
  overflow: hidden;
}

.staff-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: var(--staff-row-height);
  background: #ffffff;
  padding: 14px 16px;
  border-left: 4px solid var(--yellow);
  border-radius: 4px;
}

.staff-item img {
  width: 28px;
  height: 28px;
}

/* =========================
   FOOTER
========================= */
footer {
  padding: 80px;
  background: #ffffff;
  font-size: 14px;
}

/* =========================
   FOOTER
========================= */
.site-footer {
  background: #ffffff;
  color: #cbd5e1;
  padding: 80px 80px 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 48px;
}

.footer-col h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--yellow);
}

.footer-col a {
  display: block;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 10px;
}

.footer-col a:hover {
  color: var(--yellow);
}

.footer-brand p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  max-width: 320px;
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 13px;
  color: #94a3b8;
  text-align: center;
}

/* =========================
   FOOTER RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .site-footer {
    padding: 60px 24px 32px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-brand p {
    max-width: 100%;
  }
}


/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .site-header {
    padding: 16px 24px;
      position: relative;
      z-index: 2000;
  }

  .nav-toggle {
    display: flex;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 24px;           /* align with header padding */
    left: auto;

    width: calc(100% - 48px); /* respect side padding */

    background: #ffffff;
    flex-direction: column;
    align-items: flex-start;

    padding: 24px;
    gap: 16px;

    display: none;

    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
  }


  .nav.open {
    display: flex;
  }

  .nav a {
    margin-left: 0;
  }

  .hero,
  .contact-us {
    padding: 80px 24px;
  }

  .hero-image,
  .contact-us-image {
    position: static;
    width: 100%;
    margin-top: 40px;
  }

  .hero-card,
  .contact-us-card {
    width: 100%;
    min-width: auto;
    border-radius: 16px;
  }

  .features,
  .hire-grid,
  .steps,
  .staff-grid {
    grid-template-columns: 1fr;
  }
}

.service-web {
  margin-top: 16px;
}


/* =========================
   TECHNOLOGIES HERO
========================= */
.tech-hero {
  height: 320px;
  background: url("../tech-banner.webp") center/cover no-repeat;
  position: relative;
}

.tech-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.tech-hero h1 {
  font-size: 44px;
  margin-bottom: 8px;
}

.tech-hero p {
  opacity: 0.9;
}

/* =========================
   TECHNOLOGIES SECTION
========================= */
.technologies {
  padding: 80px;
}

.tech-desc {
  max-width: 640px;
  color: var(--muted);
  margin: 12px 0 32px;
}

/* Filters */
.tech-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.tech-filters button {
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
}

.tech-filters button.active {
  background: var(--yellow);
  border-color: var(--yellow);
  font-weight: 600;
}

/* Grid */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 24px;
}

.tech-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: transform .2s ease;
}

.tech-card:hover {
  transform: translateY(-4px);
}

.tech-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 12px;
}

.tech-card span {
  font-size: 14px;
  font-weight: 500;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .technologies {
    padding: 60px 24px;
  }

  .tech-hero h1 {
    font-size: 34px;
  }
}

