    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    #hero {
      display: table;
      width: 100%;
      height: 100vh;
      position: relative;
      overflow: hidden;
      background: rgba(0, 0, 0, 0.7);
      background-attachment: fixed;
    }

    #hero video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: translate(-50%, -50%);
      z-index: -1;
    }

    .hero-container {
      background: none;
      position: relative;
      z-index: 1;
    }

    #hero .hero-logo {
      margin: 20px;
    }

    .hero-logo {
      /* background-image: url("../images/ARCH_Labs\ White\ Logo.png"); */
      background-image: url("../images/ARCH_Labs\ White\ Logo.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 550px;
    }

    #hero img {
      max-width: 100%;
    }

    #hero .hero-container {
      display: table-cell;
      margin: 0;
      padding: 0;
      text-align: center;
      vertical-align: middle;
    }

    #hero h1 {
      margin: 30px 0 10px 0;
      font-weight: 700;
      line-height: 48px;
      text-transform: uppercase;
      color: #fff;
    }

    @media (max-width: 768px) {
      #hero h1 {
        font-size: 28px;
        line-height: 36px;
      }
    }

    #hero h2 {
      color: #999;
      margin-bottom: 50px;
    }

    @media (max-width: 768px) {
      #hero h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 30px;
      }
      #hero h2 .rotating {
        display: block;
      }
    }

    #hero .rotating > .animated {
      display: inline-block;
    }

    .rotating {
      display: inline-block;
      animation: rotateText 10s infinite;
    }

    .elementor-6133 .elementor-element.elementor-element-1a7a3b90 .elementor-heading-title {
      font-family: "Poppins", Sans-serif;
      font-size: 80px;
      font-weight: 600;
      line-height: 96px;
      color: #000000;
    }

    #hero .actions a {
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 8px 20px;
      border-radius: 2px;
      transition: 0.5s;
      margin: 10px;
      font-weight: bold;
    }

    #hero .btn-get-started {
      background: var(--arch_blue);
      border: 2px solid var(--arch_blue);
      color: #fff;
    }

    #hero .btn-get-started:hover {
      background: white;
      border: 2px solid #fff;
      color: var(--arch_blue);
    }

    #hero .btn-services {
      border: 2px solid #fff;
      color: #fff;
    }

    #hero .btn-services:hover {
      background: white;
      color: var(--arch_blue);
    }

    /* Header */
    #header {
      background: rgba(0, 0, 0, 0.5);
      padding: 20px 0;
      height: 90px;
      border-bottom: 1px solid #888888;
      backdrop-filter: blur(10px);
      transition: background-color 0.8s ease-in-out, backdrop-filter 0.8s ease-in-out;
    }

    .is-sticky #header {
      background: rgba(0, 0, 0, 0.85);
      backdrop-filter: blur(5px);
    }

    #header #logo {
      float: left;
    }

    #header #logo h1 {
      font-size: 36px;
      margin: 0;
      padding: 6px 0;
      line-height: 1;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
    }

    #header #logo h1 a, #header #logo h1 a:hover {
      color: #fff;
    }

    #header #logo img {
      padding: 0;
      margin: 0;
      max-height: 50px;
    }

    @media (max-width: 768px) {
      #header {
        height: 80px;
      }
      #header #logo h1 {
        font-size: 26px;
      }
      #header #logo img {
        max-height: 40px;
      }
    }

    .is-sticky #header {
      background: rgba(0, 0, 0, 0.65);
    }

    /* Navigation Menu */
    #header #logo {
      float: left;
      position: relative;
    }

    #header #logo::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 150%;
      width: 1px;
      background-color: #888888;
    }

    #header {
      background: #111;
      padding: 20px 0;
      height: 90px;
      border-bottom: 1px solid #888888;
    }

    .nav-menu, .nav-menu * {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .nav-menu ul {
      position: absolute;
      display: none;
      top: 100%;
      left: 0;
      z-index: 99;
    }

    .nav-menu li {
      position: relative;
      white-space: nowrap;
    }

    .nav-menu > li {
      float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
      display: block;
    }

    .nav-menu ul ul {
      top: 0;
      left: 100%;
    }

    .nav-menu ul li {
      min-width: 180px;
    }

    .sf-arrows .sf-with-ul {
      padding-right: 30px;
    }

    .sf-arrows .sf-with-ul:after {
      content: "\f107";
      position: absolute;
      right: 15px;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
    }

    .sf-arrows ul .sf-with-ul:after {
      content: "\f105";
    }

    #nav-menu-container {
      float: right;
      margin: 5px 0;
    }

    @media only screen and (max-width : 767px) {
      .navbar-collapse {
        background-color: #676D75;
        border-color: #fff !important;
      }
      .navbar-default.navbar-shrink .navbar-nav > li.active > a {
        box-shadow: none !important;
      }
      .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.active > a {
        color: #111;
      }
    }

    @media (max-width: 768px) {
      #nav-menu-container {
        display: none;
      }
    }

    .nav-menu a {
      padding: 10px 15px;
      text-decoration: none;
      display: inline-block;
      color: #c1c1c1;
      font-family: 'Raleway', sans-serif;
      font-weight: 300;
      font-size: 14px;
      font-weight: 600;
      outline: none;
    }

    .nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
      color: var(--arch_blue);
    }

    .nav-menu ul {
      margin: 4px 0 0 15px;
      box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
    }

    .nav-menu ul li {
      background: #fff;
      border-top: 1px solid #f4f4f4;
    }

    .nav-menu ul li:first-child {
      border-top: 0;
    }

    .nav-menu ul li:hover {
      background: #f6f6f6;
    }

    .nav-menu ul li a {
      color: #333;
    }

    .nav-menu ul ul {
      margin: 0;
    }

    #mobile-nav-toggle {
      position: fixed;
      right: 0;
      top: 0;
      z-index: 999;
      margin: 20px 20px 0 0;
      border: 0;
      background: none;
      font-size: 24px;
      display: none;
      transition: all 0.4s;
      outline: none;
    }

    #mobile-nav-toggle i {
      color: #fff;
    }

    @media (max-width: 768px) {
      #mobile-nav-toggle {
        display: inline;
      }
    }

    #mobile-nav {
      position: fixed;
      top: 0;
      padding-top: 18px;
      bottom: 0;
      z-index: 998;
      background: rgba(0, 0, 0, 0.9);
      left: -260px;
      width: 260px;
      overflow-y: auto;
      transition: 0.4s;
    }

    #mobile-nav ul {
      padding: 0;
      margin: 0;
      list-style: none;
    }

    #mobile-nav ul li {
      position: relative;
    }

    #mobile-nav ul li a {
      color: #fff;
      font-size: 16px;
      overflow: hidden;
      padding: 10px 22px 10px 15px;
      position: relative;
      text-decoration: none;
      width: 100%;
      display: block;
      outline: none;
    }

    #mobile-nav ul li a:hover {
      color: #fff;
    }

    #mobile-nav ul li li {
      padding-left: 30px;
    }

    #mobile-nav ul .menu-has-children i {
      position: absolute;
      right: 0;
      z-index: 99;
      padding: 15px;
      cursor: pointer;
      color: #fff;
    }

    #mobile-nav ul .menu-has-children i.fa-chevron-up {
      color: var(--arch_blue);
    }

    #mobile-nav ul .menu-item-active {
      color: var(--arch_blue);
    }

    #mobile-body-overly {
      width: 100%;
      height: 100%;
      z-index: 997;
      top: 0;
      left: 0;
      position: fixed;
      background: rgba(0, 0, 0, 0.6);
      display: none;
    }

    body.mobile-nav-active {
      overflow: hidden;
    }

    body.mobile-nav-active #mobile-nav {
      left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
      color: #fff;
    }

    :root {
      --primary: #000000;
      --secondary: #111111;
      --accent: #28A0B8;
      --accent-alt: #03c5ec;
      --text: #ffffff;
      --text-secondary: #cccccc;
      --arch_blue: #28A0B8;
    }

    body {
      background: var(--primary);
      color: var(--text);
      font-family: "Poppins", sans-serif;
      height: 100vh;
      overflow: hidden;
    }

    #header {
      background: rgba(0, 0, 0, 0.8);
      padding: 15px 0;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
    }

    .container {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    #logo {
      height: 50px;
    }

    #logo img {
      height: 100%;
    }

    .menu-active a {
      color: var(--accent) !important;
    }

    #main-container {
      height: 100vh;
      overflow-y: scroll;
      /* scroll-snap-type: y mandatory; */
      scroll-behavior: smooth;
    }

    /* Intro Section - Black Theme */
    .intro-section {
      position: relative;
      height: 100vh;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 10%;
      /* scroll-snap-align: start; */
      background: rgba(0, 0, 0, 0.7);
      overflow: hidden;
    }

    .intro-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('../images/Our\ Services.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1;
      opacity: 0.8;
    }

    .intro-text, .intro-image {
      position: relative;
      z-index: 1;
    }

    .intro-text h1 {
      font-size: 3rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: var(--text);
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .intro-text p {
      font-size: 1.2rem;
      margin-bottom: 30px;
      color: var(--text-secondary);
    }

    .intro-text a.btn {
      background: var(--arch_blue);
      color: #fff;
      padding: 15px 30px;
      border-radius: 10px;
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s ease;
      text-transform: uppercase;
      letter-spacing: 1px;
      box-shadow: 0 4px 15px rgba(40, 160, 184, 0.3);
    }

    .intro-text a.btn:hover {
      background: var(--accent-alt);
      transform: translateY(-2px);
      box-shadow: 0 10px 20px rgba(3, 197, 236, 0.4);
    }

    .intro-image img {
      max-height: 60vh;
      width: auto;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .page-title {
      position: fixed;
      top: 100px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 2.5rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 4px;
      background: linear-gradient(90deg, var(--accent), var(--accent-alt));
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      z-index: 100;
      text-align: center;
      width: 100%;
    }

    /* Services Section - Black Theme */
    .services-container {
      position: relative;
      display: flex;
      height: 100vh;
      scroll-snap-align: start;
      overflow: hidden;
      padding-top: 80px;
      background: var(--primary);
    }

    /* Animated background for services section */
    .services-bg-text {
      position: absolute;
      font-size: 8rem;
      font-weight: 900;
      color: rgba(40, 160, 184, 0.03);
      white-space: nowrap;
      font-family: 'Raleway', sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 1;
      z-index: 0;
    }

    .services-bg-text.layer1 {
      top: 10%;
      left: -100%;
      animation: floatServicesText 25s linear infinite;
    }

    .services-bg-text.layer2 {
      top: 40%;
      left: -100%;
      animation: floatServicesText 30s linear infinite 5s;
      font-size: 6rem;
    }

    .services-bg-text.layer3 {
      top: 70%;
      left: -100%;
      animation: floatServicesText 35s linear infinite 10s;
      font-size: 7rem;
    }

    @keyframes floatServicesText {
      0% {
        transform: translateX(-100%) rotate(-5deg);
        opacity: 0;
      }
      10% {
        opacity: 1;
      }
      90% {
        opacity: 1;
      }
      100% {
        transform: translateX(100vw) rotate(5deg);
        opacity: 0;
      }
    }

    .services-scroller {
      display: flex;
      align-items: center;
      padding: 0 10%;
      transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
      position: relative;
      z-index: 1;
    }

    .service-item {
      min-width: 420px;
      height: 550px;
      background: rgba(20, 20, 20, 0.9);
      border-radius: 20px;
      margin: 0 30px;
      padding: 45px 35px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
      border: 1px solid rgba(255, 255, 255, 0.05);
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      transition: all 0.4s ease;
    }

    .service-item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 6px;
      background: linear-gradient(90deg, var(--accent), var(--accent-alt));
    }

    .service-item:hover {
      transform: translateY(-15px);
      background: rgba(30, 30, 30, 0.95);
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
    }

    .category {
      position: absolute;
      top: 25px;
      right: 25px;
      background: rgba(40, 160, 184, 0.2);
      color: var(--accent);
      font-size: 13px;
      font-weight: 600;
      padding: 6px 18px;
      border-radius: 20px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
    }

    .service-icon {
      width: 120px;
      height: 120px;
      background: rgba(40, 160, 184, 0.1);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 50px 0 35px;
      font-size: 48px;
      color: var(--accent);
      transition: all 0.3s ease;
    }

    .service-item:hover .service-icon {
      transform: scale(1.1);
      background: rgba(40, 160, 184, 0.2);
    }

    .service-title {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 25px;
      text-align: center;
      letter-spacing: 0.5px;
      color: var(--text);
    }

    .service-description {
      color: var(--text-secondary);
      text-align: center;
      line-height: 1.8;
      font-size: 16px;
      max-width: 330px;
    }

    .position-indicator {
      position: fixed;
      top: 50%;
      right: 40px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 10;
    }

    .position-dot {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .position-dot.active {
      background: var(--accent);
      transform: scale(1.4);
      box-shadow: 0 0 15px rgba(40, 160, 184, 0.8);
    }

    footer {
      position: fixed;
      bottom: -100px;
      width: 100%;
      text-align: center;
      padding: 20px;
      font-size: 14px;
      color: var(--text-secondary);
      background: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(5px);
      z-index: 50;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      transition: bottom 0.5s ease;
    }

    footer.visible {
      bottom: 0;
    }

    .services-container {
      min-height: calc(100vh - 90px);
      height: auto;
      padding-bottom: 100px;
    }

    footer {
      transition: bottom 0.3s ease-out;
    }

    /* Mobile Responsive Styles */
    @media (max-width: 768px) {
      body {
        overflow-x: hidden;
        font-size: 14px;
      }

      #header {
        height: 70px;
        padding: 10px 0;
      }

      #header #logo img {
        max-height: 40px;
      }

      #nav-menu-container {
        display: none;
      }

      #mobile-nav-toggle {
        display: block;
        position: fixed;
        right: 15px;
        top: 20px;
        z-index: 9999;
        background: none;
        border: none;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
      }

      #mobile-nav {
        position: fixed;
        top: 0;
        left: -260px;
        width: 260px;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        z-index: 9998;
        transition: left 0.3s ease;
        overflow-y: auto;
      }

      #mobile-nav.active {
        left: 0;
      }

      #mobile-nav ul {
        padding: 60px 0 0 0;
        margin: 0;
        list-style: none;
      }

      #mobile-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      }

      #mobile-nav ul li a {
        display: block;
        padding: 15px 20px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        transition: color 0.3s ease;
      }

      #mobile-nav ul li a:hover,
      #mobile-nav ul li.menu-active a {
        color: var(--accent);
      }

      #mobile-body-overly {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9997;
        display: none;
      }

      #mobile-body-overly.active {
        display: block;
      }

      #hero {
        height: 100vh;
        padding: 80px 20px 20px 20px;
      }

      #hero video {
        object-fit: cover;
      }

      .hero-container {
        padding: 20px;
      }

      .hero-logo {
        height: 200px;
        margin: 10px 0;
      }

      #hero h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin: 20px 0 10px 0;
      }

      #hero h2 {
        font-size: 1rem;
        line-height: 1.4;
        margin-bottom: 30px;
      }

      #hero .actions {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
      }

      #hero .actions a {
        width: 200px;
        text-align: center;
        padding: 12px 20px;
        font-size: 14px;
      }

      .intro-section {
        flex-direction: column;
        padding: 180px 20px 20px 20px;
        text-align: center;
        gap: 30px;
      }

      .intro-section::before {
        background-attachment: scroll;
      }

      .intro-text h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 15px;
      }

      .intro-text p {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 20px;
      }

      .intro-image img {
        max-height: 50vh;
        width: 100%;
        object-fit: contain;
        margin-bottom: 100px;
      }

      .page-title {
        font-size: 1.5rem;
        letter-spacing: 2px;
        top: 80px;
        padding: 0 20px;
      }

      .services-container {
        padding-top: 120px;
        height: 100vh;
      }

      .services-bg-text {
        font-size: 4rem;
      }

      .services-bg-text.layer2 {
        font-size: 3rem;
      }

      .services-bg-text.layer3 {
        font-size: 3.5rem;
      }

      .services-scroller {
        padding: 0 20px;
        gap: 20px;
      }

      .service-item {
        min-width: 280px;
        max-width: 280px;
        height: 400px;
        margin: 0 10px;
        padding: 25px 20px;
      }

      .service-icon {
        width: 80px;
        height: 80px;
        font-size: 32px;
        margin: 30px 0 20px;
      }

      .service-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
      }

      .service-description {
        font-size: 0.9rem;
        line-height: 1.4;
        max-width: 240px;
      }

      .category {
        font-size: 11px;
        padding: 4px 12px;
        top: 15px;
        right: 15px;
      }

      .position-indicator {
        bottom: 20px;
        gap: 8px;
      }

      .position-dot {
        width: 8px;
        height: 8px;
      }

      #contact-section {
        padding: 0px 0px 0px 0px;
      }

      #contact-section .container {
        width: 100%;
        max-width: none;
      }

      #contact-section .row {
        flex-direction: column;
        gap: 30px;
      }

      #contact-section .col-sm-6 {
        width: 100%;
        margin-bottom: 20px;
      }

      #contact-section .contact-info h4,
      #contact-section .contact-form h4 {
        font-size: 1.5rem;
        margin-bottom: 20px;
      }

      #contact-section .contact-address li {
        font-size: 14px;
        padding: 0 0 15px;
      }

      #contact-section .form-control {
        font-size: 14px;
        padding: 12px 15px;
      }

      #contact-section .btn {
        padding: 12px 20px;
        font-size: 14px;
      }
    }

    @media (max-width: 480px) {
      #hero h1 {
        font-size: 1.5rem;
      }

      #hero h2 {
        font-size: 0.9rem;
      }

      .intro-text h1 {
        font-size: 1.5rem;
      }

      .services-bg-text {
        font-size: 3rem;
      }

      .services-bg-text.layer2 {
        font-size: 2.5rem;
      }

      .services-bg-text.layer3 {
        font-size: 2rem;
      }

      .service-item {
        min-width: 250px;
        max-width: 250px;
        height: 350px;
        padding: 20px 15px;
      }

      .service-title {
        font-size: 1.2rem;
      }

      .service-description {
        font-size: 0.8rem;
      }

      .page-title {
        font-size: 1.2rem;
        letter-spacing: 1px;
      }
    }

    @media (max-width: 768px) and (orientation: landscape) {
      #hero {
        height: 100vh;
        padding: 60px 20px 20px 20px;
      }

      .hero-logo {
        height: 150px;
      }

      #hero h1 {
        font-size: 1.8rem;
        margin: 15px 0 5px 0;
      }

      #hero h2 {
        font-size: 0.9rem;
        margin-bottom: 20px;
      }

      .intro-section {
        padding: 60px 20px 20px 20px;
        gap: 20px;
      }

      .intro-text h1 {
        font-size: 1.8rem;
      }

      .services-container {
        padding-top: 100px;
      }

      .service-item {
        height: 300px;
      }
    }

    /* Animated Background */
    .animated-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -2;
      overflow: hidden;
      background: linear-gradient(135deg, #000000 0%, #111111 50%, #000000 100%);
    }

    .animated-text {
      position: absolute;
      font-size: 8rem;
      font-weight: 900;
      color: rgba(40, 160, 184, 0.03);
      white-space: nowrap;
      animation: floatText 20s linear infinite;
      font-family: 'Raleway', sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 1;
    }

    .animated-text:nth-child(1) {
      top: 10%;
      left: -100%;
      animation-delay: 0s;
    }

    .animated-text:nth-child(2) {
      top: 30%;
      left: -100%;
      animation-delay: 5s;
      font-size: 6rem;
    }

    .animated-text:nth-child(3) {
      top: 50%;
      left: -100%;
      animation-delay: 10s;
      font-size: 7rem;
    }

    .animated-text:nth-child(4) {
      top: 70%;
      left: -100%;
      animation-delay: 15s;
      font-size: 5rem;
    }

    @keyframes floatText {
      0% {
        transform: translateX(-100%) rotate(-5deg);
        opacity: 0;
      }
      10% {
        opacity: 1;
      }
      90% {
        opacity: 1;
      }
      100% {
        transform: translateX(100vw) rotate(5deg);
        opacity: 0;
      }
    }

    /* Floating particles */
    .particle {
      position: absolute;
      width: 4px;
      height: 4px;
      background: rgba(40, 160, 184, 0.3);
      border-radius: 50%;
      animation: floatParticle 15s linear infinite;
    }

    .particle:nth-child(5) {
      top: 20%;
      left: 10%;
      animation-delay: 0s;
      animation-duration: 12s;
    }

    .particle:nth-child(6) {
      top: 60%;
      left: 80%;
      animation-delay: 3s;
      animation-duration: 18s;
    }

    .particle:nth-child(7) {
      top: 40%;
      left: 60%;
      animation-delay: 6s;
      animation-duration: 14s;
    }

    .particle:nth-child(8) {
      top: 80%;
      left: 20%;
      animation-delay: 9s;
      animation-duration: 16s;
    }

    @keyframes floatParticle {
      0% {
        transform: translateY(0px) translateX(0px);
        opacity: 0;
      }
      10% {
        opacity: 1;
      }
      90% {
        opacity: 1;
      }
      100% {
        transform: translateY(-100px) translateX(50px);
        opacity: 0;
      }
    }

    /* Glow effect */
    .glow-effect {
      position: absolute;
      width: 200px;
      height: 200px;
      background: radial-gradient(circle, rgba(40, 160, 184, 0.05) 0%, transparent 70%);
      border-radius: 50%;
      animation: glowPulse 8s ease-in-out infinite;
    }

    .glow-effect:nth-child(9) {
      top: 25%;
      left: 15%;
      animation-delay: 0s;
    }

    .glow-effect:nth-child(10) {
      top: 75%;
      left: 85%;
      animation-delay: 4s;
    }

    @keyframes glowPulse {
      0%, 100% {
        transform: scale(1);
        opacity: 0.3;
      }
      50% {
        transform: scale(1.5);
        opacity: 0.6;
      }
    }


    /* Video Background Styles */
