
*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: currentColor;
    /* 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.
5. Use the user's configured `sans` font-feature-settings 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 */
    font-feature-settings: normal;
    /* 5 */
}

/*
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 */
    font-family: 'Montserrat-Alternates', sans-serif !important;
    background-color: white;
}

/*
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 */
}

/*
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;
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
    display: none;
}

/* Styling for various form input types */
[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;
}

/* Styling for focused form input types */
[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;
}

/* Placeholder styles for Mozilla Firefox */
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

/* Placeholder styles for other browsers */
input::placeholder, textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}

/* Styling for date and time input fields */
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

/* Styling for date and time input values */
::-webkit-date-and-time-value {
    min-height: 1.5em;
}

/* Styling for various date and time input fields */
::-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;
}

/* Styling for select elements with custom arrow */
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;
    print-color-adjust: exact;
}


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

/* Styling for checkboxes and radio buttons */
[type='checkbox'], [type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-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: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

/* Styling for checkboxes */
[type='checkbox'] {
    border-radius: 0px;
}

/* Styling for radio buttons */
[type='radio'] {
    border-radius: 100%;
}

/* Styling for focused checkboxes and radio buttons */
[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: #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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

/* Styling for checked checkboxes and radio buttons */
[type='checkbox']:checked, [type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/* Styling for checked checkboxes with a checkmark icon */
[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");
}

/* Styling for checked radio buttons with a radio icon */
[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

/* Styling for checked checkboxes and radio buttons on hover or focus */
[type='checkbox']:checked:hover, [type='checkbox']:checked:focus, [type='radio']:checked:hover, [type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}

/* Styling for indeterminate checkboxes with a horizontal line icon */
[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;
}

/* Styling for indeterminate checkboxes on hover or focus */
[type='checkbox']:indeterminate:hover, [type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}

/* Styling for file input type */
[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

/* Styling for focused file input type */
[type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}


/* Set line-height for heading elements */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

/* Global CSS variables and properties */
*, ::before, ::after {
    /* Border Spacing */
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;

    /* Transformations */
    --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;

    /* Ring Styles */
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
}


/* Styling for container */
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

/* Media queries for different container widths */
@media (min-width: 540px) {
    .container {
        max-width: 540px;
    }
}

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

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

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

/* Styling for form input, textarea, select, and multiselect */
.form-input, .form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #6b7280; /* Simplify border shorthand */
    border-radius: 0; /* Simplify border radius */
    padding: 0.5rem 0.75rem; /* Combine padding properties */
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}


/* Styling for focused form input, textarea, select, and multiselect */
.form-input:focus, .form-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;
}

/* Styling for form input placeholders */
.form-input::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}

.form-input::placeholder {
    color: #6b7280;
    opacity: 1;
}

/* Styling for form input with datetime fields */
.form-input::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

/* Set minimum height for webkit date and time value */
.form-input::-webkit-date-and-time-value {
    min-height: 1.5em;
}

/* Reset padding for webkit date and time edit fields */
.form-input::-webkit-datetime-edit,
.form-input::-webkit-datetime-edit-year-field,
.form-input::-webkit-datetime-edit-month-field,
.form-input::-webkit-datetime-edit-day-field,
.form-input::-webkit-datetime-edit-hour-field,
.form-input::-webkit-datetime-edit-minute-field,
.form-input::-webkit-datetime-edit-second-field,
.form-input::-webkit-datetime-edit-millisecond-field,
.form-input::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

/* Custom styling for a button with the class .btn-custom */
.btn-custom {
    display: inline-block;
    border-radius: 5px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(10 161 149 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(10 161 149 / var(--tw-bg-opacity));
    padding: 0.75rem 26px;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-duration: 500ms;
}

/* Hover state for .btn-custom */
.btn-custom:hover {
    --tw-border-opacity: 1;
    border-color: rgb(7 137 126 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(7 137 126 / var(--tw-bg-opacity));
}

/* Focus state for .btn-custom */
.btn-custom:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}


/* Styling for form input */
.form-input {
    /* Set the height of the form input */
    height: 48px;
    /* Make the input span the full width of its container */
    width: 100%;
    /* Remove border-radius */
    border-radius: 0px;
    /* Set border width and color */
    border-width: 1px;
    border-color: transparent; /* Note: there's a typo here, it should be "transparent" */
    /* Define the background color with variable */
    --tw-bg-opacity: 1;
    background-color: rgb(244 245 248 / var(--tw-bg-opacity));
    /* Add padding to the input */
    padding: 10px 20px;
    /* Set font size and line height */
    font-size: 0.875rem;
    line-height: 1.25rem;
    /* Define the text color with variable */
    --tw-text-opacity: 1;
    color: rgb(73 80 87 / var(--tw-text-opacity));
    /* Add an outline to the input, making it transparent with an offset */
    outline: 2px solid transparent;
    outline-offset: 2px;
    /* Define box shadow variables for focus state */
    --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(0px + 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);
}

/* Styling for form input in focus state */
.form-input:focus {
    /* Reapply box shadow variables for focus state */
    --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    /* Apply the box shadow in the focus state */
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


/* Remove outline on button focus */
button:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}

/* CSS classes for positioning elements */
.fixed {
    /* Fixed positioning for elements */
    position: fixed;
}

.absolute {
    /* Absolute positioning for elements */
    position: absolute;
}

.relative {
    /* Relative positioning for elements */
    position: relative;
}

/* CSS class for setting element inset to 0 */
.inset-0 {
    /* Set top, right, bottom, and left positions to 0 pixels */
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

/* CSS class to set 'top' property to 0.25rem */
.top-1 {
    top: 0.25rem;
}

/* CSS class to center an element vertically using 'top: 50%' */
.top-1\/2 {
    top: 50%;
}

/* CSS class to set 'z-index' to 10 */
.z-10 {
    z-index: 10;
}

/* CSS class to reset 'margin' to 0 */
.m-0 {
    margin: 0px;
}

/* CSS class to center an element horizontally using 'margin' */
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* CSS class to set vertical margin to 2.5rem */
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

.mt-10 {
    margin-top: 2.5rem;
}

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

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


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

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


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

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


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

.mb-10 {
    margin-bottom: 2.5rem;
}

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


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

.block {
    display: block;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.h-\[38px\] {
    height: 38px;
}

.h-2 {
    height: 0.5rem;
}

.h-auto {
    height: auto;
}

.h-5 {
    height: 1.25rem;
}

.h-16 {
    height: 4rem;
}

.h-12 {
    height: 3rem;
}

.h-10 {
    height: 2.5rem;
}

.h-4 {
    height: 1rem;
}

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

.w-full {
    width: 100%;
}


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

.w-4\/5 {
    width: 80%;
}

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

.w-2 {
    width: 0.5rem;
}

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

.w-5 {
    width: 1.25rem;
}

.w-16 {
    width: 4rem;
}

.w-10 {
    width: 2.5rem;
}


.w-12 {
    width: 3rem;
}

.w-4 {
    width: 1rem;
}

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


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

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

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

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

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

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

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

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

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

.gap-\[30px\] {
    gap: 30px;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-3 {
    gap: 0.75rem;
}

/* Define margin properties for horizontal spacing */
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    /* Reverse spacing, if needed */
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

/* Define margin properties for vertical spacing (2.5 * base unit) */
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    /* Reverse spacing, if needed */
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

/* Define margin properties for vertical spacing (2 * base unit) */
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    /* Reverse spacing, if needed */
    --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));
}

/* Define margin properties for vertical spacing (4 * base unit) */
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    /* Reverse spacing, if needed */
    --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));
}

