html {
  scroll-behavior: smooth;
}
.sleek-footer-links {
  display: flex;
  gap: 2.2rem;
  align-items: center;
}
.sleek-footer-links a {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 500;
  opacity: 0.85;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  transition: color 0.2s, opacity 0.2s;
}
.sleek-footer-links a:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0%;
  height: 2px;
  background: #23ace2;
  transition: width 0.2s;
}
.sleek-footer-links a:hover {
  color: #23ace2;
  opacity: 1;
}
.sleek-footer-links a:hover:after {
  width: 100%;
}
/* Restore consulting section padding and style */
/* Remove extra space above and below consulting section */
.consulting-section.sleek-section {
  background: linear-gradient(120deg, #f8fafc 60%, #e3e9f7 100%);
  border-radius: 24px;
  box-shadow: 0 4px 32px 0 rgba(44, 62, 80, 0.08);
  margin: 0 auto;
  padding: 5rem 2rem 5rem 2rem; /* Increased top and bottom padding */
  max-width: 1100px;
  position: relative;
}
/* --- Sleek Footer Styles --- */
.sleek-footer {
  background: var(--maindarkblue);
  color: #fff;
  font-family: var(--sanserif);
  box-shadow: 0 -2px 24px 0 rgba(44, 62, 80, 0.13);
  padding: 0;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  overflow: hidden;
}
.sleek-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.2rem 2.5rem 1.2rem 2.5rem;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.sleek-footer-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 0 2px 8px #191b6333;
}
.sleek-footer-brand img {
  border-radius: 8px;
  box-shadow: 0 2px 12px #23ace233;
  background: #fff;
  padding: 2px 8px;
  max-height: 40px;
}
.sleek-footer-nav {
  display: flex;
  gap: 2.2rem;
}
.sleek-footer-nav a {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 500;
  opacity: 0.85;
  letter-spacing: 0.5px;
  text-decoration: none;
  position: relative;
  transition: color 0.2s, opacity 0.2s;
}
.sleek-footer-nav a:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0%;
  height: 2px;
  background: #23ace2;
  transition: width 0.2s;
}
.sleek-footer-nav a:hover {
  color: #23ace2;
  opacity: 1;
}
.sleek-footer-nav a:hover:after {
  width: 100%;
}
.sleek-footer-social {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.sleek-footer-social a {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.8;
  transition: color 0.2s, opacity 0.2s, transform 0.2s;
}
.sleek-footer-social a:hover {
  color: #23ace2;
  opacity: 1;
  transform: scale(1.15);
}
.sleek-footer-contact {
  font-size: 1.05rem;
  opacity: 0.92;
  font-weight: 400;
}
.sleek-footer-contact a {
  color: #23ace2;
  text-decoration: none;
  transition: color 0.2s;
}
.sleek-footer-contact a:hover {
  color: #fff;
  text-decoration: underline;
}
.sleek-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-size: 0.98rem;
  opacity: 0.8;
  padding: 0.7rem 2rem 1.2rem 2rem;
  border-top: 1px solid #23ace233;
}
.sleek-footer-bottom a {
  color: #fff;
  text-decoration: underline;
  opacity: 0.8;
  transition: color 0.2s, opacity 0.2s;
}
.sleek-footer-bottom a:hover {
  color: #23ace2;
  opacity: 1;
}
.sleek-footer-dot {
  font-size: 1.2rem;
  color: #23ace2;
  opacity: 0.7;
}
@media (max-width: 900px) {
  .sleek-footer-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 1.5rem 1rem 0.7rem 1rem;
  }
  .sleek-footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.7rem 1rem 1.2rem 1rem;
  }
}
/* --- Footer Styles --- */
.sleek-footer {
  background: var(--maindarkblue);
  color: #fff;
  font-family: var(--sanserif);
  box-shadow: 0 -2px 24px 0 rgba(44, 62, 80, 0.13);
  padding: 0;
  margin-top: -48px; /* Overlap the consulting section */
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 0 2rem;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer-title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  opacity: 0.9;
  transition: color 0.2s, opacity 0.2s;
}
.footer-nav a:hover {
  color: #23ace2;
  opacity: 1;
}
.footer-contact {
  font-size: 1rem;
  opacity: 0.95;
}
.footer-contact a {
  color: #23ace2;
  text-decoration: underline;
}
.footer-social {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  margin-top: 0.5rem;
}
.footer-social a {
  color: #fff;
  font-size: 1.7rem;
  opacity: 0.85;
  transition: color 0.2s, opacity 0.2s;
}
.footer-social a:hover {
  color: #23ace2;
  opacity: 1;
}
.footer-bottom {
  text-align: center;
  margin-top: 2.5rem;
  font-size: 0.98rem;
  opacity: 0.85;
}
.footer-legal a {
  color: #fff;
  text-decoration: underline;
  margin-left: 1.2rem;
  font-size: 0.98rem;
  opacity: 0.8;
}
.footer-legal a:hover {
  color: #23ace2;
  opacity: 1;
}
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 0 1rem;
  }
  .site-footer {
    padding: 2rem 0 1rem 0;
  }
}
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

