@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
 :root {
      --primary: #2457ff;
      --secondary: #5f8dff;
      --dark: #0e1018;
      --light: #f7f9fc;
      --text: #6c757d;
    }

    * {
      scroll-behavior: smooth;
    }

    body {
      font-family: Inter, sans-serif;
      background: #fff;
      color: #111;
      overflow-x: hidden;
    }

    .navbar {
      padding: 1rem 0;
      transition: all .3s ease;
      z-index: 999;
    }

    .navbar.scrolled {
      background: rgba(18, 34, 85, 0.95);
      backdrop-filter: blur(10px);
      box-shadow: 0 5px 20px rgba(0,0,0,.08);
    }

    .nav-link {
      color: #fff !important;
      font-size: 14px;
      margin: 0 10px;
      position: relative;
    }

    .nav-link::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      background: #fff;
      left: 0;
      bottom: -4px;
      transition: .3s;
    }

    .nav-link:hover::after {
      width: 100%;
    }

    .hero-section {
      min-height: 100vh;
      background: linear-gradient(90deg, #6798ff 0%, #1f4cff 100%);
      position: relative;
      overflow: hidden;
      padding-top: 120px;
    }

    .hero-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
                        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
      background-size: 80px 80px;
      pointer-events: none;
    }

    .hero-title {
      font-size: 56px;
      font-weight: 800;
      color: #fff;
      line-height: 1.1;
    }

    .hero-title span {
      color: #ff7d7d;
	  text-decoration:underline;
    }

    .hero-text {
      color: #fff;
      max-width: 650px;
      margin: 0 auto;
    }

    .btn-custom {
      padding: 14px 30px;
      border-radius: 50px;
      font-weight: 600;
      transition: .3s ease;
    }

    .btn-light-custom {
      background: #fff;
      color: #2457ff;
    }

    .btn-light-custom:hover {
      transform: translateY(-3px);
      background: #fff;
      color: #2457ff;
      box-shadow: 0 10px 30px rgba(0,0,0,.15);
    }

    .btn-dark-custom {
      background: #000;
      color: #fff;
    }

    .btn-dark-custom:hover {
      background: #000;
      color: #fff;
      transform: translateY(-3px);
    }
    .btn-gradient
	{
		background: linear-gradient(90deg, #1A4BC4 0%, #70A2FF 100%);
		    border: 1px solid #80a7ff;
			color:#fff;
	}
	 .btn-gradient:hover
	{
		background: linear-gradient(90deg, #70A2FF 0%, #1A4BC4 100%);
		    border: 1px solid #80a7ff;
			color:#fff;
			transform: translateY(-3px);
	}
    .hero-dashboard {
      margin-top: 80px;
      overflow: hidden;
      box-shadow: 0 30px 60px rgba(0,0,0,.15);
      background: #fff;
	  padding:20px;
	  border-radius:20px;
    }

    .hero-dashboard img,
    .feature-img img {
      width: 100%;
      display: block;
    }

    section {
      padding: 100px 0;
      position: relative;
    }

    .section-tag {
     display: inline-block;
    background: #ffffff;
    color: var(--primary);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid #E2E4E6;
    box-shadow: 0px 4px 34px 0px #AEAEAE40;
    }

    .section-title {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 15px;
    }
	.hero-dashboard
	{
		position:relative;
		z-index:11;
	}
    #features
	{
  margin-top: -260px;
    background: #fff;
    padding-top: 260px;
	}
    .feature-card {
      background: #fff;
      border: 1px solid #e9edf6;
      border-radius: 20px;
      padding: 70px 40px 40px;
      height: 100%;
      transition: .35s ease;
      box-shadow: 0 5px 20px rgba(0,0,0,.03);
	  position:relative;
	  text-align:center;
    }

    .feature-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 50px rgba(36,87,255,.12);
      border-color: transparent;
	   background: var(--primary);
	   color:#fff;
    }
	.feature-card:hover .feature-icon
	{
	   background: var(--primary);	
	}
	
 .feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5f8dff, #2457ff);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
	 border:5px solid #fff;
}

    .feature-card h5 {
      font-weight: 700;
      margin-bottom: 15px;
    }

    .feature-card p {
      color: var(--text);
      margin: 0;
      line-height: 1.8;
    }
	.feature-card:hover p{
color:#fff;
    }

    .demo-section {
      background: url('../images/background-demo.png');
	  background-size:cover;
	  background-repeat:no-repeat;
	  background-position:center;
	  background-attachment:fixed;
    }

    .demo-box {
      position: relative;
    }
	.demo-image
	{
		background: #fff;
    padding: 20px;
    border-radius: 20px;
	box-shadow: 0 5px 20px rgba(0,0,0,.03);
	border: 1px solid #e9edf6;
	}

    .play-button {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: rgba(36,87,255,.9);
      position: absolute;
      inset: 0;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      flex-direction: column;
      font-weight: 600;
      backdrop-filter: blur(5px);
      animation: pulse 2s infinite;
    }

    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(36,87,255,.5);
      }
      70% {
        box-shadow: 0 0 0 30px rgba(36,87,255,0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(36,87,255,0);
      }
    }

    .cta-section {
      background: linear-gradient(90deg, #5f8dff 0%, #2457ff 100%);
      border-radius: 30px;
      padding: 80px 50px;
      overflow: hidden;
      position: relative;
    }

    .cta-section::before,
    .cta-section::after {
      content: '';
      position: absolute;
      width: 180px;
      height: 180px;
      border: 1px solid #fff;
      border-radius: 50%;
    }

    .cta-section::before {
      top: -60px;
      left: -60px;
    }

    .cta-section::after {
      right: -60px;
      bottom: -60px;
    }

    .cta-section h2,
    .cta-section p {
      color: #fff;
    }

    .advanced-card {
      border: 1px solid #e9edf6;
      border-radius: 24px;
      overflow: hidden;
      background: #fff;
      transition: .3s ease;
      height: 100%;
	  padding:40px;
	  box-shadow: 0 5px 20px rgba(0,0,0,.03);
    }

    .advanced-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 50px rgba(36,87,255,.12);
    }

    .advanced-content {
text-align:center;
    }

    .advanced-content h4 {
      font-weight: 700;
      margin-bottom: 12px;
    }

    .advanced-content p {
      color: var(--text);
      line-height: 1.8;
      margin: 0;
    }
	.advanced-content span
	{
		color:var(--primary);
	}
 .cta{
	 padding-top:0px;
 }
    footer {
      background: linear-gradient(90deg, #2457ff 0%, #173cc0 100%);
      padding: 120px 0 50px;
      position: relative;
      overflow: hidden;
    }

    footer::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
                        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
      background-size: 80px 80px;
    }

    .footer-title {
      font-size: 64px;
      font-weight: 700;
      color: #fff;
      line-height: 1.2;
    }

    .footer-title span {
      color: #ff7d7d;
      text-decoration: underline;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.15);
      margin-top: 80px;
      padding-top: 30px;
      color: rgba(255,255,255,.8);
      position: relative;
      z-index: 2;
    }

    .footer-link {
      color: rgba(255,255,255,.8);
      text-decoration: none;
      margin-left: 20px;
    }

    .floating-shape {
    position: absolute;
    color: #fff;
    font-size: 30px;
    animation: float 6s ease-in-out infinite;
    background: linear-gradient(90deg, #1A4BC4 0%, #70A2FF 100%);
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    text-align: center;
    }

    .shape-1 { top: 20%; left: 5%;transform: rotate(90deg); }
    .shape-2 { top: 60%; right: 7%; }
    .shape-3 { bottom: 12%; left: 12%; }

    @keyframes float {
      0%,100% { transform: translateY(0); }
      50% { transform: translateY(-20px); }
    }

    .back-top {
      position: fixed;
      right: 25px;
      bottom: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      text-decoration: none;
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease;
	  font-weight:600;
    }

    .back-top.active {
      opacity: 1;
      visibility: visible;
    }

    @media (max-width: 991px) {
      .hero-title,
      .footer-title {
        font-size: 40px;
      }

      .section-title {
        font-size: 32px;
      }
    }

    @media (max-width: 767px) 
	{
		.floating-shape
		{
			display:none;
		}
      .hero-title,
      .footer-title {
        font-size: 32px;
      }

      .hero-section {
        padding-top: 100px;
      }
      section {
        padding: 40px 0;
      }
	  .play-button
	  {
		  width: 100px;
    height: 100px;
    font-size: 14px;
	  }
	   .play-button i
	   {
		   display:none;
	   }
      .cta-section {
        padding: 50px 30px;
      }
	  footer
	  {
		  padding:50px 0;
	  }
    }