*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
    color:#1f2937;
    background:#ffffff;
}

/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../images/inter-v20-latin/inter-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url('../images/inter-v20-latin/inter-v20-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../images/inter-v20-latin/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  src: url('../images/inter-v20-latin/inter-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../images/inter-v20-latin/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url('../images/inter-v20-latin/inter-v20-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../images/inter-v20-latin/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('../images/inter-v20-latin/inter-v20-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../images/inter-v20-latin/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('../images/inter-v20-latin/inter-v20-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('../images/inter-v20-latin/inter-v20-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url('../images/inter-v20-latin/inter-v20-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* --- 1. Base Styles (Mobile First: < 768px) --- */



:root {
    --bp-tablet: 768px;
    --header-height: 70px;
    --primary-blue: #0056b3;
}

a, 
a:visited, 
a:focus, 
a:active {
    color: var(--primary-blue);
    text-decoration: none; 
}

.site-header {
    position:sticky;
    top:0;
    z-index:1000;
    background:#F9FAFB;
    backdrop-filter:blur(6px);
    border-bottom: 1px solid #e5e7eb;

    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--header-height);
    padding: 0 10px;
}
.header-scrolled {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    background-color: rgba(249,250,251,0.9); /* Slight transparency keeps it light */
}
.site-header .logo{
    font-size:28px;
    font-weight:800;
    line-height: 36px;    
    color: var(--main-color);

    white-space: nowrap;
    background: url(../images/logo-newblue.svg) no-repeat;
    background-size: contain;
    padding: 0px 0px 0px 32px;
}


/* Mobile: Hide desktop nav, show toggle */
.desktop-nav { display: none; }



/* --- Mobile Menu Overlay --- */
.mobile-nav {
    position: fixed;
    top: 70px; 
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 999;
}

.mobile-nav.open { transform: translateX(0); }

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;  
}

.mobile-nav a {
    text-decoration: none;
    font-size: 20px;   
    font-weight: 500;
    color: var(--primary-blue);
    padding: 10px 20px;
    display: block; 
    transition: opacity 0.2s ease;
}



/* --- Hamburger Animation --- */
.menu-toggle { width: 30px; height: 20px; background: none; border: none; cursor: pointer; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
    display: block; width: 30px; height: 3px; background: #333; position: relative; transition: 0.3s;
}
.menu-toggle span::before { content: ''; top: -8px; }
.menu-toggle span::after { content: ''; top: 5px; }

.menu-toggle.open span { background: transparent; }
.menu-toggle.open span::before { transform: rotate(45deg); top: 0; }
.menu-toggle.open span::after { transform: rotate(-45deg); top: -3px; }





header .header-inner{    
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}

header nav {
    display:flex;
    gap:30px;
}

header nav a{
    position: relative;
    text-decoration: none;
    font-weight: 500;
    color: var(--primary-blue);
}

header nav a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: var(--primary-blue);
    transition: width 0.3s ease;
}
header nav a:hover::after {
    width: 100%;
}

header nav a.active {
    color: var(--primary-blue);
}
header nav a.active::after {
    width: 100%;
}

.btn-primary {
    display: inline-block;
    background: var(--primary-blue);
    color: #fff !important;
    white-space: nowrap;
    padding: 15px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transform: translateY(0);
    transition: transform 0.25s ease;
    will-change: transform;
    margin: 0 !important;
}
.btn-primary:after {
    display: none;
}
.btn-primary:hover, .btn-secondary:hover {
    transform:translateY(-2px);
}
.btn-primary.blue {
    background: #FFF;
    color: var(--primary-blue) !important;
}

.btn-secondary{
    border:1px solid #d5dce5;
    color:#111827;
    text-decoration:none;
    padding:15px 18px;
    border-radius:999px;
    font-weight:600;
    background:white;
    transform: translateY(0);
    transition: transform 0.25s ease;
    will-change: transform;
}


/* Footer Container */
footer {
    background-color: #111827; /* Dark charcoal/black background */
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
}

/* Force the nav links into a single line */
.footer-nav {
    display: flex; /* This fixes the stacking issue */
    justify-content: center; /* Centers them */
    gap: 30px; /* Space between links */
    margin: 20px 0;
}

.footer-nav a:hover {
    color: #ffffff; /* White on hover */
}
.footer-nav a, 
.footer-legal a {
    text-decoration: none !important; /* Removes the underline */
    color: #d1d5db !important;        /* Light gray text */
    font-weight: 500;
}

/* 4. Optional: Add a nice hover effect */
.footer-nav a:hover, 
.footer-legal a:hover {
    color: #ffffff !important; 
    text-decoration: none !important;
}

#demoModal {

    display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  padding: 10px;
  background: rgba(243, 244, 246, 0.85); 
  backdrop-filter: blur(4px);
  z-index: 1000;
  overflow-y: auto;
}

