@charset "utf-8";
/* CSS Document */


    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --brand: #262B6C;
      --brand-light: #3a4199;
      --accent: #4E57D4;
      --accent2: #F4A92A;
      --bg: #ffffff;
      --surface: #F6F7FF;
      --border: #E0E3F5;
      --text: #262B6C;
      --text-muted: #5A5F8A;
      --radius: 16px;
      --shadow: 0 4px 24px rgba(38,43,108,0.10);
      --shadow-lg: 0 12px 40px rgba(38,43,108,0.14);
    }

    html { scroll-behavior: smooth; }


.today {	text-align: center !important;	font-size: 29px;}
  
    .freedemo{color:var(--text-muted); text-align:center; max-width:480px; margin:10px auto 0;}
    .btn-primary {
      background: var(--accent2); color: var(--brand); font-weight: 700;
      padding: 14px 32px; border-radius: 9px; border: none; cursor: pointer;
      font-family: inherit; font-size: 16px; transition: transform 0.15s, box-shadow 0.15s;
      text-decoration: none; display: inline-block;
    }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(244,169,42,0.4); }
    .btn-outline {
      background: transparent; color: #fff; font-weight: 700;
      padding: 14px 32px; border-radius: 9px; border: 2px solid rgba(255,255,255,0.4);
      cursor: pointer; font-family: inherit; font-size: 16px;
      transition: border-color 0.15s, background 0.15s; text-decoration: none; display: inline-block;
    }
    .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); }

    .fa.fa-circle.fa12 {
	font-size: 8px;
	vertical-align: top;
	position: relative;
	top: 0;
	bottom: 0;
}
    
    /* ── SECTION BASE ────────────────────────── */
    section { padding: 20px 20px; }
    .container { max-width: 1100px; margin: 0 auto; }
    .section-label {
      font-size: 16px; font-weight: 700; letter-spacing: 2px;
      text-transform: uppercase; color: var(--accent);
      margin-bottom: 10px;
    }
    h2 {
      font-size: 16px; font-weight: 700;
      color: var(--brand); line-height: 1.3; margin-bottom: 16px;
    }
    .subtitle {
      color: var(--text-muted); font-size: 16px; /*max-width: 600px*/;
      margin-bottom: 52px;
    }

    /* ── CHALLENGES ──────────────────────────── */
    #challenges { background: #fff; }
    .challenges-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 24px;
    }
    .challenge-card {
      background: #fff; border: 1px solid var(--border);
      border-radius: var(--radius); padding: 28px 28px 28px 24px;
     /* display: flex; gap: 18px; align-items: flex-start;*/
      box-shadow: var(--shadow);
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .challenge-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
    .challenge-icon {
      width: 48px; height: 48px; border-radius: 12px;
      background: linear-gradient(135deg, #EEF0FF, #dde0fb);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .challenge-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
    .challenge-card p { font-size: 16px; color:#262B6C; }
    .RfqContent p {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	text-align: left !important;
        color:#262B6C;
}

    /* ── COMPARISON TABLE ────────────────────── */
    #comparison { background: #fff; }
    .compare-wrap {
      overflow-x: auto; border-radius: var(--radius);
      box-shadow: var(--shadow-lg); border: 1px solid var(--border);
    }
    table { width: 100%; border-collapse: collapse; }
    thead tr { background: var(--brand); color: #fff; }
    thead th {
      padding: 20px 28px; text-align: left;
      font-size: 16px; font-weight: 700;
    }
    thead th:first-child { border-radius: var(--radius) 0 0 0; }
    thead th:last-child { border-radius: 0 var(--radius) 0 0; }
    tbody tr { border-bottom: 1px solid var(--border); transition: background 0.15s; }
    tbody tr:hover { background: var(--surface); }
    tbody tr:last-child { border-bottom: none; }
    tbody td { padding: 18px 28px; font-size: 18px; vertical-align: middle; }
    tbody td:first-child { color: #262B6C }
    tbody td:last-child { font-weight: 700; color: var(--brand); }
    .td-icon { display: inline-flex; align-items: center; gap: 8px; }

    /* ── INDUSTRIES ──────────────────────────── */
    #industries { background: #fff; }
    .industry-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(272px, 1fr));
      gap:24px;
    }
    .industry-card {
      background: #fff; border: 1px solid var(--border);
      border-radius: var(--radius); padding: 28px 24px;
      text-align: center; box-shadow: var(--shadow);
      transition: transform 0.2s, box-shadow 0.2s;
    }
    .industry-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
    .industry-icon {
      width: 60px; height: 60px; border-radius: 50%;
      background: linear-gradient(135deg, var(--brand), var(--accent));
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 16px;
    }
    .industry-icon svg { color: #fff; }
    .industry-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
    .industry-card p { font-size: 16px; color: var(--text-muted); }

    /* ── WHY CHOOSE ──────────────────────────── */
    #why { background: #fff; }
    .why-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 24px;
    }
    .why-card {
      border: 1px solid var(--border); border-radius: var(--radius);
      padding: 30px 26px;
      position: relative; overflow: hidden;
      transition: box-shadow 0.2s, transform 0.2s;
    }
    .why-card::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 4px;
      background: linear-gradient(90deg, var(--brand), var(--accent));
    }
    .why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
  .why-num {
	font-size: 18px;
	font-weight: 700;
	color:#262B6C;
	line-height: 1;
	margin-bottom: 12px;
}
    .why-card h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }
    .why-card p { font-size: 16px; color:#262B6C; }
    .mb0 {margin-bottom:0px}
    /* ── RESULTS ─────────────────────────────── */
    #results {
      background:#fff;
      color: #262B6C;
    }
    .RfqContent h2 {
	font-weight: 300;
	color: #050353;
	font-size: 24px;
	padding: 10px 0 20px 0px;
	margin: 0;
}
    .RfqContent h3 {
	font-weight: 300;
	color: #262B6C;
	font-size: 19px;
	padding: 10px 0;
	margin: 0;
}
    .RfqContent li {
	margin: 0;
	padding: 6px 10px;
	list-style-type: disclosure-closed;
	font-size: 18px;
	line-height: 24px;
	color: #262B6C;
}
    
    #results h2, #results .subtitle { color: #262B6C; }
    #results .subtitle { color:#262B6C; }
    .results-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 24px;
    }
    .result-card {
      background: rgb(30, 0, 60);
      border: 1px solid rgba(255,255,255,0.15);
      border-radius: var(--radius); padding: 32px 24px; text-align: center;
      transition: background 0.2s;
    }
    .result-card:hover { background: rgba(30,0,60,0.8); }
    .result-stat { font-size: 32px; font-weight: 700; color:#85FF5A; margin-bottom: 8px; }
    .result-card p { font-size: 18px; color: rgba(255,255,255,0.82); text-align: center !important;}

    /* ── PRICING ─────────────────────────────── */
    #pricing { background: #fff }
    .pricing-box {
      background: #fff; border: 2px solid var(--brand);
      border-radius: 24px; padding: 50px 40px;
      max-width: 680px; margin: 0 auto; text-align: center;
      box-shadow: var(--shadow-lg);
    }
    .pricing-badge {
      display: inline-block;
      background: var(--brand); color: #fff;
      border-radius: 50px; padding: 5px 18px;
      font-size: 16px; font-weight: 700; letter-spacing: 1px;
      text-transform: uppercase; margin-bottom: 22px;
    }
    .pricing-list {
      list-style: none; margin: 24px 0 36px;
      display: flex; flex-direction: column; gap: 14px;
    }
   .pricing-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	color: #262B6C;
	text-align: left;
}
    .pricing-list li svg { flex-shrink: 0; }

    /* ── DEMO CTA ────────────────────────────── */
    #demo { background: #fff; text-align: center; }
    .demo-box {
      background: var(--surface); border: 1px solid var(--border);
      border-radius: 24px; padding: 60px 40px;
      max-width: 720px; margin: 0 auto;
    }
    .demo-features {
      display: flex; flex-wrap: wrap; justify-content: center;
      gap: 14px; margin: 28px 0 36px;
    }
.demo-feat {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 22px;
	color: #262B6C;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 50px;
	padding: 8px 18px;
	font-weight: 700;
}   .todaydmeo {	font-size: 19px;	padding: 16px 44px;	color: #262B6C !important;	font-weight: 700;}

    /* ── FOOTER ──────────────────────────────── */
    footer {
      background: var(--brand); color: rgba(255,255,255,0.6);
      text-align: center; padding: 28px 40px;
      font-size: 16px;
    }
    footer strong { color: #fff; }

    @media (max-width: 640px) {
      section { padding:10px 10px !important; }
      nav { padding: 0 20px; }
      .hero { padding: 70px 20px 80px; }
      h2 { font-size: 16px; }
        .cta-section {
	background: linear-gradient(135deg, #262B6C, #262B6C);
	color: #fff;
	text-align: center !important;
	padding: 10px;
	margin-top: 3%;
	border-radius: 40px;
}
        .demo-feat {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 17px;
	color: #262B6C;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 50px;
	padding: 8px 18px;
	font-weight: 700;
}
    }


   
  .cta-section {
	background: linear-gradient(135deg, #262B6C, #262B6C);
	color: #fff;
	text-align: center !important;
	padding: 20px 40px;
	margin-top: 3%;
	border-radius: 40px;
}
        .lhgt {line-height: 26px !important}
  .cta-section h2 {
	font-size: 32px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #ffff;
}

    .cta-section p {
        font-size: 18px;
        margin-bottom: 30px;
        color: #e6e6e6; text-align: center !important;
    }

    .cta-btn {
        display: inline-block;
        padding: 14px 30px;
        font-size: 16px;
        font-weight: 600;
        color: #0d6efd;
        background: #fff;
        border-radius: 50px;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

.RfqTxt {
	font-size: 18px;
	/* padding: 14px 40px; */
	background: #000627 !important;
	color: #fff !important;
	margin-top: 27px;
	margin-top: 20px !important;
	display: inline flow-root list-item;
	border-radius: 40px;
}
        .pl0 {padding-left: 0;}
    .cta-btn:hover {
        background: #ffc107;
        color: #000;
        transform: translateY(-3px);
    }

    @media (max-width: 768px) {
        .cta-section h2 {
            font-size: 24px;
        }
        .cta-section p {
            font-size: 16px;
        }
    }

    .section-title {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #262B6C;
    }

 .step-box {
	border: 1px solid #7985ce;
	border-radius: 8px;
	padding: 25px;
	height: 100%;
	transition: 0.3s ease;
	background: #ffffff;
	margin-bottom: 27px;
}

    .step-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    }

    .step-number {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 10px;
        color:#262B6C;
    }



    .feature-box {
        background: #ffffff;
        border-radius: 8px;
        padding: 25px;
        height: 100%;
        border: 1px solid #e6e8f5;
        transition: all 0.3s ease;
    }

    .feature-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    }

    .icon {
        font-size: 26px;
        color: #262B6C;
        margin-bottom: 15px;
    }





.agree {	display: inline;	font-weight: normal;	font-size: 12px;}
    .agree a {color:#adffe0}
   .mtop25 {	margin-top: 25px !important;	float: left;	width: 100%;}
         
.accordionWrapper {
  padding: 30px;
  background: #fff;
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
  box-shadow: 0 1.5em 85px 0 rgba(0, 0, 0, .2)
}
.accordionItem {
  float: left;
  display: block;
  width: 100%;
  box-sizing: border-box
}
.accordionItemHeading {
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
	padding-left: 10px;
	background:#C0E9FF;
	color:#262B6C !important;
	width: 100%;
	/* -webkit-border-radius: 3px; */
	/* border-radius: 3px; */
	/* box-sizing: border-box; */
	padding: 10px;
	color: #262B6C !important;
	font-size: 198x !important;
	padding-left: 20px !important;
	margin-bottom: 20px !important;
}

.close {
	float: right;
	font-size: 21px;
	line-height: 1;
	color: #000 !important;
	text-shadow: none !important;
	opacity: 1 !important;
}

.accordionItemContent ul li {
	padding-bottom: 10px;
}

.close .accordionItemContent {
  height: 0;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block
}
.open .accordionItemContent {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
  margin: 0 0 10px 0;
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform .4s ease-out;
  -o-transition: -o-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  transition: transform .4s ease;
  box-sizing: border-box;
  font-size: 16px;
}
.open .accordionItemHeading {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
    padding: 10px;
}
.box-part {
	background: #fff;
	border-radius: 0;
	padding: 1px 10px 0 10px;
	margin: 20px 0px 1px 0;
	/* height: 45vh; */
	/* box-shadow: 1px 1px 1px 1px #ccc; */
	/* border-radius: 10px; */
}
    
.clrblue {
	color: #4928c3;
}
    
      .scroll-bg {
	float: left;
	width: 100%;
}
    .first-slide-cont {
	padding: 12% 46px 0 20px !important;
}

    .first-slide-cont h2 b {
	font-weight: 900;
}
    .first-slide-cont p {
	font-weight: 300;
	font-size: 19px;
	line-height: 35px;
}
	
	.service-innerNew p {
	text-align: left;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 3000;
}
    
    .first-slide-cont h2 {
	font-weight: 300;
	color: #e12428;
	font-size: 38px;
}
    
    
    .first-slide-cont {
	padding: 12% 46px 0 20px !important;
}
    
    .text-left {
	text-align: left !important;
}
   
	
	.service-innerNew {
	padding: 20px 20px 5px 10px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-bottom: 4px solid #bd103c;
	border-top: 4px solid #bd103c;
	border-left: 4px solid #03aab3;
	border-right: 5px solid #03aab3;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	min-height: 0px !important;
}
    
    body .cursor {
  pointer-events: none;
}
body .cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 999999;
}
body .cursor__ball circle {
  fill: #f7f8fa;
}
 

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

.card:hover {
    transform: translateY(-5px);
}

.icon {
    font-size: 32px;
    color: #007bff;
    margin-bottom: 15px;
}

.card h3 {
    margin-bottom:2px;
    font-size: 20px;
}

.card ul {
    padding-left: 18px;
    margin: 0;
}

.card li {
    margin-bottom: 10px;
    color:#262B6C;
    line-height: 1.6;
}
        .mt100 {margin-top: 3%;}