/* Define margin properties for vertical spacing (6 * base unit) */
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    /* Reverse spacing, if needed */
    --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));
}

/* Define margin properties for vertical spacing (3 * base unit) */
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    /* Reverse spacing, if needed */
    --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));
}

/* Define margin properties for vertical spacing (5 * base unit) */
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    /* Reverse spacing, if needed */
    --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));
}

/* Define margin properties for vertical spacing (8 * base unit) */
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    /* Reverse spacing, if needed */
    --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));
}

/* Define margin properties for vertical spacing (22px) */
.space-y-\[22px\] > :not([hidden]) ~ :not([hidden]) {
    /* Reverse spacing, if needed */
    --tw-space-y-reverse: 0;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(22px * var(--tw-space-y-reverse));
}

/* Define margin properties for vertical spacing (14px) */
.space-y-\[14px\] > :not([hidden]) ~ :not([hidden]) {
    /* Reverse spacing, if needed */
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
}

/* Define margin properties for vertical spacing (26px) */
.space-y-\[26px\] > :not([hidden]) ~ :not([hidden]) {
    /* Reverse spacing, if needed */
    --tw-space-y-reverse: 0;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26px * var(--tw-space-y-reverse));
}

/* Define margin properties for horizontal spacing (2.5 * base unit) */
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    /* Reverse spacing, if needed */
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.rounded-\[15px\] {
    border-radius: 15px;
}

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