#demoModal.show {
    display: block;
}

.modal-content { 
    width: 100%;
    max-height: 95vh;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;

    background: #ffffff;     
    max-width: 900px; 
    border-radius: 16px; 
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Close Button (top right) */
#demoModal-close {
  position: absolute;
        top: -3px;
    right: 6px;
    font-size: 38px;
    cursor: pointer;
    color: #6b7280;
    line-height: 1;
}
#demoModal-close:hover { color: #1e40af; }

#demoModal .strategy-container { 
    display: grid !important; 
    grid-template-columns: 0.8fr 1.2fr;; 
    gap: 10px; 
}

#demoModal .form-card input, .form-card select { 
    width: 100%; 
    margin: 8px 0 22px 0; 
    
    border-radius: 6px; 
    display: block; 
    padding: 10px 4px;

    background: #ffffff;
    border: 1px solid #d1d5db;
}

#demoModal .left-col h2 {
  font-size: 20px;
  color: #111827;
  margin-bottom: 20px;
}

#demoModal .left-col ul {
  list-style: none;
  padding: 0;
}

#demoModal .left-col li {
  margin-bottom: 18px;
  padding-left: 0px;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 18px;
  position: relative;
  color: #374151;
}

#demoModal .right-col.form-card {
    background: #f9fafb; /* Very light grey */
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}
#demoModal .right-col h3 {
    font-size: 18px;
  color: #111827;
  margin-bottom: 20px;
}

#demoModal .form-card label {
  display: block;
  font-size: 12px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 8px;
  text-transform: uppercase;
    letter-spacing: 0.5px;
}

#demoModal .form-card input:focus, .form-card select:focus {
  outline: 2px solid #1e40af;
  border-color: transparent;
}
#demoModal .cta-button-strategy {
  background-color: #1565C0; 
    color: #fff; 
    width: 100%; 
    padding: 16px; 
    border: none; 
    border-radius: 6px; 
    font-weight: 600; 
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

#demoModal .cta-button-strategy:hover {
  transform: translateY(-2px);
  background-color: #1e40af;
}




.content-container {
    width: 100%;
    max-width: 1200px;  
    margin: 0 auto;    
    padding: 10px;    
}
.content-title {
    text-align: center;
    font-size: 24px;
    color: #374151;
    margin-bottom: 40px;
    font-weight: bold;
}
.content-subtitle {
    margin: 15px 0 10px;
    font-size: 18px;
    color: #111827;
}
.content-container P {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 2px 2px 10px;
    color: #666;
}
.content-container h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #111827;
    text-align: center;
}


/* HERO */

.hero { 
    display: flex;
    justify-content: center;
    align-items: flex-end;  
    position: relative;
    width: 100%;
    min-height: 80vh;

    background-image: linear-gradient(
                    90deg,
                    rgba(255,255,255,.88) 0%,
                    rgba(255,255,255,.70) 65%,
                    rgba(255,255,255,.35) 100%
                ), 
                url('../images/header-workers.jpg'); 
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: center center;
}

.hero-grid {   
    display: flex; 
    flex-flow: wrap;
    justify-content: space-between; 
    align-items: flex-end;
    margin: 0 auto;
    padding: 10px 0;       
    gap: 25px;           
}

