* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #002060;
            min-height: 100vh;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        header {
            background: #002060;
            padding: 1rem 0;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
        }

        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        h1, h2, h3, p {
    line-height: 1.25;
    font-weight: 300;
}

header p {
    line-height: 1.25;
}

        .logo-section {
            display: flex;
            align-items: center;
            gap: 15px;
            flex: 1;
            min-width: 250px;
        }

        .logo-placeholder {
    width: 60px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.logo-placeholder a,
.logo-placeholder img {
    display: block;
}

.logo-placeholder img {
    width: 60px;
    height: 72px;
}

        .company-name {
            font-size: 1.8rem;
            font-weight: bold;
            color: #fff;
        }

        .tagline {
            font-size: 0.9rem;
            color: #7f8c8d;
            margin-top: -5px;
        }

        .contact-header {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .contact-header a {
            color: #ffffff;
            text-decoration: none;
            font-weight: 300;
            transition: color 0.3s ease;
        }

        .contact-header a:hover {
            color: #5a88fe;
        }

        .contact-header img {
            width: 25px;
            height: 25px;
        }

        main {
            margin-top: 100px;
            background: white;
            min-height: calc(100vh - 100px);
        }

        .hero {
            padding: 0px 200px 200px 200px;
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
            background: linear-gradient(rgba(10, 25, 77, 0.6), rgba(10, 25, 77, 0.6)),
                url('../images/insights-bg.jpeg') center/cover no-repeat;
        }
.hero2 {
            padding: 0px 200px 200px 200px;
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
            background: linear-gradient(rgba(10, 25, 77, 0.6), rgba(10, 25, 77, 0.6)),
                url('../images/photo-1498050108023-c5249f4df085.avif') center/cover no-repeat;
        }

        .hero3 {
            padding: 0px 200px 200px 200px;
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
            background: linear-gradient(rgba(10, 25, 77, 0.6), rgba(10, 25, 77, 0.6)),
                url('../images/darts.jpeg') center/cover no-repeat;
        }
        .hero4 {
            padding: 0px 200px 200px 200px;
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
            min-height: 100vh;
            display: flex;
            align-items: center;
            background: linear-gradient(rgba(10, 25, 77, 0.6), rgba(10, 25, 77, 0.6)),
                url('../images/infrastructure.jpg') center/cover no-repeat;
        }



        /*.hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
        }*/

        .hero-content {
            position: relative;
            z-index: 1;
            
        }

        .hero h1 {
            font-size: 3rem;
            margin-bottom: 1rem;
            font-weight: 400;
            text-shadow: 0 2px 6px rgba(0,0,0,0.35);
        }

        .hero h2 {
            font-size: 2rem;
            margin-bottom: 0rem;
            font-weight: 300;
            line-height: 1.0;
            text-align: left;
            color:#9bbcff;
            text-shadow: 0 2px 6px rgba(0,0,0,0.35);
        }

        .hero p {
            font-size: 1.0rem;
            margin-bottom: 2rem;
            text-align: left;
            opacity: 0.9;
            font-weight: 300;
    line-height: 1.25;
        }

        .hero .tagline-large {
            font-size: 18px;
        }

        .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* dark overlay for text readability */
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #ffffff;
  padding: 20px;
  max-width: 900px;
}

.hero-button {
  display: inline-block;
  padding: 12px 24px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}

        .cta-button {
            display: inline-block;
            background: #000080;
            color: white;
            padding: 15px 30px;
            text-decoration: none;
            border-radius: 3px;
            border: 2px solid #fff;
            font-weight: bold;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }

        .cta-button:hover {
            transform: translateY(-2px);
            background: #5a88fe;
            color: white;
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
        }

        .section {
            padding: 80px 0;
            min-height: 100vh;
            display: flex;
            align-items: left;
            justify-content: center;
        }

        .section .container {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: left;
        }

        .services-grid,
        .benefits-grid,
        .process-steps {
            width: 100%;
            max-width: 1200px;
            text-align: left;
        }

        .section-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            font-weight: 300;
            color: #2c3e50;
            position: relative;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: linear-gradient(45deg, #667eea, #764ba2);
            border-radius: 2px;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .service-card {
            background: #5a88fe;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border: 1px solid #f0f0f0;
        }

        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .service-card h3 {
            color: #fff;
            margin-bottom: 1rem;
            font-weight: 300;
            font-size: 1.3rem;
        }

        .service-list {
            list-style: none;
            font-weight: 300;
            color: #fff;
        }

        .service-list li {
            padding: 0 0;
            position: relative;
            padding-left: 20px;
            font-size: 0.8rem;
        }

        .service-list li::before {
            content: '▶';
            position: absolute;
            left: 0;
            color: #fff;
            font-size: 0.8rem;
        }

        .capabilities-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.5rem;
        }

        .capability-item {
            background: #f8f9fa;
            padding: 1.5rem;
            border-radius: 10px;
            border-left: 4px solid #667eea;
            transition: all 0.3s ease;
        }

        .capability-item:hover {
            background: #e3f2fd;
            transform: translateX(5px);
        }

        .benefits-section {
            padding: 200px 200px 200px 200px;
            color: white;
            background: linear-gradient(rgba(10, 25, 77, 0.6), rgba(10, 25, 77, 0.6)),
                url('../images/photo-1522199755839-a2bacb67c546.avif') center/cover no-repeat;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }

        .benefit-card {
            background: #5a88fe;
            padding: 2rem;
            border-radius: 15px;
            text-align: center;
            color: #ffffff;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .benefit-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
        }

        .benefit-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
            color: #ffffff;
        }

        .services-section {
            padding: 200px 200px 200px 200px;
            color: white;
            background: linear-gradient(rgba(10, 25, 77, 0.6), rgba(10, 25, 77, 0.6)),
                url('../images/staff-whiteboard.png') center/cover no-repeat;
        }

        .development-section {
            padding: 200px 200px 200px 200px;
            color: white;
            background: linear-gradient(rgba(10, 25, 77, 0.6), rgba(10, 25, 77, 0.6)),
                url('../images/development.jpg') center/cover no-repeat;
        }

        .process-section {
            padding: 200px 200px 200px 200px;
            color: white;
            background: linear-gradient(rgba(10, 25, 77, 0.6), rgba(10, 25, 77, 0.6)),
                url('../images/process.jpeg') center/cover no-repeat;
        }

        .section-overlay {
            background: none !important;
            box-shadow: none !important;
        }

        .process-step {
            background: none !important;
            box-shadow: none !important;
            padding: 1rem;
            border-radius: 0;
            margin-bottom: 1rem;
        }

        .process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }

        .step-number {
            width: 60px;
            height: 60px;
            background: #5a88fe;
            color: white;
            border-radius: 10%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 400;
            margin: 0 auto 1rem;
        }

        .process-step h4 {
            color: #fff;
            margin-bottom: 0.5rem;
            font-weight: 400;
            text-align: center;
        }

        .process-step p {
            text-align: center;
            color: #fff;
        }

        .contact-section {
            padding: 200px 200px 200px 200px;
            color: white;
            background: linear-gradient(rgba(10, 25, 77, 0.6), rgba(10, 25, 77, 0.6)),
                url('../images/digital.jpg') center/cover no-repeat;
            text-align: center;
        }

        .contact-info {
            display: flex;
            justify-content: center;
            gap: 3rem;
            margin-top: 2rem;
            flex-wrap: wrap;
        }

        .contact-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5rem;
        }

        .contact-icon {
            font-size: 2rem;
            opacity: 0.8;
            color: #ffffff;
        }

        /* Monochrome icon styles */
        .mono-icon {
            color: #fff !important;
            filter: grayscale(100%);
        }

        .service-card .mono-icon {
            color: #fff !important;
        }

        .fa-solid {
            color: #fff !important;
        }

        .form {
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid #fff;
            border-radius: 10px;
            padding: 2rem;
            /*max-width: 500px;*/
            margin: 0 auto;
            backdrop-filter: blur(10px);
        }

        .form label {
            display: block;
            margin-bottom: 0.5rem;
            color: #fff;
            font-weight: bold;
        }

        .form input {
            width: 100%;
            padding: 0.75rem;
            margin-bottom: 1rem;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 5px;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            font-size: 1rem;
        }

        .form input::placeholder {
            color: rgba(255, 255, 255, 0.7);
        }

        .form input:focus {
            outline: none;
            border-color: #667eea;
            background: rgba(255, 255, 255, 0.2);
        }

        .section.services-section .section-title,
        .benefits-section .section-title,
        .process-section .section-title,
        .contact-section .section-title {
            color: #fff;
        }

        footer {
            background: #5a88fe;
            color: white;
            text-align: center;
            padding: 2rem 0;
        }

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

        footer a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .header-content {
                flex-direction: column;
                gap: 1rem;
                text-align: center;
            }

            .logo-section {
                justify-content: center;
                min-width: auto;
            }

            .company-name {
                font-size: 1.4rem;
            }

            main {
                margin-top: 120px;
            }

            .hero {
                padding: 40px 20px 60px;
                min-height: 100vh;
            }

            .hero h1 {
                font-size: 2rem;
            }

            .hero h2 {
                font-size: 1.5rem;
            }

            .hero p {
                font-size: 1rem;
            }

            .hero .tagline-large {
                font-size: 18px;
            }

            .section {
                padding: 60px 0;
                min-height: 100vh;
            }
            .section h3{
                font-size: 1.5rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .services-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .benefits-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .process-section h2 {
                font-size: 2rem;
            }

            .process-section h3 {
                font-size: 1.5rem;
            }

            .process-section p {
                font-size: 1rem;
            }
            .process-steps {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .contact-info {
                flex-direction: column;
                gap: 2rem;
            }

            .form {
                padding: 1.5rem;
                margin: 0 20px;
            }

            .container {
                padding: 0 15px;
            }
        }

        @media (max-width: 480px) {
            .company-name {
                font-size: 1.2rem;
            }

            .hero h1 {
                font-size: 1.8rem;
            }

            .hero .tagline-large {
                font-size: 18px;
            }

            .section-title {
                font-size: 1.8rem;
            }

            .service-card,
            .benefit-card {
                padding: 1.5rem;
            }

            .process-steps {
                grid-template-columns: 1fr;
            }

            .benefits-grid {
                grid-template-columns: 1fr;
            }

            .form {
                margin: 0 10px;
                padding: 1rem;
            }

            .container {
                padding: 0 10px;
            }
        }

        /* Landscape tablet adjustments */
        @media (min-width: 769px) and (max-width: 1024px) {
            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .benefits-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .process-steps {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        /* Very large screens */
        @media (min-width: 1400px) {
            .container {
                max-width: 1400px;
            }
        }
        .service-header {
  display: flex;
  align-items: center;
  gap: 10px; /* space between icon and text */
}

.service-header h3 {
  margin: 0; /* remove default spacing */
}

.service-icon {
  font-size: 1.2em;
  color: #333; /* adjust to your theme */
}
.service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #3764ba;
  padding: 2rem;
  border-radius: 15px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  min-height: 420px; /* ensures all cards are tall enough for bullets and buttons */
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-header h3 {
  margin: 0;
}

.service-icon {
  font-size: 1.5rem;
  color: #fff;
}

.service-list {
  list-style: none; /* remove default bullets */
  padding-left: 0;
  text-align: left;
  margin: 1rem 0;
  line-height: 1.6;
}

.service-list li {
  position: relative;
  padding-left: 20px; /* space for the arrow */
  margin-bottom: 0.6rem;
}

.service-list li::before {
  content: '▶'; /* arrow symbol */
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
}

.service-card a.cta-button {
  margin-top: auto; /* pushes button to bottom */
  display: inline-block;
}
/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

nav {
  background: #002060; /* white background */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

nav ul {
  list-style: none;
  display: flex;
}

nav ul li {
  position: relative;
}

nav > ul > li {
  /* top-level menu items */
  padding: 15px 25px;
}

nav a {
  color: #ffffff; /* navy blue text */
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  font-weight: normal;
}

nav ul li:hover {
  background: #002060; /* light blue hover effect */
}

/* Submenu */
nav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #5a88fe; /* very light blue */
  display: none;
  min-width: 200px;
  z-index: 999;
  flex-direction: column;
  border: 2px solid #ffffff;
}

nav ul ul li {
  width: 100%;
}

nav ul li:hover > ul {
  display: flex; /* show submenu on hover */
}

/* Sub-submenu (third level) */
nav ul ul ul {
  top: 0;
  left: 100%;
  background: #5a88fe; /* slightly darker */
  display: none;
}

nav ul ul li:hover > ul {
  display: flex;
}

/* Optional styling for submenu links */
nav ul ul a {
  color: #1a2a4f; /* navy text */
  padding: 10px 15px;
  font-weight: normal;
}

nav ul ul li:hover {
  background: #d1dcf5; /* darker hover for submenu */
}

/* ===================== */
/* Responsive Styling    */
/* ===================== */

.menu-toggle {
  display: none;
  cursor: pointer;
  font-size: 28px;
  color: #ffffff;
  padding: 15px 20px;
}

@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    display: none; /* hide menu initially */
    width: 100%;
    border-top: 1px solid #ffffff;
  }

  nav ul li {
    width: 100%;
  }

  nav ul ul {
    position: static;
    border: none;
  }

  nav ul ul ul {
    position: static;
  }

  .menu-toggle {
    display: block;
  }

  nav.active ul {
    display: flex; /* show menu when toggled */
  }
}

.linkedin-featured {
  padding: 80px 20px;
  background: linear-gradient(rgba(10, 25, 77, 0.6), rgba(10, 25, 77, 0.6)),
                url('../images/insights2.jpeg') center/cover no-repeat;
  /*background: #0f172a;*/
  color: #ffffff;
}

.linkedin-featured .container {
  max-width: 1400px;
  margin: 0 auto;
}

.linkedin-featured h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}

