/**
 * Custom Applications Page Styles - eParivartan
 * Fully synchronized with web-development.css, ui-ux-design.css & index.css
 */

@import url('./index.css');
@import url('./ui-ux-design.css');
@import url('./web-development.css');

/* Specific Custom Applications Page Overrides */
.custom-apps-page {
  background-color: #FFFFFF;
  color: #060612;
  font-family: Satoshi, 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  overflow-x: clip;
  width: 100%;
}

/* ==========================================================================
   SECTION SPACING (STANDARDIZED BASED ON INDEX.HTML UNIFORM SPACING)
   ========================================================================== */
body.custom-apps-page .uiux-hero-section,
body.custom-apps-page .uiux-section,
body.custom-apps-page .process-workflow-section,
body.custom-apps-page .process-evolution-section,
body.custom-apps-page .role-separation-section,
body.custom-apps-page .dashboards-intelligence-section,
body.custom-apps-page .stack-section,
body.custom-apps-page .why-mobile-section,
body.custom-apps-page .why-approach-section,
body.custom-apps-page .faqs-section,
body.custom-apps-page .cta-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 60px !important;
}

body.custom-apps-page .uiux-hero-section {
  padding-top: 24px !important;
  padding-bottom: 0 !important;
}

@media (max-width: 960px) {
  body.custom-apps-page .uiux-hero-section,
  body.custom-apps-page .uiux-section,
  body.custom-apps-page .process-workflow-section,
  body.custom-apps-page .process-evolution-section,
  body.custom-apps-page .role-separation-section,
  body.custom-apps-page .dashboards-intelligence-section,
  body.custom-apps-page .stack-section,
  body.custom-apps-page .why-mobile-section,
  body.custom-apps-page .why-approach-section,
  body.custom-apps-page .faqs-section,
  body.custom-apps-page .cta-section {
    margin-bottom: 44px !important;
  }

  body.custom-apps-page .uiux-hero-section {
    padding-top: 24px !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 480px) {
  body.custom-apps-page .uiux-hero-section,
  body.custom-apps-page .uiux-section,
  body.custom-apps-page .process-workflow-section,
  body.custom-apps-page .process-evolution-section,
  body.custom-apps-page .role-separation-section,
  body.custom-apps-page .dashboards-intelligence-section,
  body.custom-apps-page .stack-section,
  body.custom-apps-page .why-mobile-section,
  body.custom-apps-page .why-approach-section,
  body.custom-apps-page .faqs-section,
  body.custom-apps-page .cta-section {
    margin-bottom: 32px !important;
  }

  body.custom-apps-page .uiux-hero-section {
    padding-top: 24px !important;
    padding-bottom: 0 !important;
  }
}

body.custom-apps-page .faqs-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  box-sizing: border-box;
}

body.custom-apps-page .faqs-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px !important;
  box-sizing: border-box;
  width: 100%;
}

@media (max-width: 960px) {
  body.custom-apps-page .faqs-container {
    padding: 0 24px !important;
  }
}

@media (max-width: 480px) {
  body.custom-apps-page .faqs-container {
    padding: 0 16px !important;
  }
}

body.custom-apps-page .services-header {
  margin-bottom: 36px;
}

/* ==========================================================================
   HERO UNIFIED PILL (FIGMA SPECIFICATION)
   ========================================================================== */
.hero-unified-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px 24px;
  background: #FFFFFF;
  border: 1px solid #ECECEF;
  border-radius: 8px;
  color: #4B5563;
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.5;
  gap: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  transition: all 0.2s ease;
}

.hero-unified-pill:hover {
  border-color: #D1D5DB;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.hero-unified-pill .pill-separator {
  color: #9CA3AF;
  font-size: 13px;
  user-select: none;
}

@media (max-width: 640px) {
  .hero-unified-pill {
    padding: 8px 16px;
    font-size: 13px;
    gap: 6px;
  }
}

/* ==========================================================================
   WHAT WE BUILD / EXPERTISE GRID (EXACT 284px x 509px CARD SIZES)
   ========================================================================== */
body.custom-apps-page .uiux-expertise-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 284px) !important;
  justify-content: center !important;
  gap: 24px !important;
  margin-top: 60px;
}

body.custom-apps-page .uiux-expertise-card {
  width: 284px !important;
  max-width: 284px !important;
  min-width: 284px !important;
  height: 509px !important;
  min-height: 509px !important;
  max-height: 509px !important;
  padding: 36px 24px 0 24px !important;
  border-radius: 24px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

body.custom-apps-page .uiux-expertise-num {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #EAB308 !important;
  line-height: 1 !important;
  margin-bottom: 12px !important;
}

body.custom-apps-page .uiux-expertise-card-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #060612 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.4px !important;
  min-height: 50px !important;
  margin-bottom: 12px !important;
}

