
body{
    font-family: 'Inter', sans-serif;
	margin: 0;
    padding: 0;
	overflow-x: hidden;
}

.container {
    max-width: 1200px;
	    position: relative;
}

.main-navbar {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #333 !important;
    margin-left: 20px;
}
.nav-link:hover, .nav-link.active {
    color: #152DB0 !important;
}

.hero-section {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    padding: 80px 0;
    background-image: url(../images/banner_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
	overflow: hidden;
}
.tech_pattern {
    background-image: url(../images/tech_pattern.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 342px;
    width: 100%;
    position: absolute;
    bottom: -145px;
    left: 0;
}
.banner_content {
	position: relative;
	z-index: 99;
}

    .hero-subtitle {
      font-size: 16px;
      font-weight: 400;
      color: #aab4ff;
      margin-bottom: 20px;
    }

    .hero-title {
      font-size: 64px;
      font-weight: 500;
      line-height: 65px;
      margin-bottom: 24px;
    }

    .hero-desc {
      font-size: 18px;
      font-weight: 400;
      color: #fff;
      max-width: 700px;
      margin: 0 auto 40px;
      line-height: 1.6;
    }

    .hero-btn {
      background: #ffffff;
      color: #000;
      padding: 14px 30px;
      border-radius: 40px;
      font-weight: 600;
      font-size: 14px;
      border: none;
      transition: all 0.3s ease;
    }

    .hero-btn:hover {
      background: #e6e6e6;
      transform: translateY(-2px);
    }
	
	
	
	.intro_section {
      padding: 80px 0;
      background: #fff;
      color: #000;
    }
	.intro_section article {
    padding: 0 0 0 20px;
}

    /* LEFT IMAGE GRID */
    .image-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      gap: 20px;
      position: relative;
    }

    .image-grid img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
    }

    .img-1 {
      grid-row: span 2;
    }

    .img-2 {
      height: 250px;
    }

    .img-3 {
      height: 250px;
    }

    /* CIRCLE BADGE */
    .badge-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-circle img {
	width: auto;
      height: auto;
}

    /* RIGHT CONTENT */
    .intro-title {
      font-size: 58px;
      font-weight: 600;
      line-height: 1.1;
      margin-bottom: 20px;
      color: #000;
    }

    .intro-title span {
      color: #152DB0;
    }

    .intro-desc {
    color: #2F2F2F;
    font-size: 15px;
    line-height: 1.7;
    margin: 40px 0;
    max-width: 500px;
}

    /* BUTTONS */
    .btn-primary-custom {
      background: #162DB2;
      border: none;
      padding: 14px 30px;
      border-radius: 40px;
      font-weight: 600;
      font-size: 14px;
      color: #fff;
      margin-right: 20px;
	  letter-spacing: 1.5px;
    }

    .btn-primary-custom:hover {
      background: #2448d8;
    }

    .link-btn {
    color: #162DB2;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin: 0 0 0 15px;
}

    .link-btn:hover {
      text-decoration: underline;
    }
	
	
	
	
	
	
	.solution_home {
    padding: 80px 0;
    color: #fff;
    position: relative;
    background: linear-gradient(135deg, #12005a, #0a0033);
    overflow: hidden;
    background-image: url(../images/pattern_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    /* Background angled shapes */
    /*.solution_home::before,
    .solution_home::after {
      content: "";
      position: absolute;
      width: 120%;
      height: 120%;
      top: 0;
      left: -10%;
      background: linear-gradient(120deg, rgba(255,255,255,0.03) 25%, transparent 25%);
      background-size: 300px 300px;
      transform: rotate(25deg);
      z-index: 0;
    }

    .solution_home::after {
      background: linear-gradient(120deg, rgba(255,255,255,0.02) 25%, transparent 25%);
      transform: rotate(-25deg);
    }*/

    .solution_home .container {
      position: relative;
      z-index: 2;
    }

    /* Heading */
    .section-title {
      font-size: 58px;
      font-weight: 600;
      text-align: center;
      margin-bottom: 15px;
    }

    .section-title span {
      color: #7aa2ff;
    }

    .section-subtitle {
    text-align: center;
    color: #fff;
    font-size: 20px;
    max-width: 560px;
    margin: 40px auto 60px;
    line-height: 26px;
    font-weight: 300;
}

    /* Cards */
    .solution-card {
    padding: 20px 15px;
    margin: 20px 0;
}

    .solution-icon {
      margin-bottom: 20;
	  }
	  
h4.solution-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 30px 0;
}  
p.solution-desc {
    font-size: 15px;
    font-weight: 300;
	margin: 0;
}
	  
	  
.home_accordion {
    padding: 80px 0;
    background: #F2F3FF;
}

    /* LEFT IMAGE */
    .home_accordion .left-img img {
      width: 100%;
      border-radius: 20px;
      object-fit: cover;
    }

    /* ACCORDION */
    .custom-accordion .accordion-item {
      border: none;
      border-bottom: 1px solid #999;
      background: transparent;
    }

    .custom-accordion .accordion-button {
      background: transparent;
      box-shadow: none;
      padding: 20px 0;
      font-size: 24px;
      font-weight: 500;
      color: #111;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .custom-accordion .accordion-button::after {
      display: none; /* remove default icon */
    }

    /* PLUS / MINUS ICON */
.accordion-icon {
    font-size: 50px;
    font-weight: 400;
    transition: 0.3s;
    line-height: 40px;
}

    .accordion-button:not(.collapsed) .accordion-icon {
      content: "-";
    }

    .accordion-button:not(.collapsed) .accordion-icon::before {
      content: "-";
    }

    .accordion-button.collapsed .accordion-icon::before {
      content: "+";
    }
	.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.accordion {
    --bs-accordion-inner-border-radius: 0 !important;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

    /* CONTENT */
    .accordion-body {
      padding: 10px 0 25px 0;
      color: #444;
      font-size: 15px;
      line-height: 1.8;
      max-width: 100%;
    }

    /* REMOVE ACTIVE BG */
    .accordion-button:not(.collapsed) {
      color: #111;
      background: transparent;
    }
	
.accordion.custom-accordion {
    padding: 0 0 0 40px;
}	
	
	
	
	
	
	
	
	
	
	.testimonial_wrapper {
      padding: 80px 0;
      color: #fff;
      position: relative;
    }

    .testimonial_wrapper h2 {
      font-size: 56px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 30px;
      color: #1a1a1a;
    }

    .testimonial_wrapper h2 span {
    color: #152DB0;
}

    .testimonial_card {
      padding: 20px 30px;
      max-width: 520px;
    }

    .quote_icon {
    font-size: 60px;
    color: #473BF0;
    line-height: 1;
}

    .testimonial_text {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 300;
    font-style: italic;
	    min-height: 90px;
}

    .testimonial_author {
      font-size: 14px;
      font-weight: 600;
      color: #000;
    }

    .testimonial_author span {
      font-weight: 400;
      color: #6c757d;
      margin-left: 10px;
    }

    .carousel-inner {
      display: flex;
      align-items: center;
    }

    .carousel-item {
      padding: 20px 0;
    }

    .testimonial_row {
      display: flex;
      justify-content: center;
      gap: 60px;
      flex-wrap: wrap;
    }

    /* Hide default controls */
    .carousel-control-prev,
    .carousel-control-next {
      display: none;
    }

	  .testimonial_wrapper .carousel,
.testimonial_wrapper .testimonial_card,
.testimonial_wrapper .testimonial_text {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.testimonial_wrapper .carousel {
  cursor: grab;
}

.testimonial_wrapper .carousel:active {
  cursor: grabbing;
}



/* Dots Wrapper */
.testimonial_wrapper .custom-dots {
    position: relative;
    bottom: 0;
    left: 0;
}

/* Default Dot */
.testimonial_wrapper .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #444;
  opacity: 1;
  margin: 0 6px;
  border: none;
  transition: all 0.3s ease;
}

/* Active Dot */
.testimonial_wrapper .carousel-indicators .active {
  background-color: #473BF0;
  width: 28px;
  border-radius: 10px;
}






.points_wrapper {
    background: #1F1D74;
    padding: 45px 0 150px;
    position: relative;
	overflow: hidden;
}
.points_wrapper:after {
    position: absolute;
    right: 10%;
    top: -18%;
    content: "";
    background-image: url(../images/round.png);
    width: 440px;
    height: 440px;
    background-size: 100% auto;
}

.points_container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

    .points_row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 30px;
    }

    .point_item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 14px 24px;
      border: 1.5px solid rgba(255, 255, 255, 0.6);
      border-radius: 50px;
      color: #ffffff;
      font-size: 16px;
      font-weight: 500;
      white-space: nowrap;
      transition: all 0.3s ease;
    }

    .point_item:hover {
      background: rgba(255,255,255,0.08);
      border-color: #fff;
    }

    .point_icon {
      width: 22px;
      height: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .point_icon svg {
      width: 18px;
      height: 18px;
      stroke: #8fd3ff;
    }

    /* second row spacing */
    .points_row.bottom {
      margin-top: 20px;
    }
	
	
	
	
	
	
	
	
	
	
	
	
.newsletter_wrapper {
    padding: 0;
    margin: -100px 0 0;
    position: relative;
}

.newsletter_box {
    background: #152DB0;
    border-radius: 28px;
    padding: 30px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

    .newsletter_title {
      color: #fff;
      font-size: 48px;
      font-weight: 700;
      line-height: 1.2;
      max-width: 420px;
    }

    .newsletter_form {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .newsletter_input {
      background: #fff;
      border: none;
      outline: none;
      padding: 18px 24px;
      border-radius: 40px;
      font-size: 16px;
      min-width: 380px;
      color: #333;
    }

    .newsletter_input::placeholder {
      color: #777;
    }

    .newsletter_btn {
      background: #01112D;
      color: #fff;
      border: none;
      padding: 18px 32px;
      border-radius: 40px;
      font-size: 16px;
      font-weight: 600;
      transition: all 0.3s ease;
      white-space: nowrap;
    }

    .newsletter_btn:hover {
      background: #000;
    }
	
	
	
	
	
	
	.footer_wrapper {
      background: #01112D;
      color: #cfd6e4;
      padding: 145px 0 30px;
	  margin: -85px 0 0;
    }

    .footer_logo {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 28px;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 20px;
    }

    .footer_logo span {
      font-weight: 600;
    }

    .footer_desc {
      font-size: 15px;
      line-height: 1.8;
      max-width: 320px;
      color: #9fb0c9;
      margin-bottom: 30px;
    }

    .footer_btn {
      background: linear-gradient(180deg, #e5e5e5, #cfcfcf);
      color: #000;
      border: none;
      padding: 14px 28px;
      border-radius: 40px;
      font-size: 14px;
      font-weight: 600;
    }

    .footer_title {
      color: #ffffff;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .footer_links a {
      display: block;
      color: #cfd6e4;
      text-decoration: none;
      margin-bottom: 12px;
      font-size: 15px;
      transition: 0.3s;
    }

    .footer_links a:hover {
      color: #ffffff;
    }

    .footer_divider {
      border-top: 1px solid rgba(255,255,255,0.2);
      margin: 50px 0 20px;
    }

    .footer_bottom {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 10px;
      font-size: 14px;
      color: #cfd6e4;
    }

    .footer_bottom a {
      color: #cfd6e4;
      text-decoration: none;
      margin-left: 15px;
    }

    .footer_bottom a:hover {
      color: #fff;
    }
	
	
	
	
	
	
/* Section */
.inner-hero-section {
    padding: 80px 0;
    text-align: center;
    background-color: #070b19;
}

/* Small heading */
.inner-hero-subtitle {
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #94a3b8;
    margin-bottom: 20px;
}

/* Main heading */
.inner-hero-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
	color:#fff;
}

.inner-hero-title span {
    color: #7aa2ff;
}

/* Description */
.inner-hero-desc {
    max-width: 700px;
    margin: 20px auto 50px;
    font-size: 15px;
    color: #94a3b8;
}

.inner-page-section:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.inner-page-section {
    height: 300px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-page-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0;
}
.inner-page-title {
    color: #fff;
	margin: 30px 0;
    font-size: 65px;
    font-weight: 700;
}
.inner-page-section video {
    width: 100%;
}


/* Image Cards */
.image-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Play button */
.play-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.play-circle {
    width: 50px;
    height: 50px;
    background: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}

.play-text {
    font-size: 14px;
}

	  
	  


    /* Responsive */
    @media (max-width: 768px) {
      .hero-title {
        font-size: 40px;
      }

      .hero-desc {
        font-size: 16px;
      }
    }