    :root{
      --bg: #f0ffff;
      --text: #0b1b3a;
      --muted: #6b7280;
      --accent-start: #ff4b9a;
      --accent-mid: #9243ff;
      --accent-end: #00c4ff;
      --card-bg: #ffffff;
      --glass: rgba(255,255,255,0.6);
        --font-default: "Poppins", sans-serif;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Poppins", sans-serif;
  scroll-behavior: smooth;
  --color-bg: #ffffff;
  --hero-overlay-color: transparent;
  --menu-color: #ffffff;
  --theme-color: #ffffff;
  --border-color: #e2e2e2;
  --theme-color-dark: #f8f8f8;
  --text-color: #3a3a3a;
  --hero-text-color: #ffffff;
  --text-white-color: #ffffff;
  --text-grey-color: #3a3a3a;
  --text-theme-color: #025add;
  --light-color: #ffffff;
  --color-default: #3a3a3a;
  --color-primary: #025add;
  --color-secondary: #0c6de0;
  --color-start: #3a3a3a;
  --color-end: #3a3a3a;
  --hero-card-bg: rgb(228 227 223 / 17%);
  --box-shadow-color: rgb(82 90 101 / 10%);
    }

    html,body{height:100%}


    /* Hero gradient */

.hero{background-image: linear-gradient(to right bottom, #3b82f6, #008ff6, #009bf2, #00a5eb, #00ade2, #00ace5, #00abe9, #00aaec, #009df9, #0d8dff, #5879ff, #8b5cf6); }

    .feature-list li{ margin-bottom:.6rem; }

    /* Industry card styles */
    .industry-card{
      transition: transform .18s ease, box-shadow .18s ease;
      border: 0;
      border-radius: .8rem;
      background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(250,250,250,0.95));
      min-height: 170px;
    }
    .industry-card:hover{
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(14,22,55,0.08);
    }
    .industry-icon{
      width:56px;height:56px;border-radius:12px;
      display:inline-flex;align-items:center;justify-content:center;
      background: linear-gradient(135deg, rgba(0,0,0,0.06), rgba(255,255,255,0.02));
      font-size:1.35rem;color:var(--accent-mid);
      box-shadow: 0 6px 18px rgba(14,22,55,0.04);
    }

    /* small decorative bubble */
    .bubble{
      width:120px;height:120px;border-radius:50%;
      position:absolute;right:-40px;top:-40px;
      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.06), transparent 50%),
                  linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
      filter: blur(12px);
      pointer-events:none;
    }

    /* CTA */
    .btn-primary{
      background: linear-gradient(90deg,var(--accent-mid),var(--accent-end));
      border:0;
      box-shadow:0 8px 20px rgba(146,67,255,0.12);
    }
     .btn-light{
      background: linear-gradient(90deg,var(--bg),#e1e1e1);
      border:0;
      box-shadow:0 8px 20px rgba(146,67,255,0.12);
    }
    .small-muted{ color:var(--muted); font-size:.9rem; }

    /* responsive tweaks */
    @media (max-width:767px){
      .industry-card{ min-height:150px; }
      .hero-gradient{ padding:1.25rem; }
      .video-container{height: 70vh;}
    }

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%; /* Ensures it covers the minimum width */
    min-height: 100%; /* Ensures it covers the minimum height */
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); /* Centers the video */
    object-fit: cover; /* Optional: add rounded corners to the video */
}


body {
  font-family: var(--font-default);
  color: var(--text);
  background: var(--bg);
  transition: 0.5s background ease;
}

.bg-gradient {
  background: #2222f0 !important;
  background: linear-gradient(
    344deg,
    rgba(34, 34, 240, 1) 0%,
    rgba(13, 110, 253, 1) 71%,
    rgba(85, 158, 194, 1) 100% 
  ) !important;;
}
    .num {
      margin-right: 8px;
      color: #0d6efd;
    }

    a {
  color: var(--text);
  text-decoration: none !important;
}

a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