.rounded {
    border-radius: 0.25rem;
}

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

.rounded-none {
    border-radius: 0px;
}

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

.border {
    border-width: 1px;
}

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

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

.border-none {
    border-style: none;
}

.\!border-none {
    border-style: none !important;
}

.border-custom {
    --tw-border-opacity: 1;
    border-color: rgb(10 161 149 / var(--tw-border-opacity));
}

.\!border-\[\#ced4da\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(206 212 218 / var(--tw-border-opacity)) !important;
}

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

.border-\[\#ced4da\] {
    --tw-border-opacity: 1;
    border-color: rgb(206 212 218 / var(--tw-border-opacity));
}

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

.bg-custom {
    --tw-bg-opacity: 1;
    background-color: rgb(10 161 149 / var(--tw-bg-opacity));
}

.bg-custom\/20 {
    background-color: rgb(10 161 149 / 0.2);
}

.bg-themedark {
    --tw-bg-opacity: 1;
    background-color: rgb(32 38 45 / var(--tw-bg-opacity));
}

.bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/\[7\%\] {
    background-color: rgb(255 255 255 / 7%);
}

.bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/\[8\%\] {
    background-color: rgb(255 255 255 / 8%);
}

.bg-\[\#0d0f14\]\/25 {
    background-color: rgb(13 15 20 / 0.25);
}

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

.bg-\[url\(\.\.\/images\/bg-pages\.jpg\)\] {
    background-image: url('../images/bg-pages.jpg');
}

.bg-\[url\(\'\.\.\/images\/home_sec_layer-2\.png\'\)\] {
    background-image: url('../images/home_sec_layer-2.png');
}

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

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


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

.p-5 {
    padding: 1.25rem;
}


.p-3 {
    padding: 0.75rem;
}

.\!p-5 {
    padding: 1.25rem !important;
}


.p-4 {
    padding: 1rem;
}

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

.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
}

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

.py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
}

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

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

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

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


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


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


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


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

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

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

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

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


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

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

.pt-\[120px\] {
    padding-top: 120px;
}

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

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

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

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

.pb-\[90px\] {
    padding-bottom: 90px;
}

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

.pb-\[120px\] {
    padding-bottom: 120px;
}

.pt-\[90px\] {
    padding-top: 90px;
}

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

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

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

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

