body {
    font-family: VisueltPro, sans-serif;
    font-size: 1.125rem;
    line-height: 1.55;
    background-color: #ffffff;
    color: white;
}

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1, h3 {
    color: black;
}


h2 {
    color: #FF9933;
}

h4 {
    color: black;
}

.h4-white {
    color: white;
}

body, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

footer a {
    color: #666;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.navbar {
    margin-bottom: 0;
    z-index: 1000;
    background-color: transparent !important;
    position: fixed;
    width: 100%;
    color: white;
}

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

.navbar .nav-link:hover {
    color: #f8f9fa !important;
}

.banner {
    width: 100vw;
    margin: 0;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
    margin-top: -70px;
}

.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px 0px 20px;
    color: #f1f1f1;
}

.banner h1 {
    font-size: 3rem;
    color: #f1f1f1;
}

.contact-form-inline {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    max-width: 450px;
    width: 100%;
    margin-left: 40px;
    z-index: 2;
}

.contact-form-inline input,
.contact-form-inline textarea {
    margin-bottom: 10px;
    width: 100%;
}

.why-choose-us-section {
  background-color: #f1f4f8;  /* soft blue-grey */
}

.why-choose-us-section h2 {
  color: #003366; /* deep blue for contrast */
}

.why-choose-us-box {
    background-color: #003366;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
    background-repeat: repeat;
    background-blend-mode: soft-light;
    min-width: 280px;
    flex: 1 1 300px;

}

.row.text-center > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

.why-choose-us-box h4 {
    margin-top: 0;
    padding-top: 10px;
    align-self: center;
    font-weight: bold;
}

.why-choose-us-section .container {
  row-gap: 1rem;
}

.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.9rem;
    color: white;
    width: 100%;
    padding: 1px 0;
    margin: 8px 0;
    max-width: none;
    min-width: 120px;
    flex-wrap: nowrap;
}





.tech-section {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background-image: linear-gradient(white, white), /* inner fill */ linear-gradient(to right, #ffffff, #dddddd, #003366); /* white → grey → blue border */
    background-origin: border-box;
    background-clip: padding-box, border-box;
    text-align: center;
}


.section-heading {
  font-weight: bold;
  /*text-decoration: underline;*/
  padding-bottom: 0.5rem;
  /*color: #003366;*/
}


.tech-logos {
  justify-content: center;
  gap: 1.5rem;
  padding: 10px 0;
}

.tech-logo {
  height: 45px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  object-fit: contain;
  max-width: 350px;
  /*filter: grayscale(100%);*/
  transition: filter 0.2s ease-in-out;
}

.tech-logo:hover {
  filter: none;
}

.row.text-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.hero-section {
  background-image: url("/static/images/banner_ai_grey2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black; /* fallback */
  color: white;
}

.testimonial-section {
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
  background-color: #003366; /* fallback base color */
  background-repeat: repeat;
  background-size: auto;
  color: white;
  background-blend-mode: soft-light;
}

.container.d-flex.align-items-stretch {
  gap: 2rem;
}

.testimonial-section h2.fw-bold {
  color: #FF9933 !important;
}

.project-text {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.align-image-with-title {
  margin-top: 2.2rem;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.project-image {
  flex: 1 1 40%;
  display: flex;
  align-items: stretch;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.project-title {
  font-weight: bold;
  text-transform: uppercase;
  color: white; /* or your brand orange */
}

.hero-section h2,
.hero-section p,
.testimonial-section h2,
.testimonial-section p {
  color: white;
}


.section-heading-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}


.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #003366;
  color: white;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  font-size: 0.9rem;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.2);
}

.cookie-banner p {
  margin: 0;
  flex-grow: 1;
}

.privacy-container {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
}

.privacy-container h1,
.privacy-container h2,
.privacy-container h3 {
  margin-top: 1.8em;
  color: #003366;
}

.privacy-container ul {
  padding-left: 1.5em;
}

.privacy-container li {
  margin-bottom: 0.5em;
}

.privacy-container a {
  color: #00bfff;
}


body.privacy-bg {
  background-color: #000 !important;
}

body.bg-black {
  background-color: #000 !important;
}

input,
textarea,
select {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5rem;
  width: 100%;
}

.white-container label {
  color: #000; /* black */
}


@media (min-width: 768px) and (max-width: 992px) {
  .row.text-center > .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }}



@media (max-width: 359px) {
  .why-choose-us-box {
    min-width: 100% !important;
  }}


.why-choose-us-box .divider-line {
  background: linear-gradient(to left, white, transparent);
  height: 2px;
  flex-grow: 1;
}

.why-choose-us-box .divider-line:last-child {
  background: linear-gradient(to right, white, transparent);
}


/* === SECTION HEADING LINE SYSTEM === */

.section-heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  /*gap: 1.5rem;*/
  margin-bottom: 10px;
  margin-top: 35px;
}

.section-heading {
  color: #FF9933;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}

.divider-line {
    flex-grow: 1;
    height: 2px;
    transform: scaleY(0.5);
    transform-origin: top;
}

.divider-left {
  background: linear-gradient(to left, #003366, transparent);
}

.divider-right {
  background: linear-gradient(to right, #003366, transparent);
}


/* Optional: smooth mobile fallback */
@media (max-width: 480px) {
  .section-heading-wrapper {
    flex-direction: column;
    gap: 0.5rem;
  }

  .divider-line {
    width: 60%;
    background: linear-gradient(to right, #003366, white);
  }
}
