@charset "UTF-8";
/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #081158;
    --bs-secondary: #29eafd;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: "Open Sans", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2rem;
    }
}
.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.75rem;
    }
}
.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5rem;
    }
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #458ab8;
    text-decoration: underline;
}
a:hover {
    color: #44b2c5;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
pre {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
textarea {
    resize: vertical;
}
iframe {
    border: 0;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 576px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 992px) {
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}
.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(var(--bs-table-accent-bg)),
        to(var(--bs-table-accent-bg))
    );
    background-image: -webkit-linear-gradient(
        var(--bs-table-accent-bg),
        var(--bs-table-accent-bg)
    );
    background-image: -o-linear-gradient(
        var(--bs-table-accent-bg),
        var(--bs-table-accent-bg)
    );
    background-image: linear-gradient(
        var(--bs-table-accent-bg),
        var(--bs-table-accent-bg)
    );
    border-bottom-width: 1px;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #8488ac;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(8, 17, 88, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(8, 17, 88, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.btn:hover {
    color: #212529;
}
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(8, 17, 88, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(8, 17, 88, 0.25);
}
.btn.disabled,
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}
.btn-primary {
    color: #fff;
    background-color: #081158;
    border-color: #081158;
}
.btn-primary:hover {
    color: #fff;
    background-color: #070e4b;
    border-color: #060e46;
}
.btn-primary:focus {
    color: #fff;
    background-color: #070e4b;
    border-color: #060e46;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(45, 53, 113, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(45, 53, 113, 0.5);
}
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #060e46;
    border-color: #060d42;
}
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(45, 53, 113, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(45, 53, 113, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #081158;
    border-color: #081158;
}
.btn-secondary {
    color: #000;
    background-color: #29eafd;
    border-color: #29eafd;
}
.btn-secondary:hover {
    color: #000;
    background-color: #49edfd;
    border-color: #3eecfd;
}
.btn-secondary:focus {
    color: #000;
    background-color: #49edfd;
    border-color: #3eecfd;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(35, 199, 215, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(35, 199, 215, 0.5);
}
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: #54eefd;
    border-color: #3eecfd;
}
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(35, 199, 215, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(35, 199, 215, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #000;
    background-color: #29eafd;
    border-color: #29eafd;
}
.btn-link {
    font-weight: 400;
    color: #081158;
    text-decoration: underline;
}
.btn-link:hover {
    color: #060e46;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu[style] {
    right: auto !important;
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropend .dropdown-toggle:after {
    vertical-align: 0;
}
.dropstart .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropstart .dropdown-toggle:after {
    display: none;
}
.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropstart .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #081158;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #081158;
    border-color: #081158;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
    opacity: 0;
}
.toast.hide {
    display: none;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 1rem 1rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}
@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio:before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.ml-auto {
    margin-left: auto !important;
}
.burger {
    margin-left: auto;
    order: 2;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-none {
    display: none !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.m-0 {
    margin: 0 !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.text-center {
    text-align: center !important;
}
.text-primary {
    color: #081158 !important;
}
.text-danger {
    color: #dc3545 !important;
}
.text-white {
    color: #fff !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.visible {
    visibility: visible !important;
}
@media (min-width: 992px) {
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
}
body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.logo,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Montserrat", sans-serif;
}
a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-decoration: none;
}
.btn {
    padding: 12px 30px;
    font-size: 14px;
}
.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.form-control {
    border: none;
    font-size: 16px;
    height: 45px;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border-bottom: 1px solid #2c3237;
    border-radius: 0;
}
.form-control:active,
.form-control:focus {
    border-color: #081158;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
.logo {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
.logo:hover {
    color: #fff;
}
.site-nav {
    position: absolute;
    top: 0;
    z-index: 1050;
    width: 100%;
}
.site-nav {
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-nav .h1,
.site-nav h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
}
.site-nav .site-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-nav .site-navigation .site-menu {
    margin-bottom: 0;
}
.site-nav .site-navigation .site-menu > li {
    display: inline-block;
}
.site-nav .site-navigation .site-menu > li > a {
    font-size: 14px;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.7);
}
.site-nav .site-navigation .site-menu > li > a:hover {
    color: #fff;
}
.site-nav .site-navigation .site-menu > li.active > a {
    color: #fff;
}
.site-nav .site-navigation .site-menu .has-children {
    position: relative;
}
.site-nav .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}
.site-nav .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 14px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon";
}
.site-nav .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    z-index: 999;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}
.site-nav .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000;
}
.site-nav .site-navigation .site-menu .has-children .dropdown .active a {
    color: #081158 !important;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 180px;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 5px 20px;
    display: block;
}
.site-nav .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    color: #081158;
}
.site-nav
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > a:before {
    content: "\e315";
    right: 20px;
}
.site-nav
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > .dropdown,
.site-nav
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > ul {
    left: 100%;
    top: 0;
}
.site-nav
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > .dropdown
    li
    a:hover,
