*, ::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 {
  font-family: var(--font-body);
  font-size: var(--font-size-base, 16px);
  line-height: var(--line-height-base, 1.5);
  color: var(--color-text-primary);
  background-color: var(--color-bg-main);
  transition: background-color 0.3s ease, color 0.3s ease;
}

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

/* Base styles and CSS variables */
:root {
    /* Light mode variables */
    --color-bg-main: #ffffff;
    --color-bg-alt: #f3f4f6;
    --color-text-primary: #1f2937;
    --color-text-secondary: #4b5563;
    --color-primary: #2563eb;
    --color-primary-dark: #1d4ed8;
    --color-primary-light: #60a5fa;
    --color-secondary: #7c3aed;
    --color-accent: #f59e0b;
    --color-gradient: linear-gradient(90deg, #00CFFF, #9B00FF);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    
    /* Card backgrounds */
    --card-bg: #ffffff;
    
    /* Typography */
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Roboto', sans-serif;
    
    /* Transitions */
    --transition-default: all 0.3s ease;
    --transition-hover: transform 0.3s ease, box-shadow 0.3s ease;

    /* Fix for missing primary-rgb CSS variable */
    --color-primary-rgb: 37, 99, 235; /* Add if missing - corresponds to #2563eb */
}

[data-theme="dark"] {
    /* Dark mode variables */
    --color-bg-main: #0f172a;
    --color-bg-alt: #1e293b;
    --color-text-primary: #f9fafb;
    --color-text-secondary: #e5e7eb;
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.5), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.4);
    
    /* Card backgrounds */
    --card-bg: #334155;

    /* Fix for missing primary-rgb CSS variable */
    --color-primary-rgb: 59, 130, 246; /* Add if missing - slightly lighter for dark mode */
}

/* Reset and general styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Typography - consolidated styles */
.font-heading,
h1, h2, h3, h4, h5, h6,
.section-title,
.hero-title,
.hero-subtitle,
.step-title,
.feature-title,
.card-title {
    font-family: var(--font-heading);
}

.font-body,
p,
.section-description,
.hero-text,
.step-description,
.feature-description,
.card-description {
    font-family: var(--font-body);
}

/* Text utilities */
.gradient-text {
    background: var(--color-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

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

/* Layout components */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Theme switcher - more discreet (reduced by 60%) */
.theme-switcher {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    background-color: var(--color-bg-alt);
    border-radius: 20px; /* Reduced from 50px */
    padding: 2px; /* Reduced from 5px */
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    transform-origin: top right; /* Keep it anchored to the top right */
}

.theme-switcher button {
    background: none;
    border: none;
    cursor: pointer;
    width: 20px; /* Keeping original width as we're using transform:scale for reduction */
    height: 20px; /* Keeping original height as we're using transform:scale for reduction */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-primary);
    transition: var(--transition-default);
}

.theme-switcher button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .theme-switcher button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.theme-switcher button.active {
    background: var(--color-gradient);
    color: white;
}

/* Button components */
.btn {
    border: none;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition-hover);
    cursor: pointer;
}

.btn-gradient {
    background: var(--color-gradient);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 207, 255, 0.3);
}

.btn-gradient:hover {
    box-shadow: 0 6px 20px rgba(155, 0, 255, 0.4);
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--color-gradient);
    color: white;
    padding: 8px 32px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0, 207, 255, 0.3);
}

.btn-primary:hover {
    box-shadow: 0 6px 20px rgba(155, 0, 255, 0.4);
    transform: translateY(-2px);
}

.btn-secondary {
    background: #374151;
    color: white;
    padding: 8px 32px;
    border-radius: 6px;
}

.btn-secondary:hover {
    background: #111827;
    transform: translateY(-2px);
}

/* Animation utilities */
.typing-animation {
    display: inline;
    position: relative;
    overflow: visible;
    vertical-align: baseline;
}

/* Section components */
.section {
    padding: 64px 0;
    transition: background-color 0.3s ease;
}

.section-bi-color:nth-child(odd) {
    background-color: var(--color-bg-main);
}

.section-bi-color:nth-child(even) {
    background-color: var(--color-bg-alt);
}

[data-theme="dark"] #what-we-do {
    background-color: #0f172a !important; 
}

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