.font-nunito {
    font-family: "Montserrat-Alternates", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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


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

.capitalize {
    text-transform: capitalize;
}

.leading-\[1\.5\] {
    line-height: 1.5;
}

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

.leading-\[1\.2\] {
    line-height: 1.2;
}

.text-muted {
    --tw-text-opacity: 1;
    color: rgb(108 117 125 / var(--tw-text-opacity));
}

.text-custom {
    --tw-text-opacity: 1;
    color: rgb(10 161 149 / var(--tw-text-opacity));
}

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

.text-\[\#f7f7f7\] {
    --tw-text-opacity: 1;
    color: rgb(247 247 247 / var(--tw-text-opacity));
}

.text-white\/40 {
    color: rgb(255 255 255 / 0.4);
}

.text-white\/50 {
    color: rgb(255 255 255 / 0.5);
}

.\!text-muted {
    --tw-text-opacity: 1 !important;
    color: rgb(108 117 125 / var(--tw-text-opacity)) !important;
}

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

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

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

@font-face {
    font-family: "Montserrat-Alternates";

    src: url("../fonts/Montserrat-Alternates-Bold.txt") format("truetype");

    font-weight: 700;
}

@font-face {
    font-family: "Montserrat-Alternates";

    src: url("../fonts/Montserrat-Alternates-Regular.txt") format("truetype");

    font-weight: 400;
}

/* Styles for the main navigation bar */
.navbar {
    padding: 0px; /* Remove padding from the main navigation bar */
}

/* Styles for the navigation bar toggler */
.navbar-toggler {
    padding: 0;
    border: none; /* Remove border */
    border-radius: 0;
    outline: none; /* Remove outline styles */
}

.navbar-toggler:focus {
    outline: none; /* Remove outline styles on focus */
}

/* Styles for the horizontal menu toggle button */
.horizontal-menu-toggle button {
    border: none; /* Remove button border */
    margin-left: 10px; /* Add left margin */
    vertical-align: middle; /* Vertically align the button */
    cursor: pointer; /* Set cursor style to pointer */
}

.horizontal-menu-toggle button i {
    vertical-align: middle; /* Vertically align the button icon */
}

/* Styles for the horizontal navigation bar */
.horizontal-nav {
    border-radius: 0; /* Remove border radius */
    z-index: 40; /* Set the stacking order */
    left: 0;
    background-color: #fff; /* Set background color */
    border-bottom: 1px solid #efefef; /* Add a bottom border with a specified color */
    top: 0;
    right: 0;
    min-height: 70px; /* Set the minimum height of the navigation bar */
}


/* Reset list styles for horizontal navigation */
.horizontal-nav ul {
    padding: 0; /* Reset padding */
    margin: 0; /* Reset margin */
    list-style: none; /* Remove list-style */
}

/* Reset list styles for nested ul elements */
.horizontal-nav ul ul {
    padding: 0; /* Reset padding */
    margin: 0; /* Reset margin */
    list-style: none; /* Remove list-style */
}

/* Styles for navigation links */
.horizontal-nav ul li a {
    display: block; /* Display as block element */
    line-height: 20px; /* Set line-height */
    text-decoration: none; /* Remove text decoration */
    white-space: normal; /* Allow normal white space */
    font-weight: 600; /* Set font weight */
    background: transparent; /* Set transparent background */
}

/* Styles for dropdown indicator */
.horizontal-nav .dropdown-toggle::after {
    width: inherit; /* Inherit width */
    height: inherit; /* Inherit height */
    border: 0; /* Remove border */
    margin: 0; /* Remove margin */
}

/* Styles for dropdown menus and their containers */
.horizontal-nav .dropdown {
    position: relative; /* Set relative position */
}

.horizontal-nav .dropdown-menu {
    position: absolute; /* Set absolute position */
    display: none; /* Hide by default */
    top: 69px; /* Set top position */
    left: -15px; /* Set left position */
    padding: 10px 0; /* Set padding */
    z-index: 1000; /* Set z-index */
}

/* Styles for the triangle indicator on dropdown menus */
.horizontal-nav .dropdown-menu:before {
    content: ""; /* Empty content */
    position: absolute; /* Set absolute position */
    top: -5px; /* Set top position */
    left: 25px; /* Set left position */
    border-radius: 3px; /* Set border radius */
    border: 8px solid #ffffff; /* Set border style and color */
    border-color: transparent transparent #ffffff #ffffff; /* Set border color */
    transform: rotate(135deg); /* Rotate to create triangle */
    box-shadow: -2px 2px 3px -2px rgba(0, 0, 0, 0.1); /* Add box shadow */
    z-index: 9999; /* Set z-index */
}

/* Display dropdown menu when parent is open */
.horizontal-nav .open > .dropdown-menu {
    display: block; /* Show when parent is open */
}


/* Styles for the navbar-collapse container */
.horizontal-nav .navbar-collapse {
    overflow-x: visible; /* Set horizontal overflow behavior */
    padding-right: 15px; /* Add right padding */
    padding-left: 15px; /* Add left padding */
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
}

/* Styles for the navbar-collapse container when open */
.horizontal-nav .navbar-collapse.show {
    overflow-y: auto; /* Enable vertical overflow when open */
}

/* Clear floats before and after navbar-collapse */
.horizontal-nav .navbar-collapse:before,
.horizontal-nav .navbar-collapse:after {
    content: " ";
    display: table;
}

/* Clear floats after navbar-collapse */
.horizontal-nav .navbar-collapse:after {
    clear: both; /* Clear both sides of the container */
}

/* Styles for horizontal menu links */
.horizontal-nav .horizontal-menu li a {
    position: relative; /* Set relative positioning */
    display: block; /* Display as block element */
    font-size: 14px; /* Set font size */
}

/* Styles for top-level horizontal menu links */
.horizontal-nav .horizontal-menu > li > a {
    padding: 24px 15px; /* Set padding */
    color: #050505; /* Set text color */
    font-size: 16px; /* Set font size */
    font-weight: 600; /* Set font weight */
    line-height: 20px; /* Set line height */
}

/* Styles for images within horizontal menu links */
.horizontal-nav .horizontal-menu > li > a img {
    display: inline-block; /* Display as inline-block */
    width: 18px; /* Set image width */
    vertical-align: middle; /* Align vertically in the middle */
    margin-right: 7px; /* Add right margin */
    filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg); /* Apply filter effects */
}