body.custom-apps-page .uiux-expertise-card-desc {
  font-size: 13.5px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #69686E !important;
  margin-bottom: 16px !important;
  height: 90px !important;
  min-height: 90px !important;
  max-height: 90px !important;
}

/* Card Images: position at bottom of card with tilt angle rotate(-7.717deg) and aspect-ratio 105/82 */
body.custom-apps-page .uiux-expertise-img,
body.custom-apps-page .uiux-expertise-img--websites,
body.custom-apps-page .uiux-expertise-img--webapps,
body.custom-apps-page .uiux-expertise-img--enterprise {
  width: 120% !important;
  max-width: none !important;
  aspect-ratio: 105 / 82 !important;
  transform: rotate(-7.717deg) !important;
  transform-origin: top left !important;
  object-fit: cover !important;
  object-position: top center !important;
  border-radius: 8px !important;
  margin-left: -6% !important;
  margin-top: auto !important;
  margin-bottom: -15px !important;
  display: block !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12) !important;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease !important;
}

body.custom-apps-page .uiux-expertise-card:hover .uiux-expertise-img,
body.custom-apps-page .uiux-expertise-card:hover .uiux-expertise-img--websites,
body.custom-apps-page .uiux-expertise-card:hover .uiux-expertise-img--webapps,
body.custom-apps-page .uiux-expertise-card:hover .uiux-expertise-img--enterprise {
  transform: rotate(-7.717deg) scale(1.03) !important;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16) !important;
}

@media (max-width: 1024px) {
  body.custom-apps-page .uiux-expertise-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    justify-content: center !important;
    gap: 20px !important;
  }
  body.custom-apps-page .uiux-expertise-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 640px) {
  body.custom-apps-page .uiux-expertise-grid {
    grid-template-columns: 1fr !important;
    justify-content: stretch !important;
    gap: 16px !important;
    width: 100% !important;
  }
  body.custom-apps-page .uiux-expertise-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 480px !important;
    max-height: none !important;
    padding: 32px 20px 0 20px !important;
    margin: 0 !important;
  }
  body.custom-apps-page .uiux-expertise-card-title {
    min-height: auto !important;
    margin-bottom: 10px !important;
  }
  body.custom-apps-page .uiux-expertise-card-desc {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-bottom: 20px !important;
  }
  body.custom-apps-page .uiux-expertise-img,
  body.custom-apps-page .uiux-expertise-img--websites,
  body.custom-apps-page .uiux-expertise-img--webapps,
  body.custom-apps-page .uiux-expertise-img--enterprise {
    width: 104% !important;
    margin-left: -2% !important;
    margin-bottom: -10px !important;
  }
}

/* ==========================================================================
   TECHNOLOGY BUILT AROUND YOUR PROCESS SECTION
   ========================================================================== */
.process-workflow-section {
  position: relative;
  background: #FFFFFF;
  margin-bottom: 60px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.process-workflow-section .services-header-right {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  margin-top: 34px;
  max-width: 480px;
}

.process-requirements-intro {
  margin-top: 14px;
  margin-bottom: 40px;
  max-width: 100%;
}

.process-req-questions {
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
  margin: 0 0 16px 0;
}

.process-req-statement {
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
  font-weight: 500;
  margin: 0;
}

.process-cards-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 32px;
  align-items: stretch;
}

.process-features-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  height: auto;
  box-sizing: border-box;
}

.process-features-title {
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
  margin: 0 0 20px 0;
  letter-spacing: -0.3px;
}

.process-features-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.process-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #F3F4F6;
}

.process-feature-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.process-feature-leaf {
  width: 17px;
  height: 17px;
  object-fit: contain;
  flex-shrink: 0;
  display: inline-block;
  user-select: none;
}

.process-feature-text {
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  color: #374151;
  line-height: 1.4;
}

.process-visual-card {
  background: #F9FAFB;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #E5E7EB;
  display: block;
  position: relative;
  min-height: 0;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.process-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  display: block;
}

@media (max-width: 1024px) {
  .process-workflow-section {
    margin-bottom: 44px !important;
  }

  .process-cards-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .process-visual-card {
    min-height: 480px;
  }
}