.section-title {
    font-size: var(--font-size-4xl, 36px);
    color: var(--color-text-primary);
    margin-bottom: 16px;
    font-weight: 700;
    line-height: var(--line-height-tight, 1.2);
}

.section-description {
    font-size: var(--font-size-lg, 18px);
    color: var(--color-text-secondary);
    max-width: 800px;
    margin: 0 auto;
    line-height: var(--line-height-relaxed, 1.75);
}

/*logo*/
.logo-logo {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
    padding: 5px;
    display: flex;
    align-items: center;
    font-weight: bolder;
    transition: transform 0.3s ease; /* Add transition for smooth effect */
    cursor: pointer; /* Change cursor to indicate interactivity */
}

/* Add hover effect to increase size */
.logo-logo:hover {
    transform: scale(1.1); /* Increase size by 10% on hover */
}

/* Bottom left corner button */
.page-button {
    position: absolute;
    z-index: 15;
    display: flex;
    flex-direction: row; /* Ensure horizontal layout */
    align-items: center; /* Vertically center items */
    gap: 10px; /* Space between buttons */
    flex-wrap: nowrap; /* Prevent wrapping to next line */
}

.page-button a{
    font-size: 0.8rem;
}

.page-button.top-right {
    top: 30px;
    right: 27px;
}

/* More compact styles for buttons in the top-right page-button container */
.page-button.top-right .gradient-button,
.page-button.top-right .gradient-border-button {
    padding: 0.4rem 0.8rem; /* Reduced padding */
    font-size: 0.75rem; /* Smaller font */
    font-weight: 500; /* Slightly lighter font weight */
    border-radius: 25px; /* Slightly smaller radius */
    box-shadow: 0 2px 6px rgba(59, 130, 246, 0.2); /* Lighter shadow */
    margin-left: 5px; /* Ensure spacing between buttons */
}

/* Adjust hover effect to be more subtle */
.page-button.top-right .gradient-button:hover,
.page-button.top-right .gradient-border-button:hover {
    transform: translateY(-1px); /* Reduced movement */
    box-shadow: 0 3px 8px rgba(59, 130, 246, 0.25);
}

/* Adjust the gradient-border-button specifically when in top-right */
.page-button.top-right .gradient-border-button::before {
    margin: -2px; /* Thinner border (was -3px) */
}

.page-button.top-right .gradient-border-button::after {
    border-radius: calc(25px - 2px); /* Match the smaller border radius */
}

/* Make the layout more compact on smaller screens */
@media (max-width: 768px) {
    .page-button.top-right {
        top: 1rem;
        right: 1rem;
    }
    
    .page-button.top-right .gradient-button,
    .page-button.top-right .gradient-border-button {
        padding: 0.3rem 0.6rem; /* Even smaller on mobile */
        font-size: 0.7rem; /* Smaller font on mobile */
    }
}

@media (max-width: 768px) {
    .page-button.top-right {
        top: 1rem;
        right: 1rem;
    }
    
    .page-button {
        gap: 5px; /* Reduce gap on small screens */
    }
}

/* Style for user icon when logged in */
.user-icon-logged-in {
    font-size: 1.5rem;
    opacity: 0.8;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary, #3b82f6), var(--color-primary-dark, #2563eb));
    color: white;
}

.user-icon-logged-in:hover {
    opacity: 1;
    color: var(--color-primary, #226ce2);
    background-color: rgba(219, 219, 219, 0.2);
    transform: translateY(-2px);
}

/* Adjust gradient button styling to match the row layout */
.gradient-button {
    display: inline-flex; /* Changed from block to inline-flex */
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--color-primary, #3b82f6), var(--color-primary-dark, #2563eb));
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    position: relative;
    overflow: hidden;
    white-space: nowrap; /* Prevent text wrapping */
}

/* Gradient border button - white text with gradient border */
.gradient-border-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    background: transparent;
    background-color: transparent !important;
    background-image: none !important;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    white-space: nowrap; /* Prevent text wrapping */
    
    /* Fixed gradient border implementation */
    border: 3px solid transparent;
    background-clip: initial;
    position: relative;
    z-index: 1;
}