.site-nav
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > ul
    li
    a:hover {
    color: #081158;
}
.site-nav
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:active
    > a,
.site-nav
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:focus
    > a,
.site-nav
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:hover
    > a {
    color: #081158;
}
.site-nav .site-navigation .site-menu .has-children:active > a,
.site-nav .site-navigation .site-menu .has-children:focus > a,
.site-nav .site-navigation .site-menu .has-children:hover > a {
    color: #fff;
}
.site-nav .site-navigation .site-menu .has-children:active,
.site-nav .site-navigation .site-menu .has-children:focus,
.site-nav .site-navigation .site-menu .has-children:hover {
    cursor: pointer;
}
.site-nav .site-navigation .site-menu .has-children:active > .dropdown,
.site-nav .site-navigation .site-menu .has-children:focus > .dropdown,
.site-nav .site-navigation .site-menu .has-children:hover > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}
.site-mobile-menu-close {
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
    top: -20px;
}
.site-mobile-menu-close > span {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
}
.site-mobile-menu-close > span:after,
.site-mobile-menu-close > span:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background: #000;
}
.site-mobile-menu-close > span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.site-mobile-menu-close > span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
}
.offcanvas-menu .site-mobile-menu {
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.site-mobile-menu .site-nav-wrap a {
    padding: 5px 20px;
    display: block;
    position: relative;
    color: #000;
}
.site-mobile-menu .site-nav-wrap a:hover {
    color: #081158;
}
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
    color: #081158;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 14px;
    z-index: 20;
    font-family: "icomoon";
    content: "\e313";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 14px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 14px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 14px;
    padding-left: 60px;
}
.burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
    position: relative;
}
.burger.light:after,
.burger.light:before,
.burger.light span {
    background: #fff;
}
.burger:after,
.burger:before,
.burger span {
    width: 100%;
    height: 2px;
    display: block;
    background: #000;
    border-radius: 2px;
    position: absolute;
    opacity: 1;
}
.burger:after,
.burger:before {
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1),
        background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: "";
}
.burger:before {
    top: 4px;
}
.burger span {
    top: 15px;
}
.burger:after {
    top: 26px;
}
.burger:hover:before {
    top: 7px;
}
.burger:hover:after {
    top: 23px;
}
.burger.active span {
    opacity: 0;
}
.burger.active:after,
.burger.active:before {
    top: 40%;
}
.burger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
}
.burger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
}
.burger:focus {
    outline: none;
}
.hero {
    padding-top: 12rem;
    padding-bottom: 12rem;
    height: 74vh;
    min-height: 600px;
    background: #000;
    position: relative;
}
@media (max-width: 767.98px) {
    .hero {
        height: 85vh;
        min-height: 400px;
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero {
        height: 78vh;
        min-height: 500px;
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
    .hero {
        height: 79vh;
        min-height: 550px;
        padding-top: 11rem;
        padding-bottom: 11rem;
    }
}
.hero .map {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    z-index: 1;
}
@media (max-width: 1199.98px) {
    .hero .map {
        width: 100%;
    }
}
.hero > .container {
    position: relative;
    z-index: 2;
}
.hero .heading {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
}
.hero .lead {
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
}
.hero .form-search .form-control {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #FF3C00;
}
.hero .form-search .form-control:focus,
.hero .form-search .form-control:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}
.hero .form-search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.hero .form-search .form-control {
    margin-right: 10px;
}
.hero .form-search .btn {
    background-color: #FF3C00;
    padding-left: 30px;
    padding-right: 30px;
    color: #ffffff;
}
.hero .form-search .btn:focus,
.hero .form-search .btn:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.hero .counter-wrap {
    text-align: center;
}
.hero .counter-wrap .number {
    position: relative;
    display: block;
    font-size: 30px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.hero .counter-wrap .number:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #FF3C00;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.hero .counter-wrap .caption {
    color: rgba(255, 255, 255, 0.5);
}
.section {
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.section .subheading {
    font-size: 11px;
    font-weight: 700;
    color: #adb5bd;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}
.section .heading {
    font-weight: 700;
}
.section-1 {
    margin-top: -200px;
    position: relative;
}

/* Fix for error message overlap with section-1 */
.hero .alert {
    margin-bottom: 1.5rem;
}

/* Reduce section-1 negative margin when there are validation errors */
.has-validation-errors .section-1 {
    margin-top: -150px;
}

@media (max-width: 767.98px) {
    .has-validation-errors .section-1 {
        margin-top: -100px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .has-validation-errors .section-1 {
        margin-top: -125px;
    }
}
.feature.box-shadow {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 30px;
}
.feature .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 20px;
}
.feature .text .heading {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.feature .text :last-child {
    margin-bottom: 0;
}
.more {
    position: relative;
    padding-right: 30px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.more span {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: transparent;
    color: #fff;
    line-height: 15px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.more:hover {
    color: #fff;
}
.more:hover span {
    background: #081158;
}
.more.dark {
    color: #000;
}
.more.dark > span {
    color: #000;
}
.more.dark:hover {
    color: #081158;
}
.more.dark:hover span {
    color: #fff;
    background: #081158;
}
.more.active {
    color: #081158;
}
.more.active span {
    color: #fff;
    background: #081158;
}
.block-testimonial p {
    font-size: 18px;
    color: #000;
    line-height: 2;
}
.block-testimonial .author {
    display: block;
}
.block-testimonial .author img {
    width: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
}
.block-testimonial .author .h3,
.block-testimonial .author h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
}
.block-testimonial .author .position {
    font-size: 14px;
}
.testimonial-slide-wrap {
    position: relative;
}
.testimonial-slide-wrap .tns-nav {
    margin-bottom: 30px;
    position: absolute;
    bottom: -20px;
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testimonial-slide-wrap .tns-nav button {
    background: none;
    border: none;
    display: inline-block;
    position: relative;
    width: 0px !important;
    height: 7px !important;
    margin: 2px;
}
.testimonial-slide-wrap .tns-nav button:active,
.testimonial-slide-wrap .tns-nav button:focus,
.testimonial-slide-wrap .tns-nav button:hover {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}
.testimonial-slide-wrap .tns-nav button:before {
    display: block;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #ccc;
}
.testimonial-slide-wrap .tns-nav button.tns-nav-active:before,
.testimonial-slide-wrap .tns-nav button:hover:before {
    background-color: #081158;
}
.custom-accordion .accordion-item {
    margin-bottom: 0px;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}
.custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    color: #000;
    background: transparent;
    border: none;
    padding-left: 40px;
    border-radius: 4px;
    position: relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.custom-accordion .accordion-item .btn-link:before {
    font-family: "icomoon";
    content: "\e145";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}
.custom-accordion .accordion-item .btn-link:hover {
    background: #efefef;
}
.custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
    font-weight: 700;
    color: #fff !important;
    background: #081158;
}
.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
    content: "—";
    position: absolute;
    color: #fff;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}
.custom-accordion .accordion-item.active {
    z-index: 2;
}
.custom-accordion .accordion-item.active .btn-link {
    color: #000;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
.custom-accordion .accordion-item .accordion-body {
    padding: 20px 20px 20px 20px;
}
#prevnext-testimonial:active,
#prevnext-testimonial:focus {
    outline: none;
}
#prevnext-testimonial .next,
#prevnext-testimonial .prev {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #efefef;
    position: relative;
    border-radius: 4px;
}
#prevnext-testimonial .next span,
#prevnext-testimonial .prev span {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #081158;
}
#prevnext-testimonial .next:hover,
#prevnext-testimonial .prev:hover {
    background: #FF3C00;
}
#prevnext-testimonial .next:hover span,
#prevnext-testimonial .prev:hover span {
    color: #fff;
}
.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.bg-img.overlay {
    position: relative;
}
.bg-img.overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    z-index: 1;
    height: 100%;
}

