/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 05 2026 | 07:43:51 */
 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --primary: #0D47A1;
    --primary-dark: #0a3580;
    --primary-light: #1565C0;
    --accent: #FF6F00;
    --accent-light: #FFA000;
    --white: #ffffff;
    --gray-light: #f4f6fb;
    --gray-mid: #e8edf5;
    --gray-text: #555e6d;
    --dark-text: #1c2333;
    --border: #dde3ef;
    --font-head: 'League Spartan', sans-serif;
    --font-body: 'League Spartan', sans-serif;
  }

  html { scroll-behavior: smooth; }
  body { font-family: var(--font-body); background: var(--white); color: var(--dark-text); line-height: 1.7; overflow-x: hidden; }

  

  /* ── SECTION COMMONS ── */
  .section { padding: 72px 0; }
  .section-alt { background: var(--gray-light); }
  .container {  margin: 0 auto; padding: 0 24px; }
  .section-tag { display: inline-block; background: #e3ecf9; color: var(--primary); font-family: var(--font-head); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 5px 14px; border-radius: 4px; margin-bottom: 14px; }
  .section-title { font-family: var(--font-head); font-size: 46px; font-weight: 600; color: var(--dark-text); line-height: 1.2; margin-bottom: 14px; }
  .section-title span { color: var(--primary); }
  .section-desc { color: var(--gray-text); font-size: 16px; max-width: 700px; }
  .divider { width: 52px; height: 4px; background: linear-gradient(90deg, var(--primary), var(--accent)); border-radius: 2px; margin: 16px 0 24px; }

  /* ── OVERVIEW ── */
  .overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.overview-grid P { font-size:17px}
  .overview-list { list-style: none; margin-top: 20px; display: flex; flex-direction: column; gap: 9px; margin-left: 0}
  .overview-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--gray-text); font-size: 17px;  }
  .overview-list li::before { content: '✔'; color: var(--primary); font-size: 18px; font-weight: 700; flex-shrink: 0; margin-top: 2px; }
  .overview-right { position: relative; }
  .overview-img-wrap { border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(13,71,161,0.18); position: relative; }
  .overview-img-wrap img { width: 100%; height: 600px; object-fit: cover; display: block; }
  .overview-img-placeholder { width: 100%; height: 600px; background: linear-gradient(135deg, #0D47A1 0%, #1565C0 100%); display: flex; align-items: center; justify-content: center; font-size: 80px; }
  .overview-img-badge { position: absolute; bottom: 20px; left: 20px; background: var(--white); border-radius: 8px; padding: 12px 18px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
  .overview-img-badge .big { font-family: var(--font-head); font-size: 28px; font-weight: 800; color: var(--primary); line-height: 1; }
  .overview-img-badge .sm { font-size: 11px; color: var(--gray-text); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
  .overview-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
  .ov-card { background: var(--gray-light); border-radius: 8px; padding: 12px 14px; border-left: 3px solid var(--primary); }
  .ov-card .t { font-family: var(--font-head); font-size: 15px; font-weight: 700; color: var(--primary); margin-bottom: 3px; }
  .ov-card .d { font-size: 15px; color: var(--gray-text); line-height: 1.4; }

  /* ── ENQUIRY STRIP ── */
  .enq-strip { background: var(--gray-light); padding: 40px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .enq-inner { text-align: center; }
  .enq-inner h3 { font-family: var(--font-head); font-size: 26px; font-weight: 800; color: var(--dark-text); margin-bottom: 8px; }
  .enq-inner p { color: var(--gray-text); font-size: 17px; margin-bottom: 24px; }
  .enq-steps { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 24px; }
  .enq-step { background: #e3ecf9; border: 1px solid #c5d8f0; color: var(--primary); padding: 8px 18px; border-radius: 6px; font-size: 17px; font-weight: 600; }
  .enq-step::before { content: '✔ '; }

 .btn-primary1 {
    background: var(--accent);
    color: #fff;
    padding: 14px 30px;
    border-radius: 6px;
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: background 0.2s, transform 0.2s;
    display: inline-block;
    border: none;
    cursor: pointer;
}

  /* ── TECHNOLOGY ── */
  .tech-section { background: var(--primary); color: #fff; padding: 80px 0; }
  .tech-header { text-align: center; margin-bottom: 52px; }
  .tech-header .section-tag { background: rgba(255,255,255,0.15); color: #FFD54F; }
  .tech-header .section-title { color: #fff; max-width: 700px; margin: 0 auto 14px; }
  .tech-header .section-title span { color: #FFD54F; }
  .tech-header .divider { margin: 16px auto 24px; background: linear-gradient(90deg, #FFD54F, #FF6F00); }
  .tech-header .section-desc { color: rgba(255,255,255,0.8); margin: 0 auto; max-width: 720px; text-align: center; }

  .flow-label { text-align: center; font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 28px; }

  .tech-flow { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 56px; }
  .tech-step { flex: 1; min-width: 160px; max-width: 200px; text-align: center; position: relative; padding: 0 8px; }
  .tech-step:not(:last-child)::after { content: '›'; position: absolute; top: 20px; right: -10px; font-size: 26px; color: rgba(255,255,255,0.35); line-height: 1; }
  .step-circle { width: 62px; height: 62px; background: rgba(255,255,255,0.1); border: 2px solid rgba(255,255,255,0.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; font-size: 22px; }
  .step-num { font-family: var(--font-head); font-size: 10px; font-weight: 800; color: rgba(255,255,255,0.45); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 5px; }
  .step-title { font-family: var(--font-head); font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 7px; }
  .step-desc { font-size: 12px; color: rgba(255,255,255,0.68); line-height: 1.55; }

  .adv-label { text-align: center; font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 20px; }

  .tech-advantages { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-bottom: 48px; }
  .adv-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); border-radius: 10px; padding: 20px 16px; text-align: center; transition: background 0.2s; }
  .adv-card:hover { background: rgba(255,255,255,0.14); }
  .adv-icon { font-size: 26px; margin-bottom: 10px; }
  .adv-title { font-family: var(--font-head); font-size: 13px; font-weight: 700; color: #FFD54F; margin-bottom: 5px; }
  .adv-desc { font-size: 12px; color: rgba(255,255,255,0.72); line-height: 1.5; }

  .tech-apps { background: rgba(255,255,255,0.06); border-radius: 12px; padding: 28px 32px; }
  .tech-apps-title { font-family: var(--font-head); font-size: 15px; font-weight: 700; color: #FFD54F; margin-bottom: 18px; text-align: center; }
  .tech-apps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; }
  .tech-app-item { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.07); border-radius: 7px; padding: 11px 14px; }
  .tech-app-item .dot { width: 7px; height: 7px; background: var(--accent-light); border-radius: 50%; flex-shrink: 0; }
  .tech-app-item span { font-size: 13px; color: rgba(255,255,255,0.88); }

  /* ── TABLE ── */
  .table-wrap { overflow-x: auto; border-radius: 10px; box-shadow: 0 4px 24px rgba(13,71,161,0.1); }
  table { width: 100%; border-collapse: collapse; font-size: 13px; min-width: 800px; }
  thead tr { background: var(--primary); color: #fff; }
  thead th { padding: 14px 12px; font-family: var(--font-head); font-weight: 700; text-align: left; font-size: 12px; letter-spacing: 0.3px; white-space: nowrap; }
  tbody tr { border-bottom: 1px solid var(--border); transition: background 0.15s; }
  tbody tr:hover { background: #edf2fb; }
  tbody tr:nth-child(even) { background: #f7f9fe; }
  tbody tr:nth-child(even):hover { background: #edf2fb; }
  tbody td { padding: 13px 12px; color: var(--gray-text); vertical-align: middle; }
  tbody td:first-child { font-weight: 600; color: var(--dark-text); }
  .tag-mf { display: inline-block; background: #e3ecf9; color: var(--primary); font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 4px; }
  .tag-hf { display: inline-block; background: #fce8e8; color: #c62828; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 4px; }

  /* ── PARAMETERS ── */
  .params-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; }
  .param-card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 20px; display: flex; align-items: flex-start; gap: 14px; transition: box-shadow 0.2s; }
  .param-card:hover { box-shadow: 0 6px 24px rgba(13,71,161,0.1); }
  .param-icon { width: 42px; height: 42px; background: #e3ecf9; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
  .param-title { font-family: var(--font-head); font-size: 13px; font-weight: 700; color: var(--dark-text); margin-bottom: 3px; }
  .param-desc { font-size: 12px; color: var(--gray-text); }

  /* ── PRICING ── */
  .price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
  .price-card { border-radius: 12px; padding: 30px 26px; position: relative; }
  .price-card.basic { background: var(--gray-light); border: 2px solid var(--border); }
  .price-card.mid { background: var(--white); border: 2px solid var(--primary); box-shadow: 0 8px 32px rgba(13,71,161,0.15); }
  .price-card.heavy { background: var(--primary); color: #fff; }
  .price-badge { font-family: var(--font-head); font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); background: rgba(255,111,0,0.1); padding: 4px 12px; border-radius: 50px; display: inline-block; margin-bottom: 14px; }
  .price-card.heavy .price-badge { background: rgba(255,255,255,0.15); color: #FFD54F; }
  .price-type { font-family: var(--font-head); font-size: 17px; font-weight: 800; color: var(--dark-text); margin-bottom: 6px; }
  .price-card.heavy .price-type { color: #fff; }
  .price-range { font-family: var(--font-head); font-size: 22px; font-weight: 800; color: var(--primary); margin: 8px 0 12px; }
  .price-card.heavy .price-range { color: #FFD54F; }
  .price-desc { font-size: 13px; color: var(--gray-text); }
  .price-card.heavy .price-desc { color: rgba(255,255,255,0.8); }
  .price-note { margin-top: 28px; background: #fff8e1; border-left: 4px solid var(--accent); border-radius: 6px; padding: 14px 20px; font-size: 14px; color: #5d4037; }
  .price-note strong { color: var(--accent); }

  /* ── WHY US ── */
  .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
  .why-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 26px; transition: transform 0.2s, box-shadow 0.2s; }
  .why-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(13,71,161,0.12); }
  .why-card .icon { font-size: 30px; margin-bottom: 12px; }
  .why-card .title { font-family: var(--font-head); font-size: 14px; font-weight: 700; color: var(--dark-text); margin-bottom: 7px; }
  .why-card .desc { font-size: 13px; color: var(--gray-text); line-height: 1.6; }

  /* ── CTA BANNER ── */
  .cta-banner { background: linear-gradient(135deg, #0D47A1 0%, #1565C0 100%); color: #fff; padding: 64px 0; text-align: center; }
  .cta-banner h2 { font-family: var(--font-head); font-size: clamp(22px, 3vw, 34px); font-weight: 800; margin-bottom: 14px; }
  .cta-banner p { color: rgba(255,255,255,0.82); font-size: 15px; margin-bottom: 32px; max-width: 560px; margin-left: auto; margin-right: auto; }
  .cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
  .btn-white { background: #fff; color: var(--primary); padding: 14px 28px; border-radius: 6px; font-family: var(--font-head); font-weight: 700; font-size: 14px; text-decoration: none; display: inline-block; transition: transform 0.2s; }
  .btn-white:hover { transform: translateY(-2px); }

  /* ── FAQ ── */
  .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .faq-item { background: var(--white); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
  .faq-question { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; cursor: pointer; font-family: var(--font-head); font-size: 13px; font-weight: 600; color: var(--dark-text); gap: 12px; user-select: none; transition: background 0.2s; }
  .faq-question:hover { background: var(--gray-light); }
  .faq-question.open { background: var(--primary); color: #fff; }
  .faq-toggle { width: 24px; height: 24px; flex-shrink: 0; background: var(--gray-mid); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: var(--primary); transition: background 0.2s, transform 0.3s; }
  .faq-question.open .faq-toggle { background: rgba(255,255,255,0.2); color: #fff; transform: rotate(45deg); }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s; padding: 0 20px; font-size: 13px; color: var(--gray-text); line-height: 1.7; }
  .faq-answer.open { max-height: 220px; padding: 14px 20px; border-top: 1px solid var(--border); }

  /* ── FOOTER ── */
  .footer-mini { background: #1c2333; color: rgba(255,255,255,0.55); text-align: center; padding: 22px; font-size: 12px; }
  .footer-mini strong { color: var(--white); }

  /* ── RESPONSIVE ── */
  @media (max-width: 780px) {
    .overview-grid { grid-template-columns: 1fr; }
    .overview-right { order: -1; }
    .faq-grid { grid-template-columns: 1fr; }
    .tech-step:not(:last-child)::after { display: none; }
    .tech-flow { gap: 16px; }
    .hero-stats { gap: 22px; }
    .overview-cards { grid-template-columns: 1fr; }
  }
  @media (max-width: 480px) {
    .section { padding: 48px 0; }
    .hero { padding: 52px 0 48px; }
    .price-grid { grid-template-columns: 1fr; }
    .enq-steps { flex-direction: column; align-items: center; }
  }