:root{ 
    --primary: #438984;
  --text-dark: #438984;
  --text-muted: #475569;
  --bg-light: #f8fafc;
  --: #6b7280; 
  --bg-slate-50: #f8fafc; }
/* Fonts */

.nato-class{
    font-family: "Noto Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    font-style: normal;
}



.raleway-subheading {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: white;
    font-size: 1.3rem;
}

.raleway-heading {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: white;
    font-size: 3rem;
}

.main-headings{
    color: rgb(63 143 139);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.17);
}


.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.text-uppercase, .fw-bold{
  color: #438984;
}

.navbar {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
    transition: background-color 0.4s ease, transform 0.3s ease;
    z-index: 100;
  }
  
  .navbar.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    animation: navbarDrop 0.5s ease-in forwards;
  }
  
  @keyframes navbarDrop {
    from {
      transform: translateY(-10px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  


.navbar-toggler{
    display: none;
}

.offcanvas{
    height: 100vh;
    display: none;
    text-align: center;
}

.offcanvas-body{
    margin-top: 30px;
}

.navbar-item-div{
    display: block;
}

.toggle-navbar-item:hover{
    color: rgb(6, 34, 119);
}

.navbar-item{
    font-family: 'Raleway', sans-serif;
    color: #438984;
    font-size: 1em;
    font-weight: 600;
}

.toggle-navbar-item{
    font-family: 'Raleway', sans-serif;
    color: #438984;
    font-size: 1em;
    font-weight: 600;
}

.nav-scrolled{
    font-family: 'Raleway', sans-serif;
    color: #438984;
    font-size: 1em;
    font-weight: 600;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0em 7.5em 0em 7.5em;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .navbar-toggler{
        display: block;
    }

    .offcanvas{
        height: 100vh;
        display: block;
    }

    .navbar-item-div{
        display: none;
    }
    .navbar-container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0em 1em 0em 1em;

        width: 100%;
    }
}


/* ================================
   CONSULTING SECTIONS – GLOBAL
================================ */


/* Hero section override (Consulting) */
#appdev {
  position: relative;
  background: linear-gradient(
      rgba(67, 137, 138, 0.95),
      rgba(67, 137, 138, 0.75),
      rgba(67, 137, 138, 0.55)
    ),
    url("bgdark.png");
  background-size: cover;
  padding: 100px 0px;
}

#appdev .container {
  position: relative;
  
}

/* Hero text */
#appdev h1,
#appdev p {
  color: #ffffff !important;
}

section {
  overflow: hidden;
}

h2, h5, h6 {
  color: var(--text-dark);
}

p {
  color: var(--text-muted);
  line-height: 1.7;
}

/* ================================
   CUSTOM APP DEV – INTRO SECTION
================================ */

.app-dev-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc, #ffffff);
}

.app-intro {
  max-width: 720px;
  animation: slideInLeft 0.9s ease forwards;
}

.app-intro .eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
}

.app-intro h2 {
  margin: 14px 0;
}

.app-highlights {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.highlight-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  animation: fadeUp 0.9s ease forwards;
}

.highlight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}


/* ================================
   CUSTOM APP DEV – PROCESS TIMELINE
================================ */

.app-process {
  padding: 100px 0;
  background: #fff;
}

.app-process .center-title {
  text-align: center;
  margin-bottom: 70px;
  animation: fadeUp 0.8s ease forwards;
}

.timeline {
  /* max-width: 1000px; */
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}


@media (max-width: 968px) {
  .timeline {
    grid-template-columns: 1fr;
  }
}


.timeline-step {
  display: flex;
  gap: 24px;
  border-radius: 0px 0px 16px 16px;
  padding: 28px;
  background: #ffffff;
  transition: all 0.4s ease;
  animation: fadeUp 0.9s ease forwards;
}

.timeline-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.08);
  border: 1px solid;
  border-color: var(--primary);
}

.step-index {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary);
  min-width: 52px;
}

.step-content h5 {
  margin-bottom: 8px;
}


/* ================================
   CUSTOM APP DEV – CAPABILITIES
================================ */

