:root{ --brand-blue: #1e40af; /* close to Tailwind blue-900/700 used */ --brand-blue-dark: #0f3b82; --: #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%;
    }
}


/* ================================
   ServiceNow Services – Custom CSS
   Non-breaking & format-safe
================================ */

/* Hero section override (ServiceNow) */
#servicenow {
  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.jpg");
  background-size: cover;
  padding: 100px 0px;
}

#servicenow .container {
  position: relative;
  
}

/* Hero text */
#servicenow h1,
#servicenow p {
  color: #ffffff !important;
}

/* Section headings */
section h2 {
  letter-spacing: 0.3px;
}

/* Feature number styling consistency */
.feature-number {
  background-color: #e8f3f2;
  color: #438984;
  padding: 5px;
}

.service-cards{
  background:var(--bg-slate-50);
}

/* Card hover enhancement */
.card-hover {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-hover:hover {
  background-color: #43898451;
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

/* Capability cards */
.card h5 {
  font-size: 1.1rem;
}

.card p.small {
  line-height: 1.6;
  color: #555;
}

/* Process section text */
section .h5 {
  color: #438984;
}

/* Image consistency */
section img {
  border-radius: 0.5rem;
}

/* Why Braeon list spacing */
ul.list-unstyled li h6 {
  color: #438984;
}

ul.list-unstyled li p {
  color: #555;
}

/* 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.jpg");
  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;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  #servicenow .container {
    padding: 8rem 1.5rem 5rem 1.5rem !important;
  }

  section img {
    height: auto !important;
  }

  .feature-number {
    width: 56px;
    height: 56px;
    font-size: 1.3rem;
  }
}


/* 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.jpg");
    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;
}
