*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.end-0 {
  inset-inline-end: 0px;
}

.start-0 {
  inset-inline-start: 0px;
}

.top-0 {
  top: 0px;
}

.col-auto {
  grid-column: auto;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

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

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

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

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

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.-me-1 {
  margin-inline-end: -0.25rem;
}

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

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

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

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

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

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

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

.me-0 {
  margin-inline-end: 0px;
}

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-4 {
  margin-inline-end: 1rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

.ms-0 {
  margin-inline-start: 0px;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.ms-5 {
  margin-inline-start: 1.25rem;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-auto {
  height: auto;
}

.w-0 {
  width: 0px;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

.caption-top {
  caption-side: top;
}

.border-collapse {
  border-collapse: collapse;
}

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

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize {
  resize: both;
}

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

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

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

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

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

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

.pe-0 {
  padding-inline-end: 0px;
}

.pe-2 {
  padding-inline-end: 0.5rem;
}

.pe-3 {
  padding-inline-end: 0.75rem;
}

.pe-4 {
  padding-inline-end: 1rem;
}

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

.pr-0 {
  padding-right: 0px;
}

.ps-0 {
  padding-inline-start: 0px;
}

.ps-1 {
  padding-inline-start: 0.25rem;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.ps-4 {
  padding-inline-start: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

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

.italic {
  font-style: italic;
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-90 {
  opacity: 0.9;
}

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

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

.outline {
  outline-style: solid;
}

.filter {
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

* {
  font-family: Montserrat !important;
}

.section-title {
  /* font-family: Montserrat !important ; */
  font-weight: 600 !important;
  font-size: 36px !important;
  color: #fc9fbc;
}

.specialities-section-one {
  background-color: #ffffff;
  margin: 0;
}

.bg-color {
  background-image: url(../images/homes/exlopre.jpg);
  background-attachment: fixed;
  padding: 200px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.specialities-section-one {
  width: auto;
  transition: 0.4s;
}

/* Explore section  */

.Explore-section {
  padding: 80px 0;
  display: inline-block;
  width: 100%;
  position: relative;
}

.exp-bg-img img {
  position: absolute;
  max-width: 420px;
  top: -41px;
  rotate: 71deg;
  left: -59px;
  bottom: 0;
}

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

.section-header-one {
  margin-bottom: 40px;
  text-align: center;
}

.section-header-one .section-title {
  display: inline-block;
  position: relative;
}

.section-title {
  font-family: Montserrat;
  font-weight: 600 !important;
  font-size: 45px !important;
  color: #272b41 !important;
}

.color-pink {
  color: #fc9fbc !important;
  text-decoration: none !important;
}

.pink-bg {
  background-color: #fc9fbc;
}

.section-subtitle {
  font-size: 22px !important;
  font-family: 'Style Script', cursive !important;
  text-align: center !important;
}

.section-header-one p {
  color: #6B7280 !important;
  font-size: 18px !important;
  font-family: "Montserrat", serif !important;
  text-align: center !important;
}

.explore-box.flex-fill {
  position: relative;
}

.explore-box span {
  border: 1px solid #fb90b1;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 6px;
  display: flex;
  text-align: center;
  background-color: #fb90b1;
  align-items: center;
  justify-content: center;
  height: 300px;
}

.explore-box span img {
  max-width: 130px;
  padding-bottom: 40px;
}

.explore-box:hover .cont-hide {
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
}

.explore-box.flex-fill {
  position: relative;
}

.explore-heading {
  bottom: 0;
  text-align: center;
  margin-top: -30px;
  z-index: 1;
  position: relative;
  background-color: white;
  padding: 4px 0;
}

.explore-heading h3 {
  font-family: Montserrat !important;
  font-size: 16px;
  line-height: 30px;
  color: #272b41 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.explore_main a:hover {
  color: #fc9fbc;
  transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
}

.cont-hide {
  position: absolute;
  bottom: 8px;
  padding: 25px 16px;
  text-align: center;
  color: black;
  background-color: #fbf2ed;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
  top: 0;
  z-index: 1;
  border: 1px solid #fc9fbc;
  border-radius: 6px;
}

.cont-hide .cont-hide-head {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #272b41 !important;
  margin-bottom: .5rem;
  line-height: 1.2;
}

.cont-hide .cont-hide-para {
  font-size: 14px !important;
  margin-bottom: 16px !important;
}

.cont-hide button {
  text-decoration: none;
  border: none;
  background-color: #fc9fbc;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  transition: all 0.4s ease;
}

.cont-hide h3 {
  font-size: 18px !important;
}

.cont-hide p {
  font-size: 15px !important;
}

@media (min-width: 992px) {
  .col-lg-3 {
    /* flex: 0 0 auto; */
    width: 212px !important;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-4>* {
    /* flex: 0 0 auto; */
    /* width: 25% !important; */
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
}

.Explore-section {
  padding: 80px 0;
  display: inline-block;
  width: 100%;
  position: relative;
}

.explore_main a {
  text-decoration: none !important;
}

.explore_main {
  width: 200px !important;
}

/* .service-sec-one {
    display: flex;
    justify-content: center;
    width: 100%;
} */

/* login page */

.login-header {
  margin-bottom: 20px;
}

.login-header h3 {
  font-size: 18px;
  margin-bottom: 3px;
  color: #272b41;
}

/* .top-space {
    padding-top: 140px;
  }
   */

.account-page .content.top-space {
  padding-top: 140px;
}

.account-content img {
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .login-left {
    display: none;
  }
}

.login-header {
  margin-bottom: 20px;
}

.login-header p {
  margin-bottom: 0;
}

.login-header h3 {
  font-size: 18px;
  margin-bottom: 3px;
}

@media (max-width: 479.98px) {
  .login-header h3 {
    text-align: center;
  }
}

.login-header h3 a {
  color: #fc9fbc;
  float: right;
  font-size: 15px;
  margin-top: 2px;
}

@media (max-width: 479.98px) {
  .login-header h3 a {
    color: #fc9fbc;
    float: none;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
    display: block;
  }
}

.login-header .logo-icon {
  text-align: center;
  margin: 40px auto 20px;
}

.login-header .form-focus .focus-label {
  top: -6px;
  color: #585858;
}

.passcode-wrap.form-focus .focus-label {
  top: -8px;
}

.form-focus {
  height: 50px;
  position: relative;
}

.form-focus .focus-label {
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  transform: translate3d(0, 22px, 0) scale(1);
  -webkit-transform: translate3d(0, 22px, 0) scale(1);
  -ms-transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transition: 240ms;
  z-index: 1;
  color: #b8b8b8;
  margin-bottom: 0;
  position: absolute;
  top: -22px;
  left: 12px;
}

.form-focus.focused .focus-label {
  opacity: 1;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}

.form-focus.focused .form-control::-webkit-input-placeholder {
  color: #bbb;
}

.form-focus .form-control {
  height: 50px;
  padding: 21px 12px 6px;
}

.form-focus .form-control:focus~.focus-label,
.form-focus .form-control:-webkit-autofill~.focus-label {
  opacity: 1;
  font-weight: 400;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}

.form-focus .form-control::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 240ms;
  transition: 240ms;
}

.form-focus .form-control:focus::-webkit-input-placeholder {
  -webkit-transition: none;
  transition: none;
}

.form-focus.select-focus .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -20px;
  font-size: 12px;
  z-index: 1;
}

.form-focus .select2-container .select2-selection--single {
  border: 1px solid #e3e3e3;
  height: 50px;
}

.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 7px;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #cccccc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  margin-left: -10px;
  margin-top: -2px;
  width: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #676767;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
}

.form-focus .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #e3e3e3;
  border-width: 0 6px 6px;
}

.form-focus .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fc6075;
}

.form-control {
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding-left: 35px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form-control::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #9E9E9E;
}

.form-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #9E9E9E;
}

.form-control {
  resize: none;
  min-height: 100px;
}

.form-control::-webkit-input-placeholder {
  color: #64748B;
  opacity: 1;
}

.form-focus .form-control {
  height: 50px;
  padding: 21px 12px 6px;
}

.form-control {
  border-color: #E2E8F0;
  color: #333333;
  font-size: 15px;
  min-height: 46px;
  /* padding: 11px 15px; */
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-right {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 25px;
}

.form-focus .focus-label span {
  color: #F0142F;
}

.login-header .form-focus .focus-label {
  top: -6px;
  color: #585858;
}

.forgot-link {
  text-decoration: none !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #FC9FBC;
  margin-bottom: 10px;
  transition: 0.7s;
}

.forgot-link:hover {
  color: #000000;
  transition: 0.7s;
}

.login-btn {
  font-size: 18px;
  font-weight: 500;
  font-family: Montserrat !important;
  border-radius: 6px !important;
}

/* .btn-primary:hover {
    background-color: #ff00c8;
    border: 1px solid #ff00c8;
} */

.btn-primary {
  background-color: #fc9fbc;
  border: 1px solid #fc9fbc;
}

.btn-primary:hover {
  color: black !important;
  background-color: #fbf2ed !important;
  border: 1px solid #fbf2ed !important;
}

.login-or {
  color: #d4d4d4;
  position: relative;
  margin: 20px 0;
  padding: 10px 0;
}

.or-line {
  background-color: #e5e5e5;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}

.span-or {
  background-color: #ffffff;
  display: block;
  margin-left: -20px;
  text-align: center;
  width: 42px;
  position: absolute;
  top: -3px;
  left: 50%;
}

.login-right .btn:focus-visible {
  color: none !important;
  background-color: none !important;
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: none !important;
}

.btn:focus-visible {
  /* color: var(--bs-btn-hover-color); */
  background-color: #fbf2ed !important;
  /* border-color: var(--bs-btn-hover-border-color); */
  /* outline: 0; */
  /* box-shadow: var(--bs-btn-focus-box-shadow); */
}

.social-login .btn:hover,
.social-login .social-login .btn:focus {
  color: #ffffff;
}

.social-login-btn {
  margin-bottom: 20px;
}

.social-login-btn .btn {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #E4E4E8;
  padding: 11px 15px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 0 #0E82FD;
  transition: 0.7s;
}

.social-login-btn .btn:hover {
  color: #ffffff;
  background: #0E82FD;
  border: 1px solid #0E82FD;
  box-shadow: inset 0 0 0 50px #0E82FD;
  transition: 0.7s;
}

.social-login-btn .btn img {
  margin-right: 15px;
}

.social-login .btn {
  border-radius: 6px !important;
  font-family: Montserrat !important;
}

.btn-facebook {
  background-color: #3a559f;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 12px;
}

a.btn.btn-google.w-100:hover {
  background: #dd4b39;
}

a.btn.btn-facebook.w-100:hover {
  background-color: #3a559f;
}

.btn-google {
  background-color: #dd4b39;
  color: #ffffff;
  font-size: 13px;
  padding: 8px 12px;
}

.login-right .dont-have {
  color: #3d3d3d;
  margin-top: 20px;
  font-size: 13px;
}

.login-right .dont-have .reg-link {
  color: #fc9fbc;
  text-decoration: none !important;
}

.account-page .content {
  padding: 50px 0;
}

.content {
  min-height: 200px;
  /* padding: 60px 0 36px; */
}

/* Banner section */

.bg-light {
  background-color: #fff6f3;
  /* Light peach background from the screenshot */
}

.banner-section {
  background: #fbf2ed;
  padding: 25px 0 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Optional: Add decorative background layer if you want */

/* .banner-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
  } */

.banner-content .banner-head {
  font-family: "Prata", serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 48px !important;
  margin-bottom: 15px;
  color: #404040;
}

.banner-content p {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 40px;
  color: #374151;
}

.schedule-btn {
  background-color: #ffd6e0;
  color: #ff4d88;
  padding: 12px 25px;
  font-size: 1rem;
  font-weight: 500;
  border: 2px solid #ffd6e0;
  border-radius: 8px;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.schedule-btn:hover {
  background-color: #ff4d88;
  color: #fff;
  border-color: #ff4d88;
}

.banner-image {
  /* max-width: 450px; */
  width: 100%;
  height: 100%;
  max-height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}

.banner-img {
  position: relative;
  text-align: right;
  /* top: 260px; */
  /* top: 260px; */
  left: -20px;
  animation: float 2s ease-in-out infinite;
}

.banner-image:hover {
  transform: scale(1.05);
}

section.banner-section {
  background: #fbf2ed;
}

@media screen and (max-width: 768px) {
  .banner-content h1 {
    font-size: 2rem;
  }

  .banner-content p {
    font-size: 1rem;
  }

  .schedule-btn {
    font-size: 0.95rem;
    padding: 10px 20px;
  }

  .banner-image {
    max-width: 100%;
  }
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
}

[data-aos^=fade][data-aos^=fade].aos-animate img {
  transform: none !important;
}

.banner-content .btn {
  font-weight: 500;
  border-radius: 8px;
  margin: 0;
  padding: 12px 31px;
  min-width: 214px;
  display: inline-block;
  border: 1px solid #fc9fbc;
  color: #fc9fbc;
  font-size: 20px;
  box-shadow: inset 0 0 0 0 #ffffff;
  transition: 0.5s;
}

.banner-content .btn:hover {
  color: #fc9fbc;
  border-color: #fc9fbc;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
  /* -webkit-transition: 0.5s; */
  /* -ms-transition: 0.5s; */
  transition: 0.5s;
}

.banner-content {
  padding: 50px 0;
  position: relative;
}

.page-content {
  padding-top: 100px;
  background-color: white;
  position: relative;
  z-index: 1;
}

/* footer styling */

.footer-logo a img {
  max-width: 200px;
}

.footer-one {
  background: #fbf2ed;
}

.footer-one .footer-top {
  background: #fbf2ed;
  margin: 0;
  padding: 50px 0;
}

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

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

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

.footer-one .footer-top .footer-widget .footer-logo {
  margin-bottom: 20px;
}

.footer-one .footer-top .footer-widget .footer-about-content {
  max-width: 300px;
}

.footer .footer-top .footer-widget .footer-about-content p:last-child {
  margin-bottom: 0;
}

.footer-one .footer-top .footer-widget .footer-about-content p {
  margin-bottom: 0;
  font-size: 14px;
  color: #1F2937;
}

.footer-one .footer-top .footer-widget.footer-menu ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.footer-one .footer-top .footer-widget.footer-menu ul li a {
  color: #1F2937;
  position: relative;
  overflow: visible;
  background: url(../img/footer-arrow.png) no-repeat -10px;
  /* -webkit-transition: all 0.5s ease-in-out; */
  /* -ms-transition: all 0.5s ease-in-out; */
  transition: all 0.5s ease-in-out;
  padding-left: 0;
  font-size: 14px;
  text-decoration: none !important;
}

.footer-one .footer-top .footer-widget.footer-menu ul li {
  margin-bottom: 15px;
}

.footer .footer-top .footer-widget.footer-menu ul li {
  /* margin-bottom: 10px; */
  position: relative;
}

.footer-one .footer-top .footer-widget .footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 24px;
}

.subscribe-form {
  position: relative;
  margin-bottom: 20px;
}

.subscribe-form .btn {
  padding: 9px 14px;
  font-size: 15px;
  font-weight: 600;
  transform: translateY(-50%);
  color: white;
  background: #fc9fbc;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-radius: 8px;
  margin-top: 24px;
}

h6 {
  font-size: 14px;
  color: #272b41;
  font-weight: 500;
}

.footer-one .social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.footer-one .social-icon ul li {
  margin-right: 15px;
}

.footer-one .social-icon ul li .links {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #FC9FBC;
  background: #E5E7EB;
  font-size: 20px;
  /* -webkit-transition: all 0.4s ease 0s; */
  transition: all 0.4s ease 0s;
}

.footer-bottom {
  background-color: #fbf2ed;
  border-top: 1px solid #e8e8e8;
}

.footer-one .footer-bottom .copyright {
  border-top: 0;
  background: #fbf2ed;
  margin: 0;
  padding: 15px 0;
}

.footer.footer-one .footer-bottom .copyright .copyright-text p {
  color: #1F2937;
  font-size: 14px;
}

.custom2 {
  background-color: #fc9fbc;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -56px;
  top: 100px;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.profile-canvas .offcanvas .offcanvas-header {
  background-color: #fbf2ed;
  height: 280px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.Top-Border {
  background-color: #fbf2ed !important;
}

.stats {
  background-color: #ffffff;
}

.card1 {
  width: 100%;
  height: 13.313rem;
  background-color: #fbf2ed !important;
}

.profile-canvas .offcanvas .active {
  background-color: #fc9fbc;
  border-radius: 10px;
  color: white !important;
}

.profile-canvas .offcanvas .active a {
  color: white !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #fc9fbc !important;
}

.appoint-navs .nav-link {
  background-color: #fbf2ed !important;
}

.active>.page-link {
  z-index: 3;
  color: white !important;
  background-color: #fc9fbc !important;
  border-color: #fbf2ed !important;
}

.hvr-effect:hover {
  background-color: #fbf2ed !important;
  color: #272b41 !important;
}

.hvr-effect:hover h6,
.hvr-effect:hover .h6 {
  color: #272b41 !important;
}

.hvr-effect:hover i {
  color: #272b41 !important;
}

.img-tag {
  background-color: #fc9fbc !important;
}

.text-blue {
  color: #272b41 !important;
}

.hvr-effect:hover .img-tag {
  background-color: #fc9fbc !important;
}

.hvr-effect {
  border: 1px solid #e8e8e8;
}

/* homepage our commitment */

@font-face {
  font-family: 'shink';

  src: url('/fonts/shink.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

.section-bg {
  background-color: #fdeeea;
  font-family: 'Poppins', sans-serif;
}

.section-subtitle {
  color: #e06b8d;
  font-size: 1.1rem;
  font-weight: 600;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1e1e2f;
}

.section-description {
  font-size: 1rem;
  color: #444;
}

.accordion-button {
  font-weight: 600;
  color: #1e1e2f;
  background-color: #f8d5dc;
  border: none;
  padding: 1rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.accordion-button.collapsed {
  background-color: #f4a0b2;
  color: #fff;
}

.accordion-body {
  background-color: #fff;
  color: #444;
  padding: 1rem;
  font-size: 0.95rem;
  border-top: 1px solid #eee;
}

.bookus-img img {
  border-radius: 20px !important;
}

.fs-14 {
  font-size: 14px;
}

.icon-square {
  background-color: #e06b8d;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.stat-icon[data-v-c61978b1] {
  width: 50px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.way-icon {
  width: 100%;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-subtitle {
  font-weight: 600 !important;
  font-size: 30px !important;
  color: #FC9FBC !important;
  /* font-family: 'shink' !important; */
}

.doctor-card .card-img {
  position: relative;
  overflow: hidden;
}

.doctor-card .card-img .hvr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19%;
  /* Fully visible */
  background-color: #f281b4 !important;
}

.spotlight-carousel .carousel .carousel__prev {
  background-color: #fbf2ed !important;
  padding: 0.8rem;
}

.spotlight-carousel .carousel .carousel__next {
  background-color: #fbf2ed !important;
  padding: 0.8rem;
}

.sidebar-mini .main-sidebar .nav-link-active {
  background: #FC9FBC !important;
}

[class*="sidebar-dark-"] .nav-sidebar>.nav-item:hover>.nav-link-active {
  background-color: #FC9FBC !important;
}

.navbar-white {
  background-color: #fbf2ed !important;
}

.navbar-light {
  background-color: #fbf2ed !important;
}

.btn .add_btn {
  background-color: #FC9FBC !important;
  color: white !important;
}

.dropdown-item.active {
  background-color: #FC9FBC !important;
}

.main-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  color: #869099;
  padding: 1rem;
  justify-content: space-between;
  display: flex;
  text-align: center;
}

.carousel .carousel__prev,
.carousel .carousel__next {
  background-color: #fbf2ed;
  transition: 0.5s;
}

.carousel .carousel__prev:hover,
.carousel .carousel__prev:focus,
.carousel .carousel__next:hover,
.carousel .carousel__next:focus {
  background-color: #e06b8d !important;
}

.btn.reg-btn.pink-btn {
  border: 1px solid #fc9fbc;
  background-color: white !important;
  color: #fc9fbc !important;
  transition: all 0.3s ease;
  border-radius: 10px !important;
  /* Matches default */
}

.btn.reg-btn.pink-btn:hover,
.btn.reg-btn.pink-btn:focus {
  background-color: #fc9fbc !important;
  /* Slightly darker pink */
  border-color: #fc9fbc !important;
  color: #fff !important;
}

.pink-bg {
  background-color: #fc9fbc !important;
  color: white;
  /* Optional: helps with text readability */
}

.work-section {
  padding: 80px 0;
  background-color: #fbf2ed;
}

/* Image styling */

.work-img-info {
  text-align: center;
}

.work-img img {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
}

/* Headers */

.section-header-two {
  text-align: left;
  margin-bottom: 40px;
}

.work-sub {
  font-size: 20px;
  font-weight: 600;
  color: #f281b4;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  color: #2d2d2d;
  font-family: 'Poppins', sans-serif;
}

/* Content */

.work-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #1c1c1c;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
}

.work-content p {
  font-size: 15px;
  color: #555;
  font-family: 'Poppins', sans-serif;
}

/* Responsive */

@media (max-width: 768px) {
  .work-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .work-icon {
    margin-bottom: 10px;
  }
}

.bar-search-doctor {
  background-color: #fefefe;
  padding: 2rem 0;
}

.advice-p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.btn.log-btn {
  background-color: #fc9fbc;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}

.btn.log-btn:hover {
  background-color: #ff77a9;
}

.advic-headings {
  font-family: montserrat;
  font-size: 35px !important;
  font-weight: 500 !important;
}

.advice-p {
  font-size: 18px;
  font-family: montserrat;
  text-align: right;
}

/* .search_section {/* .search_section {
   padding: 50px 0;
 } */

.advic-cont.aos.aos-init.aos-animate {
  padding: 0 70px;
}

.search_bar {
  width: 100%;
  max-width: 960px;
  padding: 0 30px;
  /* display: flex; */
  justify-content: center;
  margin: 0 auto;
}

.social-login .btn:hover,
.social-login .social-login .btn:focus {
  color: #000000 !important;
  background-color: transparent !important;
  border: 1px solid black;
}

.profile-accordian .accordion-header .accordion-button.collapsed {
  background-color: #fbf2ed;
  border-radius: 8px !important;
  color: #272b41 !important;
  font-weight: 600;
  font-size: 1.35rem;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #fbf2ed !important;
}

.profile-accordian .accordion-header {
  border-radius: 8px !important;
}

.profile-accordian .accordion-header .accordion-button:not(.collapsed) {
  background-color: #294481;
  border-radius: 8px !important;
  color: #f2f2f2;
  font-weight: bold;
  font-size: 1.35rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* .work-details {
    padding-left: 60px;
    padding-bottom: 45px;
}

.work-info .work-content h5 {
    font-weight: 600 !important ;
    font-size: 18px !important ;
    color: #1F2937 !important ;
    margin-bottom: 14px !important ;
}
.work-info .work-content p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    color: #374151 !important;
} */

.review-card .card:hover {
  background-color: #ff77a9 !important;
}

.nav-pills.account-tabs .nav-link {
  border: 1px solid #fbf2ed !important;
  background-color: #fbf2ed !important;
  color: #535353;
  font-weight: normal;
  font-size: 18px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 7px 13px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: all 0.8ms ease-in;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #fc9fbc !important;
  border: 1px solid #fc9fbc !important;
}

/* .img-card{
    background-color: #fbf2ed !important;
  } */

/* our blog */

.our-blog-fourteen {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
  overflow: hidden;
}

.section-bg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-height: 300px;
}

.section-head-fourteen {
  text-align: center;
  margin-bottom: 50px;
}

.section-head-fourteen h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.section-head-fourteen h2 span {
  color: #f47aa7;
  /* Pink theme color */
}

.blog-grid-fourteen {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin: 10px;
  transition: all 0.3s ease;
}

.blog-grid-fourteen:hover {
  transform: translateY(-5px);
}

.blog-grid-img img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.blog-grid-content {
  padding: 20px;
}

.blog-grid-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.blog-grid-content h4 a {
  text-decoration: none;
  color: inherit;
}

.blog-grid-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.grid-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #999;
}

.grid-footer a {
  color: #f47aa7;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
}

.grid-footer a:hover {
  color: #e05f8f;
  /* a slightly darker shade for hover effect */
}

.grid-footer a i {
  margin-left: 5px;
}

.owl-nav-button {
  margin-top: 20px;
}

.owl-prev,
.owl-next {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  display: inline-block;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #f0f0f0;
}

.owl-prev i,
.owl-next i {
  font-size: 20px;
  color: #333;
}

/* how it works */

.work-section {
  background-color: #f9fbfd;
}

.section-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #1f2937;
}

.work-sub {
  color: #f47aa7;
  font-family: 'Pacifico', cursive;
  font-size: 22px;
  margin-bottom: 10px;
}

/* Heart container */

/* Heart container */

/* Create the bottom "V" of the heart using pseudo-elements */

/* .heart::before,
.heart::after {
  content: '';
  position: absolute;
  width: 85px;
  height: 85px;
  background: #fc9fbc;
  border-radius: 50%;
  top: -42px;
} */

/* .heart::before {
  left: -42px;
} */

/* .heart::after {
  right: -42px;
} */

/* .heart {
  position: relative;
 width: 126px;
    height: 80px;
  background: #fc9fbc;
  border-radius: 50px 50px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  margin: 15px;
} */

.work-info h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  color: #1f2937;
}

.work-info p {
  font-size: 15px;
  margin-bottom: 0;
  color: #4b5563;
}

.our-blog-fourteen .owl-nav button {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #EEEEF3;
  border: 0;
  margin: 10px;
  color: #fc9fbc;
  display: inline-flex;
  /* Makes the button size respect width/height */
  align-items: center;
  justify-content: center;
  padding: 0;
  /* Ensure no extra space inside */
  box-sizing: border-box;
  /* Respect width/height including border/padding */
}

.owl-nav-button {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  /* Center arrows horizontally */
  align-items: center;
  gap: 8px;
}

.our-blog-fourteen .owl-prev:hover,
.our-blog-fourteen .owl-next:hover {
  background-color: #F47AA7;
  border-color: #F47AA7;
}

/* Optional: change icon color too */

.our-blog-fourteen .owl-prev:hover svg,
.our-blog-fourteen .owl-next:hover svg {
  color: #fff;
  /* Makes icons white on pink background */
  fill: #fff;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 28px;
    text-align: center;
  }

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

  .work-details {
    padding-left: 0;
    text-align: center;
  }

  .work-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .work-content {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 63.333333%;
  }
}

.view-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  /* space between icon and text */
  color: #999;
  /* optional: match your design */
  font-size: 13px;
}

.blog-grid-content h4 a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.blog-grid-content h4 a:hover {
  color: #FC9FBC;
}

.content-divider {
  border: none;
  height: 1px;
  background-color: #eee;
  margin: 10px 0;
}

.view-count {
  color: #374151;
  font-size: 0.9375rem;
}

.store-btn {
  background: none;
  border: none;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 10px;
}

.store-btn img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.app-header h5 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.app-header h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  max-width: 565px;
}

.app-scan p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}

.app-scan img {
  max-width: 100%;
  height: auto;
}

.google-imgs img {
  max-width: 100%;
  height: auto;
}

.app-section {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  background-color: inherit;
  font-weight: inherit;
  font-style: inherit;
}

.app-bg {
  background: #FC9FBC;
  background-image: url(../img/aap-img-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  border-radius: 6px;
  padding: 40px 50px;
}

.align-items-end {
  align-items: flex-end !important;
}

@media (max-width: 1199.98px) {
  .app-bg {
    margin: 0;
    padding: 30px;
  }
}

.features-section-sixteen .feature-sixteen-main .feature-six-img {
  position: relative;
}

.owl-carousel .owl-item img {
  display: flex;
  width: 100%;
}

.features-section-sixteen .feature-sixteen-main .feature-six-img .feature-content-six {
  position: absolute;
  bottom: 27px;
  text-align: center;
  width: 100%;
  z-index: 1;
  top: 82%;
  transition: all 0.5s ease-out;
}

.features-section-sixteen .feature-sixteen-main .feature-six-img .feature-content-six .feature-content-one {
  display: block;
}

.features-section-sixteen .feature-sixteen-main .feature-six-img .feature-content-six .feature-content-one span {
  color: #ffffff;
}

.feature-content-one {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  color: #fff;
  transition: opacity 0.3s ease;
}

.feature-content-two h5 {
  font-family: "Montserrat", serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  color: white !important;
}

.hover-wrapper {
  position: relative;
  overflow: hidden;
}

.hover-wrapper img {
  transition: all 0.5s ease;
  display: block;
  width: 100%;
}

/* Blur image on hover */

.hover-wrapper:hover img {
  filter: blur(4px);
  transform: scale(1.05);
  /* optional */
}

/* Content positioning and transition */

.feature-content-six {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  padding: 20px;
  text-align: center;
}

/* Show content on hover */

.hover-wrapper:hover .feature-content-six {
  opacity: 1;
  transform: translateY(0);
  background-color: rgba(0, 0, 0, 0.5);
  /* dark overlay */
  color: #fff;
}

/* Text styles */

.feature-content-six h5 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.feature-content-six p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
}

/* .read-more-btn {
    background-color: #ff69b4;
    color: #fff;
    padding: 8px 18px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
} */

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  background: #FC9FBC;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer !important;
}

/* Optional icon spacing */

.feature-content-six span {
  display: block;
  margin-top: 10px;
  color: #fff;
}

.feature-six-img {
  position: relative;
  overflow: hidden;
}

.feature-six-img img {
  width: 100%;
  transition: all 0.4s ease;
}

/* Blur image on hover */

.feature-six-img:hover img {
  filter: blur(3px);
  transform: scale(1.05);
}

/* Hide content-two initially */

.feature-content-two {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 20px);
  width: 90%;
  color: #fff;
  text-align: center;
  z-index: 2;
}

/* Show content-two on hover */

.feature-six-img:hover .feature-content-two {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Optional: keep content-one always visible or hide it on hover */

.feature-content-one {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  color: #fff;
  transition: opacity 0.3s ease;
}

.feature-content-one h5 {
  font-size: 20px !important;
  color: #ffffff !important;
  font-weight: 500 !important;
}

/* Hide content-one when hovering */

.feature-six-img:hover .feature-content-one {
  opacity: 0;
}

.features-section-sixteen .feature-sixteen-main .feature-six-img::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.5s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 100%);
}

.features-section-sixteen .feature-sixteen-main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  /* spacing between images */
  flex-wrap: nowrap;
  /* keep them in a single row */
  padding: 10px;
}

.feature-six-img {
  width: 416px;
  height: 468px;
  flex-shrink: 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.facts-section-sixteen {
  position: relative !important;
  z-index: 1 !important;
  background-color: #fbf2ed !important;
  padding: 80px 0 !important;
}

.facts-section-sixteen .sec-vector {
  position: absolute !important;
  left: -70px !important;
  top: -30px !important;
  z-index: -1 !important;
  max-width: 300px !important;
}

.facts-section-sixteen .facts-section-all {
  display: flex;
}

.facts-section-sixteen .facts-section-all .facts-main-sixteen {
  background: #fc90b2;
  padding: 90px 30px;
  width: 50%;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.facts-section-sixteen .facts-section-all .facts-main-sixteen h2 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 600;
}

.facts-main-sixteen.aos-init.aos-animate p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  margin-bottom: 15px !important;
}

.facts-section-sixteen .facts-section-all .facts-main-sixteen .bg-img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.facts-section-sixteen .facts-section-all .facts-content-all {
  width: 50%;
}

/* UL as a responsive grid */

.facts-section-sixteen .facts-section-all .facts-content-all ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* LI as uniform cards */

.facts-section-sixteen .facts-section-all .facts-content-all ul li {
  flex: 0 1 calc(33.333% - 20px);
  /* 3 per row with gap */
  max-width: 322px;
  min-width: 308px;
  height: 165px;
  border: 1px solid #E9EBF1;
  overflow: hidden;
  position: relative;
  background: transparent !important;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease;
}

.facts-section-sixteen .facts-section-all .facts-content-all ul li:hover {
  transform: translateY(-5px);
}

/* Image and title stack */

.facts-sixteen-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 15px;
  gap: 15px;
  height: auto;
  text-align: center;
}

/* Image */

.facts-sixteen-img img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  /* reduce space below */
}