.services-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Behind the animated elements but above the solid background */
  overflow: hidden;
}

.services-video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0.3; /* Adjust opacity as needed */
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay to ensure text readability */
  z-index: 1;
}

/* Adjust the services-bg z-index to be above video but below content */
.services-bg {
  z-index: 0; /* Above video but below content */
}

.services-scroller {
  z-index: 2; /* Above both video and animated background */
}



.services-scroller {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 50px 30px;

    /* HIDE SCROLLBAR */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }

  .services-scroller::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }

.services-scroller {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.services-scroller::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}












/* AI Voice Agent Section */
.ai-voice-section {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0a192f 0%, #0f1c32 100%);
  scroll-snap-align: start;
}

.ai-voice-container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.ai-voice-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2;
  text-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.ai-voice-subheading {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 2.5rem;
  max-width: 800px;
}

.ai-voice-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--arch_blue);
  margin: 2rem 0;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.ai-voice-cta {
  display: inline-block;
  padding: 15px 40px;
  background: var(--arch_blue);
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(40, 160, 184, 0.3);
  margin-top: 2rem;
  border: 2px solid var(--arch_blue);
}

.ai-voice-cta:hover {
  background: transparent;
  color: var(--arch_blue);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(40, 160, 184, 0.4);
}

/* AI Voice Animation Elements */
.voice-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" fill="%2328A0B8" opacity=".25"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" fill="%2328A0B8" opacity=".5"/><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%2328A0B8"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
  animation: waveAnimation 15s linear infinite;
}