/* Create the gradient border using pseudo-element */
.gradient-border-button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px; /* Corresponds to border width */
    border-radius: inherit;
    background: linear-gradient(135deg, var(--color-primary, #3b82f6), var(--color-primary-dark, #2563eb));
}

/* Add dark background fill inside */
.gradient-border-button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: calc(50px - 3px); /* Slightly smaller than outer radius */
    background-color: rgba(0, 0, 0, 0.2);
}

.gradient-border-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(59, 130, 246, 0.25);
}

.gradient-border-button i {
    margin-right: 8px;
    font-size: 1rem;
}

/* Hero section */
.hero-section {
    padding: 100px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.company-logo {
    margin-bottom: 40px;
    margin-top: -40px;
}

.logo-image {
    max-height: 120px;
    width: auto;
    margin: 0 auto;
}

.hero-container {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: var(--font-size-5xl, 48px);
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--color-text-primary);
    line-height: var(--line-height-tight, 1.2);
}

.hero-subtitle {
    font-size: var(--font-size-2xl, 24px);
    font-weight: 500;
    margin-bottom: 48px;
    color: var(--color-text-primary);
}

.hero-text {
    font-size: var(--font-size-base, 16px);
    color: var(--color-text-secondary);
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: var(--line-height-relaxed, 1.75);
}

/* Hero decorations */
.hero-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    pointer-events: none;
    overflow: hidden;
}

.hero-decoration-circle {
    position: absolute;
    border-radius: 50%;
    background: var(--color-gradient);
    opacity: 0.3;
}

.hero-decoration-circle1 {
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
}

.hero-decoration-circle2 {
    bottom: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
}

/* Card styles */
.card {
    background-color: var(--card-bg);
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    padding: 32px;
    transition: var(--transition-hover);
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

/* Workflow steps */
.workflow-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-bottom: 80px;
}

.workflow-step {
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    position: relative;
}