/* Remove unnecessary margin in text */

.facts-content-one h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  /* remove vertical margin */
  color: #000;
  line-height: 1.2;
}

/* Hover overlay */

.facts-content-two {
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 3;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  transition: opacity 0.3s ease;
}

.facts-section-sixteen .facts-section-all .facts-content-all ul li:hover .facts-content-two {
  opacity: 1;
}

.facts-content-two h6 {
  font-size: 15px;
  color: #ff4081;
  margin-bottom: 10px;
}

.facts-content-two p {
  font-size: 14px;
  color: #7D7D7D;
  line-height: 22px;
  margin: 0;
}

/* Optional blur */

.facts-section-sixteen .facts-section-all .facts-content-all ul li:hover .facts-sixteen-img img {
  filter: blur(2px);
}

/* Responsive: stack on small screens */

@media (max-width: 768px) {
  .facts-section-sixteen .facts-section-all .facts-content-all ul li {
    flex: 0 1 100%;
  }
}

.facts-section-sixteen .facts-section-all .facts-main-sixteen a {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.facts-section-sixteen .facts-section-all .facts-main-sixteen a:hover {
  color: #bd3276 !important;
  text-decoration: none !important;
}

.facts-section-sixteen .facts-section-all .facts-content-all ul li .facts-sixteen-img .facts-content-sixteen .facts-content-one h5 {
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  color: #000000 !important;
  margin-bottom: 0;
}

/* FAQ Image Styling */

.faq-img {
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 0.5rem !important;
}

/* Accordion Button Styling */

.accordion-button {
  font-weight: 600 !important;
  color: #1e1e2f !important;
  background-color: #f8d5dc !important;
  border: none !important;
  padding: 1rem !important;
  width: 100% !important;
  text-align: left !important;
  cursor: pointer !important;
  transition: background-color 0.2s ease !important;
}

.accordion-button.collapsed {
  background-color: #f4a0b2 !important;
  color: #fff !important;
}

.accordion-body {
  background-color: #fff !important;
  color: #444 !important;
  padding: 1rem !important;
  font-size: 0.95rem !important;
  border-top: 1px solid #eee !important;
}

/* Accordion Item Customizations */

.accordion-item {
  border-radius: 0.5rem !important;
  margin-bottom: 1.5rem !important;
}

.accordion-header {
  padding: 0 !important;
}

.accordion-collapse {
  padding: 0 !important;
}

/* Optional: For a more defined separation of accordion sections */

.accordion-item:not(:last-child) .accordion-header {
  border-bottom: 1px solid #eee !important;
}

/* Apply shadow effect for improved visual hierarchy */

.accordion-button,
.accordion-item {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width:767px) {
  .main-nav {
    display: none !important;
  }

  .nav.header-navbar-rht {
    display: none !important;
  }

  .banner-content {
    display: inline-block;
    text-align: center;
  }

  .banner-content .banner-head {
    font-size: 28px !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .banner-content p {
    font-size: 1rem;
    text-align: center;
  }

  .banner-content .btn {
    font-size: 17px;
  }

  .banner-img.aos.aos-init.aos-animate {
    display: none;
  }

  .advice-section {
    display: inline-block;
    text-align: center;
  }

  .advic-headings {
    font-size: 20px !important;
  }

  .advic-cont.aos.aos-init.aos-animate {
    padding: 0;
    text-align: center;
  }

  .advice-p {
    font-size: 17px;
    text-align: center !important;
  }

  .bg-color {
    display: none;
  }

  .exp-bg-img img {
    max-width: 250px;
  }

  .Explore-section {
    padding: 0px;
    display: inline-block;
    width: 100%;
    position: relative;
  }

  .section-title {
    font-size: 32px !important;
  }

  .cont-hide {
    padding: 90px 20px;
  }

  .Explore-SEC {
    padding-bottom: 50px;
  }

  .bookus-img {
    display: none;
  }

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

  .py-5 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }

  .row.justify-content-center.text-center.align-items-center.flex-wrap.mt-5 {
    display: none;
  }

  .text-center.heading-fs.aos-init.aos-animate {
    font-size: 32px !important;
  }

  .subheading-fs {
    font-size: 18px !important;
  }

  .btn.reg-btn.pink-btn {
    margin-top: 5px !important;
  }

  .work-section.py-5 {
    margin-top: 100px;
  }

  .work-info {
    padding: 0 20px;
    padding-right: 0 !important;
  }

  .work-section {
    display: none;
  }

  .row.pt-md-5.justify-content-center {
    position: inherit;
  }

  .btn.d-flex.align-items-center.gap-1.reg-btn.pink-btn.fw-medium.fs-3.px-md-5.px-3.rounded-4 {
    z-index: 1;
  }

  .our-blog-fourteen {
    padding-top: 10px !important;
    padding-bottom: 50px;
  }

  .footer-widget.footer-menu {
    padding-top: 20px;
  }

  .subscribe-form h6 {
    font-size: 18px !important;
    color: #000 !important;
  }

  section.banner-section {
    background: #fbf2ed;
    text-align: center !important;
  }

  .explore_main {
    width: 320px !important;
  }

  element {
    text-align: center;
  }

  .owl-prev[data-v-6d5e509e] {
    left: -22px;
  }

  .owl-next[data-v-6d5e509e] {
    right: -23px;
  }

  /* home-page end*/

  .way-img {
    display: none;
  }

  .way-shapes-left {
    display: none;
  }

  .section-inner-header.way-inner-header.mb-0 {
    text-align: center !important;
  }

  .section-inner-header h2 {
    font-weight: 600 !important;
    font-size: 28px !important;
    color: #1F2937;
  }

  .way-section {
    margin-top: 40px;
  }

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

  .physiotherapy-section[data-v-fc6a23dc] {
    padding-top: 40px !important;
  }

  .card-body:hover h2, h6 {
    color: white !important;
  }

  .card-body:hover p {
    color: #ffffffc4 !important;
  }

  .footer-one .footer-top .footer-widget .footer-about-content {
    max-width: 400px !important;
  }

  .pt-md-5 {
    padding-top: 5px !important;
  }

  .p-6 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .section-title-t {
    font-size: 28px !important;
    font-weight: 600;
  }

  .Personal-Growth {
    padding: 40px 0 !important;
  }

  .personal-cont[data-v-31a087d0] {
    padding-left: 0 !important;
    padding-top: 40px !important;
  }

  .book-heading {
    font-size: 28px !important;
    font-weight: 600 !important;
  }

  .facts-section-sixteen .facts-section-all {
    display: inline-block;
  }

  .facts-main-sixteen.aos-init.aos-animate {
    width: 100%;
    padding: 60px 30px;
    text-align: center;
  }

  .facts-content-all.aos-init.aos-animate {
    width: 100%;
    margin-top: 30px;
  }

  .facts-section-sixteen .facts-section-all .facts-main-sixteen h2 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
  }

  .flex.gap-2 {
    justify-content: center;
  }

  .features-section-sixteen {
    z-index: 1;
    padding: 40px 0 !important;
    background: #F8FBFF;
  }

  .section-header-sixteen {
    margin-bottom: 0px !important;
  }

  .pre-post[data-v-59a70e13] {
    padding-top: 40px !important;
  }

  .pre-post-cont {
    padding-top: 40px;
  }

  .post-natal[data-v-59a70e13] {
    padding: 0px !important;
  }

  .pre-post-cont h3[data-v-59a70e13] {
    font-size: 28px !important;
    font-weight: 600 !important;
  }

  .Future {
    padding: 40px 0 !important;
  }

  .welcome-cont h3[data-v-cc28199b] {
    font-size: 28px !important;
    font-weight: 600 !important;
    padding-top: 30px;
  }

  .px-md-5 {
    /* padding-right: 3rem !important; */
    /* padding-left: 3rem !important; */
    padding: 12px !important;
  }

  .heading-symbol {
    width: 100px;
  }

  #myTabContent {
    padding: 40px 0;
  }

  .submit.btn.w-100.fs-2.fw-bold.rounded-4.btn-primary {
    font-size: 18px !important;
  }
}