/* Restore original hero subtitle style */
.main.hero-section .hero-subtitle {
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  background: none;
  color: #222;
  padding: 0;
  position: relative;
  z-index: 2;
}

.navbar-cta-scroll {
  display: none;
}
.consulting-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}
.consulting-text {
  flex: 1 1 350px;
  min-width: 300px;
}
.consulting-text h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2a2d92;
  margin-bottom: 1.2rem;
}
.consulting-lead {
  font-size: 1.25rem;
  color: #222;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.consulting-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
.consulting-list li {
  font-size: 1.08rem;
  color: #333;
  margin-bottom: 0.85rem;
  padding-left: 1.5em;
  position: relative;
}
.consulting-list li:before {
  content: "\2022";
  color: #2a2d92;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: 0.1em;
}
.consulting-cta {
  display: inline-block;
  background: linear-gradient(90deg, #2a2d92 60%, #23ace2 100%);
  color: #fff;
  font-weight: 600;
  padding: 0.85em 2em;
  border-radius: 30px;
  font-size: 1.1rem;
  text-decoration: none;
  box-shadow: 0 2px 12px 0 rgba(44, 62, 80, 0.1);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}
.consulting-cta:hover {
  background: linear-gradient(90deg, #23ace2 60%, #2a2d92 100%);
  box-shadow: 0 4px 24px 0 rgba(44, 62, 80, 0.18);
  transform: translateY(-2px) scale(1.04);
}
.consulting-image-wrap {
  flex: 1 1 320px;
  min-width: 260px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consulting-image {
  width: 100%;
  max-width: 350px;
  border-radius: 18px;
  box-shadow: 0 6px 32px 0 rgba(44, 62, 80, 0.13);
  z-index: 2;
  position: relative;
}
.consulting-bg-shape {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 220px;
  height: 120px;
  background: linear-gradient(120deg, #2a2d92 10%, #23ace2 90%);
  opacity: 0.13;
  border-radius: 50% 50% 60% 40% / 60% 40% 50% 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  z-index: 1;
}
@media (max-width: 900px) {
  .consulting-content {
    flex-direction: column;
    gap: 2rem;
  }
  .consulting-image-wrap {
    min-width: 180px;
  }
}
/* Hide content initially */
body.loading .hero-section .text-wrapper,
body.loading .hero-section .hero-subtitle,
body.loading .hero-section .contact-us-btn,
body.loading .hero-container,
body.loading .main-tags {
  opacity: 0;
  transform: translateY(20px);
}

/* Smooth entrance animations */
.hero-section .text-wrapper,
.hero-section .hero-subtitle,
.hero-section .contact-us-btn,
.hero-container,
.main-tags {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Skeleton loading for navbar */
body.loading .navbar-links li a span {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  color: transparent;
  border-radius: 4px;
  display: inline-block;
  min-width: 80px;
  height: 1em;
}

body.loading .navbar-cta span {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
  color: transparent;
  border-radius: 4px;
  display: inline-block;
  min-width: 100px;
  height: 1em;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* file import */

/* variables */
:root {
  --maindarkblue: #2a2d92;
  --maindarkbluedarker: #191b63;
  --maindarkbluetransp: #2a2d92e0;
  --white: #fdfdfd;
  --subtlewhite: #ffffffb8;
  --black: #000000;
  --gray: #8b8b8b;
  --lightestgray: #7e8582;
  --ltbackground: #f0f0f0;
  --mainbluelight: #23ace2;
  --transpBlack: #2a2d920e;
  --darkestGray: #1b1b1b;
  --sanserif: "Prompt", sans-serif;
  --borderradius: 15px;
  --smalltxt: 14px;
  --boxshadow: 0 0 12px rgba(0, 0, 0, 0.2);
  --grid12: repeat(12, 1fr);
  --padding: 3rem;
  --paddingsm: 1rem;
  --sanserif2: "Prompt", sans-serif;
  --smallscr: 300px;
  --pageMargin: 0 30rem;
}

* {
  box-sizing: border-box;
}

html {
  background-color: var(--white);
}

main {
  position: relative;
}

#contact-us > img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1000;
  height: 69%;
}

body {
  color: var(--lightestgray);
  margin: 0;
  padding: 0;
}

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

.emphasized {
  font-weight: bold;
}

.centertxt {
  text-align: center;
}

.contact-us-btn {
  background: linear-gradient(
    to bottom,
    var(--mainbluelight) 0%,
    var(--maindarkblue) 100%
  );
  border-radius: var(--borderradius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  cursor: pointer;
  color: white;
  padding: 0.6rem 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: transform 0.3s ease;
}

.contact-us-btn:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    to bottom,
    var(--maindarkblue) 0%,
    var(--mainbluelight) 100%
  );
  transform: scale(1.05);
}

/* Rotating Text Main */
.text-wrapper p {
  font-size: 5rem;
  text-align: left;
  color: var(--black);
  margin: 0;
  line-height: 0;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.container {
  height: 100%;
  width: 100%;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10vw;
  align-items: flex-start;
  z-index: 20;
  position: relative;
}

.container > div:last-child {
  margin-top: 3.5rem;
}

.container div:last-child p {
  margin-bottom: 30px;
  max-width: 55%;
  font-size: 1.27rem;
}

.text-wrapper p span {
  display: inline-block;
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeInUp 0.5s forwards, scaleUp 0.5s 0.5s forwards;
}

.hero-container {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}

.hero-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  clip-path: polygon(65% 0, 100% 0, 100% 100%, 45% 100%);
}

.hero-container img.visible {
  opacity: 1;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

.hero-container img.slide-in {
  animation: slideIn 1s forwards; /* Slide in from left */
}

.hero-container img.slide-out {
  animation: slideOut 1s forwards; /* Slide out to right */
}

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

/* ANIMATIONS */

@keyframes in-n-out {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeUpAnim {
  0% {
    transform: translateY(40vh);
    opacity: 0;
  }
  75% {
    opacity: 0.25;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeLeftAnim {
  0% {
    transform: translateX(40vh);
    opacity: 0;
  }
  75% {
    opacity: 0.25;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeOutAnim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.scrollreveal.active {
  animation: 1s cubic-bezier(0.25, 1, 0.5, 1) 0s fadeUpAnim;
}

.scrollreveal.active > * {
  animation: 1s cubic-bezier(0.25, 1, 0.5, 1) 0s fadeUpAnim;
}

/* OTHER */
html,
button {
  font-family: var(--sanserif);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

h1 {
  font-weight: 800;
  font-size: 3rem;
}

h2 {
  font-weight: 450;
  font-size: 2rem;
}

h3 {
  font-weight: 500;
  font-size: 3.5rem;
  margin: 6px 0 0;
  text-align: center;
}

h1,
h2,
h3,
.main span {
  color: var(--black);
  font-family: var(--sanserif2);
}

p {
  font-size: 18px;
  margin: 0;
}

button {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5rem 1.5rem;
  background-color: var(--maindarkbluetransp);
  color: var(--white);
  border: none;
  border-radius: var(--borderradius);
  cursor: pointer;
  margin-top: 1rem;
}

button:hover {
  background-color: var(--maindarkblue);
}

#back-to-top {
  font-size: 1.5rem;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: var(--mainbluelight);
  border-radius: 100%;
  border-radius: 25px 50px 25px 50px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: var(--white);
  z-index: 31415;
}

#back-to-top:hover {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

a {
  text-decoration: none;
  color: var(--black);
}

.posRelative {
  position: relative;
}

@media (prefers-reduced-motion) {
  .hidden {
    transition: none;
  }
}

/* Scroll */
.scroll-item {
  /* min-height: 85vh; */
  display: grid;
}

/* HOME PAGE */
#particles-js,
#parallax,
.layer {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  transform: none;
}

#particles-js {
  opacity: 0.3;
  z-index: 1;
}

.scroll-item.main {
  position: relative;
  overflow: hidden;
  height: calc(70vh + 57px);
}

.main-tags {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  padding: 0 20rem;
  background: linear-gradient(
    to bottom,
    transparent 57px,
    var(--maindarkbluedarker) 57px
  );
  height: 50vh;
  position: relative;
  margin-top: -58px;
  width: 100%;
  z-index: 20;
}

.main-tags a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.1s linear;
  z-index: 25;
  position: relative;
}

.main-tags a:hover {
  transform: scale(1.02);
}

.main-tags a > i:first-child {
  width: 114px;
  height: 114px;
  line-height: 106px;
  padding: 6px;
  border-radius: 50%;
  background-color: var(--mainbluelight);
  color: var(--white);
  font-size: 60px;
  display: inline-block;
  text-align: center;
}

.main-tags h2,
.main-tags a {
  color: var(--white);
  margin: 0;
}

.main-tags h2 {
  font-size: 2rem;
  margin: 30px 0;
  text-align: center;
}

.main-tags a p:last-child {
  background-color: white;
  width: fit-content;
  padding: 6px 12px;
  color: var(--maindarkbluedarker);
  border-radius: var(--borderradius);
  margin-top: 24px;
}

.main-tags a {
  color: var(--subtlewhite);
}

.absoluteAtBottom {
  position: absolute;
  width: 100%;
  top: 15vh;
  height: 49vh;
}

/* NAVIGATION FORMATTING */
.wslogo {
  margin-left: 10px;
  margin-bottom: 12px;
}

.navLogo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navLogo p,
.navLogo img {
  margin: 0;
  color: var(--lightestgray);
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 7rem;
  z-index: 21;
  padding: 6px 13.5rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #ffffff8b;
  backdrop-filter: blur(5px);
}

nav ul {
  display: flex;
  flex-direction: row;
  font-size: var(--smalltxt);
  flex-grow: 0.3;
  justify-content: space-between;
}

nav li {
  list-style: none;
  display: flex;
  align-items: center;
}

nav img {
  height: 95px;
  width: auto;
  max-width: 320px;
  min-width: 60px;
  object-fit: contain;
  aspect-ratio: 5/1;
}

.menu-icon {
  display: none;
}

/* IT Managed Services */
#it-managed-services {
  background-color: var(--ltbackground);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7rem 0;
}

#it-managed-services h3 {
  padding: 0 0 2rem;
}

#it-managed-services > div,
#technology-consulting > div {
  margin: var(--pageMargin);
}

#it-managed-services ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}

#it-managed-services ul i {
  font-size: 3rem;
  color: var(--maindarkbluedarker);
  margin-top: 5px;
}

#it-managed-services ul li {
  display: flex;
  gap: 24px;
}

.it-cta {
  margin-bottom: 1.5rem;
  color: var(--black);
}

/* Technology Consulting */
#technology-consulting {
  padding: 2rem 0 0 5rem;
}

#technology-consulting img {
  border-radius: var(--borderradius);
  box-shadow: var(--boxshadow);
  height: 45vh;
}

#technology-consulting > div > div {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.coming-soon {
  font-size: 2.75rem;
}

.our-services-container {
  padding: var(--pageMargin);
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.our-services-container > h3 {
  margin: 7rem 0 4rem;
  align-self: center;
  font-weight: 500;
}

.selected {
  font-weight: bold;
}

.our-services > div {
  display: flex;
  flex-direction: row;
  margin-bottom: 5rem;
  gap: 24px;
  max-width: 100%;
  justify-content: center;
  align-items: center;

  animation: bigInMiddle linear both;
  animation-timeline: view();
  animation-range: entry 40% cover 50% exit 60%;
}

.our-services > div:nth-child(odd) {
  flex-direction: row-reverse;
}

.our-services > div:nth-child(odd) .text-content p,
.our-services > div:nth-child(odd) .text-content h3 {
  text-align: right;
}

.our-services img {
  height: 300px;
  width: 500px;
  object-fit: cover;
  border-radius: var(--borderradius);
  box-shadow: var(--boxshadow);
  overflow: hidden;

  animation: shadowScale linear both;
  animation-timeline: view();
  animation-range: entry 40% cover 50% exit 60%;
}

.services-img-container {
  max-height: 50%;
  max-width: 100%;
}

.our-services div p:last-child {
  margin-bottom: 24px;
}

.our-services h3 {
  font-size: 20px;
}

.our-services h3,
.our-services p {
  text-align: left;
}

.our-services .text-content p:first-of-type {
  margin: 24px 0 0;
  font-size: 28px;
  color: var(--maindarkblue);
  text-transform: uppercase;
}

.scroll-item {
  position: relative;
}

.sticky50 {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}

/* ABOUT US */
#about-us {
  padding: var(--padding);
}

/* CONTACT PAGE */
#contact-us {
  gap: 10px;
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    #23ace2,
    #009bdb,
    #008ad3,
    #0078c9,
    #0066be,
    #0054b2 50%,
    #00000020 50%,
    #00000020 100%
  );
}