.hero-content {
    flex: 1;
    max-width: 600px;
    padding: 0px; 
}


/* LEFT CONTENT */

.hero h1{
    font-size:35px;
    line-height:1.05;
    font-weight:800;
    margin-bottom:25px;
    max-width:600px;
    color:#17233b;
    letter-spacing:-2px;
    text-shadow: 2px 2px 0px rgba(255, 255, 255, .5);
}

.hero p {
    font-size: 16px;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 25px;
    max-width: 560px;
    font-weight: 500;
}

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    padding:10px 18px;
    border-radius:999px;
    background:#eaf4ff;
    color:#1565C0;
    font-weight:600;
    margin-bottom:24px;
}

/* RIGHT PHONE */

.hero-phone-container {
    position: relative;
    width: 272px;
    height: 540px; 
    margin: 0 auto;
    transform: scale(0.9); 
    transform-origin: bottom center;
}

.phone-screen-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    contain: strict;
}

.phone-screen-carousel img {    

    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1; /* Default layer */
    transition: opacity 0.8s ease-in-out;

    image-rendering: -webkit-optimize-contrast; 

    will-change: transform, opacity;
    backface-visibility: hidden;
}

.phone-screen-carousel img.active {
    opacity: 1;
    z-index: 2;
}





/* INDEX TRUSTED  */
.trusted{
    padding: 40px 0;
    background: #dbdbdb;
    margin-bottom: 40px;
}
.trusted-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 40px;
} 
.trusted-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 14px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.2s ease;
}
.trusted-box img {
    width: 82px;   
    height: 82px;
    object-fit: contain; 
    margin-bottom: 16px;
}
.trusted h3 {
    font-size: 18px;
    margin: 0 0 8px 0;
    color: #111827;
}

.testimonial-card {
    background: white;
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 8px;
    font-size: 12px;
    border-left: 5px solid #0056b3;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}

.testimonial-card p {
    font-style: italic;
    font-size: 14px;
    text-align: left;
    padding: 0 10px 10px;
}

.testimonial-card strong {
    font-size: 0.85rem;
    display: block;
}



/* STATS SECTI(ON */
.stats-bar {
    background: #1e293b;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0 0 20px;   
    color: #ffffff;
    text-align: center;
}

.stats-bar h3 {
    font-size: 20px;
    margin-top: 20px;
    color: #38bdf8; 
    font-weight: 700;
}

.stats-bar p {
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
}





/* INDUCTIES SECTION */
.industries-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.industry-box{
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
    background-color: #f8fafc;
    transition: transform 0.2s ease;
    overflow: hidden;
}
.industry-box img {
    width: 100%;
    height: 220px; 
    object-fit: cover; 
}
.industry-box p {
    padding: 0 6px 14px;
}



/* WORKFLOW */

.workflow-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.workflow-grid > div {
    display: flex;
    flex-direction: column;
    align-items: center;    
    padding: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}
.workflow-grid>DIV:hover {
    background: #ffffff; /* Turns white on hover */
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}
.workflow-grid img {
    width: 80px; 
    height: 80px;
    margin-bottom: 20px;
}
.workflow-grid h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #111827;
}


.page-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 24px;    
}


/* Operational Command Center*/

.command-center-section {
    padding: 40px 0px;
    background-color: #eaf1f7;
}

.dashboard-image {
    display: block;
    width: 100%;
    max-width: 990px;
    margin: 10px auto;
}

.impact-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px;
}
.impact-card img {
    width:100px; 
    margin-bottom:15px;
    /*filter: brightness(0) saturate(100%) invert(30%) sepia(85%) saturate(1500%) hue-rotate(190deg);  Optional: tint icons to match your brand blue */
}
.impact-card {
    min-width: 300px;
    max-width: 350px;
    padding: 20px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    text-align: center;
    transition: transform 0.2s ease;
}
.impact-card:hover {
    transform: translateY(-5px);
    border-color: #38bdf8;
}


