/* ==========================================================================
   INFINITIX INFOTECH - CUSTOM MOBILE APPS SERVICE PAGE STYLESHEET
   File: asset/css/custom-mobile-apps.css
   Theme: Enterprise Indigo (#080c1a), Electric Royal (#4f46e5), Cyan (#06b6d4), Deep Violet (#7c3aed)
   ========================================================================== */

/* Page Background Canvas */
.custom-apps-page-body {
  background-color: #080c1a !important;
  color: #94a3b8;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(79, 70, 229, 0.18) 0%, transparent 45%),
    radial-gradient(circle at 90% 60%, rgba(6, 182, 212, 0.16) 0%, transparent 45%),
    radial-gradient(circle at 50% 85%, rgba(124, 58, 237, 0.14) 0%, transparent 45%),
    radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 32px 32px;
}

/* Headings & Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', 'Poppins', sans-serif;
  color: #ffffff;
  letter-spacing: -0.025em;
}

.text-gradient-enterprise {
  background: linear-gradient(135deg, #ffffff 0%, #06b6d4 50%, #4f46e5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-cyan {
  background: linear-gradient(135deg, #38bdf8 0%, #06b6d4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Custom Apps Badge */
.custom-apps-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.25rem;
  background: rgba(6, 182, 212, 0.12);
  border: 1px solid rgba(6, 182, 212, 0.35);
  border-radius: 50px;
  color: #38bdf8;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  backdrop-filter: blur(12px);
}

/* HERO SECTION (SPLIT LAYOUT WITH ENTERPRISE DASHBOARD) */
.custom-apps-hero {
  padding: 150px 0 90px;
  position: relative;
}

.hero-title-split {
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.hero-subtitle-split {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #94a3b8;
  margin-bottom: 2.2rem;
}

.hero-cta-split {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.btn-custom-quote {
  background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
  color: #ffffff !important;
  padding: 0.95rem 2.2rem;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 10px 30px rgba(79, 70, 229, 0.4);
  transition: all 0.3s ease;
}

.btn-custom-quote:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(79, 70, 229, 0.6);
  color: #ffffff;
}

.btn-custom-wa {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff !important;
  padding: 0.95rem 2rem;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
}

.btn-custom-wa:hover {
  transform: translateY(-3px);
  color: #ffffff;
}

.btn-custom-consult {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  padding: 0.95rem 2rem;
  border-radius: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}

.btn-custom-consult:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-3px);
}

/* ANIMATED ENTERPRISE DASHBOARD HERO FRAME */
.enterprise-dash-frame {
  background: rgba(13, 20, 42, 0.85);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(6, 182, 212, 0.3);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8);
  position: relative;
}

.dash-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 1.5rem;
}

.dash-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.dash-card-glass {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

/* SECTION: WHAT IS A CUSTOM MOBILE APP INFOGRAPHIC */
.custom-info-card {
  background: rgba(13, 20, 42, 0.8);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 2.2rem;
  transition: all 0.35s ease;
  height: 100%;
}

.custom-info-card:hover {
  transform: translateY(-7px);
  border-color: #06b6d4;
  box-shadow: 0 20px 40px rgba(6, 182, 212, 0.2);
}

.custom-icon-square {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.25), rgba(6, 182, 212, 0.25));
  border: 1px solid #06b6d4;
  color: #38bdf8;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

/* SECTION: INDUSTRIES WE BUILD FOR (LARGE ANIMATED CARDS) */
.industry-large-card {
  background: rgba(13, 20, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 2rem;
  transition: all 0.35s ease;
  height: 100%;
}

.industry-large-card:hover {
  border-color: #4f46e5;
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

/* SECTION: BUSINESS SOLUTIONS GRID */
.solution-grid-card {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1.8rem 1.4rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.solution-grid-card:hover {
  background: rgba(30, 41, 59, 0.8);
  border-color: #06b6d4;
  transform: translateY(-5px);
}

/* SECTION: ROADMAP TIMELINE */
.roadmap-step-box {
  background: rgba(13, 20, 42, 0.85);
  border: 1px solid rgba(6, 182, 212, 0.3);
  border-radius: 20px;
  padding: 1.8rem;
  transition: all 0.3s ease;
  height: 100%;
}

.roadmap-step-box:hover {
  border-color: #4f46e5;
  transform: translateY(-5px);
}

.step-num-badge {
  display: inline-block;
  padding: 0.25rem 0.8rem;
  background: rgba(79, 70, 229, 0.25);
  border: 1px solid #4f46e5;
  color: #818cf8;
  font-size: 0.78rem;
  border-radius: 50px;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

/* SECTION: TECH STACK CIRCLES */
.custom-tech-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(13, 20, 42, 0.85);
  border: 2px solid rgba(6, 182, 212, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.custom-tech-circle:hover {
  border-color: #06b6d4;
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(6, 182, 212, 0.5);
}

/* SECTION: BUSINESS BENEFITS CARDS */
.benefit-card-float {
  background: rgba(13, 20, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 2rem;
  transition: all 0.35s ease;
  height: 100%;
}

.benefit-card-float:hover {
  border-color: #06b6d4;
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(6, 182, 212, 0.2);
}

/* SECTION: CONCEPTUAL APP MOCKUPS */
.app-mockup-frame {
  background: rgba(13, 20, 42, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 2rem;
  transition: all 0.35s ease;
  height: 100%;
}

.app-mockup-frame:hover {
  border-color: #4f46e5;
  transform: translateY(-5px);
}

/* FAQS ACCORDION */
.custom-faq-item {
  background: rgba(13, 20, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px !important;
  margin-bottom: 1rem;
  overflow: hidden;
}

.custom-faq-button {
  background: transparent !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
}

.custom-faq-button:not(.collapsed) {
  color: #38bdf8 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.custom-faq-body {
  padding: 1.25rem 1.5rem;
  color: #94a3b8;
  line-height: 1.7;
}

/* FINAL CTA BANNER */
.custom-cta-banner {
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.3) 0%, rgba(6, 182, 212, 0.25) 100%), rgba(8, 12, 26, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(6, 182, 212, 0.45);
  border-radius: 28px;
  padding: 4.5rem 2.5rem;
  text-align: center;
}

/* Responsive Tweaks */
@media (max-width: 991px) {
  .custom-apps-hero { padding: 120px 0 60px; }
}
