@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Alata&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

/*
! 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    /* 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;
}

[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type="text"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

[multiple] {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    color-adjust: unset;
    print-color-adjust: unset;
}

[type="checkbox"],
[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #f7faf6;
    border-color: #e5e7e9;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type="checkbox"] {
    border-radius: 0px;
}

[type="radio"] {
    border-radius: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2564eb00;
    --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow);
}

[type="checkbox"]:checked,
[type="radio"]:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type="radio"]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons%2C Inc. --%3E%3Cpath fill='white' d='M438.6 105.4c12.5 1.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
    background-size: 15px;
    background-position: center;
}

[type="checkbox"]:checked:hover,
[type="checkbox"]:checked:focus,
[type="radio"]:checked:hover,
[type="radio"]:checked:focus {
    border-color: transparent;
    background-color: currentColor;
    outline: none !important;
}

[type="checkbox"]:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type="checkbox"]:indeterminate:hover,
[type="checkbox"]:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type="file"] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type="file"]:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}

*,
::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: ;
}
.custom-container {
    max-width: 1334px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    @media screen and (max-width:1300px) {
        max-width: 96%;
    }
    @media screen and (max-width:768px) {
        max-width: 92%;
    }
    @media screen and (max-width:575px) {
        max-width: 90%;
    }
         @media screen and (max-width:425px) {
             max-width: 87%;
         }
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
.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;
    }
}

/* Global */
body {
    font-family: "Poppins", sans-serif;
    display: flex;
    height: 100%;
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 1536px) {
    .container {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

img {
    vertical-align: middle;
}

a {
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    cursor: pointer;
}

button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.btn {
    display: inline-block;
    border-radius: 0.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.2rem;
    line-height: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}
.btn-custom {
    display: inline-block;
    border-radius: 0.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
    padding-left: 1.65rem;
    padding-right: 1.65rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.15rem;
    line-height: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.btn:hover {
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .btn {
        border-radius: 9999px;
        border-width: 3px;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.btn-nav {
    display: inline-block;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: #ffbe3e;
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: #061d49;
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.btn-nav:hover {
    --tw-border-opacity: 1;
    border-color: #ffbe3e;
    background-color: transparent;
    --tw-text-opacity: 1;
    color: #ffbe3e;
}

@media (min-width: 640px) {
    .btn-nav {
        border-radius: 0.5rem;
        border-width: 2px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 0.625rem;
        line-height: 0.75rem;
    }
}

@media (min-width: 768px) {
    .btn-nav {
        border-radius: 9999px;
        border-width: 3px;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.btn-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    .btn-lg {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .btn-lg {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.btn-primary {
    --tw-border-opacity: 1;
    border-color: rgb(20 49 93 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #061d49;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-primary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(20 49 93 / var(--tw-border-opacity));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(20 49 93 / var(--tw-text-opacity));
}

.btn-secondary {
    --tw-border-opacity: 1;
    border-color: #ffbe3e;
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
    --tw-text-opacity: 1;
    color: #061d49;
width: fit-content;
    flex-direction: row;
gap: 5px;width:fit-content;
}

.btn-secondary:hover {
    --tw-border-opacity: 1;
    border-color: #ffbe3e;
    background-color: #061d49;
    --tw-text-opacity: 1;
    color: #ffbe3e;

    svg{
        path{

        stroke:#ffbe3e;
        }
    }
}

.btn-secondary-touch {
    --tw-border-opacity: 1;
    border-color: #ffbe3e;
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
    --tw-text-opacity: 1;
    color: #061d49;
    width: fit-content;
    flex-direction: row;
    gap: 5px;width:fit-content;
}
.btn-secondary-touch:hover {
    --tw-border-opacity: 1;
    border-color: #ffbe3e;
    background-color: #ffbe3e;
    --tw-text-opacity: 1;
    color: #061d49;
}

.btn-secondary-outline {
    --tw-border-opacity: 1;
    border-color: #ffbe3e;
    background-color: transparent;
    --tw-text-opacity: 1;
    color: #ffbe3e;
}

.btn-secondary-outline:hover {
    --tw-border-opacity: 1;
    border-color: #ffbe3e;
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}



.menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.menu > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px) {
    .menu {
        flex-direction: row;
        align-items: center;
    }

    .menu > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
}

@media (min-width: 1060px) {
    .menu{
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem * var(--tw-space-x-reverse));
        margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
}



@media (min-width: 1280px) {
    .menu > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2.5rem * var(--tw-space-x-reverse));
        margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
    }
}

.menu li {
    display: block;
    flex: 0 1 auto;
}

.menu li a {
    font-weight: 600;
    /* text-transform: uppercase; */
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
    font-weight: 700;
}

.menu li a:hover {
    --tw-text-opacity: 1;
    color: #ffbe3e;
}

@media (min-width: 1024px) {
    .menu li a {
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

.menu li a.active {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: #ffbe3e;
}

/* Mobile Menu */
.mobile-menu {
    transition-property: left;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

.mobile-menu.active {
    left: 0px;
}

/* Public */
.section-title {
    margin-bottom: 1rem;
    text-align: left;
}

@media (min-width: 768px) {
    .section-title {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .section-title {
        margin-bottom: 2.5rem;
        text-align: center;
    }
}

@media (min-width: 1280px) {
    .section-title {
        margin-bottom: 3rem;
    }
}

.section-title h5 {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    --tw-text-opacity: 1;
    color: #061d49;
}

@media (min-width: 768px) {
    .section-title h5 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .section-title h5 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.section-title h2 {
    font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(20 49 93 / var(--tw-text-opacity));
    margin-bottom: 76px !important;
}

@media (min-width: 768px) {
    .section-title h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;

    }
}

@media (min-width: 1024px) {
    .section-title h2 {
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 1280px) {
    .section-title h2 {
        font-size: 3.75rem;
        line-height: 1;
    }
}

.section-footer {
    margin-top: 1.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    .section-footer {
        margin-top: 2rem;
    }
}

/* Index */
.service-col {
    width: 100%;
    min-width: 280px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 768px) {
    .service-col {
        min-width: 330px;
    }
}

@media (min-width: 1024px) {
    .service-col {
        width: 25%;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.service-box {
    height: 100%;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: #f3f7ff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

@media (min-width: 1024px) {
    .service-box {
        background-color: transparent;
        padding: 0px;
    }
}

.service-box img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
    width: 5rem;
}

@media (min-width: 768px) {
    .service-box img {
        margin-bottom: 1rem;
        width: 8rem;
    }
}

.service-box h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(20 49 93 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .service-box h4 {
        margin-bottom: 0.25rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.service-box p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .service-box p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

/* Our Services */
.serv-info {
    text-align: center;
}

.serv-info-icon {
    width: 100%;
}

.serv-info-text {
    padding-left: 0.25rem;
}

@media (min-width: 768px) {
    .serv-info-text {
        padding-left: 0px;
    }
}

@media (min-width: 1024px) {
    .serv-info-text {
        padding-left: 0.25rem;
    }
}

.serv-info-text p {
    /* padding-bottom: 0.75rem; */
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: #061d49;
}

.serv-info-text-first-p {
    padding-left: 10px;
}

@media (min-width: 768px) {
    .serv-info-text p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .serv-info-text p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.service-block {
    position: relative;
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom-width: 2px;
    border-color: rgb(229 231 235 / 0.6);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.service-block:last-child {
    border-bottom-width: 0px;
}

@media (min-width: 768px) {
    .service-block {
        margin: 0px;
        border-radius: 0.75rem;
        border-bottom-width: 0px;
        --tw-bg-opacity: 1;
        background-color: #f3f7ff;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        text-align: center;
        --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
            0 2px 4px -2px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
            0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
            var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        --tw-shadow-color: #f3f4f6;
        --tw-shadow: var(--tw-shadow-colored);
    }
}

.service-block-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

@media (min-width: 768px) {
    .service-block-inner {
        flex-direction: column;
    }
}

.services-block-top {
    margin-bottom: 0.75rem;
    width: 72px;
    flex: 0 1 auto;
}

@media (min-width: 768px) {
    .services-block-top {
        width: 8rem;
    }
}

.services-block-top img {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .services-block-top img {
        margin-bottom: 1rem;
    }
}

.services-block-bottom {
    flex: 1 1 0%;
}

.services-block-title {
    margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
    .services-block-title {
        margin-bottom: 0.5rem;
    }
}

.services-block-title h4 {
    margin-bottom: 0.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(20 49 93 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .services-block-title h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.services-block-title p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .services-block-title p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.services-block-tags {
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .services-block-tags {
        margin-bottom: 1rem;
    }
}

.services-block-tags ul li {
    display: inline-block;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: #061d49;
}

@media (min-width: 768px) {
    .services-block-tags ul li {
        margin-right: 0.25rem;
        margin-bottom: 0.25rem;
        border-radius: 0.375rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

.services-block-button .btn {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 0.75rem;
}

@media (min-width: 640px) {
    .services-block-button .btn {
        border-radius: 0.5rem;
        border-width: 2px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 0.625rem;
        line-height: 0.75rem;
    }
}

@media (min-width: 768px) {
    .services-block-button .btn {
        border-radius: 9999px;
        border-width: 3px;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

/* Scroll bar */
/* .scrollbar::-webkit-scrollbar {
        @apply w-1.5 h-1.5;
      }

    .scrollbar::-webkit-scrollbar-track {
        @apply rounded bg-primary;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        @apply bg-white/30 rounded;
    }

    .scrollbar::-webkit-scrollbar-thumb:hover {
        @apply bg-white/50;
    } */
/* Service Bar */
.serh-item {
    display: flex;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.25rem;
}

.serh-item:hover {
    background-color: rgb(255 255 255 / 0.8);
}

@media (min-width: 768px) {
    .serh-item {
        padding: 0.375rem;
    }
}

.serh-item h4 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    font-size: 0.625rem;
    line-height: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .serh-item h4 {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media (min-width: 768px) {
    .serh-item h4 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .serh-item h4 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.serh-img {
    height: 2rem;
    width: 2rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
    padding: 0.375rem;
}

@media (min-width: 768px) {
    .serh-img {
        height: 2.5rem;
        width: 2.5rem;
        padding: 0.5rem;
    }
}

@media (min-width: 1024px) {
    .serh-img {
        height: 3.5rem;
        width: 3.5rem;
        padding: 0.875rem;
    }
}

.serh-item.active {
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
}

.serh-item.active h4 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.serh-item.active .serh-img {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* Single Service */
.sing-title {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .sing-title {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1024px) {
    .sing-title {
        margin-bottom: 2.5rem;
    }
}

.sing-title h2 {
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(20 49 93 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .sing-title h2 {
        margin-bottom: 0.5rem;
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .sing-title h2 {
        margin-bottom: 0.75rem;
        font-size: 3.75rem;
        line-height: 1;
    }
}

.sing-title p {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .sing-title p {
        margin-bottom: 0.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .sing-title p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

/* Tabs */
.tabs {
    position: relative;
}

.tabs_header {
    margin-bottom: 1rem;
    overflow: hidden;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
    .tabs_header {
        margin-bottom: 2rem;
    }
}

.tabs_header ul {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

@media (min-width: 768px) {
    .tabs_header ul {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}

.tabs_header ul li {
    display: inline-block;
    cursor: pointer;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (min-width: 768px) {
    .tabs_header ul li {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.tabs_header ul li span {
    display: inline-block;
    border-bottom-width: 3px;
    border-color: transparent;
    padding-bottom: 0.25rem;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .tabs_header ul li span {
        border-bottom-width: 4px;
        padding-bottom: 0.75rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .tabs_header ul li span {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.tabs_header ul li.active span {
    --tw-border-opacity: 1;
    border-color: rgb(20 49 93 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(20 49 93 / var(--tw-text-opacity));
}

.tabs_body {
    position: relative;
}

.tabs_item {
    display: none;
}

.tabs_item.active {
    display: block;
}

/* Panels */
.panels {
    position: relative;
}

.panels_header {
    margin-bottom: 1rem;
}

.panels_header ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

@media (min-width: 768px) {
    .panels_header ul {
        gap: 0.5rem;
    }
}

.panels_header ul li {
    display: inline-block;
}

.panels_header ul li span {
    display: inline-block;
    cursor: pointer;
    border-radius: 0.375rem;
    background-color: rgb(229 231 235 / 0.6);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 16px;
    line-height: 0.75rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .panels_header ul li span {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media (min-width: 768px) {
    .panels_header ul li span {
        border-radius: 9999px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .panels_header ul li span {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.panels_header ul li.active span {
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.panels_body {
    position: relative;
}

.panels_item {
    display: none;
}

.panels_item.active {
    display: block;
}

/* Price List */
.prc-list {
    width: 100%;
}

.prc-list > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    border-color: rgb(209 213 219 / 0.6);
}

@media (min-width: 768px) {
    .prc-list > :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));
        --tw-divide-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-divide-opacity));
    }
}

@media (min-width: 1024px) {
    .prc-list {
        width: 75%;
    }
}

.prc-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #f3f7ff;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .prc-item {
        background-color: transparent;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.prc-item h4 {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .prc-item h4 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .prc-item h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.prc-item h5 {
    font-size: 0.625rem;
    line-height: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .prc-item h5 {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media (min-width: 1024px) {
    .prc-item h5 {
        font-size: 1rem;
        line-height: 1.25rem;
    }
}

.prc-item p {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .prc-item p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .prc-item p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

/* Details List */
.details-list {
    width: 100%;
}

.details-list > :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));
}

@media (min-width: 768px) {
    .details-list > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-divide-opacity));
    }
}

@media (min-width: 1024px) {
    .details-list {
        width: 75%;
    }
}

.details-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.details-item:first-child {
    padding-top: 0px;
}

.details-item:last-child {
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    .details-item {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.details-heading {
    margin-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.details-heading i {
    height: 1.75rem;
    width: 1.75rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .details-heading i {
        height: 2.5rem;
        width: 2.5rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .details-heading i {
        height: 3.5rem;
        width: 3.5rem;
        line-height: 3.5rem;
    }
}

.details-heading h4 {
    padding-left: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .details-heading h4 {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 768px) {
    .details-heading h4 {
        padding-left: 0.75rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .details-heading h4 {
        padding-left: 1rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.details-item p {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .details-item p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .details-item p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

/* Progress */
.progress {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
        0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #e5e7eb;
    --tw-shadow: var(--tw-shadow-colored);
}

.progress-bar {
    height: 6px;
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
}

@media (min-width: 768px) {
    .progress-bar {
        height: 0.5rem;
    }
}

/* Checkout */
.cf-back {
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .cf-back {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1024px) {
    .cf-back {
        margin-bottom: 1.5rem;
    }
}

.cf-back a {
    display: inline-block;
    padding-right: 0.5rem;
}

@media (min-width: 768px) {
    .cf-back a {
        padding-right: 0.75rem;
    }
}

@media (min-width: 1024px) {
    .cf-back a {
        padding-right: 1rem;
    }
}

@media (min-width: 1280px) {
    .cf-back a {
        padding-right: 1.25rem;
    }
}

.cf-back a img {
    width: 10px;
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.cf-back a img:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
}

@media (min-width: 768px) {
    .cf-back a img {
        width: 0.75rem;
    }
}

@media (min-width: 1024px) {
    .cf-back a img {
        width: 1rem;
    }
}

.cf-back h4 {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}

@media (min-width: 768px) {
    .cf-back h4 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1024px) {
    .cf-back h4 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

/* Forms */
.form-control {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #f3f7ff;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.form-control::-moz-placeholder {
    color: rgb(156 163 175 / 0.8);
}

.form-control::placeholder {
    color: rgb(156 163 175 / 0.8);
}

.form-control:focus {
    border-color: rgb(12 74 110 / 0.2);
    --tw-ring-color: rgb(12 74 110 / 0.2);
}

@media (min-width: 768px) {
    .form-control {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.form-control.with-icon {
    padding-left: 3rem;
}

@media (min-width: 768px) {
    .form-control.with-icon {
        padding-left: 60px;
    }
}

.form-control.with-icon option {
    padding-left: 1rem;
}

.cf-fieldset {
    position: relative;
}

.cf-label {
    margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
    .cf-label {
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 1024px) {
    .cf-label {
        margin-bottom: 0.75rem;
    }
}

.cf-label h5 {
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .cf-label h5 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .cf-label h5 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.cf-label h6 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .cf-label h6 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .cf-label h6 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.cf-field label {
    margin-bottom: 0.125rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .cf-field label {
        margin-bottom: 0.375rem;
        font-size: 17px;
    }
}

.cf-field-icon {
    position: absolute;
    top: 13px;
    left: 1rem;
    z-index: 10;
    width: 1.25rem;
}

@media (min-width: 768px) {
    .cf-field-icon {
        top: 17px;
        left: 1.25rem;
        width: 1.5rem;
    }
}

/* Date Field */
::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url("../images/icons/select-arrow.svg") no-repeat;
    width: 10px;
    height: 5px;
    transform: translateY(2px);
}

/* Checking Fields */
.cf-checking {
    position: relative;
}

.cf-checking input {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 0px;
    opacity: 0;
}

.cf-checking-label {
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #f3f7ff;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .cf-checking-label {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .cf-checking-label {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.cf-checking input:checked + .cf-checking-label {
    --tw-bg-opacity: 1;
    background-color: rgb(238 219 194 / var(--tw-bg-opacity));
}

/* Checkout Sidebar */
.ckl-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .ckl-section {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 1024px) {
    .ckl-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .ckl-section {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
}

.ckl-item {
    display: flex;
    flex-wrap: wrap;
}

.ckl-icon {
    width: 1.5rem;
    flex: 0 1 auto;
}

@media (min-width: 768px) {
    .ckl-icon {
        width: 2rem;
    }
}

@media (min-width: 1024px) {
    .ckl-icon {
        width: 2.75rem;
    }
}

.ckl-icon img {
    height: 1rem;
    width: 1rem;
    border-radius: 0.25rem;
}

@media (min-width: 768px) {
    .ckl-icon img {
        height: 1.25rem;
        width: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .ckl-icon img {
        height: 1.5rem;
        width: 1.5rem;
    }
}

.ckl-icon.inactive img {
    --tw-brightness: brightness(1.8);
    --tw-grayscale: grayscale(100%);
    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);
}

.ckl-text {
    flex: 1 1 0%;
}

.ckl-text h4 {
    margin-bottom: 0.25rem;
    padding-top: 0.125rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .ckl-text h4 {
        font-size: 1.125rem;
        line-height: 1.25rem;
    }
}

.ckl-text h5 {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .ckl-text h5 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.ckl-text p {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .ckl-text p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

/* Status */
.validateStatus span {
    margin-top: 0.25rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.validateStatus .red {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
}

.validateStatus .green {
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity));
}

/* Selecting Services */
.selc-item {
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #f3f7ff;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .selc-item {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

.selc-item input {
    display: none;
}

.selc-inner {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    .selc-inner {
        justify-content: flex-start;
    }
}

.selc-inner > div {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.selc-img img {
    margin-bottom: 0.5rem;
    height: 5rem;
    width: 5rem;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
    padding: 1rem;
}

@media (min-width: 1024px) {
    .selc-img img {
        margin-bottom: 0px;
    }
}

.selc-content {
    margin-bottom: auto;
    text-align: center;
}

@media (min-width: 1024px) {
    .selc-content {
        margin-bottom: 0px;
        text-align: left;
    }
}

.selc-content h4 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(20 49 93 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .selc-content h4 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .selc-content h4 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.selc-content h4 span {
    font-size: 0.75rem;
    line-height: 1rem;
}

@media (min-width: 768px) {
    .selc-content h4 span {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .selc-content h4 span {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.selc-content h5 {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .selc-content h5 {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .selc-content h5 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.selc-content .services-block-tags {
    margin-bottom: 0px;
}

@media (min-width: 1024px) {
    .selc-content .services-block-tags {
        margin-top: 0.5rem;
    }
}

.selc-content .services-block-tags ul li {
    --tw-bg-opacity: 1;
    background-color: rgb(238 219 194 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.selc-button {
    margin-top: 0.5rem;
}

@media (min-width: 1024px) {
    .selc-button {
        margin-left: auto;
        margin-top: 0px;
    }
}

.selc-button .action {
    display: inline-block;
    cursor: pointer;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.625rem;
    line-height: 0.75rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.selc-button .action:hover {
    opacity: 0.8;
}

@media (min-width: 768px) {
    .selc-button .action {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media (min-width: 1024px) {
    .selc-button .action {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.selc-button .action.remove {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.selc-item.active {
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
}

.selc-item.active .selc-img img {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.selc-item.active .selc-content h4 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selc-item.active .selc-content h5 {
    color: rgb(255 255 255 / 0.6);
}

/* Selected Services */
.sser-item {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 768px) {
    .sser-item {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }
}

.sser-item > div {
    flex: 0 1 auto;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

@media (min-width: 768px) {
    .sser-item > div {
        padding-left: 0.375rem;
        padding-right: 0.375rem;
    }
}

.sser-icon img {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(238 219 194 / var(--tw-bg-opacity));
    padding: 0.125rem;
}

@media (min-width: 1024px) {
    .sser-icon img {
        height: 1.75rem;
        width: 1.75rem;
        padding: 0.25rem;
    }
}

.sser-text p {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .sser-text p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

/* Summary */
.summary-section h3 {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .summary-section h3 {
        margin-bottom: 1rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .summary-section h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.summary-field h5 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .summary-field h5 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.summary-field p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .summary-field p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.summary-field-label {
    margin-top: 0.25rem;
}

.summary-field-label img {
    margin-right: 0.25rem;
    display: inline-block;
    width: 1rem;
}

@media (min-width: 768px) {
    .summary-field-label img {
        margin-right: 0.75rem;
        width: 1.5rem;
    }
}

.summary-field-label span {
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .summary-field-label span {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.sums-item {
    display: inline-block;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #f3f7ff;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

@media (min-width: 768px) {
    .sums-item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.sums-item img {
    margin-right: 0.5rem;
    display: inline-block;
    width: 1rem;
}

@media (min-width: 768px) {
    .sums-item img {
        width: 1.5rem;
    }
}

.sums-item span {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .sums-item span {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

/* Contact */
.contact-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.contact-item:first-child {
    padding-top: 0px;
}

.contact-item:last-child {
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    .contact-item {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 1024px) {
    .contact-item {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.contact-item h4 {
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .contact-item h4 {
        margin-bottom: 0.25rem;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .contact-item h4 {
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 1280px) {
    .contact-item h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.contact-item p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .contact-item p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .contact-item p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

/* Contact Form */
.contact-field label {
    margin-bottom: 0.25rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .contact-field label {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .contact-field label {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.contact-field input,
.contact-field textarea,.icon-field {
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgb(229 231 235 / 0.7);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.contact-field input:focus,
.contact-field textarea:focus {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

@media (min-width: 768px) {
    .contact-field input,
    .contact-field textarea,.icon-field {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .contact-field input,
    .contact-field textarea,.icon-field {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
}

/* Socials */
.socials ul {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

@media (min-width: 1024px) {
    .socials ul {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

.socials ul li {
    display: inline-block;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 1024px) {
    .socials ul li {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.socials ul li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .socials ul li a {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .socials ul li a {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

/* Floating Button */
.floating-menu {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 50;
    height: auto;
    width: 100%;
    border-top-width: 1px;
    border-color: rgb(255 255 255 / 0.2);
    --tw-bg-opacity: 1;
    background-color: #061d49;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

/* Footer */
.footer-widget h4 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(20 49 93 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .footer-widget h4 {
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

.footer-widget ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

@media (min-width: 768px) {
    .footer-widget ul > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }
}

@media (min-width: 1024px) {
    .footer-widget ul > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }
}

.footer-widget ul li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(20 49 93 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    .footer-widget ul li a {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 300;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

@media (min-width: 1024px) {
    .footer-widget ul li a {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

/* Admin */
.admin-btn {
    display: inline-block;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.admin-btn:hover {
    opacity: 0.8;
}

.dashboard label {
    margin-bottom: 0.25rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.dashboard fieldset {
    margin-bottom: 1.25rem;
}

.input-field {
    box-shadow: unset !important;
    display: block;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.input-field:focus {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.input-field[type="text"]:-moz-read-only {
    --tw-border-opacity: 1;
    border-color: rgb(204 251 241 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}

.input-field[type="text"]:read-only {
    --tw-border-opacity: 1;
    border-color: rgb(204 251 241 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}

.check-input-field {
    float: left;
    margin-top: 0.25rem;
    margin-right: 0.5rem;
    height: 1rem;
    width: 1rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.125rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.check-input-field:checked {
    --tw-border-opacity: 1;
    border-color: #ffbe3e;
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
}

.check-input-field:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

/* Order */
.dashboard-section {
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #e5e7eb;
    --tw-shadow: var(--tw-shadow-colored);
}

.dashboard-section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.dsh-left h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dsh-right a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}

.dashboard-section-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Table */
.dashboard-section-table {
    position: relative;
    overflow-x: auto;
}

.dashboard-section-table table {
    width: 100%;
}

.dashboard-section-table tr:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.dashboard-section-table tr th {
    font-weight: 600;
}

.dashboard-section-table tr th,
.dashboard-section-table tr td {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

/* Alerts */
[class^="alert-"] {
    margin-bottom: 1.5rem;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
    [class^="alert-"] {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.alert-success {
    --tw-border-opacity: 1;
    border-color: rgb(204 251 241 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 250 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: #ffbe3e;
}

.alert-danger {
    --tw-border-opacity: 1;
    border-color: rgb(254 226 226 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}

.alert-info {
    --tw-border-opacity: 1;
    border-color: rgb(219 234 254 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}

.alert-warning {
    --tw-border-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity));
}

/* Dashboard */
/* Form Extend */
.elementDelete {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    height: 1.25rem;
    width: 1.25rem;
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.priceItemDelete {
    left: -0.5rem;
}

.rowButton {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 0.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.priceList {
    position: relative;
}

.priceList > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

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

.priceTitle {
    width: 25%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.priceSub {
    width: 75%;
}

.priceSub > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.priceSub {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.priceItem {
    position: relative;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.subItem {
    position: relative;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
}

/* Service Details */
.detailsItem {
    position: relative;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.top-0 {
    top: 0px;
}

.right-0 {
    right: 0px;
}

.top-1\.5 {
    top: 0.375rem;
}

.right-1\.5 {
    right: 0.375rem;
}

.top-1 {
    top: 0.25rem;
}

.right-1 {
    right: 0.25rem;
}

.left-0 {
    left: 0px;
}

.-left-full {
    left: -100%;
}

.top-\[9px\] {
    top: 9px;
}

.right-2\.5 {
    right: 0.625rem;
}

.right-2 {
    right: 0.5rem;
}

.z-0 {
    z-index: 0;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.order-2 {
    order: 2;
}

.order-1 {
    order: 1;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}

.-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

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

.-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.-ml-px {
    margin-left: -1px;
}

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

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

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

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

.\!mb-1 {
    margin-bottom: 0.25rem !important;
}

.\!mb-0 {
    margin-bottom: 0px !important;
}

.mr-2 {
    margin-right: 0.5rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

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

.ml-2 {
    margin-left: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-12 {
    margin-left: 3rem;
}

.-mt-px {
    margin-top: -1px;
}

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

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

.mt-1 {
    margin-top: 0.25rem;
}

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

.mr-1 {
    margin-right: 0.25rem;
}

.mr-10 {
    margin-right: 2.5rem;
}

.-mb-px {
    margin-bottom: -1px;
}

.mt-3 {
    margin-top: 0.75rem;
}

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

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

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

.mt-auto {
    margin-top: auto;
}

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

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

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

.-mr-2 {
    margin-right: -0.5rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.ml-0 {
    margin-left: 0px;
}

.ml-5 {
    margin-left: 1.25rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.block {
    display: block;
}

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

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.inline-grid {
    display: inline-grid;
}

.hidden {
    display: none;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-8 {
    height: 2rem;
}

.h-16 {
    height: 4rem;
}

.h-full {
    height: 100%;
}

.h-1 {
    height: 0.25rem;
}

.h-14 {
    height: 3.5rem;
}

.h-36 {
    height: 9rem;
}

.h-auto {
    height: auto;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-4 {
    height: 1rem;
}

.max-h-8 {
    max-height: 2rem;
}

.max-h-14 {
    max-height: 3.5rem;
}

.max-h-\[65vh\] {
    max-height: 65vh;
}

.min-h-screen {
    min-height: 100vh;
}

.w-5 {
    width: 1.25rem;
}

.w-8\/12 {
    width: 66.666667%;
}

.w-4 {
    width: 1rem;
}

.w-6 {
    width: 1.5rem;
}

.w-4\/12 {
    width: 33.333333% !important;
}

.w-\[72px\] {
    width: 72px;
}

.w-8 {
    width: 2rem;
}

.w-auto {
    width: auto;
}

.w-fc {
    width: fit-content;
}

.w-full {
    width: 100%;
}

.w-\[200px\] {
    width: 200px;
}

.w-3\/5 {
    width: 60%;
}

.w-3 {
    width: 0.75rem;
}

.w-2\/5 {
    width: 40%;
}

.w-3\/4 {
    width: 75%;
}

.w-\[calc\(100\%_-_4rem\)\] {
    width: calc(100% - 4rem);
}

.w-1\/2 {
    width: 50%;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-48 {
    width: 12rem;
}

.w-20 {
    width: 5rem;
}

.w-9\/12 {
    width: 75%;
}

.w-44 {
    width: 11rem;
}

.w-52 {
    width: 13rem;
}

.w-7 {
    width: 1.75rem;
}

.w-28 {
    width: 7rem;
}

.w-40 {
    width: 10rem;
}

.w-60 {
    width: 15rem;
}

.w-16 {
    width: 4rem;
}

.w-14 {
    width: 3.5rem;
}

.min-w-min {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
}

.max-w-xl {
    max-width: 36rem;
}

.max-w-6xl {
    max-width: 72rem;
}

.max-w-7xl {
    max-width: 80rem;
}

.max-w-xs {
    max-width: 20rem;
}

.max-w-\[400px\] {
    max-width: 400px;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-initial {
    flex: 0 1 auto;
}

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

.origin-top-left {
    transform-origin: top left;
}

.origin-top {
    transform-origin: top;
}

.origin-top-right {
    transform-origin: top right;
}

.scale-95 {
    --tw-scale-x: 0.95;
    --tw-scale-y: 0.95;
    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));
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
}

.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-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.resize-none {
    resize: none;
}

.list-inside {
    list-style-position: inside;
}

.list-disc {
    list-style-type: disc;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

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

.items-start {
    align-items: flex-start;
}

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

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

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

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-1\.5 {
    gap: 0.375rem;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.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));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

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

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.scroll-smooth {
    scroll-behavior: smooth;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.border {
    border-width: 1px;
}

.border-0 {
    border-width: 0px;
}

.border-2 {
    border-width: 2px;
}

.border-t {
    border-top-width: 1px;
}

.border-r {
    border-right-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-b-4 {
    border-bottom-width: 4px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-l-4 {
    border-left-width: 4px;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(20 49 93 / var(--tw-border-opacity));
}

.border-secondary {
    --tw-border-opacity: 1;
    border-color: #ffbe3e;
}

.border-transparent {
    border-color: transparent;
}

.border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
}

.border-orange-800\/10 {
    border-color: rgb(154 52 18 / 0.1);
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-shade {
    --tw-bg-opacity: 1;
    background-color: #f3f7ff;
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-primary {
    --tw-bg-opacity: 1;
    /*background-color: #061d49;*/
    background-color: #061d49;
}
.bg-light-gray{
    background-color: #F8F8F8;
}
.bg-\[\#078b8a\] {
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
}
.justify-around{
    justify-content: space-around;
}
.bg-transparent {
    background-color: transparent;
}

.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: #ffbe3e;
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-secondary\/10 {
    background-color: #f3f7ff;
}

.bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-third {
    --tw-bg-opacity: 1;
    background-color: rgb(238 219 194 / var(--tw-bg-opacity));
}

.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-\[length\:100\%_70\%\] {
    background-size: 100% 70%;
}

.bg-cover {
    background-size: cover;
}

.bg-\[length\:0\%\] {
    background-size: 0%;
}

.bg-\[length\:100\%_90\%\] {
    background-size: 100% 90%;
}

.bg-bottom {
    background-position: bottom;
}

.bg-left {
    background-position: left;
}

.bg-right-top {
    background-position: right top;
}

.bg-top {
    background-position: top;
}

.bg-left-bottom {
    background-position: left bottom;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.fill-current {
    fill: currentColor;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-top {
    -o-object-position: top;
    object-position: top;
}

.p-6 {
    padding: 1.5rem;
}

.p-4 {
    padding: 1rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-20 {
    padding: 5rem;
}

.p-5 {
    padding: 1.25rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

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

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

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

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

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

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}

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

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

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

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

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

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

.pt-10 {
    padding-top: 2.5rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pb-0\.5 {
    padding-bottom: 0.125rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pt-8 {
    padding-top: 2rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pl-40 {
    padding-left: 10rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pt-7 {
    padding-top: 1.75rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pr-40 {
    padding-right: 10rem;
}

.pl-0 {
    padding-left: 0px !important;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

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

.pt-0 {
    padding-top: 0px;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pl-9 {
    padding-left: 2.25rem;
}

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

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

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

.align-middle {
    vertical-align: middle;
}

.font-cf {
    font-family: "Poppins", sans-serif;
}

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
}

.font-mon {
    font-family: "Poppins", sans-serif;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.\!text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

.text-\[10px\] {
    font-size: 10px;
}

.text-\[8px\] {
    font-size: 8px;
}

.text-xxs {
    font-size: 0.625rem;
    line-height: 0.75rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.\!text-\[8px\] {
    font-size: 12px !important;
}

.text-\[0\.7rem\] {
    font-size: 0.7rem;
}

.text-\[0\.8rem\] {
    font-size: 0.8rem;
}

.text-\[0\.4rem\] {
    font-size: 0.4rem;
}

.text-\[0\.5rem\] {
    font-size: 0.5rem;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-light {
    font-weight: 300;
}

.font-thin {
    font-weight: 100;
}

.font-normal {
    font-weight: 400;
}

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

.font-extrabold {
    font-weight: 800;
}

.font-extralight {
    font-weight: 200;
}

.uppercase {
    text-transform: uppercase;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-7 {
    line-height: 1.75rem;
}

.leading-tight {
    line-height: 1.25;
}

.leading-\[30px\] {
    line-height: 30px;
}

.leading-3 {
    line-height: 0.75rem;
}

.leading-4 {
    line-height: 1rem;
}

.leading-\[34px\] {
    line-height: 34px;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(20 49 93 / var(--tw-text-opacity));
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / 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-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / 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-txt {
    --tw-text-opacity: 1;
    color: rgb(19 19 19 / var(--tw-text-opacity));
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-white\/70 {
    color: rgb(255 255 255 / 0.7);
}

.text-secondary {
    --tw-text-opacity: 1;
    color: #ffbe3e;
}

.text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity));
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(20 49 93 / var(--tw-placeholder-opacity));
}

.placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(20 49 93 / var(--tw-placeholder-opacity));
}

.opacity-100 {
    opacity: 1;
}

.opacity-0 {
    opacity: 0;
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 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 {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),
        0 1px 2px -1px 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-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
        0 4px 6px -4px 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-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px 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-gray-200 {
    --tw-shadow-color: #e5e7eb;
    --tw-shadow: var(--tw-shadow-colored);
}

.ring-1 {
    --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(1px + 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);
}

.ring-gray-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-opacity-5 {
    --tw-ring-opacity: 0.05;
}

.brightness-\[500\%\] {
    --tw-brightness: brightness(500%);
    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);
}

.drop-shadow-\[0_3px_3px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
    --tw-drop-shadow: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.05));
    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);
}

.drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
    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);
}

.drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
        drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    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);
}

.grayscale {
    --tw-grayscale: grayscale(100%);
    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);
}

.transition {
    transition-property: color, background-color, border-color, fill, stroke,
        opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, opacity, box-shadow, transform,
        filter, backdrop-filter, -webkit-text-decoration-color,
        -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, fill, stroke,
        -webkit-text-decoration-color;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-150 {
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-75 {
    transition-duration: 75ms;
}

.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);
}

.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@font-face {
    font-family: "ArgentCF";
    src: url("../fonts/ArgentCF-Regular.eot");
    src: local("../public/fonts/Argent CF Regular"), local("ArgentCF-Regular"),
        url("../fonts/ArgentCF-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ArgentCF-Regular.woff2") format("woff2"),
        url("../fonts/ArgentCF-Regular.woff") format("woff"),
        url("../fonts/ArgentCF-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.placeholder\:text-gray-200::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}

.placeholder\:text-gray-200::placeholder {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}

.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}

.before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
}

.before\:-left-full::before {
    content: var(--tw-content);
    left: -100%;
}

.before\:block::before {
    content: var(--tw-content);
    display: block;
}

.before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
}

.before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
}

.before\:bg-primary::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: #061d49;
}

.before\:content-\[\'\'\]::before {
    --tw-content: "";
    content: var(--tw-content);
}

.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-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: #ffbe3e;
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / 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-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:\!bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: #061d49 !important;
}

.hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:bg-secondary\/10:hover {
    background-color: #f3f7ff;
}

.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:\!text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-secondary:hover {
    --tw-text-opacity: 1;
    color: #ffbe3e;
}

.hover\:opacity-80:hover {
    opacity: 0.8;
}

.focus\:z-10:focus {
    z-index: 10;
}

.focus\:border-blue-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-green-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(21 128 61 / var(--tw-border-opacity));
}

.focus\:border-gray-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:border-green-300:focus {
    --tw-border-opacity: 1;
    border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.focus\:border-gray-900:focus {
    --tw-border-opacity: 1;
    border-color: rgb(17 24 39 / var(--tw-border-opacity));
}

.focus\:border-secondary:focus {
    --tw-border-opacity: 1;
    border-color: #ffbe3e;
}

.focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.focus\:text-int:focus {
    --tw-text-opacity: 1;
    color: rgb(41 45 50 / var(--tw-text-opacity));
}

.focus\:text-gray-700:focus {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.focus\:text-green-800:focus {
    --tw-text-opacity: 1;
    color: rgb(22 101 52 / var(--tw-text-opacity));
}

.focus\:text-gray-800:focus {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:outline-0:focus {
    outline-width: 0px;
}

.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-2: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(2px + 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-green-200:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity));
}

.focus\:ring-secondary:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(7 139 138 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
}

.width {
    width: 84%;
    padding-left: 2rem;
}

/* *{
  border:1px solid red;
  box-sizing: border-box;
} */
.active\:bg-gray-100:active {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:bg-gray-900:active {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.active\:text-gray-700:active {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.active\:text-gray-500:active {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.disabled\:opacity-25:disabled {
    opacity: 0.25;
}

.group:hover .group-hover\:text-secondary {
    --tw-text-opacity: 1;
    color: #ffbe3e;
}

@media (prefers-color-scheme: dark) {
    .dark\:border-secondary {
        --tw-border-opacity: 1;
        border-color: #ffbe3e;
    }

    .dark\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgb(55 65 81 / var(--tw-border-opacity));
    }

    .dark\:bg-gray-900 {
        --tw-bg-opacity: 1;
        background-color: rgb(17 24 39 / var(--tw-bg-opacity));
    }

    .dark\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .dark\:hover\:border-secondary:hover {
        --tw-border-opacity: 1;
        border-color: #ffbe3e;
    }

    .dark\:hover\:text-secondary:hover {
        --tw-text-opacity: 1;
        color: #ffbe3e;
    }
}

@media (min-width: 640px) {
    .sm\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .sm\:-my-px {
        margin-top: -1px;
        margin-bottom: -1px;
    }

    .sm\:\!mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .sm\:ml-10 {
        margin-left: 2.5rem;
    }

    .sm\:ml-6 {
        margin-left: 1.5rem;
    }

    .sm\:mt-0 {
        margin-top: 0px;
    }

    .sm\:ml-auto {
        margin-left: auto;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:max-h-10 {
        max-height: 2.5rem;
    }

    .sm\:w-3\/5 {
        width: 60%;
    }

    .sm\:w-3\/4 {
        width: 75%;
    }

    .sm\:w-1\/2 {
        width: 50%;
    }

    .sm\:max-w-md {
        max-width: 28rem;
    }

    .sm\:flex-1 {
        flex: 1 1 0%;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

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

    .sm\:justify-start {
        justify-content: flex-start;
    }

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

    .sm\:justify-between {
        justify-content: space-between;
    }

    .sm\:rounded-lg {
        border-radius: 0.5rem;
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sm\:pt-0 {
        padding-top: 0px;
    }

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

    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 768px) {
    .md\:btn-primary {
        --tw-border-opacity: 1;
        border-color: rgb(20 49 93 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: #061d49;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .md\:btn-primary:hover {
        --tw-border-opacity: 1;
        border-color: rgb(20 49 93 / var(--tw-border-opacity));
        background-color: transparent;
        --tw-text-opacity: 1;
        color: rgb(20 49 93 / var(--tw-text-opacity));
    }

    .md\:top-2 {
        top: 0.5rem;
    }

    .md\:right-2 {
        right: 0.5rem;
    }

    .md\:order-3 {
        order: 3;
    }

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

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

    .md\:mb-0 {
        margin-bottom: 0px;
    }

    .md\:mt-0 {
        margin-top: 0px;
    }

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

    .md\:mb-5 {
        margin-bottom: 1.25rem;
    }

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

    .md\:mb-2 {
        margin-bottom: 0.5rem;
    }

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

    .md\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .md\:block {
        display: block;
    }

    .md\:inline-block {
        display: inline-block;
    }

    .md\:hidden {
        display: none;
    }

    .md\:h-8 {
        height: 2rem;
    }

    .md\:h-6 {
        height: 1.5rem;
    }

    .md\:max-h-12 {
        max-height: 3rem;
    }

    .md\:w-\[350px\] {
        width: 350px;
    }

    .md\:w-\[550px\] {
        width: 550px;
    }

    .md\:w-7\/12 {
        width: 58.333333%;
    }

    .md\:w-5\/12 {
        width: 41.666667%;
    }

    .md\:w-1\/3 {
        width: 33.333333%;
    }

    .md\:w-auto {
        width: auto;
    }

    .md\:w-2\/5 {
        width: 40%;
    }

    .md\:w-1\/5 {
        width: 20%;
    }

    .md\:w-8\/12 {
        width: 66.666667%;
    }

    .md\:w-6 {
        width: 1.5rem;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .md\:w-full {
        width: 100%;
    }

    .md\:w-12 {
        width: 3rem;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .md\:justify-start {
        justify-content: flex-start;
    }

    .md\:gap-6 {
        gap: 1.5rem;
    }

    .md\:gap-3 {
        gap: 0.75rem;
    }

    .md\:gap-4 {
        gap: 1rem;
    }

    .md\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .md\:gap-y-4 {
        row-gap: 1rem;
    }

    .md\:gap-y-8 {
        row-gap: 2rem;
    }

    .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
    }

    .md\:rounded-full {
        border-radius: 9999px;
    }

    .md\:rounded-xl {
        border-radius: 0.75rem;
    }

    .md\:bg-primary {
        --tw-bg-opacity: 1;
        background-color: #061d49;
    }

    .md\:bg-secondary {
        --tw-bg-opacity: 1;
        background-color: #ffbe3e;
    }

    .md\:bg-cover {
        background-size: cover;
    }

    .md\:bg-\[length\:0\%\] {
        background-size: 0%;
    }

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

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .md\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

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

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .md\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .md\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

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

    .md\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .md\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .md\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

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

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .md\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .md\:pt-10 {
        padding-top: 2.5rem;
    }

    .md\:pb-12 {
        padding-bottom: 3rem;
    }

    .md\:pt-8 {
        padding-top: 2rem;
    }

    .md\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .md\:pl-6 {
        padding-left: 1.5rem;
    }

    .md\:pt-20 {
        padding-top: 5rem;
    }

    .md\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .md\:pb-0 {
        padding-bottom: 0px;
    }

    .md\:pl-4 {
        padding-left: 1rem;
    }

    .md\:pr-4 {
        padding-right: 1rem;
    }

    .md\:text-left {
        text-align: left;
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md\:text-\[54px\] {
        font-size: 54px;
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .md\:\!text-sm {
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
    }

    .md\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:\!text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .md\:leading-\[54px\] {
        line-height: 54px;
    }

    .md\:leading-\[60px\] {
        line-height: 60px;
    }

    .md\:leading-5 {
        line-height: 1.25rem;
    }

    .md\:text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

@media (min-width: 1024px) {
    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .lg\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .lg\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .lg\:-mx-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .lg\:\!mb-4 {
        margin-bottom: 1rem !important;
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem;
    }

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

    .lg\:mr-0 {
        margin-right: 0px;
    }

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

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

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

    .lg\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .lg\:mb-5 {
        margin-bottom: 1.25rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:inline-block {
        display: inline-block;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:max-h-14 {
        max-height: 3.5rem;
    }

    .lg\:w-11 {
        width: 2.75rem;
    }

    .lg\:w-\[550px\] {
        width: 550px;
    }

    .lg\:w-8\/12 {
        width: 66.666667%;
    }

    .lg\:w-4\/12 {
        width: 33.333333%;
    }

    .lg\:w-8 {
        width: 2rem;
    }

    .lg\:w-6\/12 {
        width: 50%;
    }

    .lg\:w-16 {
        width: 4rem;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:flex-wrap {
        flex-wrap: wrap;
    }

    .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
    }

    .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
    }

    .lg\:overflow-visible {
        overflow: visible;
    }

    .lg\:bg-cover {
        background-size: cover;
    }

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

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

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:py-\[68px\] {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .lg\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .lg\:pt-12 {
        padding-top: 3rem;
    }

    .lg\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .lg\:pr-8 {
        padding-right: 2rem;
    }

    .lg\:pl-3 {
        padding-left: 0.75rem;
    }

    .lg\:pt-16 {
        padding-top: 4rem;
    }

    .lg\:text-left {
        text-align: left;
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .lg\:leading-\[54px\] {
        line-height: 54px;
    }

    .lg\:leading-\[70px\] {
        line-height: 70px;
    }

    .lg\:leading-6 {
        line-height: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .xl\:mb-8 {
        margin-bottom: 2rem;
    }

    .xl\:w-1\/4 {
        width: 25%;
    }

    .xl\:w-7\/12 {
        width: 58.333333%;
    }

    .xl\:w-5\/12 {
        width: 41.666667%;
    }

    .xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .xl\:text-\[100px\] {
        font-size: 100px;
    }

    .xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .xl\:text-\[80px\] {
        font-size: 80px;
    }

    .xl\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .xl\:leading-\[100px\] {
        line-height: 100px;
    }

    .xl\:leading-\[92px\] {
        line-height: 92px;
    }
}

/* modal css */

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: #ffffff8a; */
    padding: 1rem 2rem;
    width: 50rem;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgb(255 255 255 / 37%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(9.5px);
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    /* background-color: lightgray; */
}

.login-modal {
    max-width: 700px;
}

@media (max-width: 689px) {
    .modal-content {
        width: 19rem;
        background-color: none;
        /* padding: 0; */
        margin: 0;
    }

    .custom {
        border-radius: 1rem;
        padding: 1rem 1rem;
    }

    .custom-height {
        height: 10rem;
    }
}

a:hover {
    cursor: "pointer";
}

/* .close-button:hover {
    background-color: darkgray;
} */
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.custom {
    background: #e1f1f1;
}

.custom1 {
    background: #83c5c4;
}

.seventy-five {
    width: 100%;
}

.custom-active {
    background: #14315d;
    color: white;
}

.tab-content {
    display: none;
}

.tab-content-s {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content-s.active {
    display: block;
}

.custom-height {
    height: 15rem;
}

.error {
    color: red;
    font-size: 12px;
}

/* New CSS */
.br-30 {
    border-radius: 30px;
}

.how-it-work {
    width: 100%;
    display: grid;
    place-items: center;
}

.how-it-work .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.how-it-work .column {
    width: 100%;
    padding: 0 1em 1em 1em;
    text-align: center;
}

.how-it-work .card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, #ffbe3e 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
}

.how-it-work h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
}
@media only screen and (max-width: 600px){
    .how-it-work h3{
        margin-top: 26px;
        margin-bottom: 10px;
    }
}

.how-it-work p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.how-it-work .icon-wrapper {
    background-color: #ffbe3e;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
}

.how-it-work .card:hover {
    background-position: 0 100%;
}

.how-it-work .card:hover .icon-wrapper {
    background-color: #ffffff;
    color: #ffbe3e;
}

.how-it-work .card:hover h3 {
    color: #ffffff;
}

.how-it-work .card:hover p {
    color: #f0f0f0;
}

@media screen and (min-width: 768px) {
    .how-it-work {
        padding: 0 2em;
    }

    .how-it-work .column {
        flex: 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .how-it-work section {
        padding: 1em 3em;
    }
}

/* Customer Carousel */
:root {
    --blue: #8a6bff;
    --darkblue: #0a0a36;
}

.testimonials-section {
    position: relative;
    z-index: 2;
    padding: 50px 0;
}

.testimonials-section .owl-carousel {
    overflow: hidden;
    padding: 0 20px;
    margin: 0px -40px;
    padding-right: 40px;
}

.testimonials-section .owl-stage-outer {
    padding: 30px 50px;
    margin-left: -34px;
    width: calc(100% + 100px);
}

.testimonials-section .single-testimonial {
    border: 7px solid #ffbe3e;
    text-align: center;
    border-radius: 45px;
    position: relative;
    z-index: 2;
    max-width: 700px;
    height: 330px;
    margin: auto;
}

.testimonials-section .single-testimonial p {
    font-size: 15px;
    line-height: 24px;
    padding: 50px;
    padding-bottom: 30px;
    position: relative;
    max-height: 200px;
    overflow-y: auto;
    margin: 20px 10px;
    z-index: 3;
}

.testimonials-section .single-testimonial::before {
    content: "";
    position: absolute;
    left: -35px;
    top: -35px;
    background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat white;
    background-size: 60%;
    width: 126px;
    height: 100px;
    transform: rotate(180deg);
    background-position: 34px 15px;
}

.testimonials-section .single-testimonial::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -34px;
    background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat white;
    background-size: 60%;
    width: 126px;
    height: 100px;
    background-position: 34px 19px;
}

.testimonials-section .round {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.testimonials-section .round-1::before {
    content: "";
    position: absolute;
    left: 88px;
    top: -7px;
    width: 50px;
    height: 7px;
    background: #ffbe3e;
    border-radius: 30px;
}

.testimonials-section .round-1::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 62px;
    width: 7px;
    height: 50px;
    background: #ffbe3e;
    border-radius: 30px;
}

.testimonials-section .round-2::before {
    content: "";
    position: absolute;
    right: 87px;
    bottom: -7px;
    width: 50px;
    height: 7px;
    background: #ffbe3e;
    border-radius: 30px;
    z-index: 1;
}

.testimonials-section .round-2::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: 62px;
    width: 7px;
    height: 50px;
    background: #ffbe3e;
    border-radius: 30px;
    z-index: 1;
}

.testimonials-section .client-video {
    padding-right: 15px;
    border-radius: 50%;
}

.client-video img {
    border-radius: 50%;
    width: 50px !important;
}

.testimonials-section .client-info {
    position: relative;
    z-index: 3;
}

.testimonials-section .client-info a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    font-size: 22px;
}

.testimonials-section .client-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding-bottom: 50px;
}

.testimonials-section .client-info h6 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    color: #ffbe3e;
}

.testimonials-section .client-info span {
    display: inline-block;
    color: #ffbe3e;
    font-size: 12px;
}

.testimonials-section .owl-dots button {
    background: #ffbe3e !important;
    width: 10px;
    height: 10px;
    border-radius: 26px;
    margin: 0 5px;
    transition: 0.3s;
}

.testimonials-section .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.testimonials-section .owl-dots button.active {
    width: 30px;
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
    background-color: #f5f5f500;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f500;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #ffbe3e;
}

/* new */
.btn-google-plus,
.btn-facebook {
    padding: 10px 30px;
}

.or {
    margin: auto;
    position: relative;
    display: block;
    text-align: center;
}

.or span {
    background-color: #fff;
    padding: 0 10px;
    position: inherit;
    z-index: 5;
}

.or::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #2f2f2f;
    content: " ";
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.my-account-btn,
.logout-btn {
    border-radius: px;
    border: none !important;
}

.payment-box {
    background-color: #e1f1f1;
}

.payment-box [type="checkbox"]:checked {
    border-color: #14315d;
    background-color: #14315d;
    padding: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.payment-box [type="checkbox"] {
    background-color: #b4c1c1;
    border-color: #b4c1c1;
    padding: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-white .text-center img.h-full {
    max-width: 360px;
    position: relative;
    bottom: 30px;
}

.address-box {
    background-color: #e1f1f1 !important;
}

.other-address-box {
    background-color: #83c5c4 !important;
}

.other-address-box .bg-third {
    background-color: #fff !important;
}

.serv-info-icon img {
    width: 3rem;
    margin: 0 auto;
}

div#info {
    background: #f3f7ff;
}

.text-blue {
    color: #061d49;
}
.howitworks{
    margin-bottom: 91px;
}
@media only screen and (max-width: 600px){
    .howitworks{
        margin-bottom: 70px;
    }
}
.howitworks .image-wrapper img {
    width: 130px;
    margin: 0px auto 20px auto;
}
@media only screen and (max-width: 600px){
    .howitworks .image-wrapper img {
        margin: 0px auto 0px auto;
    }
}

/* .howitworks .howitworks-cols{
  box-shadow: 0px 0px 10px #d7d7d7;
    margin: 10px;
    padding: 0px;
} */
.howitworks .howitworks-cols .content-box-howit {
    padding: 15px 30px 40px 30px;
}

.howitworks .howitworks-cols .content-box-howit h3 {
    font-size: 25px;
}

@media (min-width: 1000px) {
    .howitworks .howitworks-cols {
        flex: 0 33%;
    }

    .border-how {
        border: 2px solid #061d49;
        width: 2px;
        height: 320px;
        margin-top: 20px;
    }

    .border-how img {
        position: absolute;
        margin-top: 130px;
        margin-left: -25px;
        background-color: white;
        width: 50px;
        border-radius: 50px;
    }

    /* .howitworks-col-2, .howitworks-col-3{
    border
  } */
    /* .howitworks .image-wrapper img {
    height: 450px;
    object-fit: cover;
  } */
}

/* @media (min-width:500px) and (max-width:767px) {
  .howitworks .howitworks-cols .content-box-howit {
    padding: 15px 50px 40px 50px;
  }
}

.howitworks .image-wrapper img {
  height: 130px;
  width: auto;
}

.howitworks .content-box-howit h3 {
  margin-top: 0;
}

/* css added 25/1/2024 start*/
.layout-design {
    width: 100%;
}

.sidebar-design {
    width: 20%;
    background-color: #2563eb;
    height: 50vh;
}

.service-single {
    width: 80%;
}

/* css added 25/1/2024 end*/

/* Respoonsive Chnages */
.login-modal-logo img {
    bottom: unset !important;
    padding-bottom: 16px;
}
@media (max-width: 700px) {
.main-logo-img {
        max-height: 32px;
        margin-left: 10px;
    }
}
@media (max-width: 576px) {
    .sidebar {
        position: sticky;
        top: 0;
        z-index: 2;
    }



    .nav-buttons {
        gap: 6px;
    }

    .testimonials-section {
        padding: 0 16px 50px;
    }

    .testimonials-section .owl-carousel {
        margin: 0 0;
        padding: 0 0;
    }

    .testimonials-section .owl-stage-outer {
        width: 100%;
        margin: 0 0;
        padding: 30px 0;
    }

    .testimonials-section .single-testimonial::before {
        left: -13px;
        width: 106px;
        top: -32px;
    }

    .testimonials-section .single-testimonial::after {
        right: -13px;
        bottom: -32px;
        width: 106px;
    }

    .testimonials-section .round-1::before {
        left: 74px;
    }

    .testimonials-section .owl-dots {
        margin-top: 10px;
    }

    .service-single {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .wrapper-services {
        display: flex;
    }

    .services-item-div {
        flex-direction: column !important;
    }

    .sidebar {
        position: sticky;
        left: 0;
    }
}

.custom-header {
    position: sticky;
    top: 0;
    z-index: 99;
    font-family:"Inter", sans-serif ;
    padding: 22px 16px;

}

.sticky-icon-2 {
    position: fixed;
    top: 90%;
    right: 20px;
    transform: translateY(-40%);
    z-index: 9999;
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease-in-out;
}

#togglePassword,
.togglePassword{
    position: absolute;
    top: 18px;
    right: 0;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
#togglePassword img, 
#toggleSignupPassword img,
.togglePassword img, 
.toggleSignupPassword img{
    width: 24px;
    height: 24px;
    margin-right:10px;
}


.cutom-flex-nowrap{
    flex-wrap: nowrap;
}

.nav-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap; /* Ensure buttons stay in one line */
}

.pricing-section{
    background-color: #061D49;
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.heading h2{
    color: #FFFFFF;
    font-weight:600 ;
    font-size: 72px;
    line-height: 72px;
    text-transform: uppercase;
    text-align: center;
}

.heading p{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 85px;
    margin-top: 41px;

}
.packages-button-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pricing-section .packages-button-wrapper button{
padding: 20px 78px;
background-color: #FFBE3E;
color: #061D49;
font-size: 25px;
font-weight: 700;
border-radius: 70px;
}
.packages-wrapper{
display: flex;
margin-top: 85px;
margin-bottom: 104px;
gap: 18px;
}

.packages{
border: 2px solid white;
padding: 46px 36px;
display: flex;
flex-direction: column;
width: 382px;
max-width:100%;
}
.packages-service-wash{
border: 8px solid white;
padding: 46px 36px;
display: flex;
flex-direction: column;
width: 382px;
max-width:100%;
}
.top h3{
    font-size: 32px;
    font-weight: 300;
    color: #FEF9F9;
    line-height: 42px;
}


.top p{
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 86.72px;
    margin-left: 8.2px;
}
.icon-list{
    gap: 18.17px;
}

.icon-list p{
font-size: 16px;
color: #DFDAD0;
line-height: 26px;
font-weight: 400;
}

.list-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}
.price{
font-size: 16px;
color: #DFDAD0;
line-height: 26px;
font-weight: 400;
}

.bottom-line{
    margin-bottom: 152px;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
}
@media only screen and (max-width: 600px) {
    .pricing-section{
        padding-left: 59px;
        padding-right: 59px;
        padding-bottom: 60px;
    }
    .heading h2{
        font-size: 33px;
        line-height: 34px;
    }
    .heading p{
        font-size: 14px;
        width: 70%;
        text-align: center;
        margin-top: 13px;
        margin-bottom: 43px;

    }
    .packages-wrapper{
        flex-direction: column;
        margin-top: 0;
    }
    .packages-button-wrapper{
        flex-direction: column-reverse;
        gap: 62px;
    }
    .pricing-section .packages-button-wrapper button{
        padding: 20px 78px;
        background-color: #FFBE3E;
        color: #061D49;
        font-size: 15px;
        font-weight: 400;
        border-radius: 4px;
        }
        .bottom-line{
display: none;
        }
  }

  .battersea-text-wrapper{
    padding-top: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .map-container{
    width: 70%;
  }


  .time-table{
    background-color: #061D49;
    padding-top: 171px;
    padding-bottom: 171px;

  }

.table-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  .table-head{
    display: flex;
    justify-content: space-between;
    width: 70%;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 72px;
    border-bottom: 3px solid white  ;
    text-align: center;
    margin-bottom: 163px;
  }



    .table-body{
        display: flex;
        justify-content: space-between;
        width: 70%;
        font-size: 20px;
        color: #FFFFFF;
        font-weight: 400;
        line-height: 36px;

    }

    .w-33{
        width: 33%;
    }


    .table-body-wrapper{
        gap: 40px;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    margin-bottom: 163px;

    }


    .table-image-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table-head > * {
        width: 33%;
    }
    .table-body > * {
        width: 33%;
    }
    .hours{
        text-align: end;
    }

    .table-tail{
    border-top: 3px solid white  ;
    width: 70%;
   color: white;

    }
    .table-timings{
        display: flex;
        justify-content: end;
    }
    @media only screen and (max-width: 600px){
        .table-timings{
            justify-content: start;
        }
    }
    .buttonPrimary{
        padding: 20px 78px;
        background-color: #FFBE3E;
        color: #061D49;
        font-size: 25px;
        font-weight: 700;
        border-radius: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        /*gap: 8px;*/
    }

    @media only screen and (max-width: 600px) {
        .buttonPrimary{
            padding: 20px 78px;
            background-color: #FFBE3E;
            color: #061D49;
            font-size: 15px;
            font-weight: 400;
            border-radius: 4px;
            text-transform: uppercase;
        }
        .buttonPrimary img{
            display: none;
        }
    }

    .table-button-wrapper{
        display: flex;
        justify-content:center ;
        margin-top: 104px;
    }

    @media only screen and (max-width: 600px) {
        .time-table{
            background-color: #061D49;
            padding-top: 59px;
            padding-bottom: 42px;

          }

          .table-head{
            font-size: 13.33px;
            margin-bottom: 50px;
          }
          .table-body{
            font-size: 12px;
          }
          .table-body img{
            width:14.68 px;
             align-items: start;
          }
          .table-body-wrapper{
            margin-bottom: 16px;
          }
          .table-tail{
            padding-top: 30px;
            font-size: 13.33px;
          }
          .table-tail p:first-child {
            line-height: 23.9px;
        }

        .table-button-wrapper{
            margin-top: 89px;
        }

      }

      .alternating-section{
        padding-top: 127px;
        padding-bottom: 152px;
        display: flex;
        flex-direction: column;
        gap:94px;

      }

      .alternating-section-wrapper-1{
        display: flex;
        justify-content: end;
      }

      .alternating-section-inner{
        background-color: #061D49;
        padding: 52px 73px;
        width: 70%;
        display: flex;
        flex-direction: column;
        gap: 21px;
      }

      .alternating-section-inner h2{
        font-size: 64px;
        color: white;
        font-weight: bold;
        letter-spacing: -2%;
      }

      .alternating-section-inner p{
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
        color: white;
        width: 80%;
      }


      .alternating-section-wrapper-2{
        display: flex;
        justify-content: start;
      }


      .alternating-section-wrapper-3{
        display: flex;
        justify-content: end;
        margin-bottom: 221px;
      }

      .promise-container{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
      }

      .promise-container h2{
        font-size: 72px;
        letter-spacing: -3%;
        line-height: 72px;
        color: #061D49;
        font-weight: 700;
        text-align: center;

      }

      .promise-container p{
        font-size: 20px;
        font-weight: 400;
        line-height: 36px;
        width: 60%;
        text-align: center;
        margin-bottom: 94px;
      }
      @media only screen and (max-width: 600px){
        .alternating-section{
            padding-top: 65px;
            gap: 59px;
        }
        .alternating-section-inner{
            width: 90%;
            padding: 35px 50px;
        }
        .alternating-section-inner h2{
            font-size: 24px;
            letter-spacing: -2%;
        }
        .alternating-section-inner p{
            font-size: 14px;
            width: 100%;
        }
        .alternating-section-wrapper-3{
            margin-bottom: 91px;
        }
        .promise-container h2{
            font-size: 33px;
            line-height: 34px;
            width: 60%;
        }
        .promise-container p{
            font-size: 14px;
            line-height: 21px;
        }
        .promise-container h2{
            margin-bottom: 47px;
        }
      }

.testimonials{
    background-color: #061D49;
    padding-top: 189px;
    padding-bottom: 101px;
    display: flex;
    flex-direction: column ;
    align-items: center;
    justify-content: center;
}

.testimonials h2{
    font-size: 72px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
}


.testimonials p{
    font-size: 20px;
    font-weight:400;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    width: 50%;
}

.client-testimony{
    font-size: 32px !important;
    line-height: 48px !important;

}

.testimonial-container{
    width: 60%;
    display: flex;
    gap:24px;
    justify-content: center;
}

.testimonial-container-wrapper{
    display: flex;
    align-items: center;
    margin-top: 124px;
    flex-direction: column;
}

.client-image{
    display: flex;
    justify-content: end;
    width: 40%;
    margin-bottom: 69px;
}
@media only screen and (max-width: 600px){
    .testimonials{
        padding-top: 60px;
    }
    .testimonials h2{
        font-size: 33px;
        line-height: 34px;
    }
    .testimonials p{
        font-size: 10;
        line-height: 21px;
        width: 80%;
        margin-top: 13px;
    }
    .client-testimony{
        font-size: 14px !important;
        line-height: 14.7px !important;
    }
    .testimonial-container{
        width: 90%;
    }
    .testimonial-container img{
        width: 31.9px;
    }
    .client-image{
        width:65%;
        margin-top: 4.85;
    }
    .client-image img{
        width: 39.98px;
    }
    .testimonial-container-wrapper{
    margin-top: 65px;
    }
}

.FrequentlyAskedQuestions-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
}

.FaqHeading{
    font-size: 72px;
    font-weight: 600;
    line-height: 120%;
    color: #101010;
    text-align: center;
    margin-bottom: 72px;
}

.accordion-wrapper{
    width: 70%;
}

.accordion-button {
    width: 100%;
    text-align: left;
    font-size: 18px;
    padding-top:40px ;
    background-color: white;
    border: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 120%;
    text-transform: uppercase;
    color: #757B8A  ;
}

.accordion-button:focus {
    outline: none;
    background: none;
    box-shadow: none;
}

.accordion-collapse {
    transition: max-height 0.3s ease-in-out, opacity 0.4s ease-in-out;
    overflow: hidden;
}

.accordion-collapse:not(.show) {
    max-height: 0;
    opacity: 0;
}

.accordion-collapse.show {
    max-height: 500px;
    opacity: 1;
}

.accordion-body{
font-size: 16px;
font-weight: 500;
line-height: 160%;
color: 101010;
margin-top: 16px;
}

.accordion-button:not(.collapsed) .accordion-icon {
    fill: #EB6E46;
  }

  .accordion-button:not(.collapsed){
    color: #101010;
  }

  @media only screen and (max-width: 600px){
    .FrequentlyAskedQuestions-section{
        padding: 60px 0;
    }
    .FaqHeading{
        font-size: 33px;
    line-height: 41px;
    margin-bottom: 81px;
    }
    .accordion-wrapper{
        width: 80%;
    }
    .accordion-button{
        font-size: 14.7px;
    }
    .accordion-body{
font-size: 13.06px;

    }
}

.latest-services-section{
    background-color: #061D49;
    padding-top: 141px;
    padding-bottom: 93px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.latestServicesHeading{
font-size: 72px;
font-weight: 600;
line-height: 90px;
text-align: center;
color: white;
margin-bottom: 170.71px;
}

.servicesColumnsWrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px;
    align-items: center;
    justify-content: center;
    width: 80%;
    row-gap: 93.59px;
    margin-bottom: 179px;
}


.servicesColumnsWrapper div{
border: 1px solid white;
padding-top: 71px;
padding-bottom: 103px;
padding-left: 45px;
color: white;
display: flex;
flex-direction: column;
gap:14.65px;
text-transform: uppercase;
font-size: 32px;
line-height: 42px;
font-weight: 600;
}
.servicesColumnsWrapper img{
    width: 42.35px ;
}

.servicesColumnsWrapper .box1{
    border-left: 0;
    border-right: 0;

}
.servicesColumnsWrapper .box3{
    border-left: 0;
    border-right: 0;

}
.box4{
    grid-column: span 3;
    display: flex;
    width: 100%;
    max-width: calc(100%  / 3);
    margin: auto;
}



@media only screen and (max-width: 600px){
    .latest-services-section{
        padding-top: 60px;
        padding-bottom: 65px;
        padding-left: 42;
        padding-right: 42;
    }
    .latestServicesHeading{
        font-size: 33px;
        line-height: 41px;
        margin-bottom: 81px;

    }
    .servicesColumnsWrapper{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 46px;
     margin-bottom: 74px;

    }
    .servicesColumnsWrapper .box1{
        border-left: 1px solid white;
        border-right: 1px solid white;

    }
    .servicesColumnsWrapper .box3{
        border-left: 1px solid white;
        border-right:1px solid white;

    }
    .box4{
        grid-column: span 1;
        width: 100%;
        max-width: calc(100%);

    }
    .servicesColumnsWrapper div{
        font-size: 24.39px;
        line-height: 32px;
        padding-top: 54px;
        padding-bottom: 61px;
        padding-left: 38px;
       gap:11.23px;

    }
}




.bottom-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #061D49;
    padding-bottom: 63px;
}


@media (max-width: 767px) {
    .mobile-center-btn {
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 8px; /* optional spacing between text and icon */
        width: 272px;
        height: 65px;
    }
}
@media (max-width: 767px) {
    .hide-on-mobile {
        display: none !important;
    }
    .sony{
        height: 39px;
    }
    .baverbook{
        height: 35px;
    }
    .dark-oampslogo{
        height: 33px;
    }
    .dark-hilton{
        height: 44px;
    }
    .royalautomobile{
        height: 50px;
    }
    .pk-logo{
        height: 50px;
    }
}
