/* Fix double scroll — prevent horizontal overflow on this page without creating secondary scroll viewports */
html,
body {
  overflow-x: clip;
  max-width: 100%;
}


/* ==========================================================================
   Component: Hero.css
   ========================================================================== */

/* Clients Hero Section Styles */
.clients-hero-section {
  width: 100%;
  background: #ffffff;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
  min-height: auto;
  box-sizing: border-box;
}

.clients-hero-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 24px 0 40px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Tagline */
.clients-hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.clients-hero-tagline span {
  color: var(--69686E, #69686E);
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tagline-dash {
  color: #85BD56;
  font-weight: 700;
  font-size: 16px;
}

/* Heading: Clients we worked with */
.clients-hero-title {
  font-family: Satoshi, Inter, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 56px;
  color: rgb(6, 6, 18);
  font-style: normal;
  margin: 0 0 clamp(16px, 2vw, 28px) 0;
  text-align: center;
}

.clients-hero-title .green {
  color: var(--85BD56, #85BD56);
}

/* Subtitle */
.clients-hero-subtitle {
  color: var(--69686E, #69686E);
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 28px 0;
  max-width: 720px;
}

/* Outer Card Frame styling */
.clients-hero-card-frame {
  display: flex;
  width: 100%;
  max-width: 1320px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #FFFFFF;
  background: #F5F5F5;
  box-shadow: 0 0 6px 1px rgba(6, 6, 18, 0.16) inset;
  box-sizing: border-box;
}

/* Outer Card styling */
.clients-hero-card {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 10px 40px rgba(6, 6, 18, 0.05);
  overflow: hidden;
  border: 1px solid #E5E4E2;
}

/* Inner Card styling */
.clients-hero-inner-card {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
  box-sizing: border-box;
}

/* Left part of card: Text content */
.clients-hero-card-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  padding: 40px 48px;
  box-sizing: border-box;
  background: #FFFFFF;
}

/* Header icons row */
.clients-card-icons-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.clients-avatar-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(133, 189, 86, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dot-matrix-svg {
  opacity: 0.35;
}

.clients-hero-card-heading {
  color: var(--060612, #060612);
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  margin: 0 0 12px 0;
}

.clients-hero-card-heading .highlight-green {
  color: #599632;
}

.green-bar-underline {
  width: 48px;
  height: 4px;
  background: #599632;
  border-radius: 2px;
  margin-bottom: 18px;
}

.clients-hero-card-desc-group {
  margin-bottom: 8px;
}

.clients-hero-card-desc-group p {
  color: var(--69686E, #69686E);
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 14.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px 0;
}

.clients-hero-card-desc-group p:last-child {
  margin-bottom: 0;
}

.card-divider-line {
  border: none;
  border-top: 1px solid #E5E4E2;
  margin: 16px 0;
  width: 100%;
}

/* Stats Row styling */
.clients-hero-stats {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
}

.stat-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stat-icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(133, 189, 86, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.stat-info h4 {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #060612;
  margin: 0 0 4px 0;
}

.stat-info p {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  color: #69686E;
  margin: 0;
}

.stat-vertical-divider {
  width: 1px;
  background: #E5E4E2;
  margin: 0 16px;
  align-self: stretch;
}

/* Right part of card: Image container */
.clients-hero-card-right {
  width: 520px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.clients-hero-image {
  width: 100%;
  flex: 1;
  min-height: 416px;
  background-color: lightgray;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Green Banner styling */
.clients-hero-banner {
  height: 104px;
  flex-shrink: 0;
  background: #599632;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  box-sizing: border-box;
  width: 100%;
}

.banner-left-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.banner-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.banner-icon-circle svg {
  color: #599632;
}

.banner-text {
  text-align: left;
}

.banner-text p {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 13.5px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  max-width: 320px;
}

.banner-dots-svg {
  opacity: 0.35;
}

/* Responsive Overrides */
@media (max-width: 1200px) {
  .clients-hero-card-frame {
    padding: 12px;
    border-radius: 20px;
  }
  .clients-hero-card {
    border-radius: 14px;
  }
  .clients-hero-inner-card {
    flex-direction: column-reverse;
    gap: 12px;
    padding: 12px;
  }
  .clients-hero-card-right {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .clients-hero-image {
    flex: none;
    height: 380px;
    min-height: 0;
  }
  .clients-hero-banner {
    height: 96px;
  }
  .clients-hero-card-left {
    padding: 32px 24px;
  }
}

@media (max-width: 960px) {
  .clients-hero-section {
    padding: 0 24px;
  }
  .clients-hero-container {
    padding: 24px 0 40px 0;
  }
  .clients-hero-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px;
  }
  .clients-hero-card-heading {
    font-size: 28px;
    line-height: 38px;
  }
  .clients-hero-stats {
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: space-between;
    align-items: flex-start;
  }
  .stat-item {
    flex: 1 1 0px;
    min-width: 0;
    align-items: center;
    text-align: center;
  }
  .stat-icon-circle {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
  }
  .stat-icon-circle svg {
    width: 18px;
    height: 18px;
  }
  .stat-info h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .stat-info p {
    font-size: 11px;
    line-height: 15px;
  }
  .stat-vertical-divider {
    display: block;
    width: 1px;
    align-self: stretch;
    background: rgba(0, 0, 0, 0.08);
    opacity: 0.6;
    margin: 0 4px;
  }
}

@media (max-width: 600px) {
  .clients-hero-image {
    flex: none;
    height: 280px;
    min-height: 0;
  }
  .clients-hero-banner {
    flex-direction: column;
    height: auto;
    padding: 20px;
    gap: 16px;
    align-items: flex-start;
  }
  .clients-hero-card-heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  .clients-hero-section {
    padding: 0 16px;
  }
  .clients-hero-container {
    padding: 4px 0 24px 0;
  }
  .clients-hero-stats {
    gap: 4px;
  }
  .stat-info h4 {
    font-size: 16.5px;
    line-height: 20px;
  }
  .stat-info p {
    font-size: 10px;
    line-height: 13px;
  }
  .clients-hero-image {
    flex: none;
    height: 200px;
    min-height: 0;
  }
  .clients-hero-card-frame {
    padding: 8px;
    border-radius: 16px;
  }
  .clients-hero-card {
    border-radius: 12px;
  }
  .clients-hero-inner-card {
    gap: 8px;
    padding: 8px;
  }
  .clients-hero-title {
    font-size: 32px;
    line-height: 40px;
  }
  .clients-hero-card-desc-group p {
    font-size: 14px;
    line-height: 22px;
  }
}


/* ==========================================================================
   Component: ClientLogos.css
   ========================================================================== */

/* Client Logos Section Styles */
.client-logos-section {
  width: 100%;
  background: #ffffff;
  padding: 0 40px;
  overflow: hidden;
  overflow-x: clip;
  position: relative;
  box-sizing: border-box;
  isolation: isolate;
}

.client-logos-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 32px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Tagline */
.client-logos-tagline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.client-logos-tagline span {
  color: var(--69686E, #69686E);
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Section Header Grid */
.client-logos-header-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
  margin-bottom: 56px;
  width: 100%;
}

.client-logos-header-left {
  flex: 1.3;
  text-align: left;
}

.client-logos-header-right {
  flex: 1;
  text-align: left;
  padding-top: 8px;
}

.client-logos-title {
  color: #060612;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
  margin: 0;
}

.client-logos-desc {
  color: var(--69686E, #69686E);
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

/* Marquee Section (Same width as title part, with fade gradient) */
.client-logos-marquee-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.client-logos-marquee-wrapper::before,
.client-logos-marquee-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.client-logos-marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}

.client-logos-marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}

.marquee-row {
  display: flex;
  width: 100%;
  overflow: hidden;
  gap: 24px;
}

.marquee-track {
  display: flex;
  gap: 16px;
  width: max-content;
  flex-shrink: 0;
  will-change: transform;
  transform: translateZ(0);
}

/* Left auto-scroll */
.marquee-left .marquee-track {
  animation: scrollMarqueeLeft 40s linear infinite;
}

/* Right auto-scroll */
.marquee-right .marquee-track {
  animation: scrollMarqueeRight 40s linear infinite;
}

.marquee-row:hover .marquee-track {
  animation-play-state: paused;
}

/* Logo Card styling */
.marquee-logo-card {
  width: 220px;
  height: 110px;
  background: #FDFDFD;
  border: 1px solid #EDEDED;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 28px;
  box-sizing: border-box;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.marquee-logo-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(0%); /* Keep logos colorful */
}

.marquee-logo-card:hover {
  transform: translateY(-4px);
  border-color: #E0E0E0;
  box-shadow: 0 8px 24px rgba(6, 6, 18, 0.04);
}

/* Keyframes */
@keyframes scrollMarqueeLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-100% - 24px), 0, 0);
  }
}

@keyframes scrollMarqueeRight {
  0% {
    transform: translate3d(calc(-100% - 24px), 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* Responsive Overrides */
@media (max-width: 1200px) {
  .client-logos-header-grid {
    gap: 40px;
  }
  .client-logos-title {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width: 960px) {
  .client-logos-section {
    padding: 0 24px;
  }
  .client-logos-container {
    padding: 24px 0;
    align-items: flex-start;
  }
  .client-logos-tagline {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
  .client-logos-header-grid {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
    align-items: flex-start;
  }
  .client-logos-header-left,
  .client-logos-header-right {
    padding-top: 0;
    text-align: left;
    width: 100%;
  }
  .client-logos-title {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }
  .client-logos-desc {
    font-size: 15px;
    line-height: 26px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .client-logos-section {
    padding: 0 16px;
    overflow-x: clip;
  }
  .clients-hero-section {
    overflow-x: clip;
  }
  .client-logos-container {
    padding: 20px 0;
  }
  .client-logos-title {
    font-size: 28px;
    line-height: 36px;
  }
  .marquee-logo-card {
    width: 132px;
    height: 66px;
    padding: 12px 16px;
    border-radius: 12px;
  }
  /* Overrides for Viyash and Avanti logos to appear larger on mobile */
  .marquee-logo-card:has(img[src*="viyash"]),
  .marquee-logo-card:has(img[src*="avanti"]) {
    width: 170px;
    padding: 10px 8px;
  }
  .marquee-track {
    gap: 14px;
  }
  .client-logos-marquee-wrapper {
    gap: 14px;
    overflow: hidden;
  }
  .client-logos-marquee-wrapper::before,
  .client-logos-marquee-wrapper::after {
    width: 60px;
  }
}

/* ==========================================================================
   Component: IndustryCategories.css & Philosophy.css
   ========================================================================== */

.industry-categories-section {
  width: 100%;
  background: #FAFAFA;
  padding: 0 40px;
  box-sizing: border-box;
}

.industry-categories-container {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.industry-category-card {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
  padding: 32px 36px;
  box-shadow: 0 4px 20px rgba(6, 6, 18, 0.03);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.industry-category-card:hover {
  border-color: #D6D6D6;
  box-shadow: 0 8px 30px rgba(6, 6, 18, 0.06);
}

.industry-category-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F0EFED;
}

.industry-icon-badge {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(133, 189, 86, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #599632;
  flex-shrink: 0;
}

.industry-category-title {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #060612;
  margin: 0;
}

.industry-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  width: 100%;
}

.industry-logo-item {
  background: #FDFDFD;
  border: 1px solid #EEEEEE;
  border-radius: 14px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  box-sizing: border-box;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.industry-logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(0%);
}

.industry-logo-item:hover {
  transform: translateY(-3px);
  border-color: #85BD56;
  box-shadow: 0 6px 18px rgba(133, 189, 86, 0.12);
}

/* Philosophy Section Styles */
.clients-philosophy-section {
  width: 100%;
  background: #FFFFFF;
  padding: 0 40px;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}

.clients-philosophy-outer-box {
  display: flex;
  width: 1280px;
  max-width: 100%;
  min-height: 482px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  background: #F5F5F5;
  box-shadow: 0 0 6px 1px rgba(6, 6, 18, 0.16) inset;
  box-sizing: border-box;
  margin: 0 auto;
}

.clients-philosophy-container {
  width: 1248px;
  max-width: 100%;
  min-height: 450px;
  background: #85BD56;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 56px 80px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  position: relative;
  overflow: hidden;
}

.clients-philosophy-left {
  max-width: 720px;
  flex: 1;
}

.clients-philosophy-tagline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #FFFFFF;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.clients-philosophy-heading {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 48px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}

.clients-philosophy-desc p {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 12px 0;
}

.clients-philosophy-desc p:last-child {
  margin-bottom: 0;
}

.clients-philosophy-right {
  flex-shrink: 0;
}

.clients-explore-btn {
  display: inline-flex;
  padding: 10px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--060612, #060612);
  color: #FFFFFF;
  text-decoration: none;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  box-shadow: 2px 2px 2px 0 rgba(255, 255, 255, 0.16) inset, 0 0 0 2px #4A4A4A;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.clients-explore-btn:hover {
  transform: translateY(-2px);
  background: #121221;
  box-shadow: 2px 2px 2px 0 rgba(255, 255, 255, 0.25) inset, 0 0 0 3px #4A4A4A, 0 6px 14px rgba(6, 6, 18, 0.15);
}

.clients-explore-btn .arrow-icon {
  transition: transform 0.3s ease;
}

.clients-explore-btn:hover .arrow-icon {
  transform: translateX(4px);
}

/* Testimonials Carousel Nav Buttons */
.testimonials-carousel-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  align-self: flex-end;
}

.testimonials-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #E0E0E0;
  background: #FFFFFF;
  color: #060612;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 2px 8px rgba(6, 6, 18, 0.04);
}

.testimonials-nav-btn:hover {
  background: #85BD56;
  border-color: #85BD56;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(133, 189, 86, 0.35);
}

.testimonials-nav-btn:disabled,
.testimonials-nav-btn.disabled {
  opacity: 0.35 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  background: #F3F4F6 !important;
  border-color: #E5E7EB !important;
  color: #9CA3AF !important;
  box-shadow: none !important;
  transform: none !important;
}

.written-testimonials-header-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 28px;
  width: 100%;
}

.written-testimonials-heading {
  grid-column: 2;
  text-align: center;
  color: #060612;
  font-family: Satoshi, 'Outfit', 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0;
}

.written-testimonials-header-bar .testimonials-carousel-nav {
  grid-column: 3;
  justify-self: end;
}

@media (max-width: 768px) {
  .written-testimonials-header-bar {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
    margin-top: 32px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
  }
  
  .written-testimonials-heading {
    font-size: 24px !important;
    text-align: left !important;
    width: 100% !important;
  }

  .written-testimonials-header-bar .testimonials-carousel-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    align-self: flex-end !important;
    width: auto !important;
    gap: 12px !important;
    grid-column: auto !important;
    justify-self: end !important;
  }
}

@media (max-width: 960px) {
  .industry-categories-section {
    padding: 0 24px;
  }
  .industry-category-card {
    padding: 24px;
    border-radius: 18px;
  }
  .industry-category-header {
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .industry-category-title {
    font-size: 20px;
    line-height: 28px;
  }
  .industry-logo-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 14px;
  }
  .clients-philosophy-section {
    padding: 0 24px;
  }
  .clients-philosophy-outer-box {
    width: 100%;
    min-height: auto;
    padding: 12px;
    border-radius: 14px;
  }
  .clients-philosophy-container {
    width: 100%;
    min-height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 32px;
  }
}

@media (max-width: 480px) {
  .industry-categories-section {
    padding: 0 16px;
  }
  .industry-category-card {
    padding: 18px 14px;
    border-radius: 16px;
  }
  .industry-category-header {
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
  .industry-icon-badge {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
  .industry-icon-badge svg {
    width: 18px;
    height: 18px;
  }
  .industry-category-title {
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
  }
  .industry-logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .industry-logo-item {
    height: 80px;
    padding: 10px 12px;
    border-radius: 12px;
  }
  .clients-philosophy-section {
    padding: 0 16px;
  }
  .clients-philosophy-outer-box {
    padding: 8px;
    border-radius: 12px;
  }
  .clients-philosophy-container {
    padding: 32px 20px;
  }
  .clients-philosophy-heading {
    font-size: 26px;
    line-height: 34px;
  }
}

/* ==================== UNIFORM GLOBAL SECTION SPACING (CLIENTS PAGE) ==================== */
.clients-hero-section,
.client-logos-section,
.industry-categories-section,
.testimonials-section,
.clients-philosophy-section,
.cta-section,
.contact-section {
  margin-bottom: 60px !important;
}

.client-logos-container,
.industry-categories-container,
.testimonials-container,
.cta-container,
.contact-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.clients-hero-container {
  padding-top: 24px !important;
  padding-bottom: 0 !important;
}

/* Tablet Uniform Section Spacing */
@media (max-width: 960px) {
  .clients-hero-section,
  .client-logos-section,
  .industry-categories-section,
  .testimonials-section,
  .clients-philosophy-section,
  .cta-section,
  .contact-section {
    margin-bottom: 44px !important;
  }

  .client-logos-container,
  .industry-categories-container,
  .testimonials-container,
  .cta-container,
  .contact-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .clients-hero-container {
    padding-top: 24px !important;
    padding-bottom: 0 !important;
  }
}

/* Mobile Uniform Section Spacing */
@media (max-width: 480px) {
  .clients-hero-section,
  .client-logos-section,
  .industry-categories-section,
  .testimonials-section,
  .clients-philosophy-section,
  .cta-section,
  .contact-section {
    margin-bottom: 32px !important;
  }

  .client-logos-container,
  .industry-categories-container,
  .testimonials-container,
  .cta-container,
  .contact-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .clients-hero-container {
    padding-top: 24px !important;
    padding-bottom: 0 !important;
  }
}

/* ==================== UNIFORM TITLE-TO-CONTENT HEADER GAPS (MATCHING INDEX.HTML) ==================== */
.clients-hero-title,
.client-logos-header-grid,
.testimonials-header {
  margin-bottom: 48px !important;
}

@media (max-width: 960px) {
  .clients-hero-title,
  .client-logos-header-grid,
  .testimonials-header {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 480px) {
  .clients-hero-title,
  .client-logos-header-grid,
  .testimonials-header {
    margin-bottom: 32px !important;
  }
}

/* Tagline to Heading Gap */
.clients-hero-tagline,
.client-logos-tagline,
.testimonials-tagline,
.clients-philosophy-tagline,
.cta-tagline,
.available-tagline {
  margin-bottom: 8px !important;
}