/* Styles for icons within horizontal menu links */
.horizontal-nav .horizontal-menu > li > a i {
    display: inline-block; /* Display as inline-block */
    width: 23px; /* Set width */
    font-size: 16px; /* Set font size */
    vertical-align: middle; /* Align vertically in the middle */
}


/* Vertically align text within horizontal menu links */
.horizontal-nav .horizontal-menu > li > a span {
    vertical-align: middle;
}

/* Styles for active, hover, and focus states of horizontal menu links */
.horizontal-nav .horizontal-menu > li.active > a,
.horizontal-nav .horizontal-menu > li > a:hover,
.horizontal-nav .horizontal-menu > li > a:focus {
    color: #0aa195; /* Change text color */
    background-color: transparent; /* Set background color to transparent */
}

/* Styles for active, hover, and focus states of images within horizontal menu links */
.horizontal-nav .horizontal-menu > li.active > a img,
.horizontal-nav .horizontal-menu > li > a:hover img,
.horizontal-nav .horizontal-menu > li > a:focus img {
    filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg); /* Apply filter effects */
}

/* Styles for the dropdown menu background */
.horizontal-nav .horizontal-menu .dropdown-menu {
    background-color: #ffffff; /* Set background color */
}

/* Styles for text within the dropdown menu */
.horizontal-nav .horizontal-menu .dropdown-menu li a {
    color: #495057; /* Set text color */
    font-size: 15px; /* Set font size */
}

/* Styles for the before pseudo-element in dropdown menu links */
.horizontal-nav .horizontal-menu .dropdown-menu li a:before {
    display: none; /* Hide the before pseudo-element */
    content: "\e897"; /* Add content with a specific character code */
    font-family: "feather" !important; /* Set font family and importance */
    font-size: 10px; /* Set font size */
    line-height: 10px; /* Set line height */
    padding-right: 0.2rem; /* Add right padding */
    vertical-align: middle; /* Align vertically in the middle */
}

/* Styles for active, hover, and focus states of dropdown menu links */
.horizontal-nav .horizontal-menu .dropdown-menu li.active > a,
.horizontal-nav .horizontal-menu .dropdown-menu li > a:hover,
.horizontal-nav .horizontal-menu .dropdown-menu li > a:focus {
    color: #0aa195; /* Change text color */
}

/* Remove outline on focus for dropdown toggle */
.horizontal-nav .horizontal-menu .dropdown-toggle:focus {
    outline: 0; /* Remove outline */
}

/* Reset padding for the navbar-collapse container */
.horizontal-nav .navbar-collapse {
    padding: 0; /* Reset padding to 0 */
}

/* Styles for menu items with mega menus */
.horizontal-nav .menu-item-has-mega-menu.dropdown .mega-menu-col a {
    color: #495057; /* Set text color */
}

/* Styles for medium screens (min-width: 992px) */
@media (min-width: 992px) {
    /* Display horizontal menu items as a flex container with centered alignment */
    .horizontal-nav .horizontal-menu {
        display: flex;
        align-items: center;
    }

    /* Float horizontal menu items to the left */
    .horizontal-nav .horizontal-menu > li {
        float: left;
    }

    /* Add an arrow icon after dropdown toggle text */
    .horizontal-nav .horizontal-menu > .dropdown > .dropdown-toggle:after {
        display: inline-block;
        content: "\e64b";
        font-size: 12px;
        font-weight:400;
        vertical-align: middle;
        margin-left: 5px;
    }

    /* Styles for dropdown menu */
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu {
        border-radius: 3px;
        min-width: 155px;
        width: 185px;
        border: 1px solid #efefef;
        box-shadow: 0px 2px 15px 0px rgb(111 111 111 / 10%);
    }

    /* Adjust position of nested dropdown menus */
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown-menu {
        left: 100%;
        top: 0;
        margin-left: 12px;
    }

    /* Create a decorative element for nested dropdown menus */
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown-menu:before {
        top: 10px;
        left: -8px;
        transform: rotate(45deg);
    }

    /* Position the first nested dropdown menu */
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown:first-child .dropdown-menu {
        top: -1px;
    }

    /* Styling for links in dropdown menus */
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu > li > a {
        padding: 8px 15px;
    }

    /* Remove top border for the first link in a dropdown menu */
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu > li:first-child > a {
        border-top: 0;
    }

    /* Add an arrow icon after nested dropdown toggle text */
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown > .dropdown-toggle:after {
        float: right;
        content: "\e649";
        position: absolute;
        font-size: 10px;
        right: 12px;
        top: 9px;
    }

    /* Styles for links in mega menu columns */
    .horizontal-nav .horizontal-menu .mega-menu-col .sub-menu a {
        padding: 10px 12px;
        display: inline-block;
    }

    /* Styles for links in mega menu columns on hover or focus */
    .horizontal-nav .horizontal-menu .mega-menu-col .sub-menu a:hover,
    .horizontal-nav .horizontal-menu .mega-menu-col .sub-menu a:focus {
        color: #0aa195;
        background: transparent;
    }
}