#contact-us h3 {
  color: var(--white);
  margin-top: 9rem;
}

#contact-us .contact-form {
  width: 44%;
  margin: 0 auto 10rem;
  background-color: var(--white);
  padding: 3rem;
  border-radius: var(--borderradius);
  box-shadow: var(--boxshadow);
}

#contact-us p {
  color: white;
  margin: 0 auto;
  padding: 0 0 1rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50vh;
  margin: 2rem;
}

form > *:not(button) {
  display: block;
  width: 100%;
  font-size: 18px;
  font-family: var(--sanserif);
}

input,
textarea {
  border: #8b8b8b;
  border-radius: 5px;
  height: 35px;
  background-color: var(--transpBlack);
}

label {
  margin-top: 10px;
}

@media (orientation: landscape) {
}

@media screen and (max-width: 1850px) {
  :root {
    --pageMargin: 0 10rem;
  }

  .text-wrapper p {
    font-size: 3rem;
  }

  .main-tags {
    padding: 0 24px;
  }
}

ul li:nth-child(odd) {
  animation: listMoveLeft linear both;
  animation-timeline: view();
  animation-range: entry 20% cover 40%;
}

ul li:nth-child(even) {
  animation: listMoveRight linear both;
  animation-timeline: view();
  animation-range: entry 30% cover 60%;
}