@media (max-width: 1080px) {
  .banner-img.aos.aos-init.aos-animate {
    display: none;
  }

  .banner-content.aos-init.aos-animate {
    text-align: center;
  }

  .advic-cont.aos.aos-init.aos-animate {
    padding: 0 !important;
  }

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

  .bg-color {
    background-size: contain;
  }

  .row.justify-content-center.text-center.align-items-center.flex-wrap.mt-5 {
    display: none;
  }

  .work-img {
    display: none;
  }

  .section-header-two.aos.aos-init.aos-animate {
    text-align: center;
  }

  .work-section {
    padding: 40px 0;
  }

  .work-info {
    margin-bottom: 50px;
    padding-right: 0 !important;
  }

  .mobile-img.text-center {
    display: none;
  }

  .carousel .carousel__prev {
    margin-left: 35px;
  }

  .carousel .carousel__next {
    margin-right: 35px;
  }

  #accordionPanelsStayOpenExample {
    margin-top: 50px;
  }

  /*new--------*/

  .wellness-cont {
    padding-top: 20px;
  }

  .pt-md-5 {
    padding-top: 20px !important;
  }

  .personal-cont {
    padding-left: 0 !important;
    padding-top: 40px !important;
  }

  .facts-section-sixteen .facts-section-all {
    display: block !important;
  }

  .facts-main-sixteen.aos-init.aos-animate {
    width: 100%;
    text-align: center;
    padding: 50px 30px;
  }

  .flex.gap-2 {
    justify-content: center;
  }

  .facts-section-sixteen .facts-section-all .facts-content-all {
    width: 100%;
    padding-top: 40px;
  }

  .Future[data-v-cc28199b] {
    padding: 40px 0 !important;
  }

  .welcome-cont h3[data-v-cc28199b] {
    font-size: 28px !important;
    font-weight: 600 !important;
    padding-top: 40px;
  }

  .our-blog-fourteen {
    padding: 0px 0 !important;
    padding-bottom: 20px !important;
  }

  .pre-post[data-v-59a70e13] {
    padding-top: 40px !important;
  }

  .pre-post-cont h3[data-v-59a70e13] {
    font-size: 35px !important;
    font-weight: 600 !important;
    padding-top: 40px;
  }

  .post-natal[data-v-59a70e13] {
    padding: 0 !important;
  }

  .pre-post-img.aos-init.aos-animate {
    padding-top: 20px;
  }

  .way-section[data-v-bcf9defe][data-v-bcf9defe] {
    padding: 0 !important;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px !important;
  }

  .px-md-5 {
    /* padding-right: 3rem !important; */
    /* padding-left: 3rem !important; */
    padding: 12px !important;
  }

  .card.contact-form-card.w-100 {
    margin-top: 50px;
  }

  .contact-section[data-v-46abcc56] {
    margin: 0;
    padding: 40px 0 55px;
  }

  .our-blog-fourteen {
    padding: 0px 0 !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .faq-sec-fourteen {
    margin: 0;
    padding-top: 40px !important;
    z-index: 1;
    position: relative;
  }
}