@media (min-width: 1280px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

.navbar{
  background: var(--bg) !important;
}

.nav-link {
  color: var(--text);
  transition: color 0.3s;
}
.navbar-custom {
  background-color: #0d6efd;
}
.navbar-container,
.footer-container,
.main-container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
footer {
  background: #343a40 !important;
  color: #fff;
  padding: 20px 0;
}
.platform-tile {
  cursor: pointer;
  transition: transform 0.2s;
}
.platform-tile:hover {
  transform: scale(1.05);
}
.platform-icon {
  max-height: 60px;
  margin-bottom: 10px;
}

.footer-section {
  background: url(../images/hero-bg.png) center left;
  background-size: cover;
  padding: 60px 0;
  border-radius: 0px;
  position: relative;
  background-attachment: fixed;
}
.footer-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 0;
  opacity: 0.8;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.copyright-text {
  margin-top: 30px;
}

.single-cta i {
  color: #c00113;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #c00113;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}
.footer-content .list {
  padding-left: 0;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}
.footer-widget ul li,
.footer-widget ul li a {
  font-size: 14px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: var(--text-white-color);
  line-height: 28px;
}

.footer-social-icon span {
  color: var(--color-primary);
  display: block;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
}

.facebook-bg {
  background: var(--color-primary);
}

.twitter-bg {
  background: var(--color-primary);
}

.google-bg {
  background: var(--color-primary);
}

.footer-widget-heading h3 {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: var(--color-primary);
}

.footer-widget ul li a {
  color: var(--text-white-color);
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  color: #222222;
  outline: none;
}

.subscribe-form button {
  position: absolute;
  right: -3px;
  background: transparent;
  border: 0;
  top: -8px;
}

.subscribe-form button i {
  color: var(--color-primary);
  font-size: 3rem;
  transform: rotate(-6deg);
}

.copyright-area {
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #b9b9b9;
}

.copyright-text p a {
  color: var(--color-primary);
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: var(--color-primary);
}

.footer-menu li a {
  font-size: 14px;
  color: #b9b9b9;
}

.footer-menu li a:hover {
  color: #000000;
}


.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content h4 {
  font-size: 20px;
  margin-top: 5px;
}

.faq .content p {
  font-size: 15px;
  color: #6c757d;
}

.faq .accordion-item {
  margin-bottom: 20px;
  border-radius: 8px;
  background: var(--theme-color-dark);
  border: 1px solid var(--border-color);
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid var(--border-color);
}

.faq .accordion-collapse {
  border: 0;
  background: var(--theme-color-dark);
  border-radius: 0 8px 8px 0;
}

.accordion-flush .accordion-item:first-child {
  border: 1px solid var(--border-color);
}

.faq .accordion-button {
  background: var(--theme-color-dark);
  padding: 20px 50px 20px 20px;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-primary);
  text-align: left;
  box-shadow: none;
  border-radius: 8px !important;
}

.faq .accordion-button .num {
  padding-right: 10px;
  font-size: 20px;
  line-height: 0;
  color: var(--color-primary);
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  box-shadow: none;
}

.faq .accordion-button:after {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/icons/down-arrow.svg);
}

.faq .accordion-body {
  padding: 40px;
  border: 0;
  border-radius: 0 0 8px 8px;
  background: var(--theme-color-dark);
  box-shadow: none;
  color: var(--text-color);
}

/**************************************
  Contact
 **************************************/
.contact-section .contact-form-3 form .form-control {
  font-size: 15px;
  width: 100%;
  padding: 10px 20px;
  height: 52px;
  color: #025bdd;
  border: none;
  border-radius: 8px;
  transition: all 0.4s;
  background: var(--theme-color-dark);
}

.contact-section .contact-form-3 form input:focus,
.contact-section .contact-form-3 form textarea:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-information-box-3 {
  padding: 25px 20px;
  border-radius: 8px;
  margin-bottom: 50px;
}

.contact-information-box-3 .single-contact-info-box {
  position: relative;
  z-index: 1;
  padding: 10px 10px;
  display: block;
  border-radius: 3px;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
}