@keyframes waveAnimation {
  0% { background-position-x: 0; }
  100% { background-position-x: 1200px; }
}

.ai-particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(40, 160, 184, 0.6);
  animation: float 15s infinite linear;
  z-index: 1;
}

@keyframes float {
  0% { transform: translateY(0) rotate(0deg); opacity: 1; }
  100% { transform: translateY(-1000px) rotate(720deg); opacity: 0; }
}

.ai-circuit {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(40, 160, 184, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 160, 184, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.3;
  z-index: 1;
  animation: circuitMove 20s linear infinite;
}

@keyframes circuitMove {
  0% { background-position: 0 0; }
  100% { background-position: 100px 100px; }
}

.ai-voice-graphic {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40, 160, 184, 0.15) 0%, transparent 70%);
  filter: blur(20px);
  animation: pulse 8s ease-in-out infinite;
  z-index: 2;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.2); opacity: 0.5; }
}

.ai-voice-mic {
  position: absolute;
  width: 300px;
  height: 300px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2328A0B8"><path d="M12 2a3 3 0 0 1 3 3v6a3 3 0 0 1-6 0V5a3 3 0 0 1 3-3zm0-2a5 5 0 0 0-5 5v6a5 5 0 0 0 10 0V5a5 5 0 0 0-5-5zm-1 20v-3.29A7.008 7.008 0 0 1 5 12H3a9.01 9.01 0 0 0 8 8.94V22h2v-1.06A9.01 9.01 0 0 0 21 12h-2a7.008 7.008 0 0 1-6 6.71V20h-2z"/></svg>') center no-repeat;
  background-size: contain;
  opacity: 0.1;
  z-index: 3;
  animation: rotate 30s linear infinite;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .ai-voice-heading {
    font-size: 3.5rem;
  }
  
  .ai-voice-tagline {
    font-size: 2rem;
  }
  
  .ai-voice-subheading {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .ai-voice-heading {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
  
  .ai-voice-tagline {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
  
  .ai-voice-subheading {
    font-size: 1rem;
  }
  
  .ai-voice-cta {
    padding: 12px 30px;
    font-size: 0.9rem;
  }
  
  .voice-wave {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .ai-voice-heading {
    font-size: 2rem;
  }
  
  .ai-voice-tagline {
    font-size: 1.2rem;
    margin: 1rem 0;
  }
}

/* AI Voice Agent Section - Harmonized Color Theme */
.ai-voice-section {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0a192f 0%, #0f1c32 100%);
  scroll-snap-align: start;
}

.ai-voice-container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.ai-voice-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
  background: linear-gradient(45deg, #28a0b8, #00d6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-shadow: 0 0 15px rgba(40,160,184,0.4);
}

.ai-voice-subheading {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 2.5rem;
  max-width: 800px;
}

.ai-voice-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #00d6ff;
  margin: 2rem 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 10px rgba(0, 214, 255, 0.5);
}

.ai-voice-cta {
  display: inline-block;
  padding: 15px 40px;
  background: #28a0b8;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(40, 160, 184, 0.3);
  margin-top: 2rem;
  border: 2px solid #28a0b8;
}

.ai-voice-cta:hover {
  background: transparent;
  color: #00d6ff;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 214, 255, 0.5);
}

/* Voice Wave background overlay */
.voice-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" fill="%2328A0B8" opacity=".2"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" fill="%2300D6FF" opacity=".3"/><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%2300D6FF" opacity=".3"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 5;
  animation: waveAnimation 15s linear infinite;
}

@keyframes waveAnimation {
  0% { background-position-x: 0; }
  100% { background-position-x: 1200px; }
}

.ai-particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 214, 255, 0.4);
  animation: float 15s infinite linear;
  z-index: 1;
}