.linkedin-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}

.linkedin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
}

.linkedin-card {
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  padding: 15px;
  overflow: hidden;
}

.linkedin-card iframe {
  display: block;
  width: 100%;
  border: 0;
  background: #ffffff;
  border-radius: 8px;
}

.linkedin-cta {
  text-align: center;
  margin-top: 35px;
}

.linkedin-cta a {
  display: inline-block;
  padding: 12px 22px;
  background: #ffffff;
  color: #0f172a;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}

.linkedin-cta a:hover {
  opacity: 0.9;
}

@media (max-width: 1100px) {
  .linkedin-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .linkedin-grid {
    grid-template-columns: 1fr;
  }

  .linkedin-featured {
    padding: 60px 15px;
  }
}
/* ABOUT PAGE */

html {
  scroll-behavior: smooth;
}

.about-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 120px 40px 140px 40px;
  background:
    linear-gradient(rgba(10, 25, 77, 0.28), rgba(10, 25, 77, 0.46)),
    url('../images/meeting-inacto-staff.png') center 22% / cover no-repeat;
}

.about-hero .container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.about-hero-content {
  width: 100%;
  max-width: 900px;
  margin-top: 180px;
}

.about-hero h1,
.about-hero .subhead {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0,0,0,0.45);
}

.about-hero h1 {
  margin-bottom: 0.75rem;
}