@media (max-width: 640px) {
  .process-workflow-section {
    margin-bottom: 32px !important;
  }

  .process-features-card {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .process-visual-card {
    border-radius: 18px;
    min-height: 320px;
  }

  .process-features-title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .process-feature-item {
    padding: 9.5px 0;
  }

  .process-feature-text {
    font-size: 14px;
  }
}

/* ==========================================================================
   PROCESS EVOLUTION SECTION (2-COLUMN GRID OF STEP CARDS)
   ========================================================================== */
.process-evolution-section {
  position: relative;
  background: #FFFFFF;
  margin-bottom: 60px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.process-evolution-grid {
  display: block;
  margin-bottom: 24px;
  width: 100%;
}

.process-evolution-steps {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px !important;
  width: 100% !important;
}

.evolution-step-card {
  background: #FFFFFF;
  border: 1px solid #EDEDF2;
  border-radius: 18px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.25s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}

.evolution-step-card:hover {
  border-color: #58A72B;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(88, 167, 43, 0.08);
}

.evolution-step-card.is-active {
  border: 1.5px solid #58A72B;
  box-shadow: 0 4px 14px rgba(88, 167, 43, 0.08);
}

@media (max-width: 768px) {
  .process-evolution-steps {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
}

.evolution-step-num {
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #58A72B;
  line-height: 1;
  min-width: 44px;
  letter-spacing: -0.5px;
}

.evolution-step-content {
  flex: 1;
}

.evolution-step-title {
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px 0;
  letter-spacing: -0.2px;
}

.evolution-step-desc {
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 13px;
  color: #6B7280;
  line-height: 1.45;
  margin: 0;
}

.evolution-step-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: opacity 0.2s, transform 0.2s;
}

.evolution-step-card.is-active .evolution-step-arrow,
.evolution-step-card:hover .evolution-step-arrow {
  opacity: 1;
  transform: translateX(2px);
}

/* Bottom Highlight Banner */
.process-evolution-banner {
  background: #F4F9F1;
  border-radius: 12px;
  padding: 20px 26px;
  box-sizing: border-box;
}

.process-evolution-banner-text {
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1024px) {
  .process-evolution-section {
    margin-bottom: 44px !important;
  }

  .process-evolution-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .process-evolution-preview-card {
    min-height: 380px;
  }
}

@media (max-width: 640px) {
  .process-evolution-section {
    margin-bottom: 32px !important;
  }

  .process-evolution-preview-card {
    padding: 20px 16px 18px 16px;
    border-radius: 18px;
  }

  .evolution-preview-img-wrap {
    min-height: 280px;
  }

  .evolution-step-card {
    padding: 14px 16px;
    gap: 14px;
    border-radius: 14px;
  }

  .evolution-step-num {
    font-size: 28px;
    min-width: 36px;
  }

  .process-evolution-banner {
    padding: 16px 18px;
  }

  .process-evolution-banner-text {
    font-size: 14px;
  }
}

/* ==========================================================================
   ROLE SEPARATION SECTION
   ========================================================================== */
.role-separation-section {
  position: relative;
  background: #FFFFFF;
  margin-bottom: 60px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.roles-cards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: stretch;
}

.role-card {
  background: #FFFFFF;
  border: 1px solid #EDEDF2;
  border-radius: 20px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 160px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.role-card:hover {
  transform: translateY(-4px);
  border-color: #D1D5DB;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.role-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.role-card-title {
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
  margin: 0;
  letter-spacing: -0.2px;
}

@media (max-width: 1024px) {
  .role-separation-section {
    margin-bottom: 44px !important;
  }

  .roles-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .role-separation-section {
    margin-bottom: 32px !important;
  }

  .roles-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .role-card {
    padding: 24px 18px;
    min-height: 140px;
    border-radius: 16px;
  }

  .role-card:last-child {
    grid-column: span 2;
  }

  .role-card-icon {
    margin-bottom: 24px;
  }

  .role-card-title {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .roles-cards-grid {
    grid-template-columns: 1fr;
  }

  .role-card:last-child {
    grid-column: span 1;
  }
}

/* ==========================================================================
   ACTION-ORIENTED INTELLIGENCE (DASHBOARDS) SECTION
   ========================================================================== */
.dashboards-intelligence-section {
  position: relative;
  background: #FFFFFF;
  margin-bottom: 60px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow-x: clip;
}

.dashboards-intelligence-section .uiux-container {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.dashboards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 24px;
  width: 100%;
  box-sizing: border-box;
}

.dashboard-card {
  background: #FFFFFF;
  border: 1px solid #EDEDF2;
  border-radius: 20px;
  padding: 28px 20px 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
}

.dashboard-card:hover {
  transform: translateY(-4px);
  border-color: #D1D5DB;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.dashboard-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #F4F9F1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.dashboard-card-title {
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  color: #111827;
  line-height: 1.35;
  margin: 0 0 8px 0;
  letter-spacing: -0.2px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.dashboard-card-desc {
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 13px;
  color: #6B7280;
  line-height: 1.45;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.dashboards-highlight-banner {
  background: #F4F9F1;
  border-radius: 12px;
  padding: 18px 24px;
  text-align: center;
  margin-bottom: 32px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.dashboards-banner-text {
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  color: #111827;
  line-height: 1.5;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.dashboards-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .dashboards-intelligence-section {
    margin-bottom: 44px !important;
  }

  .dashboards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .dashboards-intelligence-section .services-main-heading br {
    display: none;
  }

  .dashboards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .dashboard-card {
    padding: 20px 14px;
    border-radius: 16px;
  }

  .dashboard-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 16px;
  }

  .dashboard-card-title {
    font-size: 14px;
  }

  .dashboard-card-desc {
    font-size: 12px;
    line-height: 1.4;
  }

  .dashboards-highlight-banner {
    padding: 16px 18px;
    border-radius: 10px;
  }

  .dashboards-banner-text {
    font-size: 14px;
  }

  .dashboards-cta-group {
    flex-direction: column;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  .dashboards-cta-group .start-project-btn,
  .dashboards-cta-group .hero-btn {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
    display: flex !important;
  }
}

@media (max-width: 480px) {
  .dashboards-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dashboard-card {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .dashboard-card-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
  }

  .dashboard-card-title {
    font-size: 14.5px;
  }

  .dashboard-card-desc {
    font-size: 12.5px;
  }

  .dashboards-highlight-banner {
    padding: 14px 16px;
  }

  .dashboards-banner-text {
    font-size: 13.5px;
  }
}

/* ==========================================================================
   HOW WE WORK (PROCESS) CARD REFINEMENTS FOR CUSTOM APPLICATIONS
   ========================================================================== */
body.custom-apps-page .dev-process-card {
  background: #FFFFFF;
  border: 1px solid #EDEDF2;
  border-radius: 28px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.015);
  padding: 56px 64px;
  margin-top: 32px;
  box-sizing: border-box;
}

body.custom-apps-page .dev-step-digit {
  color: #75BF46;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body.custom-apps-page .dev-step-heading {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px 0;
}

body.custom-apps-page .dev-step-para {
  font-size: 15px;
  color: #64748B;
  line-height: 1.6;
  max-width: 820px;
}

body.custom-apps-page .dev-process-step:last-child .dev-step-col-info {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  body.custom-apps-page .dev-process-card {
    padding: 36px 24px;
    border-radius: 20px;
  }

  body.custom-apps-page .dev-step-digit {
    font-size: 28px;
  }

  body.custom-apps-page .dev-step-heading {
    font-size: 18px;
  }
}

/* ==========================================================================
   WHY CHOOSE US (SINGLE HORIZONTAL ROW LAYOUT FOR ALL CARDS)
   ========================================================================== */
body.custom-apps-page .why-approach-section {
  position: relative;
  background-color: #FFFFFF;
}

body.custom-apps-page .why-approach-cards-wrap {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;
  width: 100% !important;
  margin-top: 36px !important;
  justify-content: space-between !important;
  align-items: stretch !important;
}

body.custom-apps-page .why-approach-row {
  display: contents !important;
}

body.custom-apps-page .uiux-why-card-outer {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

body.custom-apps-page .why-approach-section .uiux-why-card-inner {
  background: #FEF6E9 !important;
  border-radius: 20px !important;
  padding: 26px 18px 28px 18px !important;
  justify-content: space-between !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 180px !important;
  height: 100% !important;
  box-sizing: border-box !important;
}

body.custom-apps-page .why-approach-section .uiux-why-card-icon {
  margin-bottom: 18px !important;
}

body.custom-apps-page .why-approach-section .uiux-why-card-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1E293B !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  letter-spacing: -0.01em !important;
  word-wrap: break-word !important;
}

@media (max-width: 1024px) {
  body.custom-apps-page .why-approach-cards-wrap {
    flex-wrap: wrap !important;
    gap: 16px !important;
  }
  body.custom-apps-page .uiux-why-card-outer {
    flex: 1 1 calc(33.333% - 12px) !important;
    max-width: calc(33.333% - 12px) !important;
  }
}

@media (max-width: 768px) {
  body.custom-apps-page .uiux-why-card-outer {
    flex: 1 1 calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
  }
}

@media (max-width: 480px) {
  body.custom-apps-page .uiux-why-card-outer {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}