@media screen and (max-width: 1300px) {
  .text-wrapper p {
    font-size: 1.5rem;
  }

  .main img {
    display: none;
  }

  .text-wrapper p {
    font-size: 3.9rem;
  }

  nav {
    padding: 6px;
  }

  .our-services-container {
    padding-top: 0rem;
    margin: 1rem;
  }

  .our-services-container > h3 {
    margin: 0 0 1rem;
  }

  .absoluteAtBottom {
    height: 70vh;
  }

  #contact-us .contact-form {
    padding: 2rem;
    width: 85%;
  }

  .our-services > div {
    flex-direction: column;
  }
  .our-services > div:nth-child(odd) {
    flex-direction: column;
  }

  .text-content p,
  .text-content h3,
  .our-services > div:nth-child(odd) .text-content h3,
  .our-services > div:nth-child(odd) .text-content p {
    text-align: center;
  }
}

@media screen and (max-width: 800px),
  screen and (max-width: 1000px) and (orientation: landscape) {
  h2 {
    font-size: 1.1rem;
  }

  .main-tags p {
    display: none;
  }

  .absoluteAtBottom {
    display: none;
  }

  #it-managed-services div:nth-child(2) {
    flex-direction: column;
  }

  .menu-icon {
    display: block;
  }

  nav {
    height: 5rem;
    background-color: var(--white);
  }

  nav img {
    height: 65px;
    width: auto;
    max-width: 220px;
    min-width: 36px;
    object-fit: contain;
    aspect-ratio: 5/1;
  }

  nav ul {
    display: none;
  }

  #menu-icon {
    width: 40px;
    height: 30px;
    position: fixed;
    margin: 0;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
  }

  #menu-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--mainbluelight);
    border-radius: 5px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.2s ease-in-out;
  }

  #menu-icon span:nth-child(1) {
    top: 0px;
  }

  #menu-icon span:nth-child(2) {
    top: 8px;
  }

  #menu-icon span:nth-child(3) {
    top: 16px;
  }

  .open#menu-icon span:nth-child(1) {
    top: 18px;
    transform: rotate(135deg);
  }
  .open#menu-icon span:nth-child(2) {
    opacity: 0;
  }
  .open#menu-icon span:nth-child(3) {
    top: 18px;
    transform: rotate(-135deg);
  }

  nav.open ul {
    right: 12px;
    top: 4rem;
    position: absolute;
    display: block;
    background-color: var(--white);
    opacity: 0;
    transition: width 0.25s ease-in-out, height 0.25s ease-in-out,
      opacity 0.25s ease-in-out;
    float: left;
    line-height: 2.5rem;
    padding: 1.5rem;
    border-radius: var(--borderradius);
    width: fit-content;
    opacity: 1;
  }

  .main-tags {
    display: block;
    height: fit-content;
    background-color: var(--maindarkbluedarker);
    padding: 9rem 1rem 1rem;
  }

  @media (orientation: landscape) {
    .main-tags {
      display: flex;
    }
  }

  .main-tags a {
    margin: 30px 0;
  }

  .main-tags h2 {
    margin: 6px 0;
  }

  .main-tags a > i:first-child {
    width: 75px;
    height: 75px;
    line-height: 67px;
    padding: 6px;
    border-radius: 50%;
    background-color: var(--mainbluelight);
    color: var(--white);
    font-size: 30px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
  }

  h3 {
    font-size: 2.5rem;
  }

  #parallax {
    display: none;
  }

  .main-tags a p:last-child {
    margin: 6px auto 12px;
  }

  .scroll-item.main {
    display: none;
  }

  .contact-form {
    height: fit-content;
  }

  #contact-us h3 {
    margin-top: 2rem;
  }

  #contact-us p {
    padding: 0 12px;
  }

  #it-managed-services {
    padding: 3rem 0;
  }

  #it-managed-services ul {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  #technology-consulting > div > div {
    flex-direction: column;
  }

  .coming-soon {
    font-size: 2rem;
  }

  .our-services-container {
    padding: 12px;
  }

  .our-services img {
    height: 150px;
    width: 250px;
  }

  #technology-consulting img {
    height: 30vh;
  }

  #it-managed-services ul li {
    display: block;
    text-align: center;
  }

  #it-managed-services ul i {
    font-size: 2rem;
  }

  #it-managed-services > div,
  #technology-consulting > div {
    margin: 12px;
  }

  ul li:nth-child(odd) {
    animation: listFadeIn linear both;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
  }

  ul li:nth-child(even) {
    animation: listFadeIn linear both;
    animation-timeline: view();
    animation-range: entry 30% cover 60%;
  }

  .our-services > div {
    gap: 0;
  }
}