.About-banner {
  background: #fbf2ed;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-content h1 {
  font-family: "Prata", serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 48px !important;
  margin-bottom: 15px !important;
  color: #404040 !important;
}

.section-header-sixteen h2 {
  margin-bottom: 5px;
  color: black;
  text-transform: capitalize;
}

.book-heading {
  font-size: 45px ;
  font-weight: 600 !important;
}

.section-header-sixteen p {
  font-size: 18px !important;
  color: #6B7280 !important;
}

.section-header-sixteen {
  margin-bottom: 50px;
}

.features-section-sixteen {
  z-index: 1;
  padding: 80px 0;
  background: #F8FBFF;
}

.owl-carousel {
  display: flex !important;
  width: 100%;
  min-height: 100px;
  justify-content: center;
  /* adjust as needed */
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.testimonial-section-ten.need-to-know-section {
  background-color: #F8FAFC;
  position: relative;
  background-image: url(../images/homes/flowerTestimonial.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.page-breadcrumb ol li a {
  color: #000;
  font-size: 14px;
  text-decoration: none !important;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
  color: #6B7280 !important;
}

.faq-sec-fourteen {
  margin: 0;
  padding-top: 80px;
  z-index: 1;
  position: relative;
}

.faq-cont {
  position: sticky;
  top: 200px;
}

.faq-cont h2 {
  font-size: 45px;
  font-weight: 600 !important;
  color: #272b41;
}

.faq-cont p {
  font-size: 18px;
  padding-bottom: 30px;
  color: #6B7280 !important;
}

.book-now {
  background-color: #fc9fbc;
  padding: 10px 30px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none !important;
}

.faq-card {
  background: #ffffff;
  box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 24px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.faq-title {
  cursor: pointer;
}

.faq-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fc9fbc6e;
  color: #fc9fbc;
  font-weight: bold;
  font-size: 16px;
  margin-right: 15px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.active-icon {
  background: #fc9fbc;
  color: white;
}

.faq-content h6 {
  padding-top: 10px;
  font-size: 20px;
  color: #000000;
  font-weight: 500 !important;
  margin-bottom: 0;
}

.drop-wellbeing {
  display: flex;
  padding-left: 0;
  list-style: none;
  flex-direction: column;
  gap: 10px;
}

.drop-wellbeing li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #000;
}

.drop-wellbeing li span {
  margin-right: 10px;
}

.drop-wellbeing li:first-child {
  margin-top: 20px;
}

.way-section {
  background-color: #ffffff;
  margin: 0;
  padding: 0 0 80px;
}

.way-section .way-bg {
  background: #FC9FBC;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.way-section .way-bg .way-shapes-img {
  position: relative;
}

.way-section .way-bg .way-shapes-img .way-shapes-left {
  position: absolute !important;
  top: 60px !important;
  right: 200px !important;
}

.way-section .way-bg .way-shapes-img .way-shapes-right {
  position: absolute;
  right: 0;
}

.way-inner-header {
  margin: 0;
  padding: 60px;
}

.way-inner-header h2 {
  color: #ffffff !important;
  margin-bottom: 29px !important;
}

.section-inner-header h2 {
  font-weight: 600 !important;
  font-size: 40px !important;
  color: #1F2937;
}

.way-inner-header .btn {
  font-weight: 600 !important;
  font-size: 15px !important;
  padding: 11px 16px !important;
  color: #FC9FBC !important;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 8px !important;
  box-shadow: inset 0 0 0 0 #FC9FBC !important;
}

.way-img {
  position: relative;
  top: 10px;
}

.way-inner-header p {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 40px;
}

.heart::before,
.heart::after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 50px;
  height: 80px;
  background: #fc9fbc;
  border-radius: 50px 50px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
  z-index: -1;
}

.heart::after {
  left: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.heart {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
}

.work-info {
  display: flex;
}

.work-info .work-icon {
  margin-right: 30px;
}

.work-info {
  margin-bottom: 80px;
  padding-right: 70px;
}

.faqs-section .accordion-button {
  border-radius: 3px !important;
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../images/homes/add-fill.png) !important;
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/homes/minus.png) !important;
  transform: var(--bs-accordion-btn-icon-transform);
}

.filter_btn {
  background-color: #fc9fbc;
  color: white !important;
}

.filter_btn:hover {
  background-color: #fbf2ed !important;
  color: #000 !important;
}

.viewMore_btn {
  background-color: #fc9fbc !important;
  color: white !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 8px;
  padding: 7px 10px;
  text-align: center;
}

.viewMore_btn:hover {
  background-color: #fbf2ed !important;
  color: #000 !important;
}

.darkBlue{
  color: #294481 !important;
}

.bg-pink{
  background-color:#fc9fbc !important ;
  color: white !important;
}

.collapse {
  visibility: visible !important;
}

.text-pink{
  color:#fc9fbc !important;
}

.lightpink{
  background-color: #fbf2ed  !important;
  color: #000 !important;
}

.lightpink p{
  color: #555 !important;
}

.services-section-thirteen {
  background-color: #FBF2ED;
  padding: 80px 0;
}

.section-header-thirteen {
  margin-bottom: 50px;
  text-align: center;
}

.section-header-thirteen h2 {
  font-size: 45px;
  font-weight: 600 !important;
}

.service-thirteen-main {
  border-radius: 20px;
  margin: 0 0 24px 0;
  padding: 8px;
  transition: 0.5s;
  box-shadow: 0 0 6px -3px;
}

.service-thirteen-all {
  /* display: flex; */
  display: -webkit-flex;
  padding: 20px;
  border-radius: 20px;
  border: 1px dashed #ffffff;
}

.service-img-thirteen {
  margin-right: 15px;
}

.service-img-thirteen img {
  max-width: 120px;
}

.service-inner-contents h5 {
  font-size: 18px;
  font-weight: 500 !important;
}

.service-inner-contents h6 {
  font-size: 15px;
  color: #fc9fbc;
}

.service-thirteen-main:hover {
  background: #ffffff;
  box-shadow: 0px 11px 21px 10px rgba(14, 130, 253, 0.0784313725);
  transition: 0.5s;
  transform: translateY(-5px);
}

.service-thirteen-all:hover {
  background: #ffffff;
  border: 1px dashed #FC9FBC;
}

.banner-content h1 {
  font-family: "Prata", serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 48px !important;
  margin-bottom: 15px !important;
  color: #404040 !important;
}

.Personal-Growth {
  padding: 80px 0;
}

.personal-img.aos-init.aos-animate img {
  border-radius: 100px 0px 100px 0;
  box-shadow: rgba(19, 18, 24, 0.52) -5px 5px, rgba(255, 199, 168, 0.32) -10px 10px, rgba(255, 205, 178, 0.28) -15px 15px, rgba(250, 203, 176, 0.23) -20px 20px, rgba(240, 46, 170, 0.05) -25px 25px;
}

.feature-content-one {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  color: #fff;
  font-size: 22px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", serif !important;
  white-space: nowrap !important;
  pointer-events: none;
}

.features-slider-sixteen {
  margin-top: 2rem;
}

.personal-cont {
  padding-left: 20px;
}

.personal-cont h3 {
  font-size: 35px ;
  font-weight: 600 !important;
  padding-bottom: 10px !important;
}

.personal-cont p {
  font-size: 18px !important;
  color: #6B7280 !important;
}

.feature-sixteen-main {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); */
}