/* Modern 2025 Breadcrumb Styles */
.modern-breadcrumb {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.modern-breadcrumb:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.breadcrumb-item {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 20px;
}

.breadcrumb-item:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.2);
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin: 0 4px;
}

.page-title-modern {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    background: linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.75rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.page-subtitle-modern {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .modern-breadcrumb {
        padding: 6px 16px;
        font-size: 12px;
        margin-bottom: 1rem;
    }
    
    .page-title-modern {
        font-size: clamp(1.75rem, 6vw, 2.5rem);
        margin-bottom: 0.5rem;
    }
    
    .page-subtitle-modern {
        font-size: 1rem;
    }
}


.bg-img > .container {
    position: relative;
    z-index: 2;
}
.bg-img,
.bg-img > .container > .row {
    height: 40vh;
    min-height: 350px;
    padding-top: 80px;
}
@media (max-width: 991.98px) {
    .bg-img,
    .bg-img > .container > .row {
        height: 35vh;
        min-height: 320px;
        padding-top: 70px;
    }
}
@media (max-width: 575.98px) {
    .bg-img,
    .bg-img > .container > .row {
        height: 30vh;
        min-height: 280px;
        padding-top: 60px;
    }
}
.bg-img .caption {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1rem;
}
.bg-img .heading {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.4;
}
@media (max-width: 767.98px) {
    .bg-img .heading {
        font-size: 30px;
    }
}
.blog-entry .media-thumb {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-entry .media-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(8, 17, 88, 0.8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.blog-entry .media-thumb img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s transform ease;
    -o-transition: 0.3s transform ease;
    transition: 0.3s transform ease;
}
.blog-entry .media-thumb:hover {
    z-index: 3;
}
.blog-entry .media-thumb:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
.blog-entry .media-thumb:hover:after {
    opacity: 1;
    visibility: visible;
}
.blog-entry .post-title {
    font-weight: bold;
    font-size: 18px;
}
.video-wrap {
    position: relative;
    display: block;
}
.video-wrap .play-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.video-wrap .play-wrap > span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-wrap:hover .play-wrap {
    width: 60px;
    height: 60px;
}
.team .team-img {
    width: 190px;
    border-radius: 50%;
}
.team .h3,
.team h3 {
    font-size: 16px;
    font-weight: 900;
    color: #000;
}
.team .h3 a,
.team h3 a {
    color: #000;
}
.team p {
    line-height: 1.7;
    font-size: 15px;
}
.team .number {
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: 0.2rem;
}
.site-footer {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    font-size: 14px;
    color: #666;
    padding: 50px 0 25px;
    border-top: 3px solid #FF3C00;
    position: relative;
}
.site-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #FF3C00 50%, transparent 100%);
}
.site-footer a {
    color: #FF3C00;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}
.site-footer a:hover {
    color: #e63600;
    text-decoration: none;
}
.site-footer .btn:before {
    display: none;
}
.site-footer .widget {
    margin-bottom: 25px;
    display: block;
    position: relative;
    z-index: 1;
}
.site-footer .widget .h3,
.site-footer .widget h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 18px;
    font-weight: 700;
    position: relative;
    padding-bottom: 8px;
}
.site-footer .widget .h3:after,
.site-footer .widget h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #FF3C00;
}
.site-footer .widget .links {
    width: 150px;
}
.site-footer .widget .links li {
    margin-bottom: 12px;
    transition: all 0.3s ease;
}
.site-footer .widget .links li:hover {
    transform: translateX(5px);
}
.site-footer .widget .links li a {
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease;
}
.site-footer .widget .links li a:hover {
    color: #FF3C00;
    padding-left: 5px;
}
.site-footer .social {
    margin-top: 20px;
}
.site-footer .social li {
    display: inline-block;
    margin-right: 10px;
}
.site-footer .social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    background: #e9ecef;
    border-radius: 50%;
    color: #666;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.site-footer .social li a:before {
    display: none;
}
.site-footer .social li a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    transition: all 0.3s ease;
}
.site-footer .social li a:hover {
    background: #FF3C00;
    color: #fff;
    border-color: #FF3C00;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 60, 0, 0.3);
}
.site-footer .social li a:hover > span {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Footer Copyright Section */
.site-footer .row.mt-5 {
    border-top: 1px solid #e9ecef;
    padding-top: 30px;
    margin-top: 50px !important;
}
.site-footer .row.mt-5 p {
    color: #666;
    font-size: 14px;
    margin: 0;
    opacity: 0.8;
}

/* Footer Address and Contact Styling */
.site-footer address {
    color: #666;
    font-style: normal;
    line-height: 1.6;
    margin-bottom: 20px;
}
.site-footer .widget p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Footer Logo Enhancement */
.site-footer .widget p img {
    filter: brightness(0.9);
    transition: all 0.3s ease;
}
.site-footer .widget p img:hover {
    filter: brightness(1);
    transform: scale(1.02);
}

/* ===== MODERN FOOTER 2025 STYLES ===== */

/* Footer Brand Section */
.site-footer .footer-brand .brand-logo {
    margin-bottom: 20px;
}

.site-footer .footer-brand .footer-logo {
    max-width: 180px;
    height: auto;
    filter: brightness(0.9);
    transition: all 0.3s ease;
}

.site-footer .footer-brand .footer-logo:hover {
    filter: brightness(1);
    transform: scale(1.02);
}

.site-footer .footer-brand .brand-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 18px;
}