/* Modern Navbar Styles */
.main-navbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding-left: 0;
  padding-right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  height: auto;
}

.navbar-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0.5rem;
  height: auto;
}

.navbar-logo {
  margin-right: 2.2rem;
  display: flex;
  align-items: center;
}

.navbar-logo img {
  height: 80px;
  width: auto;
  max-width: 260px;
  min-width: 40px;
  object-fit: contain;
  aspect-ratio: 5/1;
  display: block;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-logo img.shrunk-logo {
  height: 38px;
  max-width: 140px;
}

.main-navbar {
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-navbar.shrunk {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.97);
}
.main-navbar .navbar-inner {
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-navbar.shrunk .navbar-inner {
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
}

.main-navbar.shrunk {
  height: 44px;
  min-height: 44px;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 1.2rem;
  margin-left: 0.8rem;
}

.navbar-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 1.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-links li a {
  color: var(--black);
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.35rem 0.6rem;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}

.navbar-links li a:hover,
.navbar-links li a:focus {
  background: var(--mainbluelight);
  color: #fff;
}

.navbar-cta {
  margin-left: 1rem;
  padding: 0.45rem 1.1rem;
  font-size: 0.98rem;
  font-weight: 600;
  border-radius: 16px;
  background: linear-gradient(
    to bottom,
    var(--mainbluelight) 0%,
    var(--maindarkblue) 100%
  );
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.2s, box-shadow 0.2s;
  display: inline-block;
}

.navbar-cta:hover,
.navbar-cta:focus {
  background: linear-gradient(
    to bottom,
    var(--maindarkblue) 0%,
    var(--mainbluelight) 100%
  );
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  color: #fff;
}

.navbar-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 1.5rem;
  z-index: 200;
}

.navbar-toggle span {
  display: block;
  width: 28px;
  height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 2px;
  transition: all 0.3s;
}

@media (max-width: 900px) {
  .navbar-inner {
    height: 48px;
    padding: 0 0.5rem;
  }
  .navbar-logo img {
    height: 28px;
    max-width: 90px;
  }
  .navbar-cta {
    font-size: 0.95rem;
    padding: 0.35rem 0.7rem;
  }
}

@media (max-width: 700px) {
  .navbar-toggle {
    display: flex;
  }
  .navbar-links-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 1rem 2rem 1.5rem 2rem;
    display: none;
  }
  .navbar-links-wrapper.open {
    display: flex;
  }
  .navbar-links {
    flex-direction: column;
    width: 100%;
    gap: 0.5rem;
  }
  .navbar-links li a {
    width: 100%;
    padding: 1rem 0;
    font-size: 1.15rem;
    border-radius: 0;
    border-bottom: 1px solid #eee;
  }
  .navbar-cta {
    width: 100%;
    margin: 1rem 0 0 0;
    text-align: center;
  }
}

/* End Modern Navbar Styles */
@keyframes listMoveRight {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes listMoveLeft {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes listFadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bigInMiddle {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  65% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes shadowScale {
  0% {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.3));
  }
  35% {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.3));
  }
  50% {
    filter: drop-shadow(10px 30px 10px rgba(0, 0, 0, 0.3));
  }
  65% {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.3));
  }
  100% {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.3));
  }
}