.feature-six-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.feature-six-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.feature-six-img:hover img {
  filter: blur(4px);
  transform: scale(1.05);
}

.feature-content-six {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.6); */
  color: #fff;
  padding: 1.5rem;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.feature-six-img:hover .feature-content-six {
  transform: translateY(0%);
  opacity: 1;
}

.feature-content-two {
  display: flex;
  flex-direction: column;
}

.feature-content-two h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.feature-content-two p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

/* .read-more-btn {
    display: inline-block;
    margin-top: 0.5rem;
    color: #fff;
    background-color: #e91e63;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
} */

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  background: #FC9FBC;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
}

/* .read-more-btn:hover {
    background-color: #c2185b;
} */

.features-section-sixteen .feature-sixteen-main .feature-six-img::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.5s;
  background: none !important;
}

.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.custom-icon-btn {
  background-color: #EEEEF3;
  padding: 8px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.custom-icon {
  color: #fc9fbc;
  transition: color 0.3s ease;
}

.custom-icon-btn:hover {
  background-color: #fc9fbc;
}

.custom-icon-btn:hover .custom-icon {
  color: #ffffff;
}

.btn-appointment {
  background-color: #f2f2f2;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.38);
  color:#000 !important;
  font-size: 22px;
  font-weight: bold;
  border-radius: 10px;
  border: none;
  outline: none;
  height: 58px;
}

.modal-content .form-control,
.modal-content .form-select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  height: 42px !important;
  font-size: 16px;
  font-weight: 500 !important;
}