/* Styles for screens with a maximum width of 991px */
@media (max-width: 991px) {
    /* Adjust the background, border, and padding of the horizontal navigation bar */
    .horizontal-nav {
        /*background-color: transparent;*/
        /*border-color: transparent;*/
        padding: 18px 0px;
    }

    /* Display the navbar toggler button */
    .navbar-toggler {
        display: block;
    }

    /* Limit the maximum width of the container within the navbar */
    .navbar .container {
        max-width: 90%;
    }

    /* Styles for the dropdown menu */
    .horizontal-nav .dropdown-menu {
        top: 0;
        padding: 0;
    }

    /* Hide the decorative element before the dropdown menu */
    .horizontal-nav .dropdown-menu:before {
        display: none;
    }

    /* Ensure the navbar collapse container is scrollable on smaller screens */
    .horizontal-nav .navbar-collapse {
        overflow-y: auto !important;
    }

    /* Modify the float behavior of the horizontal menu items */
    .horizontal-nav .horizontal-menu {
        float: none !important;
    }

    /* Reset the float property for individual menu items */
    .horizontal-nav .horizontal-menu li {
        float: none;
    }

    /* Apply filter styles to images within the navigation menu */
    .horizontal-nav .horizontal-menu li .mega-menu-col-title img,
    .horizontal-nav .horizontal-menu li a img {
        filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
    }

    /* Apply filter styles to images on hover or focus */
    .horizontal-nav .horizontal-menu li a:hover img,
    .horizontal-nav .horizontal-menu li a:focus img,
    .horizontal-nav .horizontal-menu li.active > a img,
    .horizontal-nav .horizontal-menu li .mega-menu-col-title:hover img,
    .horizontal-nav .horizontal-menu li .mega-menu.dropdown-menu .mega-menu-col .active > a img,
    .horizontal-nav .horizontal-menu li .dropdown-menu li.active > a img,
    .horizontal-nav .horizontal-menu li .dropdown-menu li a:hover img,
    .horizontal-nav .horizontal-menu li .dropdown-menu li a:focus img,
    .horizontal-nav .horizontal-menu li .mega-menu .mega-menu-col ul li a:hover img,
    .horizontal-nav .horizontal-menu li .mega-menu .mega-menu-col ul li a:focus img {
        filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
    }

    /* Remove top border for the first menu item */
    .horizontal-nav .horizontal-menu > li:first-child > a {
        border-top: 0;
    }

    /* Adjust the padding of dropdown menus */
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu {
        padding-left: 20px;
    }

    /* Adjust the padding of nested dropdown menus */
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu .dropdown-menu {
        padding-left: 18px;
    }

    /* Style the appearance of the expanded navbar on smaller screens */
    .horizontal-nav .navbar-collapse {
        position: fixed;
        top: 62px;
        left: 0;
        right: 0;
        width: 100%;
        max-height: 100%;
        overflow: hidden;
        background-color: #fff;
        z-index: 99;
    }

    /* Define the maximum height of the expanded navbar when shown */
    .horizontal-nav .navbar-collapse.show {
        max-height: 390px;
    }

    /* Adjust the padding and margin of the horizontal menu */
    .horizontal-nav .horizontal-menu {
        padding: 15px;
        margin: 0;
    }
}


/* Styles for screens with a maximum width of 1024px and a minimum width of 992px */
@media (max-width: 1024px) and (min-width: 992px) {
    .horizontal-nav .horizontal-menu .dropdown .dropdown-menu {
        width: 166px; /* Adjust the width of dropdown menus within the horizontal menu */
    }
}

/* Hover effect to translate Y position */
.hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
    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 effect to change text color */