.step-number {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(90deg, #00CFFF, #9B00FF);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.25);
    z-index: 2;
}

.step-content {
    background-color: var(--card-bg);
    border-radius: 12px;
    padding: 32px;
    box-shadow: var(--shadow-md);
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease;
}

.step-content:hover {
    transform: translateY(-10px);
}

/* Feature cards and icons */
.icon-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(90deg, #00CFFF, #9B00FF);
    opacity: 0.2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.icon-container i {
    font-size: 30px;
    background: linear-gradient(90deg, #00CFFF, #9B00FF);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

#what-we-do .icon-container i {
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    color: white;
}

/* Feature grid layouts */
.features-highlight {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 48px;
}

/* CTA section */
.cta-container {
    margin-top: 64px;
    text-align: center;
}

/* Pricing Section */
.pricing-section {
    position: relative;
    overflow: hidden;
    padding: 64px 0 80px;
}

/* Pricing Section Typography */
.pricing-section * {
    font-family: var(--font-body, 'Roboto', sans-serif);
}

/* Decorative circles */
.decorative-circle {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.decorative-circle-top-right {
    top: -10%;
    right: -5%;
    background: radial-gradient(circle, rgba(0, 207, 255, 0.03), transparent 70%);
}

.decorative-circle-top-right {
    bottom: -5%;
    left: -5%;
    background: radial-gradient(circle, rgba(155, 0, 255, 0.03), transparent 70%);
}

/* Badge style */
.badge {
    display: inline-block;
    font-size: var(--font-size-sm, 0.875rem);
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(0, 207, 255, 0.1), rgba(155, 0, 255, 0.1));
    color: var(--color-text-primary);
    margin-bottom: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Popular badge - simplified to just a yellow star */
.popular-badge {
    position: absolute;
    top: -5px;
    left: -5px;
    background: transparent;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-10deg);
    box-shadow: none;
}

.popular-badge i {
    font-size: 1.8rem;
    color: #FFD700; /* Pure gold/yellow star color */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Simplified animation for star-only effect */
@keyframes star-pulse {
    0% { transform: rotate(-10deg) scale(1); }
    50% { transform: rotate(-10deg) scale(1.15); }
    100% { transform: rotate(-10deg) scale(1); }
}

.popular-badge {
    animation: star-pulse 2s infinite ease-in-out;
}

/* Pricing grid container to control overflow */
.pricing-grid-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

/* Pricing grid - adjusted for tighter spacing without overlap */
.pricing-grid {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 4rem auto 2rem;
    padding: 1rem 0;
    width: fit-content;
    max-width: 100%;
    gap: 1rem; /* Reduced spacing between cards */
}

/* Pricing card - removed overlapping effect */
.pricing-card {
    flex: 0 0 260px;
    background-color: var(--card-bg);
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    padding: 0;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.4s ease;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

/* Focus effect - blur siblings when one card is hovered */
.pricing-grid:hover .pricing-card:not(:hover) {
    filter: blur(2px) brightness(0.95);
    transform: scale(0.98);
}

/* Enhanced hover effect */
.pricing-card:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    z-index: 3; /* Bring hovered card to front */
    filter: blur(0);
}

/* Featured pricing card adjustments */
.pricing-card-featured {
    z-index: 2; /* Featured card stays above others by default */
    transform: translateY(-5px) scale(1.02);
}

.pricing-card-featured:hover {
    transform: translateY(-20px) scale(1.08);
    z-index: 4;
}

/* Pricing card header - more compact */
.pricing-card-header {
    padding: 1.25rem 0.75rem; /* Reduced padding */
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    align-items: center;
}

[data-theme="dark"] .pricing-card-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.pricing-free {
    background-color: #f9fafb;
}

[data-theme="dark"] .pricing-free {
    background-color: #1f2937;
    color: var(--color-text-primary);
}

.pricing-standard {
    background-color: #eff6ff;
    border-bottom: 1px solid #dbeafe;
}

[data-theme="dark"] .pricing-standard {
    background-color: #172554;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.pricing-pro {
    background: linear-gradient(90deg, #00CFFF, #9B00FF);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-payg {
    background-color: #faf5ff;
    border-bottom: 1px solid #e9d5ff;
}

[data-theme="dark"] .pricing-payg {
    background-color: #2e1065;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

/* Pricing title - keep Montserrat for titles only */
.pricing-title {
    font-family: var(--font-heading);
    font-size: var(--font-size-xl, 1.25rem);
    color: var(--color-text-primary);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

/* Pricing price - reorganized layout for floating currency */
.pricing-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.25rem 0; /* Reduced margin */
    position: relative; /* For positioning the currency */
}

/* Price amount styling */
.price-amount {
    font-size: var(--font-size-4xl, 2.25rem);
    font-weight: 800;
    color: var(--color-text-primary);
    line-height: 1.1;
    position: relative; /* To establish positioning context */
    display: inline-block;
}

/* Currency positioned in top right */
.price-currency {
    font-size: var(--font-size-sm, 0.875rem);
    color: var(--color-text-secondary);
    font-weight: 500;
    position: absolute;
    top: 0;
    right: -1.2rem; /* Position to the right of the price */
    line-height: 1;
}

/* Special style for featured price */
.price-amount-featured {
    color: var(--color-text-primary);
    font-size: var(--font-size-5xl, 3rem);
    font-weight: 1000;
    padding: 0 12px;
    border-radius: 8px;
    display: inline-block;
}

.price-amount-featured + .price-currency {
    right: -1.5rem; /* Adjust position for featured price */
    color: rgba(255, 255, 255, 0.9);
}

/* Pricing period - more compact */
.pricing-period {
    color: var(--color-text-secondary);
    font-size: var(--font-size-sm, 0.875rem);
    margin-top: 0.15rem; /* Reduced margin */
    display: block;
    width: 100%;
}

/* Pricing content - more compact */
.pricing-content {
    padding: 1.25rem 1.25rem; /* Reduced top/bottom padding */
}

/* Pricing features list - more compact */
.pricing-features {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-bottom: 1rem; /* Reduced from 1.25rem */
}

.pricing-feature {
    padding: 0.25rem 0; /* Reduced from 0.35rem */
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    line-height: 1.3; /* Added for better text compactness */
}

/* Enhanced feature icons */
.feature-icon-positive,
.feature-icon-negative {
    min-width: 20px; /* Reduced from 22px */
    height: 20px; /* Reduced from 22px */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px; /* Reduced from 10px */
    position: relative; /* Added for better icon positioning */
}

.feature-icon-positive {
    background-color: rgba(16, 185, 129, 0.15); /* Slightly stronger background */
}

.feature-icon-negative {
    background-color: rgba(239, 68, 68, 0.15); /* Slightly stronger background */
}

.feature-icon-positive::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #10b981;
    font-size: 11px; /* Slightly smaller */
}

.feature-icon-negative::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ef4444;
    font-size: 11px; /* Slightly smaller */
}

/* Make feature text tighter */
.pricing-feature span {
    line-height: 1.2;
}

/* Pricing content - more compact */
.pricing-content {
    padding: 1.25rem 1.25rem; /* Reduced top/bottom padding */
}

/* Enterprise CTA */
.enterprise-cta {
    margin-top: 4rem;
    text-align: center;
    background: linear-gradient(to right, rgba(0, 207, 255, 0.05), rgba(155, 0, 255, 0.05));
    padding: 2rem;
    border-radius: 12px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

[data-theme="dark"] .enterprise-cta {
    background: linear-gradient(to right, rgba(0, 207, 255, 0.08), rgba(155, 0, 255, 0.08));
}

/* Media Queries for responsive pricing grid */
@media (max-width: 1200px) {
    .pricing-grid {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .pricing-card {
        flex: 0 0 calc(50% - 2rem);
        margin-bottom: 2rem;
    }
    
    .pricing-card-featured {
        flex: 0 0 calc(50% - 2rem);
    }
}

@media (max-width: 768px) {
    .pricing-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .pricing-card,
    .pricing-card-featured {
        flex: 0 0 100%;
        max-width: 350px;
        transform: none;
    }
    
    .pricing-card-featured {
        order: -1;
        margin-bottom: 2rem;
    }
    
    .pricing-card-featured:hover {
        transform: translateY(-10px);
    }

    .gradient-button span {
        display: none;
    }
    
    .gradient-button {
        padding: 10px;
    }
    
    .gradient-button i {
        margin-right: 0;
    }
}

/* Purple button */
.btn-purple {
    background-color: #7c3aed;
    color: white;
    padding: 8px 32px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-purple:hover {
    background-color: #6d28d9;
    transform: translateY(-2px);
}

/* Button with shine effect */
.btn-shine {
    position: relative;
    overflow: hidden;
}

.btn-shine-effect {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transition: left 0.7s cubic-bezier(0.65, 0, 0.35, 1);
    pointer-events: none;
}

.btn-shine:hover .btn-shine-effect {
    left: 100%;
}

/* Button with icon */
.btn-with-icon {
    display: inline-flex;
    align-items: center;
    padding: 8px 32px;
    font-size: var(--font-size-lg, 1.125rem);
}

.btn-with-icon i {
    margin-right: 0.75rem;
}

/* Enterprise CTA */
.enterprise-cta {
    margin-top: 4rem;
    text-align: center;
    background: linear-gradient(to right, rgba(0, 207, 255, 0.05), rgba(155, 0, 255, 0.05));
    padding: 2rem;
    border-radius: 12px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.enterprise-text {
    font-size: var(--font-size-lg, 1.125rem);
    color: var(--color-text-secondary);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

/* Media Queries for responsive pricing grid */
@media (max-width: 1200px) {
    .pricing-grid {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .pricing-card {
        flex: 0 0 calc(50% - 2rem);
        margin-bottom: 2rem;
    }
    
    .pricing-card-featured {
        flex: 0 0 calc(50% - 2rem);
    }
}

@media (max-width: 768px) {
    .pricing-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .pricing-card,
    .pricing-card-featured {
        flex: 0 0 100%;
        max-width: 350px;
        transform: none;
    }
    
    .pricing-card-featured {
        order: -1;
        margin-bottom: 2rem;
    }
    
    .pricing-card-featured:hover {
        transform: translateY(-10px);
    }
}

/* Upload page styles */
.upload-container {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.btn-upload {
    background: linear-gradient(90deg, #00CFFF, #9B00FF);
    color: white;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 15px rgba(0, 207, 255, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-upload:hover {
    box-shadow: 0 6px 20px rgba(155, 0, 255, 0.4);
    transform: translateY(-2px);
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Status message styles */
.status-message {
    text-align: center;
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.status-success {
    background-color: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

/* Upload link styling */
.upload-link {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 8px 15px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.upload-link:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.upload-link i {
    font-size: 1.1rem;
}

/* Registration Modal Styles */
.registration-modal-content {
    padding: 0 !important; 
    max-width: 900px !important;
    overflow: hidden !important;
}

.registration-container {
    display: flex;
    width: 100%;
    background: var(--color-bg-alt);
    border-radius: 8px;
    overflow: hidden;
    min-height: 500px;
}

.login-section {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.welcome-section {
    flex: 1.5;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(6, 182, 212, 0.1) 100%);
}

.input-group {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    max-width: 320px;
}

.input-group input {
    width: 100%;
    padding: 15px 15px 15px 40px;
    border-radius: 30px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: var(--color-text-primary);
    font-size: 14px;
}

.input-group svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: var(--color-text-secondary);
}

.register-btn {
    width: 100%;
    max-width: 320px;
    padding: 15px;
    border-radius: 30px;
    border: none;
    background: var(--color-gradient, linear-gradient(to right, #4f46e5, #3b82f6, #06b6d4));
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.register-btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.alternate-text {
    text-align: center;
    margin: 20px 0;
    color: var(--color-text-secondary);
    position: relative;
    width: 100%;
    max-width: 320px;
}

.alternate-text:before, .alternate-text:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.alternate-text:before {
    left: 0;
}

.alternate-text:after {
    right: 0;
}

.social-login {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    width: 100%;
    max-width: 320px;
}

.social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.social-btn.google {
    background: #ffffff;
}

.social-btn.facebook {
    background: #3b5998;
}

.social-btn.linkedin {
    background: #0077b5;
}

.social-btn:hover {
    transform: translateY(-3px);
}

.already-member {
    margin-top: 20px;
    text-align: center;
    color: var(--color-text-secondary);
    font-size: 14px;
    width: 100%;
    max-width: 320px;
}

.already-member a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: bold;
}

.welcome-title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: var(--font-heading);
    color: var(--color-text-primary);
}

.welcome-subtitle {
    color: var(--color-text-secondary);
    margin-bottom: 30px;
    max-width: 400px;
}

/* Media queries for responsive design */
@media (max-width: 768px) {
    .registration-container {
        flex-direction: column;
    }
    
    .login-section {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .welcome-section {
        padding: 20px;
    }
    
    .welcome-title {
        font-size: 36px;
    }
}

/* User dropdown menu styles with improved theme handling */
.user-dropdown {
    position: relative;
    display: inline-block;
}

.user-dropdown-toggle {
    color: var(--color-text-primary);
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 8px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.user-dropdown-toggle:hover {
    background-color: rgba(var(--color-primary-rgb), 0.1);
}

.user-icon-logged-in {
    font-size: 1.5rem;
    color: var(--color-accent, #f59e0b); /* Using accent color with fallback */
    transition: all 0.2s ease;
}

/* Ensure dropdown is visible and properly styled */
.user-dropdown-menu {
    display: none; /* Initially hidden, toggled with JS */
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    background-color: var(--color-bg-main);
    min-width: 200px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    margin-top: 10px;
    border: 1px solid var(--color-border, rgba(0, 0, 0, 0.1));
}

/* Ensure dropdown items have consistent styling */
.user-dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: var(--color-text-primary);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.user-dropdown-item i {
    margin-right: 10px;
    font-size: 0.9rem;
    width: 20px;
    text-align: center;
    color: var(--color-text-secondary); /* Ensure icon has proper color */
}

/* Special styling for logout button to ensure visibility */
.user-dropdown-item[href*="logout"] {
    color: #e74c3c; /* Consistent red color for logout */
}

.user-dropdown-item[href*="logout"] i {
    color: #e74c3c; /* Matching icon color */
}

.user-dropdown-item[href*="logout"]:hover {
    background-color: rgba(231, 76, 60, 0.1); /* Light red background on hover */
}

.dropdown-divider {
    height: 1px;
    margin: 5px 0;
    background-color: var(--color-border, rgba(0, 0, 0, 0.1));
}

/* Triangle indicator on dropdown */
.user-dropdown-menu::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 15px;
    width: 12px;
    height: 12px;
    background-color: var(--color-bg-main);
    transform: rotate(45deg);
    border-top: 1px solid var(--color-border, rgba(0, 0, 0, 0.1));
    border-left: 1px solid var(--color-border, rgba(0, 0, 0, 0.1));
}

/* Dark mode adjustments */
[data-theme="dark"] .user-dropdown-menu {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .user-dropdown-menu::before {
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .dropdown-divider {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Animation for dropdown appearance */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