/* Footer Features */
.site-footer .footer-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
}

.site-footer .footer-features .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    transition: all 0.3s ease;
}

.site-footer .footer-features .feature-item:hover {
    transform: translateX(5px);
}

.site-footer .footer-features .feature-icon {
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.site-footer .footer-features .feature-text {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Service Links */
.site-footer .service-links li {
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.site-footer .service-links li:hover {
    transform: translateX(5px);
}

.site-footer .service-links li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease;
}

.site-footer .service-links li a:hover {
    color: #FF3C00;
}

.site-footer .service-links .link-icon {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

/* Company Links */
.site-footer .company-links li {
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.site-footer .company-links li:hover {
    transform: translateX(5px);
}

.site-footer .company-links li a {
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease;
}

.site-footer .company-links li a:hover {
    color: #FF3C00;
    padding-left: 5px;
}

/* Contact Section */
.site-footer .footer-contact .contact-info {
    margin-bottom: 20px;
}

.site-footer .footer-contact .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    padding: 12px;
    background: rgba(255, 60, 0, 0.02);
    border-radius: 8px;
    border-left: 3px solid #FF3C00;
    transition: all 0.3s ease;
}

.site-footer .footer-contact .contact-item:hover {
    background: rgba(255, 60, 0, 0.05);
    transform: translateY(-2px);
}

.site-footer .footer-contact .contact-icon {
    font-size: 20px;
    width: 24px;
    text-align: center;
    margin-top: 2px;
}

.site-footer .footer-contact .contact-details {
    flex: 1;
}

.site-footer .footer-contact .contact-details strong {
    display: block;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
}

.site-footer .footer-contact .contact-details address {
    color: #666;
    font-style: normal;
    line-height: 1.5;
    margin: 0;
    font-size: 14px;
}

.site-footer .footer-contact .contact-link {
    color: #FF3C00;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.site-footer .footer-contact .contact-link:hover {
    color: #e63600;
    text-decoration: underline;
}

/* Modern Social Media */
.site-footer .footer-social {
    margin-top: 18px;
}

.site-footer .footer-social h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.site-footer .social-modern {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.site-footer .social-modern li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    color: #666;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.site-footer .social-modern li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 60, 0, 0.1), transparent);
    transition: left 0.5s ease;
}

.site-footer .social-modern li a:hover {
    background: #FF3C00;
    color: #fff;
    border-color: #FF3C00;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(255, 60, 0, 0.3);
}

.site-footer .social-modern li a:hover:before {
    left: 100%;
}

.site-footer .social-modern li a > span {
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.site-footer .social-modern li a:hover > span {
    transform: scale(1.1);
}

/* Footer Bottom */
.site-footer .footer-bottom {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
    position: relative;
}

.site-footer .footer-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: #FF3C00;
}

.site-footer .footer-copyright p {
    color: #666;
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

.site-footer .footer-legal {
    text-align: right;
}

.site-footer .legal-links {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin: 0;
}

/* Separator only for footer bottom policy links */
.site-footer .footer-bottom .legal-links li:not(:last-child):after {
    content: '•';
    color: #FF3C00;
    margin-left: 10px;
    font-weight: bold;
    opacity: 0.7;
}

/* No separator for feature items in the main footer area */
.site-footer .legal-links li .feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-footer .legal-links li a {
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
}

.site-footer .legal-links li a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #FF3C00;
    transition: width 0.3s ease;
}

.site-footer .legal-links li a:hover {
    color: #FF3C00;
}

.site-footer .legal-links li a:hover:before {
    width: 100%;
}

/* Responsive Footer Adjustments */
@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 20px;
        text-align: center;
    }
    
    .site-footer .widget {
        margin-bottom: 30px;
    }
    
    .site-footer .footer-features {
        align-items: center;
    }
    
    .site-footer .footer-contact .contact-item {
        text-align: left;
    }
    
    .site-footer .social-modern {
        justify-content: center;
    }
    
    .site-footer .footer-legal {
        text-align: center;
        margin-top: 20px;
    }
    
    .site-footer .legal-links {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .site-footer .footer-bottom {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .site-footer {
        padding: 30px 0 15px;
    }
    
    .site-footer .footer-features {
        gap: 6px;
    }
    
    .site-footer .footer-contact .contact-item {
        padding: 10px;
        margin-bottom: 12px;
    }
    
    .site-footer .widget {
        margin-bottom: 25px;
    }
    
    .site-footer .legal-links {
        flex-direction: column;
        gap: 8px;
    }
}

/* ===== MODERN HEADER 2025 ===== */

/* Hide old mobile menu system when using modern header */
.site-mobile-menu {
  display: none !important;
}

/* Header Container */
.modern-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Navigation Bar */
.modern-header .site-nav {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* Scrolled State */
.modern-header.scrolled .site-nav {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
}

/* Navigation Wrapper */
.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  position: relative;
}

/* Logo Section */
.logo-section {
  flex-shrink: 0;
  z-index: 10;
}

.logo-link {
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease;
}

.logo-link:hover {
  transform: scale(1.05);
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-img {
  height: 45px;
  width: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}

.logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  display: none;
}

/* Desktop Navigation */
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  color: #4a5568;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 12px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.nav-link:hover {
  color: #FF3C00;
  background: rgba(255, 60, 0, 0.08);
  transform: translateY(-1px);
}

.nav-link.active {
  color: #FF3C00;
  /* background: rgba(255, 60, 0, 0.12); */
  font-weight: 600;
}

.nav-text {
  position: relative;
  z-index: 2;
}

.nav-indicator {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #FF3C00, #ff5722);
  border-radius: 1px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
}

.nav-link:hover .nav-indicator,
.nav-link.active .nav-indicator {
  width: 80%;
}

/* Dropdown Styles */
.has-dropdown {
  position: relative;
}

.dropdown-icon {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.has-dropdown:hover .dropdown-icon {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  margin-top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
  display: none;
  list-style: none;
}

.has-dropdown:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  display: block !important;
}

/* Dropdown Arrow Styling */
.dropdown-arrow {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.dropdown-active .dropdown-arrow,
.has-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg) !important;
}

.mobile-dropdown.active .dropdown-arrow {
  transform: rotate(180deg);
}

/* Ensure nav links with arrows are properly aligned */
.nav-link {
  display: flex;
  align-items: center;
}

.mobile-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-link {
  display: block;
  padding: 0.75rem 1rem;
  color: #4a5568;
  text-decoration: none;
  font-size: 0.9rem;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.dropdown-link:hover {
  color: #FF3C00;
  background: rgba(255, 60, 0, 0.08);
  transform: translateX(4px);
}

/* CTA Button */
.nav-cta {
  margin-left: 1rem;
}

.cta-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #000, #666);
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(255, 60, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 60, 0, 0.4);
  color: white;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.cta-button:hover::before {
  left: 100%;
}

/* Mobile Toggle */
.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 60, 0, 0.1);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 4px;
  z-index: 1001;
  position: relative;
}

