* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    font-family: 'Manrope', sans-serif;
    color: #1a2332;
    background-color: #f8f9fa;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.25;
}

h1 {
    font-size: calc(1.575rem + 3.9vw);
}

h2 {
    font-size: calc(1.325rem + .9vw);
}

h3 {
    font-size: calc(1.3rem + .6vw);
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: color .15s ease-in-out, opacity .15s ease-in-out;
    color: #0066cc;
}

a:hover {
    opacity: .7;
    color: #0052a3;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

input, button, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.display-3 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 700;
    line-height: 1.1;
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 700;
    line-height: 1.1;
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 700;
    line-height: 1.1;
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 700;
    line-height: 1.1;
}

.container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.form-label {
    margin-bottom: .5rem;
    display: inline-block;
}

.form-control {
    display: block;
    width: 100%;
    padding: .825rem 1.1875rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    background-color: #ffffff;
    border: 2px solid #e0e4e8;
    border-radius: .5rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    outline: 0;
    border-color: #0066cc;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.15);
}

.form-select {
    display: block;
    width: 100%;
    padding: .825rem 3.5625rem .825rem 1.1875rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.2;
    background-color: #ffffff;
    border: 2px solid #e0e4e8;
    border-radius: .5rem;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select:focus {
    outline: 0;
    border-color: #0066cc;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.15);
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: 0;
}

.form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
    margin-right: .5rem;
    vertical-align: top;
    background-color: #ffffff;
    border: 2px solid #e0e4e8;
    appearance: none;
    border-radius: .25rem;
}

.form-check-input:checked {
    background-color: #0066cc;
    border-color: #0066cc;
}

.form-check-label {
    cursor: pointer;
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: 2px solid transparent;
    padding: .825rem 1.1875rem;
    font-size: 1.125rem;
    border-radius: .5rem;
    transition: all .15s ease-in-out;
}

.btn-action-1 {
    background-color: #0066cc;
    color: #ffffff;
    border-color: #0066cc;
}

.btn-action-1:hover {
    background-color: #0052a3;
    border-color: #0052a3;
    color: #ffffff;
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.25rem;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    transition: color .15s ease-in-out;
    color: #1a2332;
    font-weight: 600;
}

.nav-link:hover {
    color: #0066cc;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: .40625rem;
    padding-bottom: .40625rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 800;
    color: #0066cc;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .5rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.collapse:not(.show) {
    display: none;
}

.bg-bg-2 {
    background-color: #f0f3f6;
}

.bg-bg-3 {
    background-color: #ffffff;
}

.bg-dark {
    background-color: #1a2332;
}

.text-light {
    color: #ffffff;
}

.text-muted {
    color: #6c757d;
}

.hero-section {
    background: linear-gradient(135deg, #e8f0f7 0%, #f8f9fa 100%);
    position: relative;
}

.hero-image-wrapper {
    position: relative;
}

.hero-image-wrapper::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0066cc 0%, #004999 100%);
    border-radius: 1rem;
    z-index: -1;
}

.service-card {
    background: #ffffff;
    border: 2px solid #e0e4e8;
    transition: all .3s ease;
}

.service-card:hover {
    border-color: #0066cc;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 102, 204, 0.15);
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0066cc 0%, #004999 100%);
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.gradient-section {
    background: linear-gradient(135deg, #0066cc 0%, #004999 100%);
}

.bg-light-overlay {
    background-color: rgba(255, 255, 255, 0.1);
}

.process-step {
    border: 2px solid #e0e4e8;
    transition: all .3s ease;
}

.process-step:hover {
    border-color: #0066cc;
    transform: translateY(-3px);
}

.step-number {
    font-size: 2rem;
    color: #0066cc;
}

.bg-accent-section {
    background: linear-gradient(135deg, #004999 0%, #003366 100%);
}

.industry-card {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all .3s ease;
}

.industry-card:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.stat-number {
    font-size: 3rem;
    color: #0066cc;
}

.stat-label {
    color: #6c757d;
    font-size: 1.1rem;
}

.contact-wrapper {
    background: #ffffff;
    border: 2px solid #e0e4e8;
}

.info-item {
    font-size: 1.1rem;
    color: #1a2332;
}

.info-item i {
    color: #0066cc;
    font-size: 1.3rem;
}

.footer-section {
    border-top: 3px solid #0066cc;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: .75rem;
}

.footer-links a {
    color: #e0e4e8;
    transition: color .3s ease;
}

.footer-links a:hover {
    color: #0066cc;
}

.footer-link {
    color: #e0e4e8;
    transition: color .3s ease;
}

.footer-link:hover {
    color: #0066cc;
}

.border-top-custom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.shadow {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.rounded-3 {
    border-radius: .75rem;
}

.rounded-4 {
    border-radius: 1rem;
}

.opacity-90 {
    opacity: .9;
}

.fw-bold {
    font-weight: 700;
}

.fw-normal {
    font-weight: 500;
}

.text-center {
    text-align: center;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.d-flex {
    display: flex;
}

.d-inline-block {
    display: inline-block;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.position-relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: .5rem;
}

.mb-3 {
    margin-bottom: .75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-15 {
    margin-bottom: 4rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.me-2 {
    margin-right: .5rem;
}

.me-3 {
    margin-right: .75rem;
}

.me-4 {
    margin-right: 1rem;
}

.ms-auto {
    margin-left: auto;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.p-10 {
    padding: 2.5rem;
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-15 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.fs-1 {
    font-size: 1.5rem;
}

.fs-2 {
    font-size: 1.375rem;
}

.fs-3 {
    font-size: 1.25rem;
}

.fs-4 {
    font-size: 1.125rem;
}

.fs-5 {
    font-size: 1rem;
}

.small {
    font-size: .875rem;
}

.g-4 > * {
    padding: .5rem;
}

.g-6 > * {
    padding: 1rem;
}

.g-8 > * {
    padding: 1.5rem;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .text-md-start {
        text-align: left;
    }
    .text-md-end {
        text-align: right;
    }
    .p-md-12 {
        padding: 3rem;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .mb-lg-0 {
        margin-bottom: 0;
    }
    .py-lg-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .py-lg-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .py-lg-25 {
        padding-top: 6.5rem;
        padding-bottom: 6.5rem;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    h1 {
        font-size: 4.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.75rem;
    }
    .display-3 {
        font-size: 4.5rem;
    }
    .display-4 {
        font-size: 3.5rem;
    }
    .display-5 {
        font-size: 3rem;
    }
    .display-6 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.stat-number-white {
    font-size: 3rem;
    color: #ffffff;
}

.stat-label-white {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.flex-shrink-0 {
    flex-shrink: 0;
}