/* IMPACT SECTION */
.impact .content-title {
    margin-top: 40px;
}
.impact-row {
    display: flex;
    justify-content: center;
    gap: 30px; 
    flex-wrap: wrap; 
    padding: 20px;
}
.impact-row>DIV {
    flex: 1; 
    min-width: 300px; 
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #0056b3; /* Brand Blue - The "Anchor" */
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.impact-row > div:hover {
    transform: translateY(-8px); /* Matches the "lift" of your other cards */
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15); /* Slightly deeper shadow for "pop" */
    border-top-color: #1e40af; /* Slightly darker blue on hover for interactive feel */
}
.impact-row>DIV img {
    height: 100px;
}

.impact H4 {
    font-size: 18px;
    text-align: center;
    margin: 0 0 12px 0;
    letter-spacing: -0.3px;
}
.impact H4>B {
    display: block;
    font-size: 44px;
}

/* Solutions-specific container matching Index */
.solutions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Reusing your card logic from index */
.solution-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-color: #38bdf8;
}

.solution-card img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.content-subtitle-proof {
    text-align: center;
    font-size: 20px;
    color: #4b5563; /* Subtle grey */
    margin-top: -20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.strategy-content-wrapper {
    margin: 0px auto 80px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: #111827;
    color: #ffffff;
    
    /* Background Image setup */
    background-image: linear-gradient(90deg, rgba(17, 24, 39, 0.7) 0%, rgba(17, 24, 39, 0.3) 50%, rgba(17, 24, 39, 0.0) 100%), url(../images/safety-bg.jpg);
    background-size: cover;
    background-position: left;

    
    /* Layout */
    display: flex;
    align-items: flex-end;
    min-height: 500px;
    padding: 20px;
}
.strategy-text {
    max-width: 500px;
    color: #ffffff;
}
.strategy-text * {
    color: #ffffff !important;
    text-align: left !important;
}

.industry-section, .safety-hero { 
    padding: 80px 20px; 
}


.industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 40px auto;
}
.industry-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 180px;
    /* box-shadow: 0px 0px 6px 1px #afb0b4; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}
.industry-card:hover { 
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}
.card-content {
    flex: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.card-visual {
    position: relative;
    width: 130px;   
    height: 100%;    
    flex-shrink: 0;
}
.card-visual:before {
    content: '';    
    width: 48px;
    height: 48px;
    position: absolute;
    background-color: #FFF;
    border-radius: 24px;
    top: 29px;
    left: -21px;
} 
.card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.card1 .card-visual:before {
    background-image: url(../images/industry-card-icon2.png);
} 
.card2 .card-visual:before {
    background-image: url(../images/industry-card-icon4.png);
} 
.card3 .card-visual:before {
    background-image: url(../images/industry-card-icon6.png);    
}
.card4 .card-visual:before {
    background-image: url(../images/industry-card-icon8.png);
} 
.card5 .card-visual:before {
    background-image: url(../images/industry-card-icon10.png);
} 
.card6 .card-visual:before {
    background-image: url(../images/industry-card-icon12.png);
} 

.cta-section {
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    border-radius: 20px; 
    margin: 0px auto 80px;      
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    background-color: #0056b3;

    background-image: linear-gradient(rgba(0, 86, 179, 0.7), rgba(17, 24, 39, 0.7)), 
                      url(../images/industries-BG.jpg);
    background-size: cover;
    background-position: center;

}
.cta-section DIV {
    color: #ffffff !important;
}


.action {
    margin-top: 40px;
    padding: 40px 0;
    background: #153357;
}
.action .content-title {
    color: #FFF;
}
.action A {
    background-color: #e5982e;
}



/* --- 2. Tablet Layout (>= 768px) --- */
@media (min-width: 768px) {

    .desktop-nav { display: flex; }
    .menu-toggle { display: none; }
    .mobile-nav { display: none; }

    .site-header { padding: 0 20px; }
    .site-header .logo{
        font-size:30px;
        font-weight:800;
        line-height: 30px;    

        background-size: contain;
        padding: 0px 0px 0px 26px;
    }

    .desktop-nav ul {
        display: flex;
        align-items: center;
        gap: 10px;
        list-style: none;
    }
    .desktop-nav .btn-demo {
        background-color: var(--primary-blue);
        color: white;
        padding: 10px 20px;
        border-radius: 6px;
    }
    .btn-primary, .btn-secondary {
        padding: 10px 12px;
    }
    .hero {         
        background-image: linear-gradient(
                    90deg,
                    rgba(255,255,255,.88) 0%,
                    rgba(255,255,255,.70) 65%,
                    rgba(255,255,255,.35) 100%
                ), 
                url('../images/header-workers.jpg');          
    }

    .hero-grid {
        padding: 80px 0;
        gap: 40px;
    }
    .hero h1 {
        font-size: 72px;
        line-height: 1.03;
    }
    .hero p {
        font-size: 21px;
        line-height: 1.75;
    }

    .modal-content { 
        margin: 5% auto;
        padding: 40px;
        width: 90%;
    }
    #demoModal .left-col h2 {
        font-size: 32px;
    }
    #demoModal .right-col h3 {
        font-size: 24px;
    }
    #demoModal .strategy-container { 
        gap: 40px; 
    }
    #demoModal .left-col li {
          margin-bottom: 18px;
          padding-left: 30px;
          line-height: 1.6;
    }
    #demoModal .form-card input, .form-card select {
        padding: 14px;
    }
    .content-title {
        font-size: 32px;
    }

    .trusted-row {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px; 
    }

    .solutions-grid {
        grid-template-columns: repeat(3, 1fr);
    }


    /* Testimonials: 3 columns wide */    

    .testimonial-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 perfect columns */
        gap: 30px;
        max-width: 1200px;
        margin: 40px auto;
        padding: 0 20px;
    }

    .testimonial-card {
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* Pushes the name to the bottom */
        height: 100%; /* Ensures all cards match the height of the tallest one */
        padding: 30px;
        background: #ffffff;
        border-radius: 12px;
        border-left: 5px solid #0056b3;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .stats-grid {
        grid-template-columns: repeat(4, 1fr); /* 4 columns on desktop */
        gap: 20px;
        padding: 40px 20px;  
    }

    .industries-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
        gap: 24px;
        padding: 60px 10%;
    }
    
    .industry-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        border-color: #38bdf8;
    }

    .workflow-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
    .workflow-grid > div {
        padding: 20px;
    }
    .impact-grid {
        gap: 30px;
    }
    .impact-card {
        max-width: 220px;
    }
    .strategy-content-wrapper {
        padding: 60px;
        background-position: center;
    }
    .strategy-text {
        flex: 0 0 50%;
    }
}






/* --- 3. Desktop Layout (>= 1024px) --- */
@media (min-width: 1024px) {

    
    desktop-nav { display: block; }
    .menu-toggle { display: none; }
    .mobile-nav { display: none; }    
    
    .site-header .logo{
        font-size:36px;
        font-weight:800;
        line-height: 36px;    

        background-size: contain;
        padding: 0px 0px 0px 32px;
    }
    .desktop-nav ul {
        gap: 30px;
    }
    .btn-primary, .btn-secondary {
        padding: 15px 18px;
    }
    .hero {
        background-image: linear-gradient(
                        90deg,
                        rgba(255,255,255,.88) 0%,
                        rgba(255,255,255,.70) 35%,
                        rgba(255,255,255,.35) 50%,
                        rgba(255,255,255,.05) 65%,
                        rgba(255,255,255,0) 100%
                    ), 
                    url('../images/header-workers.jpg');
    }
    .hero h1 {
        font-size: 72px;
        line-height: 1.03;
    }
    .hero-phone-container { 
        margin: unset;
    }
    .workflow-grid > div {
        padding: 30px;
    }
    .impact-card {
        max-width: 350px;
    }
}