.about-hero .subhead {
  max-width: 760px;
  margin: 0 auto 1rem;
  font-size: 1rem;
}

.about-hero-button {
  display: inline-block;
  margin-top: 0.5rem;
}

.about-intro,
.about-copy-section {
  padding: 90px 0;
}
.about-copy img.align-left-photo {
  float: left;
  width: 30%;
  max-width: 320px;
  height: auto;
  margin: 0 30px 18px 0;
  border-radius: 10px;
}
.about-intro .container,
.about-copy-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-intro p,
.about-copy p {
  max-width: 920px;
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 1.4rem;
  text-align: left;
}

.about-alt {
  background: #f7f9fc;
}

.about-team-photo,
.about-duo-photo {
  margin-top: 2.5rem;
  text-align: center;
}

.about-team-photo img,
.about-duo-photo img {
  width: 100%;
  max-width: 980px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  .about-hero {
    min-height: 100vh;
    padding: 100px 20px 100px 20px;
    background:
      linear-gradient(rgba(10, 25, 77, 0.34), rgba(10, 25, 77, 0.54)),
      url('../images/meeting-inacto-staff.png') center 25% / cover no-repeat;
  }

  .about-hero-content {
    margin-top: 120px;
  }

  .about-hero .subhead {
    font-size: 1rem;
  }

  .about-intro,
  .about-copy-section {
    padding: 65px 0;
  }

  .about-intro p,
  .about-copy p {
    font-size: 1rem;
  }
}
/* ABOUT SECTION COLORS - FINAL */