.hover\:text-custom:hover {
    --tw-text-opacity: 1;
    color: rgb(10 161 149 / var(--tw-text-opacity));
}

/* Focus effect to set border color and opacity with importance */
.focus\:\!border-custom:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(10 161 149 / var(--tw-border-opacity)) !important;
}

/* Focus effect to set border color and opacity */
.focus\:border-custom:focus {
    --tw-border-opacity: 1;
    border-color: rgb(10 161 149 / var(--tw-border-opacity));
}

/* Focus effect to set an outline with specific properties */
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

/* Menu hover effect for group components */
.group\/menu:hover .group-hover\/menu\:block {
    display: block;
}

/* Styles for screens with a minimum width of 540px */
@media (min-width: 540px) {
    /* Display as a flex container */
    .sm\:flex {
        display: flex;
    }

    /* Set grid columns for grids to have 2 columns */
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* Adjust space between elements */
    .sm\:space-y-0 > :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));
    }
}

/* Styles for screens with a minimum width of 768px */
@media (min-width: 768px) {
    /* Margin top and bottom with specific values for medium screens */
    .md\:my-\[50px\] {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    /* Margin top set to 0 */
    .md\:mt-0 {
        margin-top: 0px;
    }

    /* Margin top with a value of 3rem */
    .md\:mt-12 {
        margin-top: 3rem;
    }

    /* Margin bottom set to 0 */
    .md\:mb-0 {
        margin-bottom: 0px;
    }

    /* Grid columns with 2 columns */
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* Grid columns with 4 columns */
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    /* Grid columns with 6 columns */
    .md\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    /* Grid columns with 3 columns */
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    /* Align items to center */
    .md\:items-center {
        align-items: center;
    }

    /* Justify content to the flex-end */
    .md\:justify-end {
        justify-content: flex-end;
    }

    /* Adjust space between elements with specific values */
    .md\:space-y-0 > :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));
    }

    /* Background image position set to center */
    .md\:bg-center {
        background-position: center;
    }

    /* Padding top and bottom with specific values for medium screens */
    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    /* Padding top with a value of 170px */
    .md\:pt-\[170px\] {
        padding-top: 170px;
    }

    /* Padding bottom with a value of 90px */
    .md\:pb-\[90px\] {
        padding-bottom: 90px;
    }

    /* Padding bottom with a value of 170px */
    .md\:pb-\[170px\] {
        padding bottom: 170px;
    }

    /* Padding top with a value of 120px */
    .md\:pt-\[120px\] {
        padding-top: 120px;
    }

    /* Padding bottom with a value of 5rem */
    .md\:pb-20 {
        padding-bottom: 5rem;
    }

    /* Text alignment set to left for medium screens */
    .md\:text-left {
        text-align: left;
    }

    /* Text alignment set to right for medium screens */
    .md\:text-right {
        text-align: right;
    }

    /* Font size set to 56px for medium screens */
    .md\:text-\[56px\] {
        font-size: 56px;
    }

    /* Font size set to 1.125rem and line height to 1.75rem for medium screens */
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

/* Styles for screens with a minimum width of 991px */
@media (min-width: 991px) {
    /* Display as block for screens with a minimum width of 991px */
    .min-\[991px\]\:block {
        display: block;
    }
}

/* Styles for screens with a minimum width of 1024px */
@media (min-width: 1024px) {
    /* Grid column span set to 3 for large screens */
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    /* Grid columns with 4 columns for large screens */
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    /* Grid columns with 5 columns for large screens */
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    /* Grid columns with 2 columns for large screens */
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* Apply 'position: absolute' to the child span of elements with specific attributes */
.\[\&\>span\]\:absolute > span {
    position: absolute;
}

/* Apply 'display: inline-block' to the child span of elements with specific attributes */
.\[\&\>span\]\:inline-block > span {
    display: inline-block;
}

/* Apply 'height: 0.75rem' to the child span of elements with specific attributes */
.\[\&\>span\]\:h-3 > span {
    height: 0.75rem;
}

/* Apply 'width: 60px' to the child span of elements with specific attributes */
.\[\&\>span\]\:w-\[60px\] > span {
    width: 60px;
}

/* Apply a custom background color to the child span of elements with specific attributes */
.\[\&\>span\]\:bg-custom > span {
    --tw-bg-opacity: 1;
    background-color: rgb(10 161 149 / var(--tw-bg-opacity));
}

/* Apply 'opacity: 0.1' to the child span of elements with specific attributes */
.\[\&\>span\]\:opacity-10 > span {
    opacity: 0.1;
}


/* Styles for the card container */
.card {
    border: 1px solid transparent; /* Border with rounded corners */
    border-radius: 4px; /* Rounded corners */
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1); /* Box shadow for a subtle elevation effect */
    padding: 16px; /* Padding inside the card */
    margin: 16px; /* Margin around the card */
    background-color: #fff; /* Background color (white) */
}

