/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: Nunito, sans-serif;
    /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
    outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
    resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
    cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
    cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
    max-width: 100%;
    height: auto;
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::-webkit-backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.heading-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .heading-text {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1280px) {
    .heading-text {
        font-size: 2.25rem;
        line-height: 1;
    }
}

.subheading-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.feature-heading {
    margin-bottom: 1.25rem;
    font-size: 32px;
    line-height: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .feature-heading {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1280px) {
    .feature-heading {
        font-size: 32px;
        line-height: 1;
    }
}

.feature-description {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.feature-list-item {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.client-heading {
    margin-bottom: 2.5rem;
    text-align: center;
    font-size: 1.313rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
    .client-heading {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.alert-danger {
    margin-bottom: 1.25rem;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(252 165 165 / var(--tw-bg-opacity));
    padding: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.invalid-feedback {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}

.has-error input {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.has-error textarea {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.alert-success {
    margin-bottom: 1.25rem;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(167 243 208 / var(--tw-bg-opacity));
    padding: 1rem;
}

.faq-active {
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(79 70 229 / var(--tw-border-opacity));
}

.faq-in-active {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.faq-in-active:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.backdrop-46 {
    -webkit-backdrop-filter: blur(46px);
    backdrop-filter: blur(46px);
}

.dropdown:hover .dropdown-menu {
    display: block;
}

#slider {
    transition: .4s;
}

#slider::before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 18px;
    top: 2px;
    transition: .4s;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

input:checked+#slider {
    background: green;
}

input:checked+#slider:before {
    transform: translateX(-16px);
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.top-0 {
    top: 0px;
}

.left-0 {
    left: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.left-1\/2 {
    left: 50%;
}

.top-1\/2 {
    top: 50%;
}

.top-1 {
    top: 0.25rem;
}

.top-10 {
    top: 2.5rem;
}

.-top-11 {
    top: -2.75rem;
}

.-right-8 {
    right: -2rem;
}

.z-10 {
    z-index: 10;
}

.z-50 {
    z-index: 50;
}

.-m-2 {
    margin: -0.5rem;
}

.-m-3 {
    margin: -0.75rem;
}

.-m-6 {
    margin: -1.5rem;
}

.-m-8 {
    margin: -2rem;
}

.-m-1\.5 {
    margin: -0.375rem;
}

.-m-1 {
    margin: -0.25rem;
}

.-m-10 {
    margin: -2.5rem;
}

.-m-5 {
    margin: -1.25rem;
}

.-m-4 {
    margin: -1rem;
}

.m-24 {
    margin: 6rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mr-14 {
    margin-right: 3.5rem;
}

.mr-10 {
    margin-right: 2.5rem;
}

.mr-9 {
    margin-right: 2.25rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mt-18 {
    margin-top: 4.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-14 {
    margin-bottom: 3.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-11 {
    margin-bottom: 2.75rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.-ml-5 {
    margin-left: -1.25rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-9 {
    margin-bottom: 2.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mb-1\.5 {
    margin-bottom: 0.375rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.ml-auto {
    margin-left: auto;
}

.mr-4 {
    margin-right: 1rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.h-\[300px\] {
    height: 300px;
}

.h-full {
    height: 100%;
}

.h-16 {
    height: 4rem;
}

.h-48 {
    height: 12rem;
}

.h-4 {
    height: 1rem;
}

.h-14 {
    height: 3.5rem;
}

.h-96 {
    height: 24rem;
}

.h-3\.5 {
    height: 0.875rem;
}

.h-3 {
    height: 0.75rem;
}

.h-12 {
    height: 3rem;
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.w-4\/6 {
    width: 66.666667%;
}

.w-16 {
    width: 4rem;
}

.w-40 {
    width: 10rem;
}

.w-24 {
    width: 6rem;
}

.w-4 {
    width: 1rem;
}

.w-14 {
    width: 3.5rem;
}

.w-64 {
    width: 16rem;
}

.w-3\.5 {
    width: 0.875rem;
}

.w-3 {
    width: 0.75rem;
}

.w-8 {
    width: 2rem;
}

.max-w-xs {
    max-width: 20rem;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.max-w-xl {
    max-width: 36rem;
}

.flex-1 {
    flex: 1 1 0%;
}

.-translate-y-full {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.resize-none {
    resize: none;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-1 {
    gap: 0.25rem;
}

.divide-y> :not([hidden])~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.overflow-hidden {
    overflow: hidden;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-10 {
    border-radius: 0.625rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.rounded-tl-xl {
    border-top-left-radius: 0.75rem;
}

.rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
}

.border {
    border-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-indigo-700 {
    --tw-border-opacity: 1;
    border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.bg-body {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-transparent {
    background-color: transparent;
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}

.bg-opacity-90 {
    --tw-bg-opacity: 0.9;
}

.bg-opacity-80 {
    --tw-bg-opacity: 0.8;
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
    --tw-bg-opacity: 0.6;
}

.bg-gradient-cyan {
    background-image: linear-gradient(90deg, rgba(108, 213, 246, 1) 0%, rgba(248, 157, 92, 1) 50%, rgba(91, 106, 240, 1) 100%);
}

.bg-gradient-orange {
    background-image: linear-gradient(98.24deg, #FFB36D 0%, #EC5353 100%);
}

.bg-gradient-cyan2 {
    background-image: linear-gradient(98.24deg, #6CD5F7 0%, #FEE2CE 35.94%, #B0A9DF 69.27%, #5B6AF0 100%);
}

.bg-gradient-purple {
    background-image: linear-gradient(98.24deg, #6C2DD1 0%, #FF7DBC 100%);
}

.bg-gradient-green {
    background-image: linear-gradient(98.24deg, #CEE9C1 0%, #83C8DE 100%);
}

.bg-gradient-blue {
    background-image: linear-gradient(98.24deg, #56C1E3 0%, #5B6AF0 100%);
}

.bg-gradient-gray2 {
    background-image: linear-gradient(98.24deg, #FFFFFF 0%, #F9F9FF 47.4%, #EBECF7 100%);
}

.fill-current {
    fill: currentColor;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-2 {
    padding: 0.5rem;
}

.p-0\.5 {
    padding: 0.125rem;
}

.p-0 {
    padding: 0px;
}

.p-3 {
    padding: 0.75rem;
}

.p-11 {
    padding: 2.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-8 {
    padding: 2rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-10 {
    padding: 2.5rem;
}

.p-1\.5 {
    padding: 0.375rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pb-36 {
    padding-bottom: 9rem;
}

.pt-28 {
    padding-top: 7rem;
}

.pt-9 {
    padding-top: 2.25rem;
}

.pb-11 {
    padding-bottom: 2.75rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.pb-32 {
    padding-bottom: 8rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-26 {
    padding-top: 6.5rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pt-14 {
    padding-top: 3.5rem;
}

.pb-14 {
    padding-bottom: 3.5rem;
}

.pt-20 {
    padding-top: 5rem;
}

.pb-28 {
    padding-bottom: 7rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pb-9 {
    padding-bottom: 2.25rem;
}

.pt-32 {
    padding-top: 8rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.313rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-xs {
    font-size: 0.813rem;
    line-height: 1rem;
}

.text-4xl {
    font-size: 2rem;
    line-height: 2.5rem;
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.leading-snug {
    line-height: 1.375;
}

.leading-relaxed {
    line-height: 1.625;
}

.leading-normal {
    line-height: 1.5;
}

.leading-none {
    line-height: 1;
}

.tracking-px {
    letter-spacing: 1px;
}

.text-body {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-0 {
    opacity: 0;
}

.shadow-4xl {
    --tw-shadow: 0px 14.031px 54.1195px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 14.031px 54.1195px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-5xl {
    --tw-shadow: 0px 42.4441px 61.3082px rgba(0, 0, 0, 0.08);
    --tw-shadow-colored: 0px 42.4441px 61.3082px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-9xl {
    --tw-shadow: 0px 25px 70px rgba(0, 0, 0, 0.12);
    --tw-shadow-colored: 0px 25px 70px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-1000 {
    transition-duration: 1000ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity));
}

.hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-gray-600:hover {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.hover\:border-gray-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-indigo-700:hover {
    --tw-text-opacity: 1;
    color: rgb(67 56 202 / var(--tw-text-opacity));
}

.focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity));
}

.focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.group:hover .group-hover\:opacity-50 {
    opacity: 0.5;
}


.bg-banner {
    background-color: #EEF2FF;
}

.text-black-shade-1 {
    color: #1F2937;
}

.text-black-shade-2 {
    color: #404040;
}

.text-black-shade-3 {
    color: #374151;
}

.text-title-color {
    color: #111827;
}

.text-title-description {
    color: #374151;
}

.bg-blue {
    background-color: #6366F1;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #6366F1;
}

.border-blue {
    --tw-border-opacity: 1;
    border-color: #6366F1;
}

.gap-40 {
    gap: 40px;
}

.pt-67 {
    padding-top: 67px;
}

.pb-6 {
    padding-bottom: 24px;
}

.text-40 {
    font-size: 40px;
}

.leading-48 {
    line-height: 48px;
}

.pt-3 {
    padding-top: 12px;
}

.pb-3 {
    padding-bottom: 12px;
}

.m-auto {
    margin: 0 auto;
}

.mr-auto {
    margin-right: 0;
}

.item-center {
    align-items: center;
}

.mt-24 {
    margin-top: 24px;
}

.w-176 {
    width: 176px !important;
}

.testimonial-card {
    filter: drop-shadow(0px 2px 6px #1018280F);
}

.testimonial-card>p {
    font-size: 18px;
    color: #111827;
    line-height: 32px;
    font-weight: 600;
    margin: 32px 0;
    min-height: 100px;
}

#owl-carousel-logo img {
    height: 48px;
    width: 100%;
    object-fit: contain;
}

.testimonial-card img.w-176 {
    height: 40px;
    object-fit: contain;
    object-position: left;
}

.w-56 {
    width: 56px;
}

.h-56 {
    height: 56px;
}

p.testimonial-name {
    color: #111827;
    font-weight: 500;
    line-height: 24px;
}

p.testimonial-designation {
    color: #6B7280;
    font-size: 14px;
}

p.testimonial-designation {
    color: #6B7280;
    font-size: 14px;
}

.owl-nav button {
    width: 48px;
    height: 48px;
    border: 1px solid #A3A3A3 !important;
    border-radius: 100%;
    background-color: #fff !important;
}

.owl-nav button span {
    color: #A3A3A3 !important;
    font-size: 30px;
}

button.owl-prev {
    position: absolute;
    left: -24px;
    top: 25%;
}

button.owl-next {
    position: absolute;
    right: -24px;
    top: 25%;
}

#owl-carousel button.owl-prev, #owl-carousel button.owl-next {
    top: 40%;
}

.business-operations {
    padding: 64px 0;
    background: #1F1D49;
    color: #fff;
}

.business-operations h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.business-operations p {
    color: #F3F4F6;
    line-height: 24px;
    max-width: 645px;
    margin: 0 auto;
    padding-top: 12px;
}

.custom-border-right>div {
    position: relative;
}

.custom-border-right>div::after {
    width: 3px;
    height: 100%;
    background: #6366F1;
    content: '';
    right: -24px;
    top: 0;
    position: absolute;
}

.custom-border-right>div:last-child::after {
    opacity: 0;
}

.top-header {
    background: #312E81;
    padding: 5px;
    position: relative;
}

.top-header-content {
    text-align: center;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
}

.top-header-content a {
    padding: 4px 12px;
    background: #EEF2FF;
    border-radius: 4px;
    color: #322f82;
    font-size: 14px;
    margin-left: 10px;
}

.top-header-content img {
    height: 36px;
}

.mt-64 {
    margin-top: 64px;
}

img.close-btn {
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer;
}

.py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
}

.text-menu-color {
    color: #6B7280;
}

.gap-32 {
    gap: 32px
}

.subscription-form {
    max-width: 420px;
    margin: 0 auto;
    margin-right: 0;
    width: 100%;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
}

.logo-subtext {
    font-size: 12px;
    color: #007bff;
}

.subscribe-btn {
    background-color: #6366F1;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
}

.form-control {
    border: 1px solid #E5E7EB;
    color: #9CA3AF;
    padding: 11px 14px;
    font-size: 14px;
    margin: 0;
    filter: drop-shadow(0px 2px 6px #1018280F);
    width: 100%;
    border-radius: 8px;
    outline: 0;
}

/*img.footer-logo {*/
/*    max-width: 190px;*/
/*}*/

.w-full.hr-div {
    margin-top: 64px;
    margin-bottom: 32px;
}




.privacy-policy-content h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.privacy-policy-content {
    margin-bottom: 44px;
}

.privacy-policy-content ul li {
    list-style: disc;
    color: #374151;
    line-height: 26px;
    margin: 11px 0;
    font-size: 18px;
}

.privacy-policy-content ul {
    padding-left: 25px;
}

.privacy-policy-content p {
    color: #374151;
}


section.privacy-policy-main {
    padding: 84px 0;
}

.privacy-policy-title {
    margin-bottom: 128px;
}

.privacy-policy-right-bar {
    padding-left: 20px;
}

.privacy-policy-left-bar {
    background: #F9FAFB;
    padding: 40px;
    border-radius: 8px;
    max-width: 385px;
    position: sticky;
    top: 20px;
}

.privacy-policy-left-bar ul li {
    list-style: auto;
    color: #374151;
    line-height: 26px;
    margin: 11px 0;
    font-size: 18px;
}

.privacy-policy-left-bar h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.privacy-policy-left-bar ul {
    margin-left: 20px;
}

.privacy-policy-title h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 10px;
}

.privacy-policy-title p {
    font-size: 24px;
    color: #374151;
}

.pl-30 {
    padding-left: 30px;
}

.footer-logo-section img {
    margin-bottom: 12px;
}

.testimonial-card img.w-176 {
    filter: grayscale(100%) brightness(60%);
}

.max-w-\[900px\] {
    max-width: 900px;
}

.gap-6 {
    gap: 24px;
}

.register-btn:hover {
    background-color: transparent;
}

.register-btn:hover .hover-text-blue {
    color: #6366F1;
}
.bg-hover-blue:hover{
    background-color: #6366F1;
}
.bg-hover-blue:hover .text-blue{
    color: #fff !important;
}
.thankyou-main .privacy-policy-title {
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.thankyou-main .privacy-policy-title p {
    font-weight: 500;
    font-size: 24px;
}

.thankyou-main .privacy-policy-title h1 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 0;
}

.thankyou-main .privacy-policy-title p.sm-text {
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 640px) {
    .sm\:w-64 {
        width: 16rem;
    }

    .sm\:w-1\/2 {
        width: 50%;
    }

    .sm\:max-w-xs {
        max-width: 20rem;
    }
}

@media (max-width: 768px) {
    .owl-nav button {
        width: 36px;
        height: 36px;
    }
    .thankyou-main .privacy-policy-title {
        gap: 10px;
    }
    .thankyou-main .privacy-policy-title p.sm-text {
        font-size: 14px !important;
    }
    .footer-logo-section img {
        margin-bottom: 20px;
    }
    .owl-nav button span {
        line-height: 36px;
    }
    button.owl-prev {
        left: 0px;
    }
    button.owl-next {
        right: 0px;
    }
    #owl-carousel-logo .owl-stage-outer {
        /* padding: 0 36px; */
    }
    #owl-carousel button.owl-prev {
        left: -10px;
    }
    #owl-carousel button.owl-next {
        right: -10px;
    }
    .banner-layout-content a {
        font-size: 14px;
        padding: 0.5rem;
        line-height: 20px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .pt-67 {
        padding-top: 30px;
    }

    .custom-border-right {
        flex-direction: column;
        align-items: self-start;
        gap: 20px;
    }

    .custom-border-right>div::after {
        opacity: 0;
    }

    .testimonial-card>p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
        margin: 25px 0;
        min-height: auto;
    }

    .leading-48 {
        line-height: 30px;
    }

    .text-40 {
        font-size: 24px;
    }

    .mt-64 {
        margin-top: 30px;
    }

    .mob-top-0 {
        padding-top: 0px !important;
    }

    .feature-section .pb-20 {
        padding-bottom: 0rem;
    }

    .feature-section .h-96 {
        height: auto;
    }

    .testimonials-section {
        padding: 50px 0;
    }

    .business-operations h3 {
        font-size: 26px;
        font-weight: 600;
        line-height: 34px;
    }

    .mob-flex-col {
        justify-content: unset;
        flex-direction: column;
    }

    .mob-flex-col>ul {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .w-full.hr-div {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .subscription-form .p-2 {
        padding: 7px 0px;
    }

    section.privacy-policy-main {
        padding: 40px 0 0;
    }

    .privacy-policy-title h1 {
        font-size: 30px !important;
        line-height: 35px !important;
        margin-bottom: 5px !important;
    }

    .privacy-policy-title {
        margin-bottom: 40px !important;
    }

    .privacy-policy-title p {
        font-size: 16px !important;
    }

    .px-8 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .top-header-content {
        text-align: left;
        justify-content: space-between;
    }

    .top-header {
        padding: 5px 16px;
    }

    .top-header-content p {
        font-size: 12px;
        text-align: left;
        max-width: 54%;
    }

    .top-header-content a {
        font-size: 12px;
        margin-left: 0;
    }

    .layout-content-basefont {
        font-size: 14px;
    }

    .banner-layout-content .text-2xl {
        font-size: 20px;
        line-height: 32px;
    }

    .banner-layout-content .mb-6 {
        margin-bottom: 10px;
    }

    .pl-30 {
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    .md\:w-1\/3 {
        width: 33.333333%;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .md\:w-auto {
        width: auto;
    }

    .md\:max-w-xl {
        max-width: 36rem;
    }

    .md\:max-w-sm {
        max-width: 24rem;
    }

    .md\:max-w-4xl {
        max-width: 56rem;
    }

    .md\:max-w-max {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .md\:max-w-lg {
        max-width: 32rem;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .md\:divide-y-0> :not([hidden])~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }

    .md\:divide-x> :not([hidden])~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .md\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .md\:text-4xl {
        font-size: 2rem;
        line-height: 2.5rem;
    }




}

@media (min-width: 1024px) {
    .lg\:-m-3 {
        margin: -0.75rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:w-5\/12 {
        width: 41.666667%;
    }

    .lg\:w-4\/12 {
        width: 32.666667%;
    }

    .lg\:w-8\/12 {
        width: 67.333333%;
    }

    .lg\:w-2\/12 {
        width: 16.666667%;
    }

    .lg\:w-3\/12 {
        width: 25%;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:w-7\/12 {
        width: 58.333333%;
    }

    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:max-w-md {
        max-width: 28rem;
    }

    .lg\:max-w-lg {
        max-width: 32rem;
    }


}

@media (max-width: 1024px) {
    .privacy-policy-main .md\:w-1\/2 {
        width: 100%;
    }

    .privacy-policy-left-bar {
        margin-bottom: 30px;
    }

    .privacy-policy-right-bar {
        padding-left: 0;
    }

}

@media (max-width: 1650px) {
    .privacy-policy-content h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .privacy-policy-content ul li {
        list-style: disc;
        color: #374151;
        line-height: 26px;
        margin: 8px 0;
        font-size: 16px;
    }

    .privacy-policy-left-bar ul li {
        list-style: auto;
        color: #374151;
        line-height: 26px;
        margin: 8px 0;
        font-size: 16px;
    }

    .privacy-policy-left-bar {
        padding: 20px;
    }

    .privacy-policy-left-bar h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .privacy-policy-title {
        margin-bottom: 90px;
    }

    .privacy-policy-title h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .privacy-policy-title p {
        font-size: 20px;
    }

    .privacy-policy-title {
        margin-bottom: 80px;
    }




}

@media (min-width: 1280px) {
    .xl\:-ml-20 {
        margin-left: -5rem;
    }

    .xl\:block {
        display: block;
    }

    .xl\:w-1\/2 {
        width: 50%;
    }

    .xl\:text-6xl {
        font-size: 2.625rem;
        line-height: 1;
    }
}

@media (min-width: 1920px) {
    .xl\:text-6xl {
        font-size: 52px;
        line-height: 65px;
    }

    p {
        font-size: 18px;
        line-height: 28px !important;
    }

    .bg-banner .text-base a {
        font-size: 18px;
    }

    .top-header-content p,
    .top-header-content a {
        font-size: 16px !important;
    }

    .client-heading {
        font-size: 32px;
        line-height: 36px;
    }

    .leading-48 {
        line-height: 54px;
    }

    .text-40 {
        font-size: 48px;
    }

    .text-sm {
        font-size: 16px;
        line-height: 1.25rem;
    }

    .text-base {
        font-size: 18px;
        line-height: 26px;
    }

    .feature-heading {
        font-size: 32px;
        line-height: 1;
    }

    .business-operations p {
        max-width: 820px;
    }

    .business-operations h3 {
        font-size: 48px;
        line-height: 54px;
    }

    .subscribe-btn {
        font-size: 18px;
    }


}
