    * {
      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;
    }

  

    /* 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;
      }

      .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;
      }
    }


.intro-center-content {
  z-index: 2;
}

.intro-heading {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 20px;
  animation: fadeInScale 1.2s ease-out forwards;
  opacity: 0;
}

.intro-subtext {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #ccc;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #28A0B8;;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #28A0B8;;
}

/* Animation Keyframes */
@keyframes fadeInScale {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animated-heading {
  font-size: 10rem;
  font-weight: bold;
  opacity: 0;
  transform: translateY(20px);
  letter-spacing: 2px;
  animation: fadeSlideIn 1.5s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
    letter-spacing: 8px;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: 2px;
  }
}

.particles-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.intro-center-content {
  z-index: 2;
  max-width: 800px;
}

.intro-heading {
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  color: white;
  text-shadow: 0 0 10px rgba(40, 160, 184, 0.3);
  letter-spacing: 1px;
}

.liquid-animation {
  background: linear-gradient(90deg, #ffffff, #28A0B8, #ffffff);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  animation: shine 3s linear infinite, float 6s ease-in-out infinite;
  opacity: 0;
  animation: fadeIn 1s ease-out 0.3s forwards, shine 3s linear infinite 1s, float 6s ease-in-out infinite 1s;
}

.intro-subtext {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  color: rgba(255,255,255,0.8);
  font-weight: 300;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.8s forwards;
}

.btn {
  display: inline-block;
  padding: 15px 35px;
  background-color: #28A0B8;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out 1.2s forwards;
  border: 2px solid rgba(40, 160, 184, 0.5);
  box-shadow: 0 5px 15px rgba(40, 160, 184, 0.2);
}

.pulse-animation {
  animation: pulse 2s infinite 2s;
}

.btn:hover {
  background-color: rgba(40, 160, 184, 0.9);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(40, 160, 184, 0.3);
}

/* Animations */
@keyframes shine {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

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

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* Particles.js styling */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
}

.intro-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: white;
  text-align: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.4)
    ),
    url('../images/about\ us.jpg') no-repeat center center/cover;
  /* animation: gradientShift 15s ease infinite alternate; */
}

/* Gradient animation */
@keyframes gradientShift {
  0% {
    background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.4)
    ),
    url('../images/about\ us.jpg') no-repeat center center/cover;
  }
  50% {
    background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.4)
    ),
    url('../images/about\ us.jpg') no-repeat center center/cover;
  }
  100% {
    background: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.4)
    ),
    url('../images/about\ us.jpg') no-repeat center center/cover;
  }
}


/* 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;
  }
}

  .aboutus-value-item,
.ai-feature {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.aboutus-value-item.visible,
.ai-feature.visible {
  opacity: 1;
  transform: translateY(0);
}


.responsive-logo {
  /* Default size for very large screens */
  width: 800px;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .responsive-logo {
    width: 600px;
  }
}

@media (max-width: 992px) { /* tablets landscape */
  .responsive-logo {
    width: 500px;
  }
}

@media (max-width: 768px) { /* tablets portrait */
  .responsive-logo {
    width: 800px;
  }
}

@media (max-width: 576px) { /* mobile devices */
  .responsive-logo {
    width: 800px;
  }
}

@media (max-width: 400px) { /* small mobile devices */
  .responsive-logo {
    width: 800px;
  }
}

/* Maintain the liquid animation */
.liquid-animation {
  /* Your existing animation styles */
  transition: all 0.3s ease;
}





@media (max-width: 1180px) { /* Targets both tablets and mobiles */
  .partners-showcase .logo-container img {
    /* max-width: 180px; Decrease logo size */
    /* max-height: 40px; Maintain aspect ratio */
    object-fit: contain; /* Ensure logos fit properly */
    margin-top: 40px;
  }
  
  .partner-item span {
    /* font-size: 0.8rem; Decrease text size under logos */
    /* margin-top: 8px; Adjust spacing */
  }
}

/* Further adjustments for mobile */
@media (max-width: 768px) {
  .partners-showcase .logo-container img {
    /* max-width: 60px; Even smaller for mobile */
    /* max-height: 30px; */
  }
  
  .partner-item span {
    /* font-size: 0.7rem; */
  }
}