.bg-dark-blue {
  background: linear-gradient(135deg, #0a194d, #132c6b);
  color: #ffffff;
}

.bg-light-blue {
  background: linear-gradient(135deg, #1f3c88, #2c56b3);
  color: #ffffff;
}

.bg-gray {
  background: #2a2f3a;
  color: #ffffff;
}

/* Ensure all text is white inside these sections */
.bg-dark-blue h2,
.bg-light-blue h2,
.bg-gray h2,
.bg-dark-blue h3,
.bg-light-blue h3,
.bg-gray h3,
.bg-dark-blue p,
.bg-light-blue p,
.bg-gray p {
  color: #ffffff;
  opacity: 0.92;
}

/* Section spacing */
.about-intro,
.about-evolution,
.about-services,
.about-leadership,
.about-team,
.about-approach,
.about-cta {
  padding: 110px 0;
}

/* Section titles override */
.bg-dark-blue .section-title,
.bg-light-blue .section-title,
.bg-gray .section-title {
  color: #ffffff;
}

/* Subtle separators */
.bg-dark-blue,
.bg-light-blue,
.bg-gray {
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* ABOUT PAGE SECTION LAYOUT FIX */

.about-intro,
.about-evolution,
.about-leadership,
.about-team,
.about-approach {
  padding: 110px 0;
}

.about-intro .container,
.about-evolution .container,
.about-philosophy .container,
.about-leadership .container,
.about-team .container,
.about-approach .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-intro p,
.about-copy p {
  max-width: 920px;
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 1.4rem;
  text-align: left;
}

.about-team-photo {
  margin-top: 2.5rem;
  text-align: center;
}

.about-team-photo img {
  width: 100%;
  max-width: 980px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  .about-intro,
  .about-evolution,
  .about-leadership,
  .about-team,
  .about-approach {
    padding: 65px 0;
  }

  .about-intro p,
  .about-copy p {
    font-size: 1rem;
  }
}
.about-philosophy {
  padding: 110px 0;
}

.about-philosophy .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-philosophy .about-copy {
  width: 100%;
  max-width: 920px;
}

.about-philosophy .about-copy p {
  width: 100%;
  max-width: 920px;
  font-size: 1.08rem;
  line-height: 1.7;
  margin-bottom: 1.4rem;
  text-align: left;
}

@media (max-width: 768px) {
  .about-philosophy {
    padding: 65px 0;
  }

  .about-philosophy .about-copy p {
    font-size: 1rem;
  }
}
.hero2 .hero-content h2 {
  margin-bottom: 24px;
              font-size: 2rem;
            margin-bottom: 2rem;
            margin-top: 2rem;
            font-weight: 300;
            line-height: 1.0;
            text-align: left;
            color:#9bbcff;
            text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}

.hero2 .hero-content p:first-of-type {
  margin-top: 10px;
}

/* Service title paragraph */
.hero2 .hero-content p:has(strong) {
  margin-bottom: 8px;
}

/* Service description paragraph */
.hero2 .hero-content p:has(strong) + p {
  margin-bottom: 28px;
}

/* Keep service title styling */
.hero2 .hero-content p strong {
  margin-bottom: 0;
}

.hero2 .hero-content p:has(strong) strong {
  display: block;
}

.hero2 .hero-content .tagline-large strong {
  display: inline;
}

.hero2 .hero-content .highlight-line {
  margin: 28px 0;
  font-size: 2rem;
}
.tagline-large {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
}
.hero3 .hero-content h2 {
 margin-bottom: 24px;
              font-size: 2rem;
            margin-bottom: 2rem;
            margin-top: 2rem;
            font-weight: 300;
            line-height: 1.0;
            text-align: left;
            color:#9bbcff;
            text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}

.hero3 .hero-content p:first-of-type {
  margin-top: 10px;
}

/* Service title paragraph */
.hero3 .hero-content p:has(strong) {
  margin-bottom: 8px;
}

/* Service description paragraph */
.hero3 .hero-content p:has(strong) + p {
  margin-bottom: 28px;
}

/* Keep service title styling */
.hero3 .hero-content p strong {
  margin-bottom: 0;
}

.hero3 .hero-content p:has(strong) strong {
  display: block;
}

/* Fix tagline inline behavior */
.hero3 .hero-content .tagline-large strong {
  display: inline;
}
.hero3 .hero-content .highlight-line {
  margin: 28px 0;
  font-size: 2rem;
}

.hero4 .hero-content h2 {
 margin-bottom: 24px;
              font-size: 2rem;
            margin-bottom: 2rem;
            margin-top: 2rem;
            font-weight: 300;
            line-height: 1.0;
            text-align: left;
            color:#9bbcff;
            text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}

.hero4 .hero-content p:first-of-type {
  margin-top: 10px;
}

/* Service title paragraph */
.hero4 .hero-content p:has(strong) {
  margin-bottom: 8px;
}

/* Service description paragraph */
.hero4 .hero-content p:has(strong) + p {
  margin-bottom: 28px;
}

/* Keep service title styling */
.hero4 .hero-content p strong {
  margin-bottom: 0;
}

.hero4 .hero-content p:has(strong) strong {
  display: block;
}

/* Fix tagline inline behavior */
.hero4 .hero-content .tagline-large strong {
  display: inline;
}
.hero4 .hero-content .highlight-line {
  margin: 28px 0;
  font-size: 2rem;
}

.faq-section {
  padding: 200px 200px 200px 200px;
  color: white;
  background:
    linear-gradient(rgba(10, 25, 77, 0.72), rgba(10, 25, 77, 0.72)),
    url('../images/photo-1522199755839-a2bacb67c546.avif') center/cover no-repeat;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.faq-item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 1.75rem;
  backdrop-filter: blur(4px);
}

.faq-item h3 {
  color: #9bbcff;
  margin-bottom: 0.85rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.35;
}

.faq-item p {
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 0;
}

.faq-section .section-title,
.faq-section .section-title h2,
.faq-section .section-title p {
  color: #ffffff;
}

@media (max-width: 980px) {
  .faq-section {
    padding: 120px 40px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .faq-section {
    padding: 90px 20px;
  }

  .faq-item {
    padding: 1.25rem;
  }

  .faq-item h3 {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .hero,
  .hero2,
  .hero3,
  .hero4 {
    padding: 40px 20px 60px;
    min-height: 100vh;
  }

  .hero h1,
  .hero2 h1,
  .hero3 h1,
  .hero4 h1 {
    font-size: 2rem;
  }

  .hero h2,
  .hero2 h2,
  .hero3 h2,
  .hero4 h2 {
    font-size: 1.5rem;
  }

  .hero p,
  .hero2 p,
  .hero3 p,
  .hero4 p {
    font-size: 1rem;
  }
}
/* Consolidated service-page hero text rules */
.hero2 .hero-content h2,
.hero3 .hero-content h2,
.hero4 .hero-content h2 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  color: #9bbcff;
  text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}

.hero2 .hero-content p:first-of-type,
.hero3 .hero-content p:first-of-type,
.hero4 .hero-content p:first-of-type {
  margin-top: 10px;
}

.hero2 .hero-content p:has(strong),
.hero3 .hero-content p:has(strong),
.hero4 .hero-content p:has(strong) {
  margin-bottom: 8px;
}

.hero2 .hero-content p:has(strong) + p,
.hero3 .hero-content p:has(strong) + p,
.hero4 .hero-content p:has(strong) + p {
  margin-bottom: 28px;
}

.hero2 .hero-content p strong,
.hero3 .hero-content p strong,
.hero4 .hero-content p strong {
  margin-bottom: 0;
}

.hero2 .hero-content p:has(strong) strong,
.hero3 .hero-content p:has(strong) strong,
.hero4 .hero-content p:has(strong) strong {
  display: block;
}

.hero2 .hero-content .tagline-large strong,
.hero3 .hero-content .tagline-large strong,
.hero4 .hero-content .tagline-large strong {
  display: inline;
}

.hero2 .hero-content .highlight-line,
.hero3 .hero-content .highlight-line,
.hero4 .hero-content .highlight-line {
  margin: 28px 0;
  font-size: 2rem;
}

/* Mobile consistency across homepage and service pages */
@media (max-width: 768px) {
  .hero,
  .hero2,
  .hero3,
  .hero4 {
    padding: 40px 20px 60px;
    min-height: 100vh;
  }

  .hero h1,
  .hero2 h1,
  .hero3 h1,
  .hero4 h1 {
    font-size: 2rem;
  }

  .hero h2,
  .hero2 h2,
  .hero3 h2,
  .hero4 h2 {
    font-size: 1.5rem;
  }

  .hero p,
  .hero2 p,
  .hero3 p,
  .hero4 p {
    font-size: 1rem;
  }

  .services-section,
  .benefits-section,
  .process-section,
  .contact-section,
  .faq-section {
    padding: 90px 20px;
  }
}
body {
  overflow-x: hidden;
}

.hero-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.hero-cta-group {
  text-align: center;
}

.hero-locations {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .hero {
    padding: 40px 20px 60px;
  }

  .hero-content {
    max-width: 100%;
    padding: 20px 0;
  }

  .hero h1,
  .hero h2,
  .hero p {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .hero .cta-button {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  .hero-locations {
    font-size: 0.95rem;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 40px 20px 60px 20px;
    min-height: 100vh;
  }

  .hero .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .hero .hero-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .hero h1,
  .hero h2,
  .hero p {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero .cta-button {
    display: inline-block;
    max-width: 100%;
  }
}.hero-locations {
  text-align: center;
  margin-top: 1rem;

}.hero-bottom {
  text-align: center;
  margin-top: 2rem;
}

.hero-bottom .cta-button {
  display: inline-block;
  margin-top: 1rem;
}

.hero-locations {
  display: block;
  width: 100%;
  text-align: center !important;
  margin: 1.5rem auto 0 auto;
}