.modal-content label{
  color: #1e1e2f !important;
  font-size: 16px !important;
  font-weight: normal;
  margin-bottom: 4px;
}

.dob-picker .dob-pick{
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px !important;
  font-size: 16px;
  padding: 7px;
}

.modal-content .btn {
  border: none;
  padding: 10px 30px;
  font-weight: 600 !important;
  border-radius: 8px;
  /* min-width: 120px; */
}

.icon-background {
  background-color: #fc9fbc !important;
  color: white;
  width: 40px;
  height: 37px;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.nav-pills.account-tabs .nav-link.active .icon-background,
.nav-pills.account-tabs .nav-pills .show > .nav-link .icon-background {
  background-color: white !important;
  color: black;
}

.border-upload {
  border: 2px dashed #fc9fbc;
  border-radius: 40px !important;
  box-sizing: border-box;
  padding: 70px 50px;
}

.info-tabs .nav-pills .nav-link.active,
.info-tabs .nav-pills .show > .nav-link {
  background-color: transparent;
  color: white;
  border-bottom: 2px solid #294481;
  border-top-right-radius: 8px !important;
  border-top-left-radius: 8px !important;
  font-size:16px;
}

.form-check-input:checked {
  background-color: #fc9fbc !important;
  border-color: #fc9fbc !important;
}

.form-inputs .form-group label{
  font-size: 16px;
  font-weight: normal;
  color: black;
  margin-bottom: 4px !important;
}

.form-inputs .multiselect .multiselect-tag {
  background-color: #fc9fbc;
  border-radius: 100px;
  height: 32px;
  /* padding: 0px 11px; */
  /* display: flex; */
  /* justify-content: center; */
  font-size: 14px;
  padding-left: 15px;
  padding-right: 8px;
}

.form-inputs .form-group .form-control, .form-inputs .form-group .form-select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  height: 42px;
  font-size: 14px;
  scrollbar-width: none;
}