.mobile-toggle:hover {
  background: rgba(255, 60, 0, 0.15);
  transform: scale(1.05);
}

.hamburger-line {
  width: 20px;
  height: 2px;
  background: #FF3C00;
  border-radius: 1px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Navigation Overlay */
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 2rem;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}

.mobile-nav-overlay.active .mobile-nav {
  transform: translateX(0);
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.mobile-logo img {
  height: 35px;
  width: auto;
}

.mobile-logo span {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
}

.mobile-close {
  width: 40px;
  height: 40px;
  background: rgba(255, 60, 0, 0.1);
  border: none;
  border-radius: 10px;
  color: #FF3C00;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mobile-close:hover {
  background: rgba(255, 60, 0, 0.2);
  transform: scale(1.05);
}

.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu > li {
  margin-bottom: 0.5rem;
}

.mobile-link {
  display: block;
  padding: 1rem;
  color: #4a5568;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.mobile-link:hover,
.mobile-link.active {
  color: #FF3C00;
  background: rgba(255, 60, 0, 0.08);
  transform: translateX(8px);
}

.mobile-dropdown .dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-submenu {
  list-style: none;
  margin: 0.5rem 0 0 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mobile-dropdown.active .mobile-submenu {
  max-height: 300px;
}

.mobile-sublink {
  display: block;
  padding: 0.75rem 1rem 0.75rem 2rem;
  color: #6b7280;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.mobile-sublink:hover {
  color: #FF3C00;
  background: rgba(255, 60, 0, 0.05);
  transform: translateX(4px);
}

.mobile-cta {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, #FF3C00, #ff5722);
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(255, 60, 0, 0.3);
  transition: all 0.3s ease;
}

.mobile-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 60, 0, 0.4);
  color: white;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .desktop-nav {
    display: none !important;
  }
  
  .mobile-toggle {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1001 !important;
  }
  
  /* Ensure mobile toggle is always visible on mobile */
  .modern-header .mobile-toggle {
    display: flex !important;
  }
  
  .logo-text {
    display: block;
  }
}

@media (max-width: 768px) {
  .nav-wrapper {
    padding: 0.75rem 0;
  }
  
  .logo-img {
    height: 40px;
  }
  
  .logo-text {
    font-size: 1.25rem;
  }
  
  .mobile-nav {
    width: 100%;
    max-width: none;
    padding: 1.5rem;
  }
  
  /* Force mobile toggle visibility on smaller screens */
  .mobile-toggle {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 480px) {
  .logo-text {
    display: none;
  }
  
  .mobile-nav {
    padding: 1rem;
  }
}

/* Animation Keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus States */
.nav-link:focus,
.cta-button:focus,
.mobile-toggle:focus,
.mobile-close:focus {
  outline: 2px solid #FF3C00;
  outline-offset: 2px;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .modern-header .site-nav {
    background: rgba(255, 255, 255, 1);
    border-bottom: 2px solid #000;
  }
  
  .nav-link {
    color: #000;
  }
  
  .nav-link:hover {
    background: #000;
    color: #fff;
  }
}

/* ===== CONTACT PAGE BEAUTIFUL UI STYLES ===== */

/* Contact Page Animations and Effects */
@keyframes pulse {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 0;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes float {
	0%, 100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
}

/* Contact Card Hover Effects */
.contact-card {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
}

.contact-card:hover {
	transform: translateY(-15px) !important;
	box-shadow: 0 25px 80px rgba(0,0,0,0.2) !important;
}

.contact-card:hover .icon-bg {
	transform: scale(1.15) rotate(5deg);
	box-shadow: 0 15px 40px rgba(255, 60, 0, 0.5) !important;
}

.contact-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 60, 0, 0.02), rgba(255, 107, 53, 0.02));
	border-radius: 20px;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.contact-card:hover::before {
	opacity: 1;
}

/* Icon Animation */
.icon-bg {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
}

.icon-bg::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	transition: all 0.6s ease;
	transform: translate(-50%, -50%);
}

