@charset "UTF-8";

@charset "UTF-8";
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root,
[data-bs-theme=light] {
    --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-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "Segoe UI", Tahoma, Geneva, Verdana, 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));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
:root {
    scroll-behavior: smooth
}
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.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 + .9vw)
}

@media (min-width:1200px) {
.h2,
    h2 {
    font-size: 2rem
}
}

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

@media (min-width:1200px) {
.h3,
    h3 {
    font-size: 1.75rem
}
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
.h4,
    h4 {
    font-size: 1.5rem
}
}

.h6,
h6 {
    font-size: 1rem
}

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

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img,
svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

[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
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

iframe {
    border: 0
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

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

@media (min-width:768px) {
.container,
    .container-md,
    .container-sm {
    max-width: 720px
}
}

@media (min-width:992px) {
.container,
    .container-lg,
    .container-md,
    .container-sm {
    max-width: 960px
}
}

@media (min-width:1200px) {
.container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
    max-width: 1140px
}
}

@media (min-width:1400px) {
.container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
    max-width: 1320px
}
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

@media (min-width:768px) {
.col-md-6 {
    flex: 0 0 auto;
        width: 50%
}
}

@media (min-width:992px) {
.col-lg-4 {
    flex: 0 0 auto;
        width: 33.33333333%
}

.col-lg-5 {
    flex: 0 0 auto;
        width: 41.66666667%
}

.col-lg-6 {
    flex: 0 0 auto;
        width: 50%
}

.col-lg-7 {
    flex: 0 0 auto;
        width: 58.33333333%
}
}

@media (min-width:1200px) {
.col-xl-3 {
    flex: 0 0 auto;
        width: 25%
}
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
.form-switch .form-check-input {
    transition: none
}
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
    z-index: 3
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
    z-index: 4
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

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

.dropdown-menu.show {
    display: block
}

.btn-toolbar .input-group {
    width: auto
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-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, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion:reduce) {
.accordion-button {
    transition: none
}
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
.accordion-button::after {
    transition: none
}
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

.modal.show .modal-dialog {
    transform: none
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
    color: #000
}

@media (max-width:575.98px) {
.offcanvas-sm.show:not(.hiding),
    .offcanvas-sm.showing {
    transform: none
}

.offcanvas-sm.hiding,
    .offcanvas-sm.show,
    .offcanvas-sm.showing {
    visibility: visible
}
}

@media (max-width:767.98px) {
.offcanvas-md.show:not(.hiding),
    .offcanvas-md.showing {
    transform: none
}

.offcanvas-md.hiding,
    .offcanvas-md.show,
    .offcanvas-md.showing {
    visibility: visible
}
}

@media (max-width:991.98px) {
.offcanvas-lg.show:not(.hiding),
    .offcanvas-lg.showing {
    transform: none
}

.offcanvas-lg.hiding,
    .offcanvas-lg.show,
    .offcanvas-lg.showing {
    visibility: visible
}
}

@media (max-width:1199.98px) {
.offcanvas-xl.show:not(.hiding),
    .offcanvas-xl.showing {
    transform: none
}

.offcanvas-xl.hiding,
    .offcanvas-xl.show,
    .offcanvas-xl.showing {
    visibility: visible
}
}

@media (max-width:1399.98px) {
.offcanvas-xxl.show:not(.hiding),
    .offcanvas-xxl.showing {
    transform: none
}

.offcanvas-xxl.hiding,
    .offcanvas-xxl.show,
    .offcanvas-xxl.showing {
    visibility: visible
}
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop.show {
    opacity: .5
}

.align-items-center {
    align-items: center !important
}

.mt-3 {
    margin-top: 1rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.text-center {
    text-align: center !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.fa,.fa-brands,.fa-duotone,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fat {
    -moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto
}

.fa-bars:before,.fa-navicon:before {
    content:"\f0c9"
}

.fa-input-numeric:before {
    content:"\e1bd"
}

.fa-input-pipe:before {
    content:"\e1be"
}

.fa-input-text:before {
    content:"\e1bf"
}

.fa-mobile-button:before {
    content:"\f10b"
}

.fa-mobile-alt:before,.fa-mobile-screen-button:before {
    content:"\f3cd"
}

.fa-tablet-button:before {
    content:"\f10a"
}

.fa-tablet-alt:before,.fa-tablet-screen-button:before {
    content:"\f3fa"
}

.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before {
    content:"\f00d"
}

:host,:root {
    --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"
}

:host,:root {
    --fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone"
}

.fa-duotone.fa-bars:after,.fa-duotone.fa-navicon:after,.fad.fa-bars:after,.fad.fa-navicon:after {
    content:"\f0c9\f0c9"
}

.fa-duotone.fa-input-numeric:after,.fad.fa-input-numeric:after {
    content:"\e1bd\e1bd"
}

.fa-duotone.fa-input-pipe:after,.fad.fa-input-pipe:after {
    content:"\e1be\e1be"
}

.fa-duotone.fa-input-text:after,.fad.fa-input-text:after {
    content:"\e1bf\e1bf"
}

.fa-duotone.fa-mobile-button:after,.fad.fa-mobile-button:after {
    content:"\f10b\f10b"
}

.fa-duotone.fa-mobile-alt:after,.fa-duotone.fa-mobile-screen-button:after,.fad.fa-mobile-alt:after,.fad.fa-mobile-screen-button:after {
    content:"\f3cd\f3cd"
}

.fa-duotone.fa-tablet-button:after,.fad.fa-tablet-button:after {
    content:"\f10a\f10a"
}

.fa-duotone.fa-tablet-alt:after,.fa-duotone.fa-tablet-screen-button:after,.fad.fa-tablet-alt:after,.fad.fa-tablet-screen-button:after {
    content:"\f3fa\f3fa"
}

.fa-duotone.fa-close:after,.fa-duotone.fa-multiply:after,.fa-duotone.fa-remove:after,.fa-duotone.fa-times:after,.fa-duotone.fa-xmark:after,.fad.fa-close:after,.fad.fa-multiply:after,.fad.fa-remove:after,.fad.fa-times:after,.fad.fa-xmark:after {
    content:"\f00d\f00d"
}

:host,:root {
    --fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro"
}

:host,:root {
    --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Pro"
}

:host,:root {
    --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Pro"
}

.fa-solid,.fas {
    font-family:"Font Awesome 6 Pro";font-weight:900
}

:host,:root {
    --fa-font-thin:normal 100 1em/1 "Font Awesome 6 Pro"
}

@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN Auction OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
  border: 0;
}

:root {
    --swiper-theme-color:#007aff
}

:root {
    --swiper-navigation-size:44px
}

.swiper-button-next,.swiper-button-prev {
    position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity:.35;cursor:auto;pointer-events:none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity:0;cursor:auto;pointer-events:none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display:none!important
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left:10px;right:auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content:'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right:10px;left:auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content:'next'
}

.swiper-button-lock {
    display:none
}

button.swiper-pagination-bullet {
    border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none
}

/*
Theme Name: Orizan
Author: namespace-it
Author URI: https://themeforest.net/user/namespace-it
Description: AIForge - AI Startup & Technology HTML Template 
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.cdnfonts.com/css/satoshi");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
:root {
    --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #EFFB53;
  --theme2: #514DE0;
  --theme3: #0D6DFD;
  --theme5: #F16319;
  --theme6: #FF9960;
  --header: #151518;
  --header2: #072032;
  --text: #CDCDCD;
  --text2: #5C6972;
  --border: #2A2A2A;
  --body-bg: #151518;
  --bg: #1A1A1E;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  --secondary-clr: #F2F2F2;
}

.theme-btn {
    display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  color: var(--theme);
  font-size: 17px;
  font-weight: 700;
  padding: 22px 40px;
  transition: 0.5s ease-in-out;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid rgba(207, 208, 212, 0.2);
  background: #1D1D21;
}

.theme-btn::after {
    content: "";
  background-color: var(--theme);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.theme-btn i {
    margin-left: 10px;
}

.theme-btn:hover {
    color: var(--header);
}

.theme-btn:hover::after {
    clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

@media (max-width: 767px) {
.theme-btn {
    padding: 20px 32px;
}
}

@media (max-width: 575px) {
.theme-btn {
    padding: 18px 30px;
    font-size: 14px;
}
}

.theme-btn.theme-btn-2 {
    background-color: var(--theme2);
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
}

.theme-btn.theme-btn-2::before, .theme-btn.theme-btn-2::after {
    background-color: var(--header2);
}

.theme-btn.theme-btn-3 {
    background-color: var(--theme3);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}

.theme-btn.theme-btn-3::before, .theme-btn.theme-btn-3::after {
    background-color: #0153cf;
}

.theme-btn.bt-white-outline {
    background-color: transparent;
  color: var(--white);
  border-radius: 100px;
}

.theme-btn.bt-white-outline:hover::after {
    background-color: var(--theme3);
}

.theme-btn.style-2 {
    border-radius: 10px;
  background-color: var(--theme);
  color: var(--header);
}

.theme-btn.style-2::before, .theme-btn.style-2::after {
    background: #1D1D21;
}

.theme-btn.style-2:hover {
    color: var(--white);
}

.theme-btn.style-6 {
    margin-top: 48px;
  background-color: var(--theme6);
  color: var(--white);
  border-radius: 10px;
}

@media (max-width: 1199px) {
.theme-btn.style-6 {
    margin-top: 30px;
}
}

.theme-btn.style-6::after {
    background: var(--header);
}

.theme-btn.style-6:hover {
    border: 1px solid var(--header);
}

.theme-btn.style-5 {
    background-color: transparent;
  color: var(--white);
}

.theme-btn.style-5::after {
    background-color: var(--theme5);
}

.theme-btn.style-5:hover {
    color: var(--white);
}

.theme-btn.style-7 {
    background-color: transparent;
  color: var(--white);
}

.theme-btn.style-7::after {
    background-color: var(--theme6);
}

.theme-btn.style-7:hover {
    color: var(--white);
}

.theme-btn.style-8 {
    background-color: transparent;
  color: var(--white);
}

.theme-btn.style-8::after {
    background-color: var(--theme3);
}

.theme-btn.style-8:hover {
    color: var(--white);
}

ul {
    padding: 0;
  margin: 0;
  list-style: none;
}

button {
    border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
    color: var(--white);
  outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Satoshi Variable", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--white);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h1 {
    font-size: 150px;
  font-weight: 900;
  line-height: 95%;
}

h2 {
    font-size: 65px;
  line-height: 116%;
  font-weight: 700;
}

@media (max-width: 991px) {
h2 {
    font-size: 55px;
}
}

@media (max-width: 767px) {
h2 {
    font-size: 45px;
}
}

@media (max-width: 575px) {
h2 {
    font-size: 36px;
}
}

@media (max-width: 470px) {
h2 {
    font-size: 30px;
}
}

h3 {
    font-size: 27px;
  font-weight: 700;
  line-height: 134%;
}

@media (max-width: 575px) {
h3 {
    font-size: 20px;
}
}

h4 {
    font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

h6 {
    font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
    text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
    margin: 0px;
  transition: all 0.4s ease-in-out;
}

.about-wrapper .about-items .about-content {
    max-width: 380px;
}

.about-wrapper .about-items .about-content .list-items {
    margin-top: 25px;
  margin-bottom: 50px;
}

.about-wrapper .about-items .about-content .list-items li span {
    display: inline-block;
  font-weight: 700;
  color: var(--white);
  padding-left: 10px;
}

.about-wrapper .about-items .about-content .list-items li:not(:last-child) {
    margin-bottom: 15px;
}

.about-wrapper .about-items .about-image {
    max-width: 542px;
}

.about-wrapper .about-items .about-image img {
    width: 100%;
  height: 100%;
  border-radius: 25px;
}

.about-section {
    position: relative;
  z-index: 5;
}

.about-section .bg-shape {
    position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.about-section .color-bg {
    position: absolute;
  left: 0;
  bottom: 25%;
  z-index: -1;
}

.about-section .color-bg-2 {
    position: absolute;
  top: -12%;
  right: -100px;
  z-index: -1;
}

.about-section .about-image-33 {
    margin-top: 30px;
}

.about-section .about-image-33 img {
    width: 100%;
  height: 100%;
  border-radius: 20px;
}

@media (max-width: 1199px) {
.about-section.style-padding {
    padding-top: 120px;
}
}

.counter-wrapper .counter-items .content {
    border-left: 1px solid rgba(207, 208, 212, 0.3);
  padding-left: 30px;
}

@media (max-width: 1199px) {
.counter-wrapper .counter-items .content {
    padding-left: 0;
    border-left: none;
}
}

.counter-wrapper .counter-items .content h2 {
    font-size: 70px;
  font-weight: 500;
}

@media (max-width: 575px) {
.counter-wrapper .counter-items .content h2 {
    font-size: 50px;
}
}

.counter-wrapper .counter-items .content p {
    font-size: 24px;
}

@media (max-width: 1199px) {
.counter-wrapper .counter-items .content p {
    font-size: 20px;
}
}

/* About Section - Feature Card */
.about-wrapper-2 {
    border-radius: 20px;
  padding: 50px;
  margin-left: 50px;
  margin-right: 50px;
}

@media (max-width: 1199px) {
.about-wrapper-2 {
    margin-left: 30px;
    margin-right: 30px;
}
}

.about-wrapper-2 .about-image {
    background-color: #FCFBF4;
  text-align: center;
  padding: 50px 0;
  border-radius: 30px;
}

@media (max-width: 1600px) {
.about-wrapper-2 .about-image {
    padding: 0;
    background-color: transparent;
}

.about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
}
}

.about-wrapper-2 .about-content {
    margin-left: 70px;
}

@media (max-width: 1600px) {
.about-wrapper-2 .about-content {
    margin-left: 0;
}

.about-wrapper-2 .about-content .section-title h2 {
    font-size: 35px;
    color: var(--white);
}
}

.about-wrapper-2 .about-content .about-list {
    margin-bottom: 50px;
}

.about-wrapper-2 .about-content .about-list li {
    color: var(--text2);
}

.about-wrapper-2 .about-content .about-list li span {
    font-weight: 700;
  color: var(--header2);
  display: block;
  margin-bottom: 5px;
}

.about-wrapper-2 .about-content .about-list li:not(:last-child) {
    margin-bottom: 20px;
}

/* About Section - Alternate Layouts */
.about-wrapper-3 .section-title {
    margin-left: 200px;
}

@media (max-width: 1199px) {
.about-wrapper-3 .section-title {
    margin-left: 0;
}
}

.about-wrapper-3 .about-items .about-image img {
    border-radius: 25px;
  width: 100%;
  height: 100%;
}

.about-wrapper-3 .about-items .about-content {
    max-width: 460px;
  margin-top: 35px;
}

.about-wrapper-3 .about-items .about-content h3 {
    font-size: 55px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
.about-wrapper-3 .about-items .about-content h3 {
    font-size: 44px;
}
}

@media (max-width: 575px) {
.about-wrapper-3 .about-items .about-content h3 {
    font-size: 36px;
}
}

.about-wrapper-3 .about-items .about-content h3 span {
    color: var(--theme);
  font-weight: 400;
  font-family: "Satoshi Variable", sans-serif;
}

/* About Section - Skill Progress Layout */
.about-wrapper-4 .about-image-items .about-image img {
    width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.about-wrapper-4 .about-image-items .about-image.style-2 {
    margin-top: 15px;
  height: 338px;
}

.about-wrapper-4 .about-content {
    margin-left: 40px;
}

@media (max-width: 1199px) {
.about-wrapper-4 .about-content {
    margin-left: 0;
}
}

.about-wrapper-4 .about-content .skill-feature-items {
    margin-top: 30px;
}

.about-wrapper-4 .about-content .skill-feature-items .skill-feature:not(:last-child) {
    margin-bottom: 30px;
}

.about-wrapper-4 .about-content .skill-feature-items .skill-feature .box-title {
    font-size: 18px;
  font-weight: 500;
  color: var(--white);
}

.about-wrapper-4 .about-content .skill-feature-items .skill-feature .progress-value {
    margin-bottom: 10px;
  color: var(--header);
  text-transform: capitalize;
}

.about-wrapper-4 .about-content .skill-feature-items .skill-feature .progress {
    position: relative;
  height: 15px;
  background-color: #222226;
  border-radius: 0;
  overflow: visible;
  margin-top: 15px;
}

.about-wrapper-4 .about-content .skill-feature-items .skill-feature .progress-bar {
    background-color: var(--theme);
  height: 15px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  margin-top: 0;
}

.about-wrapper-4 .about-content .skill-feature-items .skill-feature .progress-value {
    position: absolute;
  top: -38px;
  right: -8px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}

/* About Section - Background / Shapes */
.about-section {
    position: relative;
}

.about-section .vector-shape {
    position: absolute;
  top: 10%;
  left: 5%;
}

.about-section .vector-shape-2 {
    position: absolute;
  top: 20%;
  right: 0;
}

/* About Section - Split Content */
.about-wrapper-6 .about-image {
    position: relative;
  max-width: 508px;
}

@media (max-width: 1199px) {
.about-wrapper-6 .about-image {
    max-width: initial;
}
}

.about-wrapper-6 .about-image img {
    width: 100%;
  height: 100%;
  border-radius: 16px;
}

.about-wrapper-6 .about-image .about-image-2 {
    max-width: 316px;
  position: absolute;
  bottom: 30px;
  right: -140px;
}

@media (max-width: 1199px) {
.about-wrapper-6 .about-image .about-image-2 {
    max-width: 250px;
    right: 0;
    bottom: 0;
}
}

@media (max-width: 991px) {
.about-wrapper-6 .about-image .about-image-2 {
    max-width: initial;
}
}

@media (max-width: 575px) {
.about-wrapper-6 .about-image .about-image-2 {
    max-width: 200px;
}
}

.about-wrapper-6 .about-image .about-image-2 img {
    width: 100%;
  height: 100%;
  border-radius: 8px;
}

.about-wrapper-6 .about-content {
    margin-left: 20px;
}

@media (max-width: 1199px) {
.about-wrapper-6 .about-content {
    margin-left: 0;
}
}

.about-wrapper-6 .about-content .text {
    margin-top: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.about-wrapper-6 .about-content .about-content-item {
    display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 35px;
}

@media (max-width: 991px) {
.about-wrapper-6 .about-content .about-content-item {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}
}

.about-wrapper-6 .about-content .about-content-item .count-item {
    display: flex;
  align-items: center;
  gap: 10px;
  writing-mode: vertical-rl;
  min-height: 192px;
}

@media (max-width: 991px) {
.about-wrapper-6 .about-content .about-content-item .count-item {
    writing-mode: initial;
    min-height: initial;
}
}

.about-wrapper-6 .about-content .about-content-item .count-item h2 {
    color: var(--white);
  font-size: 48px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.about-wrapper-6 .about-content .about-content-item .count-item p {
    color: rgba(255, 255, 255, 0.7);
}

.about-wrapper-6 .about-content .about-content-item .about-item .about-icon-item {
    display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
.about-wrapper-6 .about-content .about-content-item .about-item .about-icon-item {
    flex-wrap: wrap;
}
}

.about-wrapper-6 .about-content .about-content-item .about-item .about-icon-item .icon {
    width: 64px;
  width: 64px;
  line-height: 64px;
  background-color: var(--theme6);
  text-align: center;
  border-radius: 8px;
  color: var(--white);
}

@media (max-width: 1199px) {
.about-wrapper-6 .about-content .about-content-item .about-item .about-icon-item .icon {
    padding: 0 20px;
}
}

@media (max-width: 991px) {
.about-wrapper-6 .about-content .about-content-item .about-item .about-icon-item .icon {
    width: 64px;
    width: 64px;
    line-height: 64px;
}
}

.about-wrapper-6 .about-content .about-content-item .about-item .about-icon-item .content h5 {
    font-family: "Urbanist", sans-serif;
  color: var(--white);
  margin-bottom: 5px;
}

.about-wrapper-6 .about-content .about-content-item .about-item .about-icon-item .content p {
    font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  max-width: 410px;
}

.about-wrapper-6 .about-content .theme-btn {
    margin-top: 48px;
  background-color: var(--theme6);
  color: var(--white);
  border-radius: 10px;
}

@media (max-width: 1199px) {
.about-wrapper-6 .about-content .theme-btn {
    margin-top: 30px;
}
}

.about-wrapper-6 .about-content .theme-btn::after {
    background: var(--header);
}

.about-wrapper-6 .about-content .theme-btn:hover {
    border: 1px solid var(--header);
}

.brand-title-2.style-2 {
    color: var(--white);
}

.brand-title-2.style-2::before {
    background-color: var(--white);
}

.brand-title-2.style-2::after {
    background-color: var(--white);
}

.login-wrapper .signin-item .input-item {
    position: relative;
}

.login-wrapper .signin-item .input-item span {
    font-size: 18px;
  font-weight: 500;
  color: var(--white);
  text-align: left;
  display: inline-block;
  padding-bottom: 20px;
}

.login-wrapper .signin-item .input-item input {
    font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border: none;
  outline: none;
  padding: 20px;
  width: 100%;
  background-color: transparent;
  padding-bottom: 15px;
  border: 1px solid rgba(207, 208, 212, 0.2);
  position: relative;
  border-radius: 10px;
}

.login-wrapper .signin-item .input-item input::placeholder {
    color: var(--text);
}

.login-wrapper .signin-item .input-item .icon {
    position: absolute;
  right: 20px;
  top: 67px;
}

.login-wrapper .signin-item .input-item .icon i {
    color: var(--theme);
}

.login-wrapper .signin-item .input-item:not(:last-child) {
    margin-bottom: 30px;
}

.login-wrapper .signin-item .button-items {
    margin-top: 30px;
  margin-bottom: 20px;
}

.login-wrapper .signin-item .button-items .theme-btn {
    width: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  background-color: var(--theme);
  color: var(--header);
}

.login-wrapper .signin-item .button-items .theme-btn::before, .login-wrapper .signin-item .button-items .theme-btn::after {
    background-color: var(--white);
}

.login-wrapper .signin-item .button-items .theme-btn:hover {
    color: var(--header);
}

.contact-wrapper .contact-form-items-area .contact-form-items .form-clt input, .contact-wrapper .contact-form-items-area .contact-form-items .form-clt textarea {
    color: #CDCDCD;
  padding: 18px 20px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(207, 208, 212, 0.2);
  background: #222226;
  font-weight: 500;
  font-size: 16px;
}

.contact-wrapper .contact-form-items-area .contact-form-items .form-clt input::placeholder, .contact-wrapper .contact-form-items-area .contact-form-items .form-clt textarea::placeholder {
    color: var(--text);
}

.contact-wrapper .contact-form-items-area .contact-form-items .theme-btn {
    background-color: var(--theme);
  color: var(--header);
}

.contact-wrapper .contact-form-items-area .contact-form-items .theme-btn::before, .contact-wrapper .contact-form-items-area .contact-form-items .theme-btn::after {
    background-color: var(--white);
}

.contact-box-items-4 .content {
    margin-top: 30px;
}

.contact-box-items-4 .content h3 {
    font-size: 24px;
  margin-bottom: 10px;
}

.lates-input-content {
    text-align: center;
}

.lates-input-content .text {
    color: rgba(255, 255, 255, 0.7);
  max-width: 1091px;
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 48px;
}

.lates-input-content .latest-input {
    position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 534px;
  margin: 0 auto;
}

.lates-input-content .latest-input input {
    outline: none;
  width: 100%;
  color: #5C6972;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  background: #F2F7FE;
  padding: 16px 20px;
}

.lates-input-content .latest-input input::placeholder {
    color: #5C6972 !important;
}

.lates-input-content .latest-input .theme-btn {
    position: absolute;
  top: 4px;
  right: 4px;
  background-color: var(--theme6);
  color: var(--white);
  border-radius: 8px;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 16px;
}

.lates-input-content .latest-input .theme-btn::after {
    background: var(--header);
}

.lates-input-content .latest-input .theme-btn:hover {
    border: 1px solid var(--header);
}

.paralax-image.style-2::before {
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.cta-wrapper .theme-btn {
    background: #222226;
  color: var(--theme);
}

.cta-wrapper .theme-btn::before, .cta-wrapper .theme-btn::after {
    background-color: var(--white);
}

.cta-wrapper .theme-btn:hover {
    color: var(--header);
}

.benefit-wrapper .benefit-left-content .theme-btn {
    background-color: var(--theme);
  color: var(--header);
  margin-top: 50px;
}

.benefit-wrapper .benefit-left-content .theme-btn::before, .benefit-wrapper .benefit-left-content .theme-btn::after {
    background-color: var(--white);
}

.benefit-wrapper .benefit-left-content .theme-btn:hover {
    color: var(--header);
}

.benefit-wrapper .benefit-right-items .benefit-icon-items .content {
    flex-basis: 74%;
}

.benefit-wrapper .benefit-right-items .benefit-icon-items .content h3 {
    margin-bottom: 10px;
}

.cta-discuss-content .theme-btn {
    background-color: var(--theme);
  color: var(--header);
  margin-top: 50px;
}

.cta-discuss-content .theme-btn::before, .cta-discuss-content .theme-btn::after {
    background-color: var(--white);
}

.cta-discuss-content .theme-btn:hover {
    color: var(--header);
}

/* Mobile App / Process Section */
.mobile-app.fix.section-padding-2 {
    padding-top: 88px;
  padding-bottom: 88px;
}

.mobile-app-wrapper .mobile-thumb {
    margin-bottom: -110px;
  position: relative;
  z-index: 5;
}

@media (max-width: 1199px) {
.mobile-app-wrapper .mobile-thumb {
    margin-bottom: 0;
}

.mobile-app-wrapper .mobile-thumb img {
    width: 100%;
    height: 100%;
    max-width: 540px;
}
}

/* Fix: prevent preview image from changing size and overlapping cards */
#mobileProcessPreviewImage {
    display: block;
  width: 100%;
  max-width: 740px;
  height: 520px;
  object-fit: contain;
  margin-inline: auto;
}

@media (max-width: 991px) {
#mobileProcessPreviewImage {
    height: 340px;
    max-width: 100%;
}
}

@media (max-width: 767.98px) {
#mobileProcessPreviewImage {
    height: 260px;
    max-width: 100%;
}
}

.mobile-app-wrapper .mobile-thumb .shape-img {
    position: absolute;
  bottom: 0;
  left: -95px;
  z-index: -1;
}

@media (max-width: 1199px) {
.mobile-app-wrapper .mobile-thumb .shape-img {
    display: none;
}
}

.mobile-app-wrapper .mobile-app-content p {
    font-size: 20px;
  color: var(--white);
  opacity: 0.9;
}

.mobile-app-wrapper .mobile-app-content .apps-button {
    display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

@media (max-width: 1199px) {
.mobile-app-wrapper .mobile-app-content .apps-button {
    flex-wrap: wrap;
}
}

.how-too-work-items .content {
    margin-top: 30px;
}

.how-too-work-items .content h3 {
    font-weight: 500;
  margin-bottom: 10px;
}

.how-too-work-items .content p {
    color: var(--white);
  max-width: 255px;
  margin: 0 auto;
}

.platform-wrapper {
    display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
.platform-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
}

.platform-wrapper .platform-icon {
    width: 210px;
  height: 210px;
  line-height: 210px;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
.platform-wrapper .platform-icon {
    width: 150px;
    height: 150px;
    line-height: 150px;
}
}

.platform-wrapper .platform-items {
    display: flex;
  align-items: center;
  gap: 229px;
  margin-top: 60px;
}

@media (max-width: 1199px) {
.platform-wrapper .platform-items {
    flex-wrap: wrap;
    gap: 30px;
}
}

.pine-platform-wrapper {
    justify-content: center;
  padding: 20px 24px 0;
}

.pine-platform-image {
    display: block;
  width: min(100%, 1180px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.platform-section .section-title p {
    max-width: 900px;
  margin: 20px auto 0;
  color: rgba(17, 24, 39, 0.82);
  font-weight: 600;
}

@media (max-width: 1199px) {
.pine-platform-wrapper {
    padding: 10px 16px 0;
}
}

.work-process-items .content {
    margin-top: 30px;
}

.work-process-items .content h3 {
    margin-bottom: 15px;
}

.why-choose-us-item-5 .content h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  color: var(--header);
  margin-bottom: 10px;
}

.why-choose-us-item-5 .content p {
    max-width: 246px;
  color: var(--text2);
  font-size: 16px;
  font-weight: 400;
}

.feature-ai-wrapper-5 .feature-ai-content .feature-ai-item .content h5 {
    font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 5px;
  color: var(--header);
}

.feature-ai-wrapper-5 .feature-ai-content .feature-ai-item .content p {
    max-width: 532px;
  color: var(--text2);
  font-size: 16px;
  font-weight: 400;
}

.feature-ai-wrapper-5 .feature-ai-content .theme-btn {
    margin-top: 48px;
}

@media (max-width: 1199px) {
.feature-ai-wrapper-5 .feature-ai-content .theme-btn {
    margin-top: 30px;
}
}

.feature-ai-wrapper-5 .feature-ai-content .theme-btn.style-5 {
    background-color: var(--header);
  color: var(--white);
  border-radius: 0;
}

.feature-ai-wrapper-5 .feature-ai-content .theme-btn.style-5::after {
    background-color: var(--theme5);
  border-radius: 0;
}

.feature-ai-wrapper-5 .feature-ai-content .theme-btn.style-5:hover {
    border: 1px solid var(--header);
}

.feature-ai-wrapper-5 .feature-ai-image .video-bg .video-content .video-button {
    position: relative;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: rgba(241, 99, 25, 0.24);
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
.feature-ai-wrapper-5 .feature-ai-image .video-bg .video-content .video-button {
    width: 70px;
    height: 70px;
}
}

.feature-ai-wrapper-5 .feature-ai-image .video-bg .video-content .video-button .video-btn {
    width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  background-color: var(--theme5);
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-size: 18px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-bg-section .container-fluid {
    padding: 0 100px;
}

@media (max-width: 1199px) {
.video-bg-section .container-fluid {
    padding: 0 60px;
}
}

@media (max-width: 991px) {
.video-bg-section .container-fluid {
    padding: 0 50px;
}
}

@media (max-width: 767px) {
.video-bg-section .container-fluid {
    padding: 0 40px;
}
}

@media (max-width: 575px) {
.video-bg-section .container-fluid {
    padding: 0 30px;
}
}

.video-wrapper {
    padding: 290px 0;
}

@media (max-width: 1199px) {
.video-wrapper {
    padding: 230px 0;
}
}

@media (max-width: 991px) {
.video-wrapper {
    padding: 180px 0;
}
}

@media (max-width: 767px) {
.video-wrapper {
    padding: 150px 0;
}
}

@media (max-width: 575px) {
.video-wrapper {
    padding: 120px 0;
}
}

.video-wrapper .video-button {
    position: relative;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: rgba(241, 99, 25, 0.24);
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1199px) {
.video-wrapper .video-button {
    width: 70px;
    height: 70px;
}
}

.video-wrapper .video-button .video-btn {
    width: 88px;
  height: 88px;
  line-height: 88px;
  display: inline-block;
  background-color: var(--theme5);
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-size: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.achievement-box-items .accordion-single .content-item .button-list {
    display: flex;
  align-items: center;
  gap: 10px;
}

.achievement-box-items .accordion-single .content-item .button-list li {
    display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: var(--text2);
  white-space: nowrap;
}

.offer-wrapper-6 .offer-content .array-buttons {
    margin-top: 48px;
}

@media (max-width: 1199px) {
.offer-wrapper-6 .offer-content .array-buttons {
    margin-top: 30px;
}
}

.offer-wrapper-6 .offer-content .array-buttons .array-prev {
    color: var(--white);
  background: rgba(217, 217, 217, 0.06);
}

.offer-wrapper-6 .offer-content .array-buttons .array-prev:hover {
    background-color: var(--theme6);
}

.offer-wrapper-6 .offer-content .array-buttons .array-next {
    background-color: var(--theme6);
  color: var(--white);
}

.offer-wrapper-6 .offer-content .array-buttons .array-next:hover {
    background-color: var(--white);
  color: var(--theme6);
}

.offer-wrapper-6 .offer-box-item-6 .content h4 {
    color: var(--white);
  font-family: "Urbanist", sans-serif;
  margin-bottom: 5px;
}

.offer-wrapper-6 .offer-box-item-6 .content p {
    max-width: 246px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
    position: relative;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
    outline: none;
  width: 100%;
  color: #cdcdcd;
  border: none;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid #cfd0d4;
  opacity: 0.2;
  background: rgba(217, 217, 217, 0);
  padding: 16px 30px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
    color: #cdcdcd !important;
}

.footer-widgets-wrapper.style-2 .single-footer-widget .widget-head h3 {
    color: var(--header2);
}

.footer-widgets-wrapper.style-2 .single-footer-widget .footer-content p {
    font-weight: 500;
  color: var(--text2);
}

.footer-widgets-wrapper.style-2 .single-footer-widget .footer-content .social-icon {
    display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

.footer-widgets-wrapper.style-2 .single-footer-widget .footer-content .social-icon a {
    display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e8e7e4;
  color: var(--text2);
}

.footer-widgets-wrapper.style-2 .single-footer-widget .footer-content .social-icon a:hover {
    color: var(--white);
  background-color: var(--theme2);
}

.footer-widgets-wrapper.style-2 .single-footer-widget .footer-content .footer-input-2 {
    position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-widgets-wrapper.style-2 .single-footer-widget .footer-content .footer-input-2 input {
    outline: none;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e8e7e4;
  color: var(--text2);
  background-color: var(--white);
  font-size: 16px;
  padding: 20px 25px;
}

.footer-widgets-wrapper.style-2 .single-footer-widget .footer-content .footer-input-2 input::placeholder {
    color: var(--text2);
}

.footer-widgets-wrapper.style-2 .single-footer-widget .footer-content .footer-input-2 .newsletter-btn {
    background-color: #2a2a2a;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  color: var(--white);
  position: absolute;
  background-color: var(--theme2);
  top: 5px;
  right: 6px;
}

.footer-widgets-wrapper.style-2 .single-footer-widget .list-items li {
    background-image: linear-gradient(var(--theme2), var(--theme2));
}

.footer-widgets-wrapper.style-2 .single-footer-widget .list-items li a {
    color: var(--text2);
}

.footer-widgets-wrapper.style-2 .single-footer-widget .list-items li:hover::before {
    color: var(--theme2);
}

.footer-widgets-wrapper.style-2 .single-footer-widget .list-items li:hover a {
    color: var(--theme2);
}

.footer-widgets-wrapper.style-5 .single-footer-widget .footer-content .footer-input-5 {
    position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.footer-widgets-wrapper.style-5 .single-footer-widget .footer-content .footer-input-5 input {
    outline: none;
  width: 100%;
  color: var(--text2);
  border: none;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid rgba(92, 105, 114, 0.24);
  background: #F2F7FE;
  padding: 16px 20px;
}

.footer-widgets-wrapper.style-5 .single-footer-widget .footer-content .footer-input-5 input::placeholder {
    color: var(--text2) !important;
}

.footer-widgets-wrapper.style-5 .single-footer-widget .footer-content .footer-input-5 .newsletter-btn {
    color: var(--text2);
  position: absolute;
  top: 16px;
  right: 20px;
}

.footer-widgets-wrapper.style-6 .single-footer-widget .newsletter-content .footer-input-6 {
    position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 577px;
}

.footer-widgets-wrapper.style-6 .single-footer-widget .newsletter-content .footer-input-6 input {
    outline: none;
  width: 100%;
  color: #5D6063;
  border: none;
  font-size: 16px;
  border-radius: 100px;
  background: #F2F7FE;
  padding: 16px 20px;
}

.footer-widgets-wrapper.style-6 .single-footer-widget .newsletter-content .footer-input-6 input::placeholder {
    color: #5D6063 !important;
}

.footer-widgets-wrapper.style-6 .single-footer-widget .newsletter-content .footer-input-6 .newsletter-btn {
    color: var(--white);
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 89px;
  background-color: var(--theme6);
  border-radius: 0px 100px 100px 0px;
}

.footer-bottom {
    padding: 30px 0;
  border-top: 1px solid rgba(207, 208, 212, 0.15);
}

.footer-bottom .footer-bottom-wrapper {
    display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
.footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    text-align: center;
}
}

.footer-bottom p {
    color: var(--text);
}

.footer-bottom p a {
    color: var(--theme);
  font-weight: 400;
  text-decoration: underline;
}

.footer-bottom .social-icon {
    display: flex;
  align-items: center;
  gap: 8px;
}

.footer-bottom .social-icon a {
    display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #cfd0d4;
  color: #cdcdcd;
}

.footer-bottom .social-icon a:hover {
    color: var(--theme);
}

.footer-bottom.style-2 {
    border-top: 1px solid #e8e7e4;
}

.footer-bottom.style-2 p {
    color: #5c6972;
}

.footer-bottom.style-2 .footer-menu {
    display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom.style-2 .footer-menu li {
    font-size: 18px;
  color: var(--text2);
  font-weight: 500;
}

.footer-bottom.style-2 .footer-menu li a {
    color: var(--text2);
}

.footer-bottom.style-2 .footer-menu li a:hover {
    color: var(--theme2);
}

.footer-bottom.style-4 {
    border-top: 1px dashed #888a8d;
}

.footer-bottom.style-4 p {
    font-size: 16px;
  color: var(--white);
}

.footer-bottom.style-4 .online-payment {
    max-width: 356px;
}

.footer-bottom.style-4 .online-payment img {
    width: 100%;
}

.footer-bottom.style-4 ul {
    gap: 2px 24px;
}

.footer-bottom.style-4 ul li a {
    font-size: 16px;
  color: var(--white);
}

.footer-input4 {
    border-radius: 100px;
  overflow: hidden;
}

.footer-input4 input {
    padding: 12px 20px !important;
  height: 56px !important;
}

.footer-input4 button {
    width: 64px;
  height: 64px;
  top: 0 !important;
  right: 0 !important;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 14px 20px;
  color: var(--header) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0px !important;
  background-color: var(--theme);
  line-height: initial;
  font-weight: 600;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-main .header-right {
    gap: 35px;
}

@media (max-width: 1399px) {
.header-main .header-right {
    gap: 20px;
}
}

.header-main .sidebar__toggle {
    cursor: pointer;
  font-size: 20px;
}

.header-1 .container-fluid {
    padding: 0 100px;
}

@media (max-width: 1899px) {
.header-1 .container-fluid {
    padding: 0 60px;
}
}

@media (max-width: 1600px) {
.header-1 .container-fluid {
    padding: 0 50px;
}
}

@media (max-width: 1399px) {
.header-1 .container-fluid {
    padding: 0 40px;
}
}

@media (max-width: 1199px) {
.header-1 .container-fluid {
    padding: 0 30px;
}
}

.header-1 .header-left {
    display: flex;
  align-items: center;
  gap: 160px;
}

@media (max-width: 1600px) {
.header-1 .header-left {
    gap: 80px;
}
}

.header-1.header-style-5 .header-main .header-right .search-icon {
    border-right: 1px solid var(--white);
  padding-right: 20px;
}

@media (max-width: 575px) {
.header-1.header-style-5 .header-main .header-right .search-icon {
    display: none;
}
}

.header-1.header-style-5.header-6 .header-main .header-right .theme-btn {
    background-color: var(--white);
  padding: 15px 40px;
  color: var(--header);
  border-radius: 10px;
}

@media (max-width: 1199px) {
.header-1.header-style-5.header-6 .header-main .header-right .theme-btn {
    display: none;
}
}

.header-1.header-style-5.header-6 .header-main .header-right .theme-btn::after {
    background-color: var(--theme6);
}

.header-1.header-style-5.header-6 .header-main .header-right .theme-btn:hover {
    color: var(--white);
  border: 1px solid var(--white);
}

.header-2 {
    position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-2 .container-fluid {
    padding: 0;
}

.header-2 .mega-menu-wrapper {
    width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

@media (max-width: 1899px) {
.header-2 .container-fluid {
    padding: 0;
}
}

@media (max-width: 1600px) {
.header-2 .container-fluid {
    padding: 0;
}
}

@media (max-width: 1399px) {
.header-2 .container-fluid {
    padding: 0;
}
}

@media (max-width: 1199px) {
.header-2 .container-fluid {
    padding: 0;
}
}

.header-2 .header-main {
    padding: 16px 0;
}

.header-2 .header-main .main-menu ul li a {
    color: var(--white);
}

.header-2 .header-main .main-menu ul li a:hover {
    color: var(--white) !important;
}

.header-2 .header-main .main-menu ul li .submenu {
    background: var(--white);
  color: var(--header);
  border-top: 6px solid var(--theme2);
  box-shadow: var(--box-shadow);
}

.header-2 .header-main .main-menu ul li .submenu li a {
    font-weight: 500;
  color: var(--header);
}

.header-2 .header-main .main-menu ul li .submenu li a::before {
    background: var(--theme2);
}

.header-2 .header-main .main-menu ul li .submenu li a:hover {
    color: var(--white) !important;
}

.header-2 .header-main .main-menu ul li .submenu li:hover > a {
    color: var(--theme2) !important;
}

.header-2 .header-main .main-menu ul li .submenu li:hover > a::after {
    color: var(--theme2);
}

.header-2 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
    color: var(--theme2);
}

.header-2 .header-main .main-menu ul li:hover > a {
    color: var(--white);
}

.header-2 .header-main .main-menu ul li:hover > a::after {
    color: var(--theme2);
}

.header-2 .header-left {
    display: flex;
  align-items: center;
  gap: 56px;
  min-width: 0;
}

.header-2 .header-logo {
    display: block;
  max-width: 120px;
}

.header-2 .header-logo img {
    display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1600px) {
.header-2 .header-left {
    gap: 56px;
}
}

.header-2 .header-main .main-menu ul li {
    margin-inline-end: 42px;
}

.header-2 .header-main .main-menu ul li:last-child {
    margin-inline-end: 0;
}

.header-2 .header-main .header-right {
    gap: 18px;
}

.header-2 .theme-btn {
    background-color: var(--white);
  color: var(--header);
  padding: 18px 34px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1199px) {
.header-2 .theme-btn {
    display: none;
}
}

.header-2 .join-text {
    font-size: 17px;
  font-weight: 700;
  color: var(--white) !important;
}

@media (max-width: 767px) {
.header-2 .header-main {
    padding: 12px 0;
}

.header-2 .header-main .main-menu ul li {
    margin-inline-end: 24px;
}
}

.header-2 .theme-btn::before, .header-2 .theme-btn::after {
    background-color: var(--theme2);
}

.header-2 .theme-btn:hover {
    color: var(--white);
}

.sticky.header-2 {
    background-color: var(--theme2);
}

.header-style4 .mega-menu-wrapper .search-icon,
.header-style4 .mega-menu-wrapper .sidebar__toggle {
    width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--secondary-clr);
}

.header-style4 .mega-menu-wrapper .search-icon i,
.header-style4 .mega-menu-wrapper .sidebar__toggle i {
    color: var(--black);
}

@media (max-width: 575px) {
.header-style4 .mega-menu-wrapper .search-icon,
  .header-style4 .mega-menu-wrapper .sidebar__toggle {
    width: 40px;
    height: 40px;
}

.header-style4 .mega-menu-wrapper .search-icon i,
  .header-style4 .mega-menu-wrapper .sidebar__toggle i {
    color: var(--black);
}
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}

.error-items .theme-btn {
    background-color: var(--theme);
  color: var(--header);
}

.error-items .theme-btn::before, .error-items .theme-btn::after {
    background-color: var(--white);
}

.fix {
    overflow: hidden;
}

.array-buttons {
    display: flex;
  align-items: center;
  gap: 20px;
}

.array-buttons .array-prev {
    width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  text-align: center;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border: 1px solid #060606;
}

.array-buttons .array-prev:hover {
    background-color: var(--theme5);
  border: 1px solid var(--theme5);
  color: var(--white);
}

.array-buttons .array-next {
    width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
  color: var(--white);
  background-color: var(--theme5);
  transition: all 0.4s ease-in-out;
}

.array-buttons .array-next:hover {
    background-color: var(--header);
  color: var(--white);
}

@media (max-width: 767px) {
br {
    display: none;
}
}

/* background */
.bg-cover {
    background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

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

.hero-1 .hero-content .color-bg {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.hero-1 .hero-content p {
    font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-left: 320px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
.hero-1 .hero-content p {
    margin-left: 0;
}
}

@media (max-width: 767px) {
.hero-1 .hero-content p {
    font-size: 24px;
}
}

.hero-1 .hero-content h1 {
    text-transform: uppercase;
  font-size: 140px;
}

@media (max-width: 1399px) {
.hero-1 .hero-content h1 {
    font-size: 120px;
}
}

@media (max-width: 1199px) {
.hero-1 .hero-content h1 {
    font-size: 100px;
}
}

@media (max-width: 991px) {
.hero-1 .hero-content h1 {
    line-height: 120%;
    text-align: center;
    font-size: 80px;
}
}

@media (max-width: 767px) {
.hero-1 .hero-content h1 {
    font-size: 60px;
}
}

@media (max-width: 575px) {
.hero-1 .hero-content h1 {
    font-size: 40px;
}
}

@media (max-width: 991px) {
.hero-1 .hero-content h1 img {
    display: none;
}
}

.hero-1 .hero-content h1 .text {
    font-size: 24px;
  font-weight: 700;
  color: #CDCDCD;
  line-height: 134%;
}

.hero-1 .hero-content h1 b {
    color: var(--theme);
  margin-left: 280px;
}

@media (max-width: 1399px) {
.hero-1 .hero-content h1 b {
    margin-left: 0;
}
}

.hero-1 .hero-content h1 .text-2 {
    font-weight: 400;
  font-family: "Marcellus", sans-serif;
}

.hero-1 .hero-image {
    margin-top: 150px;
  height: 280px;
}

@media (max-width: 1199px) {
.hero-1 .hero-image {
    margin-left: 0;
    margin-top: 80px;
}
}

@media (max-width: 1199px) {
.hero-1 .hero-image {
    margin-top: 50px;
    height: 150px;
}
}

@media (max-width: 575px) {
.hero-1 .hero-image {
    height: 80px;
}
}

.hero-1 .hero-image img {
    width: 100%;
  height: 100%;
}

.hero-2 {
    padding: 0 0 120px;
  min-height: clamp(600px, 80vh, 740px);
  display: flex;
  align-items: center;
  background-position: center center;
}

.hero-2 .row {
    --bs-gutter-x: 5rem;
}

.hero-2 .hero-content {
    position: relative;
  z-index: 9;
  margin-top: 0;
}

@media (max-width: 767px) {
.hero-2 {
    min-height: auto;
    padding: 0 0 64px;
}

.hero-2 .row {
    --bs-gutter-x: 1.5rem;
}

.hero-2 .hero-content {
    text-align: center;
    margin-top: 0;
}
}

.hero-2 .hero-content h1 {
    font-size: 50px;
  line-height: 113%;
  font-weight: 500;
}

@media (max-width: 1199px) {
.hero-2 .hero-content h1 {
    font-size: 70px;
}
}

@media (max-width: 767px) {
.hero-2 .hero-content h1 {
    font-size: 52px;
}
}

@media (max-width: 575px) {
.hero-2 .hero-content h1 {
    font-size: 40px;
}
}

.hero-2 .hero-content h1 span {
    font-family: "Marcellus", sans-serif;
  font-weight: 400;
}

.hero-2 .hero-content p {
    font-size: 24px;
  color: var(--white);
  line-height: 142%;
  margin-top: 16px;
}

@media (max-width: 1199px) {
.hero-2 .hero-content p {
    font-size: 22px;
}
}

@media (max-width: 767px) {
.hero-2 .hero-content p {
    font-size: 20px;
}
}

@media (max-width: 575px) {
.hero-2 .hero-content p {
    font-size: 18px;
}
}

.hero-2 .hero-content .theme-btn {
    margin-top: 24px;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--header);
}

.hero-2 .hero-content .theme-btn::before, .hero-2 .hero-content .theme-btn::after {
    background-color: var(--white);
}

.hero-2 .hero-content .theme-btn:hover {
    color: var(--header);
}

.hero-2 .hero-image {
    position: relative;
  max-width: 620px;
  margin-left: auto;
  height: clamp(240px, 28vw, 360px);
  overflow: hidden;
}

@media (min-width: 1400px) {
.hero-2 .hero-image {
    max-width: 700px;
    height: clamp(260px, 26vw, 390px);
}
}

.hero-2 .hero-image img,
.hero-2 .hero-image video {
    width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1399px) {
.hero-2 .hero-image img,
  .hero-2 .hero-image video {
    width: 100%;
    height: 100%;
}
}

@media (max-width: 991px) {
.hero-2 .hero-image {
    height: clamp(220px, 54vw, 300px);
}
}

.hero-2 .hero-image .circle-shape {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1399px) {
.hero-2 .hero-image .circle-shape {
    display: none;
}
}

.hero-3 .hero-content {
    text-align: center;
}

@media (max-width: 1199px) {
.hero-3 .hero-content {
    margin-bottom: 40px;
}
}

.hero-3 .hero-content h1 {
    font-size: 80px;
  font-weight: 700;
}

@media (max-width: 991px) {
.hero-3 .hero-content h1 {
    font-size: 70px;
}
}

@media (max-width: 767px) {
.hero-3 .hero-content h1 {
    font-size: 55px;
}
}

@media (max-width: 575px) {
.hero-3 .hero-content h1 {
    font-size: 40px;
}
}

.hero-3 .hero-content h1 span {
    font-weight: 400;
  font-family: "Satoshi Variable", sans-serif;
}

.hero-3 .hero-content p {
    font-size: 24px;
  max-width: 525px;
  line-height: 142%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

@media (max-width: 991px) {
.hero-3 .hero-content p {
    font-size: 20px;
}
}

@media (max-width: 767px) {
.hero-3 .hero-content p {
    font-size: 20px;
}
}

@media (max-width: 575px) {
.hero-3 .hero-content p {
    font-size: 18px;
}
}

.hero-3 .hero-content .hero-button {
    margin-top: 50px;
}

@media (max-width: 767px) {
.hero-3 .hero-content .hero-button {
    margin-top: 30px;
}
}

.hero-3 .hero-image-items .hero-image {
    position: relative;
  z-index: 9;
  margin-top: 150px;
}

@media (max-width: 1199px) {
.hero-3 .hero-image-items .hero-image {
    margin-top: 0;
    margin: 0 auto;
    text-align: center;
}
}

.hero-3 .hero-image-items .hero-image img {
    width: 100%;
  height: 100%;
  border-radius: 15px;
}

.hero-3 .hero-image-items .hero-image.style-2 {
    transform: rotate(-10.802deg);
  margin-bottom: -40px;
}

@media (max-width: 1199px) {
.hero-3 .hero-image-items .hero-image.style-2 {
    margin-bottom: 0;
}
}

.hero-3 .hero-image-items .hero-image.style-3 {
    transform: rotate(11.846deg);
  margin-bottom: -40px;
  z-index: 1;
  margin-bottom: 0;
}

.hero-4 .container {
    max-width: 1720px;
}

@media (max-width: 1199px) {
.hero-4 .container {
    max-width: 1720px;
}
}

@media (max-width: 991px) {
.hero-4 .container {
    max-width: 720px;
}
}

@media (max-width: 575px) {
.hero-4 .container {
    max-width: 720px;
}
}

.hero-5 .container-fluid {
    padding: 0 110px;
}

@media (max-width: 1199px) {
.hero-5 .container-fluid {
    padding: 0 60px;
}
}

@media (max-width: 991px) {
.hero-5 .container-fluid {
    padding: 0 50px;
}
}

@media (max-width: 767px) {
.hero-5 .container-fluid {
    padding: 0 40px;
}
}

@media (max-width: 575px) {
.hero-5 .container-fluid {
    padding: 0 30px;
}
}

.hero-5 .hero-image {
    max-width: 577px;
  position: relative;
  z-index: 999;
}

@media (max-width: 1199px) {
.hero-5 .hero-image {
    max-width: initial;
}
}

.hero-5 .hero-image img {
    width: 100%;
  height: 100%;
}

.hero-5 .hero-image .hero-image-2 {
    max-width: 268px;
  position: absolute;
  bottom: 30px;
  right: -170px;
}

@media (max-width: 1600px) {
.hero-5 .hero-image .hero-image-2 {
    bottom: 30px;
    right: -95px;
}
}

@media (max-width: 1199px) {
.hero-5 .hero-image .hero-image-2 {
    max-width: initial;
    right: 0;
    bottom: 0;
}
}

@media (max-width: 575px) {
.hero-5 .hero-image .hero-image-2 {
    max-width: 200px;
}
}

.hero-5 .hero-image .hero-image-2 .hero-text {
    display: flex;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: -200px;
  transform: rotate(-90deg);
  right: 0px;
}

@media (max-width: 1600px) {
.hero-5 .hero-image .hero-image-2 .hero-text {
    display: none;
}
}

.hero-5 .hero-image .hero-image-2 .hero-text .icon {
    transform: rotate(-260deg);
}

.hero-5 .hero-image .hero-image-2 .hero-text h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--white);
}

.hero-5 .hero-image .hero-image-2 .shape-image {
    position: absolute;
  max-width: initial;
  bottom: -68px;
  right: -200px;
  z-index: -1;
}

@media (max-width: 1600px) {
.hero-5 .hero-image .hero-image-2 .shape-image {
    bottom: -64px;
    right: -67px;
}
}

@media (max-width: 1199px) {
.hero-5 .hero-image .hero-image-2 .shape-image {
    display: none;
}
}

.hero-5 .hero-content h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 96px;
  font-weight: 800;
  line-height: 116%;
  text-transform: uppercase;
  margin-bottom: 48px;
}

@media (max-width: 1600px) {
.hero-5 .hero-content h1 {
    font-size: 60px;
}
}

@media (max-width: 1199px) {
.hero-5 .hero-content h1 {
    margin-bottom: 0px;
    font-size: 50px;
}
}

@media (max-width: 991px) {
.hero-5 .hero-content h1 {
    font-size: 50px;
}
}

@media (max-width: 767px) {
.hero-5 .hero-content h1 {
    font-size: 40px;
}
}

@media (max-width: 575px) {
.hero-5 .hero-content h1 {
    font-size: 30px;
}
}

.hero-5 .hero-content h1 img {
    margin-left: 20px;
}

.hero-5 .hero-content p {
    max-width: 697px;
  margin-left: 120px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1199px) {
.hero-5 .hero-content p {
    margin-left: 0;
}
}

.hero-5 .hero-content .hero-button-item {
    margin-left: 120px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 340px;
}

@media (max-width: 1600px) {
.hero-5 .hero-content .hero-button-item {
    gap: 150px;
}
}

@media (max-width: 1199px) {
.hero-5 .hero-content .hero-button-item {
    flex-wrap: wrap;
    gap: 30px;
    margin-left: 0;
}
}

.hero-5 .hero-content .hero-button-item .circle-button {
    width: 125px;
  height: 125px;
  border-radius: 100px;
  color: var(--white);
  background: #F16319;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  gap: 10px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
.hero-5 .hero-content .hero-button-item .circle-button .btn-text br {
    display: initial;
}
}

.hero-5 .hero-content .hero-button-item .circle-button:hover {
    background: var(--white);
  color: var(--header);
}

.hero-5 .hero-content .hero-button-item .circle-button i {
    display: inline-block;
  transform: rotate(-30deg);
}

.hero-5 .hero-content .hero-button-item .hero-cont {
    margin-top: 48px;
}

@media (max-width: 1199px) {
.hero-5 .hero-content .hero-button-item .hero-cont {
    margin-top: 0;
}
}

.hero-5 .hero-content .hero-button-item .hero-cont h3 {
    font-size: 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 10px;
}

.hero-5 .hero-content .hero-button-item .hero-cont h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

@media (max-width: 767px) {
.hero-5 .hero-content .hero-button-item .hero-cont h4 br {
    display: initial;
}
}

.hero-6 .container-fluid {
    padding: 0 150px;
}

@media (max-width: 1600px) {
.hero-6 .container-fluid {
    padding: 0 70px;
}
}

@media (max-width: 1199px) {
.hero-6 .container-fluid {
    padding: 0 60px;
}
}

@media (max-width: 991px) {
.hero-6 .container-fluid {
    padding: 0 50px;
}
}

@media (max-width: 767px) {
.hero-6 .container-fluid {
    padding: 0 40px;
}
}

@media (max-width: 575px) {
.hero-6 .container-fluid {
    padding: 0 30px;
}
}

@media (max-width: 1600px) {
.hero-6 .hero-content {
    margin-top: 100px;
    margin-bottom: 100px;
}
}

@media (max-width: 1199px) {
.hero-6 .hero-content {
    margin-top: 100px;
    margin-bottom: 100px;
}
}

@media (max-width: 991px) {
.hero-6 .hero-content {
    margin-top: 80px;
    margin-bottom: 0;
}
}

.hero-6 .hero-content h1 {
    color: var(--white);
  font-family: "Urbanist", sans-serif;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 700;
}

@media (max-width: 1600px) {
.hero-6 .hero-content h1 {
    font-size: 60px;
}
}

@media (max-width: 1199px) {
.hero-6 .hero-content h1 {
    font-size: 41px;
}
}

@media (max-width: 991px) {
.hero-6 .hero-content h1 {
    font-size: 50px;
}
}

@media (max-width: 767px) {
.hero-6 .hero-content h1 {
    font-size: 40px;
}
}

@media (max-width: 575px) {
.hero-6 .hero-content h1 {
    font-size: 28px;
}
}

.hero-6 .hero-content p {
    max-width: 717px;
  color: rgba(255, 255, 255, 0.7);
}

.hero-6 .hero-content .theme-btn {
    margin-top: 48px;
  background-color: var(--theme6);
  color: var(--white);
  border-radius: 10px;
}

.hero-6 .hero-content .theme-btn::after {
    background: var(--white);
}

.hero-6 .hero-content .theme-btn:hover {
    color: var(--header);
}

.hero-6 .hero-image {
    margin-right: -130px;
}

@media (max-width: 1600px) {
.hero-6 .hero-image {
    margin-right: -80px;
}
}

@media (max-width: 1199px) {
.hero-6 .hero-image {
    margin-right: 0;
}
}

.hero-6 .hero-image img {
    width: 100%;
  height: 100%;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    color: var(--white) !important;
}

.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-sidebar .single-sidebar-widget .search-widget form input {
    border-radius: 10px;
  background: #222226;
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  color: #CDCDCD;
}

.main-sidebar .single-sidebar-widget .search-widget form button {
    position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--header);
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.main-sidebar .single-sidebar-widget .search-widget form button:hover {
    background-color: var(--header);
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
    margin-bottom: 5px;
  font-weight: 600;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .star i {
    color: var(--theme);
  font-size: 14px;
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
    border-radius: 30px;
  padding: 5px 15px;
  font-weight: 400;
  background-color: var(--white);
  color: var(--theme);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
    width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 16px 20px;
  font-weight: 500;
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder, .news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
    color: var(--text);
}

.news-hero-section .array-button {
    display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  right: 100px;
  left: 100px;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
.news-hero-section .array-button {
    display: none;
}
}

.news-hero-section .array-button .array-prev, .news-hero-section .array-button .array-next {
    width: 40px;
  height: 55px;
  border: 1px solid rgba(207, 208, 212, 0.2);
  line-height: 55px;
  color: #CDCDCD;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}

.news-hero-section .array-button .array-prev:hover {
    background-color: var(--theme);
  color: var(--header);
}

.news-hero-section .array-button .array-next {
    background-color: var(--theme);
  color: var(--header);
}

.news-hero-section .array-button .array-next:hover {
    background-color: var(--white);
  color: var(--header);
}

.news-hero-section .hero-content {
    max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.news-hero-section .hero-content ul {
    display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  justify-content: center;
}

@media (max-width: 1199px) {
.news-hero-section .hero-content ul {
    gap: 20px;
}
}

.news-hero-section .hero-content ul li {
    font-size: 15px;
  font-weight: 500;
  color: #CDCDCD;
  text-transform: uppercase;
}

.news-hero-section .hero-content ul li i {
    color: var(--theme);
  margin-right: 5px;
}

.news-hero-section .hero-content h1 {
    font-size: 80px;
  font-weight: 700;
  line-height: 113%;
}

@media (max-width: 1199px) {
.news-hero-section .hero-content h1 {
    font-size: 66px;
}
}

@media (max-width: 991px) {
.news-hero-section .hero-content h1 {
    font-size: 55px;
}
}

@media (max-width: 767px) {
.news-hero-section .hero-content h1 {
    font-size: 44px;
}
}

@media (max-width: 575px) {
.news-hero-section .hero-content h1 {
    font-size: 36px;
}
}

.news-hero-section .hero-content .theme-btn {
    background-color: var(--theme);
  color: var(--header);
  margin-top: 40px;
}

.news-hero-section .hero-content .theme-btn::before, .news-hero-section .hero-content .theme-btn::after {
    background-color: var(--white);
}

.news-hero-section .hero-content .theme-btn:hover {
    color: var(--header);
}

.news-details-wrapper .prev-next-button {
    margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
.news-details-wrapper .prev-next-button {
    flex-wrap: wrap;
    gap: 20px;
}
}

.news-details-wrapper .prev-next-button .prev-button, .news-details-wrapper .prev-next-button .next-button {
    border-radius: 30px;
  border: 1px solid rgba(207, 208, 212, 0.2);
  background: #222226;
  display: inline-block;
  padding: 16px 60px;
  font-size: 17px;
  font-weight: 700;
  color: #CDCDCD;
  text-transform: capitalize;
}

.news-details-wrapper .prev-next-button .prev-button:hover, .news-details-wrapper .prev-next-button .next-button:hover {
    background-color: var(--theme);
  color: var(--header);
}

.news-details-wrapper .comments-area .blog-single-comment .content .head .con h5 {
    margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}

.news-details-wrapper .comments-area .blog-single-comment .content .head .con h5 a {
    color: var(--white);
}

.news-details-wrapper .comments-area .blog-single-comment .content .head .star i {
    color: var(--theme);
  font-size: 14px;
}

.news-details-wrapper .comments-area .blog-single-comment .content .reply {
    font-weight: 400;
  color: var(--theme);
}

.news-details-wrapper .comment-form-wrap .form-clt input, .news-details-wrapper .comment-form-wrap .form-clt textarea {
    width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 16px 20px;
  font-weight: 500;
  border-radius: 8px;
  color: var(--text);
}

.news-details-wrapper .comment-form-wrap .form-clt input::placeholder, .news-details-wrapper .comment-form-wrap .form-clt textarea::placeholder {
    color: var(--text);
}

.news-card-items-5 .news-content .news-meta li.style-2 {
    position: relative;
}

.news-card-items-5 .news-content .news-meta li.style-2::before {
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 24px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  top: 12px;
  left: -40px;
}

.search-wrap {
    width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
    position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
    position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
    width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.search-wrap .search-field-holder {
    width: 70%;
}
}

@media (max-width: 575px) {
.search-wrap .search-field-holder {
    width: 80%;
}
}

.search-wrap .main-search-input {
    width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

.search-wrap .main-search-input.style-5 {
    color: var(--theme5) !important;
  border-bottom: 2px solid var(--theme5) !important;
}

.search-wrap .main-search-input.style-5::placeholder {
    color: var(--theme5) !important;
}

.search-wrap .main-search-input.style-6 {
    color: var(--theme6) !important;
  border-bottom: 2px solid var(--theme6) !important;
}

.search-wrap .main-search-input.style-6::placeholder {
    color: var(--theme6) !important;
}

.search-wrap .main-search-input.style-4 {
    color: var(--theme3) !important;
  border-bottom: 2px solid var(--theme3) !important;
}

.search-wrap .main-search-input.style-4::placeholder {
    color: var(--theme3) !important;
}

@media (max-width: 575px) {
.search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
}
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: var(--theme);
}

input.main-search-input::placeholder {
    color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
input.main-search-input::placeholder {
    font-size: 18px;
}
}

.search-close {
    position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.search-close.style-5 {
    color: var(--theme5);
}

.search-close.style-6 {
    color: var(--theme6);
}

.search-close.style-4 {
    color: var(--theme3);
}

.back-to-top {
    border-radius: 50%;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  align-items: center;
  display: inline-flex;
line-height: 1;
  color: var(--header);
  font-size: 18px;
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  justify-content: center;
}

.back-to-top svg {
    width: 18px;
  height: 18px;
  display: block;
}

.back-to-top:hover {
    background-color: var(--header);
  color: var(--white);
}

.back-to-top.style-4 {
    background-color: var(--theme3);
  color: var(--white);
}

.back-to-top.style-5 {
    background-color: var(--theme5);
  color: var(--white);
}

.back-to-top.style-6 {
    background-color: var(--theme6);
  color: var(--white);
}

.back-to-top.show {
    opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.pricing-box-items .pricing-button {
    margin-top: 40px;
}

.pricing-box-items .pricing-button .theme-btn {
    width: 100%;
}

.project-box-content.style-2 {
    margin-left: 80px;
}

@media (max-width: 1199px) {
.project-box-content.style-2 {
    margin-left: 0;
}
}

.showcase-section .container-fluid {
    padding: 0 100px;
}

@media (max-width: 1600px) {
.showcase-section .container-fluid {
    padding: 0 50px;
}
}

@media (max-width: 1399px) {
.showcase-section .container-fluid {
    padding: 0 40px;
}
}

@media (max-width: 1199px) {
.showcase-section .container-fluid {
    padding: 0 30px;
}
}

.project-details-wrapper .project-sidebar .contact-info-box .theme-btn {
    background-color: var(--theme);
  color: var(--header);
  margin-top: 30px;
}

.project-details-wrapper .project-sidebar .contact-info-box .theme-btn::before, .project-details-wrapper .project-sidebar .contact-info-box .theme-btn::after {
    background-color: var(--white);
}

.project-details-wrapper .project-sidebar .contact-info-box .theme-btn:hover {
    color: var(--header);
}

.project-details-wrapper .project-details-content .how-to-work-wrapper .how-too-work-items .content {
    margin-top: 30px;
}

.project-details-wrapper .project-details-content .how-to-work-wrapper .how-too-work-items .content h3 {
    font-weight: 500;
  margin-bottom: 10px;
}

.project-details-wrapper .project-details-content .how-to-work-wrapper .how-too-work-items .content p {
    color: var(--white);
  max-width: 255px;
  margin: 0 auto;
}

.project-section-5 .section-title-area .theme-btn.style-5 {
    background-color: var(--theme5);
  color: var(--white);
  border-radius: 0;
}

.project-section-5 .section-title-area .theme-btn.style-5::after {
    background-color: var(--header);
  border-radius: 0;
}

.section-title {
    position: relative;
  z-index: 99;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
.section-title {
    margin-bottom: 0;
}
}

.section-title h6 {
    color: var(--text);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
}

.section-title.style-5 h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 48px;
}

@media (max-width: 991px) {
.section-title.style-5 h2 {
    font-size: 45px;
}
}

@media (max-width: 767px) {
.section-title.style-5 h2 {
    font-size: 40px;
}
}

@media (max-width: 575px) {
.section-title.style-5 h2 {
    font-size: 35px;
}
}

@media (max-width: 470px) {
.section-title.style-5 h2 {
    font-size: 30px;
}
}

.section-title.style-5 h6 {
    position: relative;
  color: var(--theme5) !important;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
}

.section-title.style-5 h6::before {
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme5);
  height: 3px;
  width: 15px;
  left: 0;
  top: 6px;
}

.section-title.style-5 h6::after {
    position: absolute;
  content: "";
  background-color: var(--theme5);
  height: 3px;
  width: 15px;
  right: 0;
  top: 6px;
}

.section-title.style-5 h6.style-new::after {
    display: none;
}

.section-title.style-6 h2 {
    font-family: "Urbanist", sans-serif;
  font-size: 48px;
}

@media (max-width: 991px) {
.section-title.style-6 h2 {
    font-size: 45px;
}
}

@media (max-width: 767px) {
.section-title.style-6 h2 {
    font-size: 40px;
}
}

@media (max-width: 575px) {
.section-title.style-6 h2 {
    font-size: 35px;
}
}

@media (max-width: 470px) {
.section-title.style-6 h2 {
    font-size: 30px;
}
}

.section-title.style-6 h6 {
    color: var(--theme6) !important;
}

.section-title h2 span {
    font-weight: 400;
  font-family: "Marcellus", sans-serif;
}

.section-title h2 b {
    color: var(--theme);
  font-weight: 400;
  font-family: "Marcellus", sans-serif;
}

.section-title.style-2 {
    margin-top: -5px;
}

.section-title.style-2 h6 {
    color: var(--text2);
  text-transform: uppercase;
  font-weight: 700;
}

.section-title.style-2 h6 img {
    margin-right: 5px;
}

.section-title.style-2 h2 {
    font-size: 45px;
  color: var(--header2);
}

@media (max-width: 767px) {
.section-title.style-2 h2 {
    font-size: 50px;
}
}

@media (max-width: 575px) {
.section-title.style-2 h2 {
    font-size: 40px;
}
}

@media (max-width: 470px) {
.section-title.style-2 h2 {
    font-size: 32px;
}
}

.section-title.style-4 h2 {
    font-size: 48px;
}

@media (max-width: 1199px) {
.section-title.style-4 h2 {
    font-size: 36px;
}
}

@media (max-width: 991px) {
.section-title.style-4 h2 {
    font-size: 28px;
}
}

.section-padding {
    padding: 84px 0;
}

@media (max-width: 1199px) {
.section-padding {
    padding: 72px 0;
}
}

@media (max-width: 991px) {
.section-padding {
    padding: 56px 0;
}
}

.section-padding-2 {
    padding: 90px 0;
}

@media (max-width: 1199px) {
.section-padding-2 {
    padding: 72px 0;
}
}

@media (max-width: 991px) {
.section-padding-2 {
    padding: 56px 0;
}
}

.service-section.section-padding-2 {
    padding-top: 8px;
}

@media (max-width: 1199px) {
.service-section.section-padding-2 {
    padding-top: 0;
}
}

.service-box-items-2 .content {
    margin-top: 20px;
}

.service-box-items-2 .content h3 {
    font-weight: 500;
  margin-bottom: 15px;
  color: var(--header2);
}

.service-box-items-2 .content p {
    color: var(--text2);
}

.mobile-app-wrapper {
    position: relative;
}

.mobile-app-content {
    display: flex;
  flex-direction: column;
  gap: 18px;
}

.mobile-process {
    position: relative;
  width: min(100%, 620px);
  margin-top: 4px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mobile-process-step {
    display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  position: relative;
  min-height: 210px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(10px);
  cursor: pointer;
  text-align: left;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  color: inherit;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.mobile-process-step:hover,
.mobile-process-step:focus-visible {
    transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
  outline: none;
}

.mobile-process-step.is-active {
    background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.mobile-process-index {
    flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.mobile-process-copy {
    padding-top: 0;
}

.mobile-process-copy h4 {
    margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}

.mobile-process-copy p {
    margin-bottom: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 991px) {
.mobile-process {
    width: 100%;
    margin-top: 8px;
    gap: 12px;
}

.mobile-process-step {
    min-height: 185px;
    padding: 18px;
}

.mobile-process-index {
    width: 42px;
    height: 42px;
    font-size: 15px;
    flex-basis: 42px;
}

.mobile-process-copy h4 {
    font-size: 18px;
}

.mobile-process-copy p {
    font-size: 13px;
}
}

@media (max-width: 767.98px) {
.mobile-process {
    grid-template-columns: 1fr;
}

.mobile-process-step {
    min-height: auto;
    padding: 16px;
}

.mobile-process-index {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
}
}

.service-grid {
    margin-top: 36px;
}

.service-section {
    position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.54) 38%, rgba(239, 244, 255, 0) 78%),
    linear-gradient(180deg, #f9fbff 0%, #eef3ff 100%);
}

.service-section::before {
    content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    radial-gradient(circle, rgba(146, 160, 200, 0.18) 1px, transparent 1.5px);
  background-size: 16px 16px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.45));
}

.service-section .container {
    position: relative;
  z-index: 1;
}

.service-section .section-title.style-2 h6 {
    color: #5e66ff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-section .section-title.style-2 h2 {
    max-width: 860px;
  margin-inline: auto;
}

.service-section .section-title.style-2 p {
    color: #5d6b87;
  font-size: 18px;
  line-height: 1.65;
}

.service-section .service-grid {
    margin-top: 42px;
}

.service-slider-btn.swiper-button-disabled {
    opacity: 0.4;
}

.service-card-8 {
    position: relative;
  --service-enter-x: 0px;
  --service-enter-delay: 0s;
  height: 100%;
  min-height: 360px;
  border-radius: 22px;
  background-color: #1a1a23;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.18);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.35s ease, border-color 0.35s ease, opacity 0.45s ease;
  transition-delay: var(--service-enter-delay);
  opacity: 0.72;
  transform: translate3d(var(--service-enter-x), 18px, 0) scale(0.92);
  filter: saturate(0.96);
  color: #fff;
}

.service-card-8::after {
    content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 46%);
  transition: transform 0.35s ease, opacity 0.35s ease;
  opacity: 0;
}

.service-card-8 .service-card-panel {
    position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 14px 14px 15px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(73, 73, 82, 0.78);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.service-card-8 .service-card-panel::before {
    content: "";
  display: block;
  width: 100%;
  height: 0;
}

.service-card-8 .service-card-badge {
    position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(15, 18, 35, 0.15);
}

.service-card-8:hover,
.service-card-8.is-active {
    transition-delay: 0s;
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 26px 55px rgba(17, 24, 39, 0.22);
}

.service-card-8.is-open {
    opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: saturate(1);
}

.service-card-8:hover::after,
.service-card-8.is-active::after {
    opacity: 1;
}

.service-card-8 .service-card-icon {
    width: 66px;
  height: 66px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  margin-bottom: 22px;
}

.service-card-8 .service-card-icon img {
    width: 34px;
  height: 34px;
  object-fit: contain;
}

.service-card-8 h3 {
    font-size: 18px;
  line-height: 1.18;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  max-width: 100%;
  min-height: 0;
}

.service-card-8 p {
    color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.45;
  max-width: 100%;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.service-card-8 .service-card-link {
    display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  color: var(--theme2);
}

.service-card-8 .service-card-link i {
    transition: transform 0.25s ease;
}

.service-card-8:hover .service-card-link i,
.service-card-8.is-active .service-card-link i {
    transform: translateX(4px);
}

.capability-accordion {
    margin-top: 28px;
}

.capability-accordion .capability-card {
    border: 1px solid rgba(81, 77, 224, 0.12);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.capability-accordion .capability-card + .capability-card {
    margin-top: 16px;
}

.capability-accordion .accordion-header {
    margin-bottom: 0;
}

.capability-accordion .accordion-button {
    padding: 18px 22px;
  background: transparent;
  box-shadow: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--header2);
}

.capability-accordion .accordion-button::after {
    background-image: none;
  content: "+";
  width: auto;
  height: auto;
  margin-left: auto;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  color: var(--theme2);
}

.capability-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
}

.capability-accordion .accordion-button:not(.collapsed) {
    color: var(--header2);
  background: transparent;
  box-shadow: none;
}

.capability-accordion .accordion-button:focus {
    box-shadow: none;
}

.capability-accordion .accordion-body {
    padding: 0 22px 20px;
  color: var(--text2);
}

.collab-section {
    position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.2) 42%, rgba(248, 247, 245, 0) 78%),
    linear-gradient(180deg, #f0ede8 0%, #ebe7e2 100%);
}

.collab-section::before {
    content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    radial-gradient(circle, rgba(145, 140, 135, 0.2) 1px, transparent 1.5px);
  background-size: 16px 16px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.45));
}

.collab-section .container {
    position: relative;
  z-index: 1;
}

.collab-section-head {
    display: block;
  margin-bottom: 28px;
}

.collab-section-head h2 {
    margin-bottom: 0;
  font-size: clamp(30px, 3vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #121212;
}

.collab-board {
    padding: 16px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 60px rgba(20, 20, 20, 0.08);
}

.collab-grid {
    display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.collab-card {
    position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 245, 242, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 10px 24px rgba(23, 23, 23, 0.05);
}

.collab-card::after {
    content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(18, 18, 18, 0.04);
  pointer-events: none;
}

.collab-card-head {
    display: flex;
  align-items: flex-start;
  gap: 0;
  position: relative;
  z-index: 1;
}

.collab-card h3 {
    margin-bottom: 6px;
  font-size: 21px;
  line-height: 1.15;
  color: #141414;
}

.collab-card-copy {
    margin: 0;
  padding: 0;
}

.collab-point {
    display: flex;
  gap: 8px;
  color: #5d5d5d;
  line-height: 1.35;
  font-size: 14px;
}

.collab-point::before {
    content: "•";
  flex: 0 0 auto;
  line-height: 1.35;
}

.collab-point + .collab-point {
    margin-top: 2px;
}

.collab-card-large-left {
    grid-column: span 6;
}

.collab-card-large-right {
    grid-column: span 6;
}

.collab-card-small-left {
    grid-column: span 4;
}

.collab-card-small-middle {
    grid-column: span 4;
}

.collab-card-small-right {
    grid-column: span 4;
}

.collab-card-large-left,
.collab-card-large-right {
    display: flex;
  flex-direction: column;
}

.collab-card-small-left,
.collab-card-small-middle,
.collab-card-small-right {
    display: flex;
  flex-direction: column;
}

/* Common style for all images */
.collab-card-visual {
    padding-top: 0;
}

.collab-card-visual img {
    display: block;
  width: 100%;
  object-fit: contain;
  object-position: center bottom;
}

/* First Card */
.collab-card-large-left .collab-card-visual {
    margin-top: -130px;
}

.collab-card-large-left .collab-card-visual img {
    height: 385px;
}

/* Second Card */
.collab-card-large-right .collab-card-visual {
    margin-top: -90px;
}

.collab-card-large-right .collab-card-visual img {
    height: 320px;
}

/* Third Card */
.collab-card-small-left .collab-card-visual {
    margin-top: -70px;
}

.collab-card-small-left .collab-card-visual img {
    height: 290px;
}

/* Fourth Card */
.collab-card-small-middle .collab-card-visual {
    margin-top: -50px;
}

.collab-card-small-middle .collab-card-visual img {
    height: 270px;
}

/* Fifth Card */
.collab-card-small-right .collab-card-visual {
    margin-top: -80px;
}

.collab-card-small-right .collab-card-visual img {
    height: 300px;
}

@media (max-width: 1199px) {
.collab-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.collab-card-large-left,
  .collab-card-large-right,
  .collab-card-small-left,
  .collab-card-small-middle,
  .collab-card-small-right {
    grid-column: span 2;
}
}

@media (max-width: 767px) {
.collab-board {
    padding: 12px;
}

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

.collab-card-large-left,
  .collab-card-large-right,
  .collab-card-small-left,
  .collab-card-small-middle,
  .collab-card-small-right {
    grid-column: auto;
}

.collab-card {
    padding: 18px;
}

.collab-card-large-left,
  .collab-card-large-right,
  .collab-card-small-left,
  .collab-card-small-middle,
  .collab-card-small-right {
    
}

.collab-card-visual img {
    height: 250px;
}

.collab-card-visual {
    margin-top: -95px;
}

.collab-card h3 {
    font-size: 19px;
}
}

@media (max-width: 1199px) {
.service-section.style-padding {
    padding-top: 120px;
}
}

@media (max-width: 767px) {
.form-newletter4 button {
    font-size: 11px !important;
    min-width: 120px;
    width: 120px;
    padding: 12px 13px !important;
}
}

@media (max-width: 1199px) {
.testimonial-section.style-2 {
    padding-bottom: 0;
}
}

.testimonial-wrapper-3 .testimonial-content .author-items .content h3 {
    color: var(--white);
}

.testimonial-wrapper-3 .testimonial-content .author-items .content span {
    font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 5px;
  color: var(--text);
}

.testimonial-section .array-button {
    display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  right: 10%;
  left: 10%;
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
.testimonial-section .array-button {
    display: none;
}
}

.testimonial-section .array-button .array-prev, .testimonial-section .array-button .array-next {
    width: 40px;
  height: 55px;
  border: 1px solid rgba(207, 208, 212, 0.2);
  line-height: 55px;
  color: #CDCDCD;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}

.testimonial-section .array-button .array-prev:hover {
    background-color: var(--theme);
  color: var(--header);
}

.testimonial-section .array-button .array-next {
    background-color: var(--theme);
  color: var(--header);
}

.testimonial-section .array-button .array-next:hover {
    background-color: var(--white);
  color: var(--header);
}

.testimonial-section-5 .array-buttons {
    display: grid;
  gap: 30px;
}

@media (max-width: 1199px) {
.testimonial-section-5 .array-buttons {
    display: none;
}
}

.testimonial-section-5 .array-buttons .array-prev {
    position: absolute;
  top: 90px;
  right: 17%;
  z-index: 999;
  background-color: var(--header);
  color: var(--white);
}

.testimonial-section-5 .array-buttons .array-next {
    position: absolute;
  top: 175px;
  right: 17%;
  z-index: 999;
}

.testimonial-section-6 .array-buttons {
    margin-top: 48px;
}

.testimonial-section-6 .array-buttons .array-prev {
    color: var(--white);
  background: rgba(217, 217, 217, 0.06);
  border: none;
}

.testimonial-section-6 .array-buttons .array-prev:hover {
    background-color: var(--theme6);
}

.testimonial-section-6 .array-buttons .array-next {
    background-color: var(--theme6);
  color: var(--white);
}

.testimonial-section-6 .array-buttons .array-next:hover {
    background-color: var(--white);
  color: var(--theme6);
}

.revenue-section .section-title {
    position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto 34px;
}

.revenue-section .section-title h2 {
    color: #10284c;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

@media (max-width: 767px) {
.revenue-section .section-title {
    margin-bottom: 24px;
}
}

/* ===========================
   UNIVERSAL SECTION
=========================== */
.universal-section {
    padding: 24px 0 72px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.universal-section .container {
    max-width: 1320px;
}

.universal-section .title {
    display: none;
}

.universal-section .content {
    display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: start;
}

.universal-section .left-content {
    padding-top: 6px;
}

.universal-section .left-content h2 {
    margin: 0 0 26px;
  color: #11218f;
  font-size: clamp(2.2rem, 1.6rem + 2vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.universal-section .feature-list-wrap {
    max-width: 760px;
}

.universal-section .feature-list {
    list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.universal-section .feature-list li {
    display: flex;
  align-items: flex-start;
  gap: 18px;
  color: #5a6278;
  font-size: 1.16rem;
  line-height: 1.55;
}

.universal-section .check-icon {
    width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #7d73f4 0%, #675ef0 100%);
  box-shadow: 0 8px 18px rgba(103, 94, 240, 0.16);
  margin-top: 2px;
}

.universal-section .check-icon svg {
    display: block;
  width: 14px;
  height: 14px;
}

.universal-section .feature-text {
    padding-top: 2px;
}

.universal-section .right-image {
    width: 100%;
  max-width: 520px;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin-top: 86px;
}

.universal-section .video-wrapper {
    width: 100%;
  padding: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #2f2f31;
  box-shadow: 0 22px 60px rgba(17, 25, 56, 0.14);
}

.universal-section .video-wrapper iframe {
    display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 340px;
  border: 0;
  background: #2f2f31;
}

.universal-section .video-demo-btn {
    display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  padding: 15px 28px;
  border-radius: 12px;
  background: linear-gradient(180deg, #7161f6 0%, #5c55ee 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(92, 85, 238, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.universal-section .video-demo-btn:hover {
    transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(92, 85, 238, 0.34);
  filter: brightness(1.02);
}

@media (max-width: 1199px) {
.universal-section {
    padding: 20px 0 64px;
}

.universal-section .content {
    gap: 36px;
}

.universal-section .right-image {
    max-width: 100%;
    margin-top: 56px;
}
}

@media (max-width: 991px) {
.universal-section .content {
    grid-template-columns: 1fr;
}

.universal-section .right-image {
    justify-self: start;
    max-width: 700px;
    margin-top: 28px;
}
}

@media (max-width: 767px) {
.universal-section {
    padding: 16px 0 52px;
}

.universal-section .left-content h2 {
    font-size: clamp(1.9rem, 1.3rem + 3vw, 3rem);
    margin-bottom: 22px;
}

.universal-section .feature-list {
    gap: 18px;
}

.universal-section .feature-list li {
    font-size: 1rem;
    gap: 14px;
}

.universal-section .check-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
}

.universal-section .video-wrapper iframe {
    min-height: 260px;
}
}

@media (max-width: 575px) {
.universal-section .feature-list li {
    align-items: flex-start;
}

.universal-section .video-demo-btn {
    width: 100%;
  max-width: 220px;
}
}

/* ===========================
   UNIVERSAL SECTION END
=========================== */

/* ===========================
   FAQ SECTION
=========================== */
.faq-section {
    position: relative;
  padding: 28px 0 72px;
  overflow: hidden;
  background: linear-gradient(90deg, #f7f8ff 0%, #f4f5ff 55%, #ede9ff 100%);
}

.faq-section::before {
    content: "";
  position: absolute;
  left: -160px;
  top: 110px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  border: 2px solid rgba(122, 120, 255, 0.16);
  box-shadow: inset 0 0 0 18px rgba(111, 125, 255, 0.04);
}

.faq-section .faq-container {
    width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.faq-section .faq-header {
    text-align: center;
  margin-bottom: 32px;
}

.faq-section .faq-left {
    text-align: left;
  margin-bottom: 42px;
}

.faq-section .faq-label {
    display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid #cfd7ff;
  border-radius: 999px;
  color: #7b8cff;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.faq-section .faq-header h2 {
    margin: 0 auto;
  max-width: 820px;
  color: #020b72;
  font-size: clamp(2.2rem, 1.6rem + 2.2vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.faq-section .faq-layout {
    display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: start;
}

.faq-section .faq-copy {
    padding-top: 10px;
}

.faq-section .faq-copy p {
    margin: 0;
  color: #5f6278;
  font-size: 0.98rem;
  line-height: 1.85;
  max-width: 390px;
}

.faq-section .faq-copy h2 {
    margin: 0 auto;
  max-width: 820px;
  color: #020b72;
  font-size: clamp(2.2rem, 1.6rem + 2.2vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 700;
  padding-bottom:30px;
}

.faq-section .faq-area {
    display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}

.faq-section .faq-item {
    background: #ffffff;
  border: 1px solid rgba(15, 23, 70, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(15, 23, 70, 0.08);
  align-self: start;
  height: auto;
}

.faq-section .faq-question {
    width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.faq-section .faq-question h3 {
    margin: 0;
  color: #060b27;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 600;
}

.faq-section .faq-icon {
    width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #6f7dff, #7c57ff);
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.25s ease;
}

.faq-section .faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-section .faq-answer {
    max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.35s ease;
}

.faq-section .faq-answer p {
    margin: 0;
  padding-bottom: 24px;
  color: #5f6278;
  font-size: 0.98rem;
  line-height: 1.85;
}

.faq-section .faq-item.active .faq-answer {
    max-height: 260px;
}

@media (max-width: 991px) {
.faq-section {
    padding: 24px 0 60px;
}

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

.faq-section .faq-copy p {
    max-width: 100%;
}

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

@media (max-width: 767px) {
.faq-section .faq-container {
    width: min(100% - 32px, 1180px);
}

.faq-section .faq-header {
    margin-bottom: 24px;
}

.faq-section .faq-left {
    margin-bottom: 0;
}

.faq-section .faq-question {
    padding: 16px 18px;
}

.faq-section .faq-answer {
    padding: 0 18px;
}
}

/* ===========================
   FAQ SECTION END
=========================== */


/* ===========================
   CTA BANNER OVERRIDE
=========================== */
#cta {
    display: block;
  width: 100%;
  background:
    radial-gradient(circle at 18% 30%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, #4b66ea 0%, #14235f 52%, #000000 100%);
  padding: 56px 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#cta::before {
    content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E") repeat;
  pointer-events: none;
}

#cta .cta-inner {
    position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
}

#cta h2 {
    font-size: clamp(2rem, 1.4rem + 2.3vw, 3.5rem);
  color: #ffffff;
  margin: 0 0 1rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

#cta p {
    color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  margin: 0 0 2rem;
}

#cta .btn-white {
    background: #ffffff;
  color: #4560f0;
  padding: 14px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  transform: translateZ(0);
}

#cta .btn-white:hover {
    transform: scale(1.05);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

@media (max-width: 767px) {
#cta {
    padding: 64px 24px;
}

#cta .btn-white {
    width: 100%;
    max-width: 260px;
}
}

footer {
    background: #000;
  color: #fff;
  padding: 24px 0 10px;
}

.footer-inner {
    width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
}

.footer-top {
    display: grid;
  grid-template-columns: 1.8fr 2fr;
  gap: 18px;
  align-items: start;
}

.footer-brand {
    max-width: 620px;
}

.footer-brand img {
    width: 92px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.footer-brand-text p,
.footer-col p,
.footer-col a {
    color: #fff;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 0;
}

.footer-brand-text p {
    max-width: 580px;
}

.footer-links {
    display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.footer-col h4 {
    color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.footer-col a {
    display: block;
  text-decoration: none;
  margin-bottom: 8px;
}

.footer-col a:hover {
    color: #9ad1ff;
}

.footer-col p + p {
    margin-top: 8px;
}

.footer-bottom {
    width: min(1400px, calc(100% - 48px));
  margin: 12px auto 0;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  color: #fff;
  font-size: 15px;
}

@media (max-width: 991px) {
.footer-top {
    grid-template-columns: 1fr;
}

.footer-links {
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 767px) {
footer {
    padding: 28px 0 10px;
}

.footer-inner,
  .footer-bottom {
    width: min(100% - 24px, 1400px);
}

.footer-links {
    grid-template-columns: 1fr;
    gap: 16px;
}

.footer-brand-text p,
  .footer-col p,
  .footer-col a,
  .footer-bottom {
    font-size: 14px;
}
}

/*# sourceMappingURL=main.css.map */


  .pineai-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    width: 100%;
    min-height: 124px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(6, 8, 20, 0.78) 100%);
}

.pineai-site-header .header-inner {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.pineai-site-header .brand img {
    width: 140px;
    height: auto;
    display: block;
}

.pineai-site-header .header-left {
    display: flex;
    align-items: center;
    gap: 56px;
    min-width: 0;
}

.pineai-site-header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 42px;
    flex-wrap: wrap;
}

.pineai-site-header nav a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.pineai-site-header nav a:hover {
    opacity: 0.82;
}

.pineai-site-header .header-right {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.pineai-site-header .theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 34px;
    border-radius: 999px;
    background: #fff;
    color: #121212;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15);
}

.pineai-site-header .sidebar__toggle {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

@media (max-width: 991px) {
.pineai-site-header .header-inner {
    gap: 16px;
}

.pineai-site-header .header-left {
    gap: 24px;
}

.pineai-site-header nav ul {
    gap: 24px;
}
}

@media (max-width: 767px) {
.pineai-site-header .header-inner {
    width: min(100% - 24px, 1280px);
      padding: 12px 0;
      flex-wrap: wrap;
}

.pineai-site-header .header-left {
    flex-wrap: wrap;
}

.pineai-site-header nav ul {
    gap: 16px;
}

.pineai-site-header nav a,
    .pineai-site-header .theme-btn {
    font-size: 14px;
}

.pineai-site-header .theme-btn {
    padding: 14px 20px;
}
}

img#capabilityPreviewImage {
    width: 100%;
}

.fa,
  .fa-brands,
  .fa-duotone,
  .fa-light,
  .fa-regular,
  .fa-solid,
  .fa-thin,
  .fab,
  .fad,
  .fal,
  .far,
  .fas,
  .fat {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro") !important;
}

.swiper-button-next::after,
  .swiper-button-prev::after {
    font-family: swiper-icons !important;
}