/* Styles for the card body */
.card-body {
    height: 100%; /* Fill the entire height of the card */
    display: flex; /* Use flexbox for layout */
    flex-direction: column; /* Arrange child elements in a column */
    justify-content: space-between; /* Space between child elements */
}

/* Styles for the card title */
.card-title {
    font-size: 1.25rem; /* Larger font size for the title */
    font-weight: bold; /* Bold text */
    margin-bottom: 12px; /* Margin at the bottom of the title */
}

/* Styles for the card text content */
.card-text {
    color: #666; /* Text color (gray) */
    font-size: 0.75rem; /* Smaller font size for text */
    margin-bottom: 16px; /* Margin at the bottom of the text content */
}

/* Styles for the custom button */
.btn-cust {
    display: inline-block; /* Display as an inline-block element */
    padding: 6px 12px; /* Padding around the button content */
    background-color: #0aa195; /* Background color */
    color: #fff; /* Text color */
    border: none; /* No border */
    border-radius: 4px; /* Rounded corners */
    text-decoration: none; /* Remove underlines on links */
    text-align: center; /* Center-align text */
    font-size: 14px; /* Font size */
    cursor: pointer; /* Use a pointer cursor on hover */
    font-weight: bold; /* Bold text */
    transition: background-color 0.2s; /* Smooth background color transition */
    width: 100%; /* Take up the full width of the container */
}

/* Hover state for the custom button */
.btn-cust:hover {
    background-color: #0b4b45; /* Background color on hover */
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed position */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 100; /* Display on top of other content */
    overflow: auto; /* Enable scrolling if content is too long */
}

/* Style for the modal content */

/* Apply overflow for horizontal scrolling to the table container */
.table-container {
    overflow-x: auto;
}

/* Apply styles to the table */
.table {
    border-collapse: collapse; /* Collapse borders for table cells */
    width: 100%; /* Set table width to 100% of the container */
}

.table th {
    background-color: #4d4c4c;
    color: white; /* Apply background color to table headers */
}

/* Apply styles to table headers */
.table th, .table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd; /* Add borders for better visibility */
}

/* Apply styles to table rows */
.table tr:hover {
    background-color: #f5f5f5; /* Add a background color on hover */
}

/* Media query for responsiveness */
@media (max-width: 768px) {
    /* Make table cells stack on top of each other */
    .table th, .table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    /* Hide table header on smaller screens */
    .table thead {
        display: none;
    }

    /* Add a border to separate cells on smaller screens */
    .table td {
        border-top: 1px solid #ddd;
    }
}

/* Style for small custom buttons */
.sm-btn-custom {
    display: inline-block; /* Display as inline block */
    border-radius: 5px; /* Rounded corners */
    background-color: #8F9396; /* Background color */
    padding: 4px 8px; /* Padding for the button */
    font-size: 12px; /* Font size */
    letter-spacing: 1px; /* Letter spacing */
    --tw-text-opacity: 1; /* Text opacity */
    color: rgb(255 255 255 / var(--tw-text-opacity)); /* Text color with opacity */
    transition-duration: 500ms; /* Transition duration for hover effect */
}

/* Hover effect for the small custom button */
.sm-btn-custom:hover {
    background-color: #747373; /* Background color on hover */
}

/* Focus style for the small custom button */
.sm-btn-custom:focus {
    outline: 2px solid transparent !important; /* Remove default outline */
    outline-offset: 2px !important; /* Set custom outline offset */
}

/* Style for chip elements */
.chip {
    display: inline-block; /* Display as inline block */
    padding: 6px 12px; /* Padding for the chip */
    border-radius: 20px; /* Rounded corners */
    font-size: 12px; /* Font size */
    font-weight: 600; /* Font weight */
    text-align: center; /* Center-align text within the chip */
}

.confirmed {
    background-color: #0aa195; /* Green color for confirmed status */
    color: white;
}

.pending {
    background-color: gray; /* Yellow color for pending status */
    color: white; /* Change the text color for pending status */
}