.form-inputs .multiselect {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
  min-height: 42px !important;
}

.multiselect-wrapper {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex
;
  justify-content: flex-end;
  margin: 0 auto;
  min-height: unset !important;
  /* min-height: calc(var(--ms-border-width, 1px) * 2 + var(--ms-font-size, 1rem) * var(--ms-line-height, 1.375) + var(--ms-py, .5rem) * 2); */
  outline: none;
  position: relative;
  width: 100%;
}

.auth-input:valid:not(:focus){
  background-color: #fff !important;
}

input::-moz-placeholder{
  font-size: 14px !important;
  font-family: 500;
}

input::placeholder{
  font-size: 14px !important;
  font-family: 500;
}

.section-head-fourteen h2 {
  font-size: 45px !important;
  font-weight: bold;
  color: #333;
}

.feature-sixteen-main {
  background: none !important;
}

.info-tabs .nav-link{
  color: #535353;
  font-size: 16px;
  font-weight: 500 !important;
  border-radius: 0px;
  padding-bottom: 10px !important;
}

.profile-page-wizrd .form-wizard-vue .fw-step-active{
  background-color: #fc9fbc !important;
}

.form-wizard-vue .fw-body-list > li > .fw-list-wrapper .fw-list-wrapper-icon {
  margin-right: 10px !important;
  width: 30px !important;
  height: 30px !important;
  background-color: #f2f2f2;
  color:#535353 ;
}