@keyframes float {
  0% { transform: translateY(0) rotate(0deg); opacity: 1; }
  100% { transform: translateY(-1000px) rotate(720deg); opacity: 0; }
}

.ai-circuit {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(0, 214, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 214, 255, 0.08) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.25;
  z-index: 1;
  animation: circuitMove 20s linear infinite;
}

@keyframes circuitMove {
  0% { background-position: 0 0; }
  100% { background-position: 100px 100px; }
}

.ai-voice-graphic {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 214, 255, 0.25) 0%, transparent 70%);
  filter: blur(30px);
  animation: pulse 8s ease-in-out infinite;
  z-index: 2;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.2); opacity: 0.5; }
}

.ai-voice-mic {
  position: absolute;
  width: 300px;
  height: 300px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2300D6FF"><path d="M12 2a3 3 0 0 1 3 3v6a3 3 0 0 1-6 0V5a3 3 0 0 1 3-3zm0-2a5 5 0 0 0-5 5v6a5 5 0 0 0 10 0V5a5 5 0 0 0-5-5zm-1 20v-3.29A7.008 7.008 0 0 1 5 12H3a9.01 9.01 0 0 0 8 8.94V22h2v-1.06A9.01 9.01 0 0 0 21 12h-2a7.008 7.008 0 0 1-6 6.71V20h-2z"/></svg>') center no-repeat;
  background-size: contain;
  opacity: 0.2;
  z-index: 3;
  animation: rotate 30s linear infinite;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}






.voice-ai-info-section {
  height: 100vh;
  width: 100%;
  background: linear-gradient(135deg, #0f1c32 0%, #142544 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  scroll-snap-align: start;
}

.voice-ai-info-container {
  max-width: 1000px;
}

.voice-ai-info-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #28a0b8;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.voice-ai-info-text {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}


@media (max-width: 768px) {
  .voice-ai-info-heading {
    font-size: 2.5rem;
  }
  
  .voice-ai-info-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .voice-ai-info-heading {
    font-size: 2rem;
  }
  
  .voice-ai-info-text {
    font-size: 1rem;
  }
}




/* Footer Styles */
.site-footer {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  position: static;
  z-index: 10;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .site-footer {
    padding: 25px 0;
  }
  .footer-content p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .site-footer {
    padding: 20px 0;  
  }
  .footer-content p {
    font-size: 13px;
  }
}