.contact-card:hover .icon-bg::before {
	width: 100%;
	height: 100%;
}

/* Form Input Focus Effects */
.form-control {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
}

.form-control:focus {
	border-color: #FF3C00 !important;
	box-shadow: 0 0 0 0.25rem rgba(255, 60, 0, 0.15), 0 8px 25px rgba(255, 60, 0, 0.1) !important;
	transform: translateY(-3px);
	background: rgba(255, 255, 255, 0.95);
}

.form-control:hover:not(:focus) {
	border-color: rgba(255, 60, 0, 0.4) !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Button Hover Effects */
.btn {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	overflow: hidden;
}

.btn:hover .btn-overlay {
	opacity: 1 !important;
}

.btn:hover {
	transform: translateY(-3px) scale(1.02) !important;
	box-shadow: 0 15px 45px rgba(255, 60, 0, 0.4) !important;
}

.btn:active {
	transform: translateY(-1px) scale(0.98) !important;
}

/* Contact Card Link Hover */
.contact-card a {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
}

.contact-card a:hover {
	color: #FF6B35 !important;
	transform: scale(1.05);
	display: inline-block;
	text-shadow: 0 2px 8px rgba(255, 60, 0, 0.3);
}

.contact-card a::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, #FF3C00, #FF6B35);
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.contact-card a:hover::after {
	width: 100%;
}

/* Hero Content Animation */
.hero-content {
	animation: fadeInUp 1s ease-out;
}

.hero-content .badge {
	transition: all 0.3s ease;
	animation: float 3s ease-in-out infinite;
}

.hero-content .badge:hover {
	transform: scale(1.1);
	box-shadow: 0 8px 25px rgba(255, 60, 0, 0.3);
}

/* Form Container Hover */
.form-container {
	transition: all 0.4s ease;
}

.form-container:hover {
	box-shadow: 0 30px 100px rgba(0,0,0,0.15) !important;
	transform: translateY(-5px);
}

/* Icon Wrapper Animation */
.icon-wrapper {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact-card:hover .icon-wrapper {
	transform: scale(1.1) translateY(-5px);
}

/* Feature Item Hover */
.feature-item {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 12px;
	padding: 8px;
	margin: -8px;
}

.feature-item:hover {
	transform: translateX(8px);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
}

.feature-item .feature-icon {
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.feature-item:hover .feature-icon {
	background: rgba(255,255,255,0.3) !important;
	transform: scale(1.2) rotate(10deg);
	box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* Decoration Elements */
.decoration-circle {
	animation: float 4s ease-in-out infinite;
}

.decoration-top {
	position: relative;
	overflow: hidden;
}

.decoration-top::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
	animation: shimmer 3s infinite;
}

@keyframes shimmer {
	0% {
		left: -100%;
	}
	100% {
		left: 100%;
	}
}

/* Form Labels */
.form-label {
	transition: all 0.3s ease;
}

.form-group:hover .form-label {
	color: #FF3C00 !important;
	transform: translateY(-2px);
}

/* Pulse Ring Animation */
.pulse-ring {
	animation: pulse 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

/* Loading State for Button */
.btn.loading {
	pointer-events: none;
}

.btn.loading .btn-text {
	opacity: 0;
}

.btn.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-top: 2px solid white;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

/* Responsive Animations */
@media (max-width: 768px) {
	.contact-card:hover {
		transform: translateY(-8px) !important;
	}
	
	.form-control:focus {
		transform: translateY(-1px);
	}
	
	.btn:hover {
		transform: translateY(-2px) scale(1.01) !important;
	}
	
	.feature-item:hover {
		transform: translateX(4px);
	}
	
	.hero-content .badge {
		animation: none;
	}
}

@media (max-width: 576px) {
	.contact-card:hover {
		transform: translateY(-5px) !important;
	}
	
	.form-container:hover {
		transform: none;
	}
	
	.icon-bg {
		width: 70px !important;
		height: 70px !important;
	}
	
	.pulse-ring {
		width: 70px !important;
		height: 70px !important;
	}
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	
	.pulse-ring {
		animation: none;
	}
	
	.hero-content {
		animation: none;
	}
	
	.decoration-circle {
		animation: none;
	}
}

/* Focus Visible for Better Accessibility */
.btn:focus-visible,
.form-control:focus-visible {
	outline: 2px solid #FF3C00;
	outline-offset: 2px;
}

/* Print Styles */
@media print {
	.contact-card,
	.form-container {
		box-shadow: none !important;
		border: 1px solid #ddd !important;
	}
	
	.decoration-top,
	.decoration-circle,
	.pulse-ring {
		display: none !important;
	}
}

/* ===== CONSISTENT TYPOGRAPHY CLASSES (MATCHING FOOTER) ===== */

/* Base Typography - 14px (matching footer base) */
.footer-text-base {
	font-size: 14px !important;
	line-height: 1.6;
	color: #666;
}

/* Description Text - 15px (matching footer brand description) */
.footer-text-description {
	font-size: 15px !important;
	line-height: 1.6;
	color: #666;
}

/* Subheading Text - 16px (matching footer social h4) */
.footer-text-subheading {
	font-size: 16px !important;
	line-height: 1.5;
	color: #333;
	font-weight: 600;
}

/* Heading Text - 18px (matching footer widget h3) */
.footer-text-heading {
	font-size: 18px !important;
	line-height: 1.4;
	color: #333;
	font-weight: 700;
}

/* Utility classes for consistent spacing */
.footer-spacing-sm {
	margin-bottom: 8px;
}

.footer-spacing-md {
	margin-bottom: 15px;
}

.footer-spacing-lg {
	margin-bottom: 20px;
}

/* List styling to match footer */
.footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-list li {
	margin-bottom: 8px;
	color: #666;
	font-size: 14px;
	line-height: 1.6;
}

.footer-list li:last-child {
	margin-bottom: 0;
}

/* Link styling to match footer */
.footer-link {
	color: #666 !important;
	font-size: 14px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.footer-link:hover {
	color: #FF3C00 !important;
	text-decoration: none;
}

/* Content sections with footer-style typography */
.footer-content-section {
	margin-bottom: 25px;
}

.footer-content-section h3,
.footer-content-section .h3 {
	font-size: 18px !important;
	color: #333;
	margin-bottom: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.footer-content-section h4,
.footer-content-section .h4 {
	font-size: 16px !important;
	color: #333;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1.5;
}

.footer-content-section p {
	font-size: 14px !important;
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
}

.footer-content-section .lead {
	font-size: 15px !important;
	color: #666;
	line-height: 1.6;
	margin-bottom: 18px;
}

/* Responsive adjustments for footer typography */
@media (max-width: 768px) {
	.footer-text-heading {
		font-size: 16px !important;
	}
	
	.footer-text-subheading {
		font-size: 15px !important;
	}
	
	.footer-text-description {
		font-size: 14px !important;
	}
	
	.footer-text-base {
		font-size: 13px !important;
	}
}