.app-capabilities {
  padding: 120px 0;
  background: linear-gradient(135deg, #f7f9fc, #ffffff);
}

.app-capabilities .center-title {
  text-align: center;
  margin-bottom: 60px;
  animation: fadeUp 0.8s ease forwards;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .capability-grid {
    grid-template-columns: 1fr;
  }
}

.capability-grid .cap-card:nth-last-child(1),
.capability-grid .cap-card:nth-last-child(2) {
  justify-self: center;
  max-width: 420px;
}


.cap-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 35px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
  animation: fadeUp 0.9s ease forwards;
}

.cap-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), #438984);
  transition: left 0.4s ease;
}

.cap-card {
  position: relative;
  overflow: hidden;
  /* animation: fadeUp 0.9s ease forwards; */
  box-shadow: 1em 0.9em 2em rgba(0, 0, 0, 0.732);
}

/* Shimmer layer 
.cap-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(67, 137, 132, 0.12),
    transparent
  );
  animation: shineMove 5s ease-in-out infinite;
}*/

@keyframes shineMove {
  0% {
    left: -150%;
  }
  40% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

.cap-card h6 {
  margin-bottom: 10px;
}


/* ================================
   RESPONSIVE TWEAKS
================================ */

@media (max-width: 768px) {

  .timeline-step {
    flex-direction: column;
    text-align: center;
  }

  .step-index {
    margin-bottom: 10px;
  }

  .app-intro,
  .app-capabilities,
  .app-process {
    text-align: center;
  }
}

/* CTA section override */
section#contact {
  position: relative;
  background: linear-gradient(
      rgba(67, 137, 138, 0.95),
      rgba(67, 137, 138, 0.75),
      rgba(67, 137, 138, 0.55)
    ),
    url("bgdark.png");
  background-size: cover;
}

section#contact h2 {
  color: #ffffff !important;
}

section#contact p {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Buttons */
.btn-light {
  color: #438984;
}

.btn-light:hover {
  background-color: #f2f2f2 !important;
}


/* Footer */

footer{
    padding: 4em 2em;
    background-color: rgba(3, 109, 110, 0.319);
}

footer.d-flex.flex-column.justify-content-center.align-items-center.gap-3{
position: relative;
    background: linear-gradient(rgb(33 33 33), rgb(34 34 34 / 84%), rgb(16 16 16)), url("bgdark.png");
    background-size: cover;
    padding: 2rem 4rem;
}

.d-flex.flex-row.justify-content-center.align-items-center.gap-4 i {
    color: #fff;

}

.d-flex.flex-row.justify-content-center.align-items-center.gap-4 a {
    position: relative;
    z-index: 1;
    background-color: rgb(63 143 139);    /* Change to desired color */
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;           /* Perfect circle */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.d-flex.flex-row.justify-content-center.align-items-center.gap-4 a::after {
    content: '';
    position: absolute;
    z-index: -4;
    background-color: rgb(43, 146, 249);   /* Change to desired color */
    left: 0%;
    width: 0px;
    height: 0px;
    border-radius: 50%;           /* Perfect circle */
    /* transition: width 0.3s ease-in-out;
    transition: height 0.3s ease-in-out; */
    transition: left 0.7s ease-in-out;

}

.d-flex.flex-row.justify-content-center.align-items-center.gap-4 a:hover::after {
   width: 40px;
   height: 40px;
   left: 0%;
}

.social-icons{
    position: relative;
    z-index: 2;
}

.footer-item{
    font-family: 'Raleway', sans-serif;
    color: rgba(255, 255, 255, 0.595);
    font-weight: 600;
}

.footer-item:hover{
    color: rgb(63 143 139);
}

i.fa-solid.fa-copyright {
    color: #fff !important;
}

.copyright-text span {
    color: #ffffff8c;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.5em;
}

a.nav-link{
    color:rgb(68 129 130) !important;
}

@media (max-width: 1024px) {
  .capability-grid .cap-card:nth-last-child(1),
  .capability-grid .cap-card:nth-last-child(2) {
    grid-column: auto;
    max-width: 100%;
    justify-self: stretch;
  }
}