.home-address .form-group .form-select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  height: 42px;
  font-size: 14px;
  scrollbar-width: none;
}

.address-details .form-group .form-control, .address-details .form-group .form-select, .home-address .form-group .form-control, .home-address .form-group .form-select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  height: 42px;
  font-size: 14px;
  scrollbar-width: none;
}

.fw-step-title {
  color: #fc9fbc;
  text-align: start;
  max-width: 195px;
  font-weight: bold;
}

.profile-page-wizrd .form-wizard-vue .fw-body-list .fw-list-progress-active {
  background: #fc9fbc !important;
}

.form-wizard-vue .fw-step-checked {
  border-color: #fc9fbc !important;
  color: #000;
}

.address-details .form-group label, .home-address .form-group label {
  font-size: 16px;
  font-weight: normal;
  color: black;
  margin-bottom: 4px;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 10px 30px !important;
}

.nav-tab .active {
  color: white;
  background: #fc9fbc !important;
}

.modal-tabs .nav-link {
  background-color: #fbf2ed;
  color: black;
  padding: 9px 25px !important;
  font-size: 14px;
}

.modal-tabs .nav-link:hover {
  background: #fc9fbc;
  color: white;
}

.modal-content .form-control::-moz-placeholder{
  font-size: 14px !important ;
}

.modal-content .form-control::placeholder{
  font-size: 14px !important ;
}

.modal-content .multiselect {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
  min-height: 42px !important;
}

.modal-content .multiselect .multiselect-tag {
  background-color: #fc9fbc;
  border-radius: 100px;
  height: 32px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 8px;
}

.icon-dashboard {
  width: 30px;
  height: 30px;
  background-color: #fc9fbc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

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

@media (min-width: 640px) {
  .sm\:-me-2 {
    margin-inline-end: -0.5rem;
  }

  .sm\:ms-3 {
    margin-inline-start: 0.75rem;
  }

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

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}