body {
    font-family: "Inter", sans-serif;
    background-color: #f8f9fa;
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.orange-bar {
    background-color: #E65A04;
    padding: 12px;
    color: #022960;
}
.orange-bar a {
    color: #001F49;
}
.orange-bar i {
    color: #001F49;
}
.ruzuku-navbar {
    background-color: #001F49 !important;
    color: white !important;
    padding: 20px 20px;
}

.ruzuku-navbar .navbar-brand, .ruzuku-navbar .nav-link, .ruzuku-navbar .navbar-text {
    color: white !important;
}

.ruzuku-logo {
    height: 40px;
}
.ruzuku-logo .navbar-nav.mx-auto {
    justify-content: center;
}
.ruzuku-navbar .nav-link {
    margin: 0px 15px;
    font-size: 12px;
    transition: color 0.3s ease;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 300;
}

.ruzuku-navbar .btn-warning {
    background-color: #E65A04;
    border: none;
    padding: 10px 20px !important;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    color: white;
    font-size: 12px;
    letter-spacing: 0px;
}

.btn-warning {
    background-color: #E65A04;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    color: white;
    font-size: 14px;
}

.hero-section {
  height: 800px;
  background: url('../images/hero.jpg') center center / cover no-repeat;
  position: relative;
  color: white;
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 16, 38, 0.85);
  z-index: 1;
}

.hero-section .container {
  z-index: 3;
  position: relative;
}


.hero-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 80%;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='6' fill='rgba(255,255,255,0.35)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 35px 35px;
  opacity: 1;
  z-index: 2 !important;
}

.hero-section small {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #E65A04;
}

.hero-section .btn-warning {
    background-color: #E65A04;
    border: none;
    padding: 15px 30px !important;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    color: white;
    font-size: 14px;
}
mark {
    color: #E65A04;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.font-weight-bold {
    font-weight: 600 !important;
}
.text-warning {
    color: #E65A04 !important;
}
.sub-intro {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #E65A04;
}
.bg-darkblue {
    background-color: #001F49 !important;
    color: white !important;
}
.title {
    font-size: 42px;
    font-weight: 600;
    color: #001F49;
}
.orange-box {
    background-color: #E65A04;
    padding: 30px;
    border-radius: 5px;
    color: white;
}
.bg-lightblue {
    background-color: #E5F1FF !important;
    color: #001F49 !important;
}
.emphasize {
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
}

.bg-gray {
    background: #f1f6fb;
}

.hex-clip {
    width: 100%;
    aspect-ratio: 1.154; /* optional: keeps shape proportional */
    background: #E65A04;
    -webkit-clip-path: polygon(
      50% 0%,   /* top point */
      100% 25%, /* top right */
      100% 75%, /* bottom right */
      50% 100%, /* bottom point */
      0% 75%,   /* bottom left */
      0% 25%    /* top left */
    );
    clip-path: polygon(
      50% 0%,
      100% 25%,
      100% 75%,
      50% 100%,
      0% 75%,
      0% 25%
    );
    display: grid;
    place-items: center;
    margin: 30px auto;
    color: white;
  }

  .hex-content { padding: 15px;text-align:center; min-height: 250px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 10px; }
  .hex-clip.blue { background: #001F49; }
  .hex-clip h4 { font-size: 18px; font-weight: 600; }

  .numbering {
    font-size: 42px;
    font-weight: 700;
    color: #E65A04;
  }
  .bg-gray-900 {
    background: #272A2C; color: #FFF;
  }
  .bg-gray-800 {
    background: #2E3135; color: #FFF;
  }
  .bg-gray-900 .title,   .bg-gray-800 .title { color: #fff; }
  .service-image {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .bg-control-room {
    background: url('../images/control-room.jpg') no-repeat center;
    background-size: cover;
    min-height: 400px;
  }
  .whitebox {
    background: #ffffffea;
    padding: 50px 30px;
    border-radius: 10px;
  }

  #contactForm .form-control {
    padding: 10px 15px; 
    min-height: 54px;
  }

  .footer-title {
    font-size: 12px; font-weight: bold; letter-spacing: 4px; text-transform: uppercase; color: #cdcdcd; margin-bottom: 20px;
  }

  .footer ul{ 
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .footer ul li {
    margin-bottom: 10px;
  }

  .footer ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  .footer ul li a:hover {
    color: #ccc;
  }

  .footer a {
    color: #fff; text-decoration: none;
  }
  .footer a:hover {
    color: #ccc;
  }

  .w-full {
    width: 100%;
  }

  @media (max-width: 680px) {
    .hidden-mobile {
      display: none;
    }
    .navbar-toggler {
      background: #E65A04; border: none;
    }
    .navbar-collapse {
      padding-top: 30px;
    }
    .title {
      font-size: 30px;
    }
  }