.contact-information-box-3 .contact-info {
  position: relative;
  z-index: 1;
}

.contact-information-box-3 .contact-info h6 {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 7px;
  text-transform: capitalize;
}

.contact-information-box-3 .contact-info p {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon {
  color: #f44336;
  opacity: 0.2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon i {
  font-size: 100px;
}

.contact-section .contact-form .form-group {
  margin-bottom: 30px;
}

.contact-section .contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
  line-height: initial;
}

.contact-section .form-message {
  margin: 0;
}
.contact-form button[type="submit"] {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  border: 0;
  color: var(--text-white-color);
  background: linear-gradient(
    45deg,
    var(--color-primary),
    var(--color-secondary)
  );
}
.contact-form button[type="submit"]:hover {
  color: var(--text-white-color);
  background: linear-gradient(
    45deg,
    var(--color-secondary),
    var(--color-primary)
  );
}

.contact-section .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.contact-section .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.contact-area .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
}

.contact-area .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
}
.with-errors {
  color: #dc3545;
}

.messages {
  margin-top: 30px;
}

.alert-success {
  margin-left: 15px;
}

.hidden {
  display: none;
}

 .hero-section { padding: 80px 0; background: linear-gradient(180deg, #fff 0%, var(--soft-bg) 100%); 
         background: linear-gradient(rgba(255, 255, 255, 0.874), rgba(222, 255, 240, 0.8)),
                        url('https://cdn.pixabay.com/photo/2016/11/29/08/41/apple-1868496_1280.jpg') center/cover no-repeat;
            color: var(--text-dark);
            min-height: 70vh;
            display: flex;
            align-items: center;
        }
        
        .btn-primary { background-color: var(--nuvio-blue); border: none; padding: 12px 30px; border-radius: 8px; font-weight: 600; }
        .card { border: none; border-radius: 16px; transition: transform 0.2s; 
        border-radius: 14px;
background: linear-gradient(145deg, #d8e6e6, #ffffff);
box-shadow:  5px 5px 66px #ebfafa,
             -5px -5px 66px #f5ffff;}
        .card:hover { transform: translateY(-5px); }
        .video-placeholder { border-radius: 20px; min-height: 400px; display: flex; align-items: center; justify-content: center; color: white; }
        .badge-platform { background: #e9ecef; color: #6c757d; font-size: 0.8rem; }


        @keyframes moveGradient {
  0%   { background-position: 0% 50%, center; }
  50%  { background-position: 100% 50%, center; }
  100% { background-position: 0% 50%, center; }
        }

         .feature-btn {
    transition: all 0.25s ease;
    font-weight: 500;
  }

  .feature-btn.active {
     background: rgba(255, 255, 255, 0.5); /* Transparent color */
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 1); /* Light edge */
  backdrop-filter: blur(5px); /* The frosted blur */
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  }

  .feature-btn:hover:not(.active) {
    background-color: #e9ecef;
    transform: translateY(-1px);
  }

.video-container {
    position: relative; /* Key: Establishes a positioning context for children */
    width: 100%; /* Or a specific width */
    max-width: 1200px; /* Optional: control max size */
    margin: auto; /* Optional: center the container */
    border-radius: 20px; 
    height: 600px;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
    /* Optional: set z-index if needed, but default stacking order often works */
    z-index: 1; 
    border-radius: 20px; /* Optional: add rounded corners to the video */
}

  .video-container .video-overlay {
    border-radius: 20px; 
    position: absolute; /* Key: Positions the div relative to its parent container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Key: Ensures the overlay appears above the video */
    z-index: 10; 
    /* Optional: add background, color, and alignment styles */
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    padding: 20px;
    box-sizing: border-box; /* Ensures padding doesn't increase width/height */
}

.tickul {
  /* Remove default padding to adjust positioning */
  padding-left: 1em; /* Adjust as needed for spacing */
  font-size: .9rem;
  color: var(--text-grey-color);
  font-weight: 100;
}

.tickul li::marker {
  content: '✔ '; /* Unicode character for a heavy check mark, followed by a space */
  color: var(--text);  /* Optional: change the color of the tick mark */
  font-size: 1em; /* Optional: adjust the size */
}


.content-box {
      background: white;
      border-radius: 16px;
      box-shadow: var(--shadow);
      overflow: hidden;           /* keeps children inside rounded corners */
      border: 1px solid #e5e5e5;  /* very subtle border for definition */
    }

    .content-wrapper {
      display: flex;
      flex-wrap: wrap;
      height: 100%;
      margin: 0 !important;       /* tight packing */
    }

    .accordion-side,
    .image-side {
      padding: 2.25rem 2rem;      /* consistent internal spacing */
      margin: 0;
    }

    .accordion-side {
      flex: 1 1 50%;
      min-width: 380px;
      border-right: 1px solid #e8e8e8; /* light divider between columns */
    }

    .image-side {
      flex: 1 1 50%;
      min-width: 380px;
      background: #fafafa; /* very light background to distinguish */
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Image area */
    .faq-image-wrapper {
      width: 100%;
      aspect-ratio: 800 / 513;    /* maintain original proportion */
      border-radius: 10px;
        position: relative;
      border-radius: 12px;
      overflow: hidden;
    }

    

    .faq-image {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transform: translateY(-100px);
      transition: var(--transition);
      pointer-events: none;
    }

    .faq-image.active {
      opacity: 1;
      transform: translateY(0);
       transition: transform 0.5s ease-out; 
    }

    /* Clean accordion – minimal interaction styling */
    .accordion {
      --bs-accordion-btn-bg: transparent;
      --bs-accordion-active-bg: transparent;
      --bs-accordion-border-color: transparent;
      --bs-accordion-btn-focus-box-shadow: none;
    }

    .accordion-button {
      font-size: 1rem;
      font-weight: 100;
      color: var(--muted);
      padding: 1.2rem 1.4rem;
      border-radius: 999px !important;
      background: #f5f5f5;
      transition: background 0.3s ease;
      margin-bottom: 0.9rem;
      box-shadow: none;
    }

    .accordion-button:not(.collapsed) {
     font-weight: 600;
      color: var(--text);
    }

    /* No hover effect */
    .accordion-button:hover {
      background: #f5f5f5; /* stays same unless expanded */
    }

    .accordion-body {
      padding: 1.4rem 2rem 1.8rem;
      font-size: 1.08rem;
      line-height: 1.65;
      color: #333;
    }

    .indicator {
      position: absolute;
      left: -14px;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 10px;
      background: var(--ms-blue);
      border-radius: 50%;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .accordion-button:not(.collapsed) ~ .indicator {
      opacity: 1;
    }

    @media (max-width: 992px) {
     
      .accordion-side {
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
      }
      .image-side {
        padding: 2rem;
      }
      .faq-image-wrapper {
        max-width: 100%;
        aspect-ratio: 4 / 3; /* more mobile-friendly */
      }
    }

    .glass-panel {
  background: rgba(255, 255, 255, 0.15); /* Transparent color */
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2); /* Light edge */
  backdrop-filter: blur(2px); /* The frosted blur */
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.card-img-top, .card-img-bottom {
  height: 200px; /* Set a fixed height */
  object-fit: cover; /* This will crop the image to fit the dimensions */
}

.vplace{ border-radius: 12px;
  background: 
    linear-gradient(
      120deg, 
      rgba(197, 241, 240, 0.665), 
      rgba(255, 255, 255, 0.48), 
      rgba(161, 228, 255, 0.646),   /* ← repeat first color for seamless loop */
      rgba(255, 255, 255, 0.8)
    ),
    url('https://cdn.pixabay.com/photo/2017/09/23/14/50/chart-2779102_1280.jpg') center/cover no-repeat;
  
  background-size: 300% 300%, cover;
  animation: moveGradient 18s ease infinite;
  
  color: var(--text-dark);
  box-shadow: 20px 20px 60px #ccd9d9, -20px -20px 60px #ffffff;}