/* Clerk UI container styles */
.clerk-ui-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #1a1a1a;
}

/* Global Clerk overrides for dark mode */
:root {
  --clerk-primary: #ba4df5 !important;
  --clerk-background: #1a1a1a !important;
  --clerk-modal-background: #1a1a1a !important;
  --clerk-modal-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
  --clerk-text: white !important;
  --clerk-border: #444 !important;
  --clerk-input-background: #2a2a2a !important;
  --clerk-input-text: white !important;
  --clerk-footer-text: #cccccc !important;
  --clerk-footer-link: #ba4df5 !important;
  --clerk-danger-text: #ff5555 !important;
  --clerk-error-text: #ff5555 !important;
  --clerk-success-text: #50fa7b !important;
}

/* Force all Clerk text to be white for better visibility */
.cl-formButtonText,
.cl-formHeaderTitle,
.cl-formHeaderSubtitle,
.cl-socialButtonsBlockButtonText,
.cl-formFieldLabel,
.cl-formFieldInputShowPasswordIcon,
.cl-formHeaderWelcomeText,
.cl-main,
.cl-userPreviewSecondaryIdentifier,
.cl-verificationLinkStatusText,
.cl-headerTitle,
.cl-headerSubtitle,
.cl-dividerText,
.cl-breadcrumbItem,
.cl-userPreviewMainIdentifier,
.cl-alertText,
.cl-step-title,
.cl-step-text,
.cl-formResendCodeLink,
.cl-selectButton-label,
.cl-selectButton-description,
.cl-modalContent,
.cl-phoneNumberInput,
.cl-otpCodeFieldInput {
  color: white !important;
}

/* Ensure visibility of links */
.cl-formResendCodeLink,
.cl-breadcrumbLink,
.cl-footerActionLink,
.cl-formFieldAction {
  color: #ba4df5 !important;
}

/* Fix dark sections background */
.cl-userPreview,
.cl-identityPreview,
.cl-phoneInput,
.cl-selectButton,
.cl-formFieldInput,
.cl-verificationCodeInput {
  background-color: #2a2a2a !important;
  border-color: #444 !important;
}

/* Make sure dropdown menus have proper text color */
.cl-dropdown {
  background-color: #2a2a2a !important;
  color: white !important;
}

.cl-dropdown-option {
  color: white !important;
}

.cl-dropdown-option:hover {
  background-color: #3a3a3a !important;
}

/* Essential Clerk Components Dark Mode Override */
.cl-rootBox, .cl-card, .cl-userButtonPopoverCard {
  background-color: #1a1a1a !important;
  color: white !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
}

.cl-card {
  padding: 24px !important;
  color: white !important;
  background-color: #1a1a1a !important;
  border-radius: 10px !important;
}

.cl-formButtonPrimary, .cl-button {
  background-color: #ba4df5 !important;
  color: white !important;
}

.cl-formFieldLabel, .cl-formFieldInput, .cl-formFieldHintText {
  color: white !important;
}

.cl-formFieldInput {
  background-color: #2a2a2a !important;
  border-color: #444 !important;
  color: white !important;
}

.cl-socialButtonsBlockButton {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 12px 16px !important;
  height: auto !important;

/* Phone input styles */
.cl-phoneInputBox {
  color: white !important;
  background-color: #2a2a2a !important;
}

/* Country code selector */
.cl-phoneInput, 
.cl-phoneInputGroup,
.cl-phoneInputCountry {
  background-color: #424242 !important;
  color: white !important;
}

/* Country code dropdown */
.cl-dropdownButton {
  background-color: #424242 !important;
  color: white !important;
  border-color: #555 !important;
}

/* Country flags container */
.cl-internal-b3fm6y {
  background-color: #424242 !important;
}

/* Make sure dropdown items are visible */
.cl-dropdown, 
.cl-dropdownList,
.cl-dropdownOption {
  background-color: #333 !important;
  color: white !important;
}

.cl-dropdownOption:hover {
  background-color: #555 !important;
}

/* Ensure phone field input text is visible */
.cl-phoneInput {
  border-color: #555 !important;
}

/* Social icons container */
.cl-socialButtonsIconButton {
  background-color: #515151 !important;
  border: 1px solid #777 !important;
  border-radius: 6px !important;
}

.cl-socialButtonsProviderIcon {
  padding: 3px !important;
  background-color: #616161 !important;
  border-radius: 4px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.cl-socialButtonsProviderIcon svg {
  color: white !important;
  fill: white !important;
}

  min-height: 48px !important;
  background-color: #424242 !important;
  color: white !important;
  border-color: #555 !important;
  width: 100% !important;
  margin: 8px 0 !important;
}

.cl-socialButtonsBlockButtonText {
  display: inline-block !important;
  color: white !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

.cl-socialButtonsProviderIcon {
  display: inline-flex !important;
  width: 24px !important;
  height: 24px !important;
  flex-shrink: 0 !important;
}

.cl-footerActionText {
  color: #cccccc !important;
}

.cl-footerActionLink {
  color: #ba4df5 !important;
}

.cl-identityPreview {
  background-color: #2a2a2a !important;
}

.cl-identityPreviewText {
  color: white !important;
}

.cl-identityPreviewEditButton {
  color: #ba4df5 !important;
}

.cl-internal-b3fm6y {
  background-color: #2a2a2a !important;
}
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Make sure Clerk elements match your dark theme */
.cl-rootBox, .cl-card {
  background-color: #1a1a1a !important;
  color: white !important;
}

.cl-button {
  background-color: #ba4df5 !important;
}

/* Additional styling to match your app theme */
.cl-formButtonPrimary {
  background-color: #ba4df5 !important;
  color: white !important;
}


/* Header Styles */
header {
  display: flex;
  align-items: center;
  padding: 20px;
}

header div {
  display: flex;
  align-items: center;
  gap: 20px;
}

header img {
  height: 50px;
  width: auto;
  border-radius: 50%;
}

header h1 {
  color: #ba4df5;
  margin: 0;
}

/* Header Styles */
header {
  display: flex;
  align-items: center;
  padding: 20px;
}

header div {
  display: flex;
  align-items: center;
  gap: 20px;
}

header img {
  height: 50px;
  width: auto;
  border-radius: 50%;
}

header h1 {
  color: #ba4df5;
  margin: 0;
}

/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #121212;
  color: #ffffff;
  font-family: 'Karla', 'Montserrat', Arial, sans-serif; /* Added Karla */
  line-height: 1.6;
  overflow-x: hidden;
  font-size: 16px; /* Reduced default font size */
  padding-top: 130px; /* Add padding to account for fixed header */
  margin: 0;
  position: relative;
}

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

/* Header Styles */
header {
  background-color: rgba(18, 18, 18, 0.95);
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.logo {
  color: #ba4df5;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #ba4df5;
  margin-bottom: 20px;
  font-family: 'Karla', sans-serif; /* Use Karla for headings */
}

.main-title {
  font-size: 2.2rem; /* Reduced size */
  margin-bottom: 20px;
  color: #ba4df5;
  text-align: center;
  font-family: 'Karla', sans-serif; /* Use Karla */
}

.section-title {
  font-size: 1.8rem; /* Reduced size */
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  color: #ba4df5;
  margin-bottom: 40px;
  font-family: 'Karla', sans-serif; /* Use Karla */
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #ba4df5;
}

.subtitle {
  color: #ba4df5;
  font-weight: bold;
  margin: 15px 0;
  font-size: 16px; /* Reduced size */
  text-align: center;
  font-family: 'Karla', sans-serif; /* Use Karla */
}

.lead-text {
  font-size: 1rem; /* Reduced size */
  margin-bottom: 30px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Karla', sans-serif; /* Use Karla */
}

/* Button Styles */
.btn-create {
  display: inline-block;
  color: #ffffff;
  background-color: #ba4df5;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px; /* Reduced size */
  margin: 20px auto;
  transform: scale(1);
  box-shadow: 0 4px 15px rgba(103, 58, 183, 0.4);
  transition: transform 0.3s, background-color 0.3s ease;
  text-align: center;
  display: block;
  max-width: 300px;
  font-family: 'Karla', sans-serif; /* Use Karla */
}

.btn-create:hover {
  background-color: #ba4df5;
  transform: scale(1.08);
}

.btn-large {
  padding: 15px 40px;
  font-size: 16px; /* Reduced size */
  max-width: 350px;
  font-family: 'Karla', sans-serif; /* Use Karla */
}

/* Section Styling */
section {
  padding: 60px 0;
  text-align: center;
}

#hero {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

#about {
  background-color: #1a1a1a;
  padding: 80px 20px;
}

.founder-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  background-color: #222;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-left: 4px solid #ba4df5;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.founder-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ba4df5;
  margin-bottom: 25px;
}

.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.founder-content h2 {
  color: #ba4df5;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.founder-content h3 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.founder-titles {
  color: #ba4df5;
  font-style: italic;
  margin-bottom: 20px;
  font-weight: 600;
}

.founder-content p {
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 15px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}



.founder-content p:last-child {
  font-style: italic;
  color: #ddd;
  font-size: 1.1rem;
  border-left: 3px solid #ba4df5;
  padding-left: 15px;
  margin-top: 20px;
}



@media (min-width: 768px) {
  .founder-section {
    flex-direction: row;
    text-align: left;
    padding: 40px;
    align-items: flex-start;
  }

  .founder-image {
    margin-right: 40px;
    margin-bottom: 0;
    flex-shrink: 0;
    margin-top: 10%;
  }

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

#features {
  background-color: #121212;
  padding: 80px 20px;
}

#video-demo {
  background-color: #121212;
  padding: 100px 20px;
}

.video-subtitle {
  font-size: 1.1rem;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}

.video-container {
  max-width: 900px;
  margin: 0 auto 50px;
}

.video-wrapper {
  background-color: #1a1a1a;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.video-wrapper:hover {
  transform: translateY(-10px);
}

.video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  border-radius: 10px 10px 0 0;
}

.video-caption {
  padding: 20px;
  text-align: left;
}

.video-caption h3 {
  color: #ba4df5;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.video-caption p {
  color: #ccc;
  font-size: 1rem;
}

.video-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.video-feature {
  text-align: center;
  padding: 20px;
}

.video-feature i {
  font-size: 2.5rem;
  color: #ba4df5;
  margin-bottom: 15px;
}

.video-feature h4 {
  color: #ba4df5;
  margin-bottom: 10px;
}

.video-feature p {
  color: #ccc;
  font-size: 0.9rem;
}

#cta {
  background-color: #1a1a1a;
  padding: 100px 20px;
}

/* Ideas Section Styles */
#ideas-section {
  background-color: #1a1a1a;
  padding: 80px 0;
}

.ideas-subtitle {
  font-size: 1.1rem;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}

.ideas-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.idea-item {
  background-color: #222;
  padding: 25px;
  border-radius: 15px;
  transition: transform 0.3s ease;
  border-left: 3px solid #ba4df5;
}

.idea-item:hover {
  transform: translateY(-5px);
}

.idea-item h3 {
  color: #ba4df5;
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.idea-item p {
  color: #ccc;
  margin: 0;
}

.features-grid {
  font-size: 1.1rem;
  color: #ccc;
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}

.carousel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 30px;
  background-color: #222;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.carousel-content {
  text-align: center;
  max-width: 700px;
  margin-bottom: 30px;
  transition: opacity 0.5s ease;
}

.carousel-content.fade-out {
  opacity: 0;
}

.carousel-title {
  color: #ba4df5;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.carousel-description {
  color: #ccc;
  font-size: 1.1rem;
  line-height: 1.6;
}

.carousel-image-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.carousel-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.carousel-image.fade-out {
  opacity: 0;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.carousel-prev {
  left: 10px;
}

.carousel-next {
  right: 10px;
}

.carousel-prev:hover,
.carousel-next:hover {
  background-color: rgba(186, 77, 245, 0.8);
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.carousel-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #444;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-indicator.active {
  background-color: #ba4df5;
  transform: scale(1.3);
}

.carousel-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 40px auto 0;
  max-width: 900px;
}

.carousel-feature {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}

.carousel-feature:hover {
  transform: translateY(-10px);
}

.carousel-feature i {
  font-size: 2.5rem;
  color: #ba4df5;
  margin-bottom: 15px;
}

.carousel-feature h4 {
  color: #ba4df5;
  margin-bottom: 10px;
}

.carousel-feature p {
  color: #ccc;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .carousel-container {
    padding: 20px;
  }

  .carousel-title {
    font-size: 1.4rem;
  }

  .carousel-description {
    font-size: 1rem;
  }

  .carousel-features {
    grid-template-columns: 1fr;
  }

  .video-features {
    grid-template-columns: 1fr;
  }

  .video-subtitle {
    font-size: 1rem;
  }
}

/* Feature Grid */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.feature-item {
  background-color: #1e1e1e;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.feature-title {
  color: #ba4df5;
  font-size: 1.2rem; /* Reduced size */
  margin-bottom: 15px;
  font-family: 'Karla', sans-serif; /* Use Karla */
}

.cta-text {
  font-size: 1.1rem; /* Reduced size */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Karla', sans-serif; /* Use Karla */
}

/* Image Grid Styles */
.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem auto;
  max-width: 1000px;
}

.image-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  aspect-ratio: 9/16;
  transition: transform 0.3s ease;
}

.image-item:hover {
  transform: translateY(-8px);
}

.grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.grid-image:hover {
  transform: scale(1.1);
}

.image-item svg {
  width: 100%;
  height: auto;
}

#fal-api-key {
text-align: center;
}

/* Footer Links */
.footer-links {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.footer-links a {
  color: #999;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.action-links-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 5px 0 15px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 8px 15px;
  border-radius: 30px;
  display: inline-flex;
}

.link-divider {
  color: #ba4df5;
  font-weight: bold;
}

.demo-link, .meeting-link {
  position: relative;
}

.demo-link:hover, .meeting-link:hover {
  color: #ba4df5 !important;
}

html {
  scroll-behavior: smooth;
}

.footer-links a:hover {
  color: #ba4df5;
}

/* Keep footer links in row on mobile */
@media (max-width: 600px) {
  .footer-links {
    gap: 15px;
  }

  .footer-links a span {
    display: none;
  }
}

/* Admin Modal styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  width: 300px;
  max-width: 90%;
}

/* Footer styles */
footer {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  background-color: rgba(18, 18, 18, 0.9);
  padding: 8px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #ba4df5;
}

footer p {
  font-size: 14px;
  color: white;
  margin: 2px 0;
  font-family: 'Karla', sans-serif;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .main-title {
    font-size: 1.8rem; /* Reduced size */
  }

  .section-title {
    font-size: 1.4rem; /* Reduced size */
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 480px) {
  .main-title {
    font-size: 1.4rem; /* Reduced size */
  }

  .btn-large {
    padding: 12px 30px;
    font-size: 14px; /* Reduced size */
  }
}

.btn-pricing {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ba4df5;
  padding: 15px 35px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(103, 58, 183, 0.2);
  text-align: center;
}
.btn-pricing:hover {
  background-color: rgba(103, 58, 183, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(103, 58, 183, 0.4);
}

.login-message p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Notification Styles */
#notification-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 400px;
  width: calc(100% - 40px);
}

.notification {
  background-color: #1a1a1a;
  color: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
overflow: hidden;
  padding: 15px;
  transform: translateX(120%);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-left: 4px solid #ba4df5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notification.show {
  transform: translateX(0);
}

.notification.hiding {
  transform: translateX(120%);
}

.notification-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.notification-icon {
  color: #ba4df5;
  font-size: 20px;
  flex-shrink: 0;
}

.notification-message {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.5;
}

.notification-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  font-size: 12px;
  padding: 2px;
  transition: color 0.3s;
}

.notification-close:hover {
  color: white;
}

.login-button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

.notification-login-btn {
  background-color: #ba4df5;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.notification-login-btn:hover {
  background-color: #a23ed8;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(186, 77, 245, 0.3);
}

@media (max-width: 768px) {
  #notification-container {
    bottom: 10px;
    top: auto;
    right: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }
}

#languageToggle {
  position: fixed;
  bottom: 130px;
  left: 10px;
  color: #ba4df5;
  font-size: 18px;
  z-index: 1001;
  background-color: rgba(26, 26, 26, 0.8);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  box-shadow: 0 0px 10px rgb(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.footer-languageToggle:hover {
  transform: scale(1.1);
  background-color: rgba(186, 77, 245, 0.2);
}



/* Language toggle styles */
#google_translate_element {
    position: fixed;
    bottom: 60px;
    width: 100vw;
    background-color: #ba4df5;
    z-index: 1001;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

#custom-language-list {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    background-color: purple;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0px 20px rgb(252, 252, 252, 0.5);
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
    list-style-type: none;
}

#custom-language-list li {
    padding: 0 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    color: white;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#custom-language-list li:hover {
    background-color: #8a2be2; /* Lighter purple for hover state */
}

/* Dark mode styles */
body.dark-mode #google_translate_element {
    background-color: #1e1e1e; /* Darker background for dark mode */
}

body.dark-mode #custom-language-list {
    background-color: #1e1e1e;
    border-color: #555;
}

body.dark-mode #custom-language-list li:hover {
    background-color: #333;
}

/* Hide the default Google Translate widget */
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon {
    display: none !important;
}

body {
    top: 0 !important;
}

/* Media query for mobile */
@media (max-width: 768px) {
  .footer-language-toggle {
    bottom: 50px;
    left: 10px;
    width: 36px;
    height: 36px;
  }

  .google-translate-element {
    bottom: 50px;
    left: 55px;
  }
}

/* Process Guide Styles */
#process-guide {
  background-color: #121212;
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

.process-subtitle {
  font-size: 1.1rem;
  color: #ccc;
  max-width: 700px;
  margin: 0 auto 50px;
  text-align: center;
}

/* Process Slideshow */
.process-slideshow-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
  height: 450px;
}

.process-track {
  display: flex;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.process-card {
  flex: 0 0 100%;
  padding: 0 30px;
  transition: opacity 0.5s ease;
}

.process-card-inner {
  background-color: #1a1a1a;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-top: 3px solid #ba4df5;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: card-glow 3s infinite alternate;
}

@keyframes card-glow {
  0% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: 0 15px 40px rgba(186, 77, 245, 0.3);
  }
}

.process-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #2a2a2a;
  border-radius: 50%;
  margin: 0 auto 20px;
  border: 3px solid #ba4df5;
  box-sizing: border-box;
}

.process-emoji {
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: emoji-bounce 2s infinite alternate;
}

@keyframes emoji-bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 36px;
  height: 36px;
  background-color: #ba4df5;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.process-content {
  flex-grow: 1;
  max-width: 600px;
  margin: 0 auto;
}

.process-content h3 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-align: center;
  background: linear-gradient(to right, #ba4df5, #a35df9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process-content p {
  color: #e0e0e0;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
  font-size: 1.05rem;
}

.process-features {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.process-feature {
  color: #ddd;
  font-size: 1rem;
  text-align: center;
  padding: 8px 15px;
  border-radius: 30px;
  background-color: rgba(186, 77, 245, 0.1);
  transition: all 0.3s ease;
}

.process-feature:hover {
  background-color: rgba(186, 77, 245, 0.2);
  transform: translateX(5px);
}

.process-arrow {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  animation: arrow-pulse 1.5s infinite;
}

.arrow-emoji {
  font-size: 40px;
  filter: drop-shadow(0 0 5px rgba(186, 77, 245, 0.7));
}

@keyframes arrow-pulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-50%) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 0.7;
  }
}

.process-indicators {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.process-indicator {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

.process-indicator.active {
  background-color: #ba4df5;
  transform: scale(1.3);
  box-shadow: 0 0 10px rgba(186, 77, 245, 0.7);
}

/* Mobile Process Slideshow */
.process-mobile-slideshow {
  display: none;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  height: 350px;
}

.process-mobile-track {
  display: flex;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.process-mobile-card {
  flex: 0 0 100%;
  padding: 25px;
  background-color: #1a1a1a;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-left: 3px solid #ba4df5;
  position: relative;
  animation: card-glow 3s infinite alternate;
}

.mobile-step-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.mobile-step-icon {
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #2a2a2a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border: 2px solid #ba4df5;
  flex-shrink: 0;
  box-sizing: border-box;
}

.process-mobile-card h3 {
  color: white;
  font-size: 1.2rem;
  margin: 0;
  background: linear-gradient(to right, #ba4df5, #a35df9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process-mobile-card p {
  color: #e0e0e0;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 0.95rem;
}

.mobile-process-arrow {
  text-align: center;
  margin: 15px 0;
  animation: arrow-bounce 1.5s infinite;
}

@keyframes arrow-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

.process-mobile-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.process-mobile-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #333;
  transition: all 0.3s ease;
}

.process-mobile-indicator.active {
  background-color: #ba4df5;
  transform: scale(1.3);
  box-shadow: 0 0 10px rgba(186, 77, 245, 0.7);
}

/* Media Queries for Process Guide */
@media (max-width: 1200px) {
  .process-slideshow-container {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .process-slideshow-container {
    display: none;
  }

  .process-mobile-slideshow {
    display: block;
  }

  #process-guide {
    padding: 60px 0;
  }

  .process-subtitle {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .process-mobile-card {
    padding: 20px;
  }

  .process-mobile-card h3 {
    font-size: 1rem;
  }

  .mobile-step-icon {
    width: 45px;
    height: 45px;
  }

  .process-mobile-slideshow {
    height: 380px;
  }
}

.api-notice {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 20px;
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.api-notice h3 {
  color: #ba4df5;
  margin-bottom: 10px;
  font-size: 18px;
}

.api-notice p {
  color: #ccc;
  margin-bottom: 15px;
}

.api-notice ul {
  margin-left: 20px;
  margin-bottom: 15px;
  color: #ccc;
}

.api-notice li {
  margin-bottom: 5px;
}

.pricing-link:hover {
  background-color: #333;
  color: #ba4df5;
}

.tier-subtitle {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}

.tier-note {
  font-size: 12px;
  color: #ba4df5;
  margin-top: 8px;
  font-weight: 500;
}

.api-requirements {
  max-width: 1000px;
  margin: 50px auto;
  padding: 0 20px;
}

.api-requirements h2 {
  text-align: center;
  color: #ba4df5;
  margin-bottom: 20px;
}

.api-requirements p {
  text-align: center;
  color: #ccc;
  margin-bottom: 30px;
}

.api-requirements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.api-requirement-card {
  background-color: #1a1a1a;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  border: 1px solid #333;
}

.api-requirement-card h3 {
  color: #ba4df5;
  margin-bottom: 15px;
}

.api-requirement-card p {
  text-align: left;
  color: #ccc;
  margin-bottom: 20px;
}

.api-requirement-card a {
  color: #ba4df5;
  text-decoration: none;
}

.api-requirement-card a:hover {
  text-decoration: underline;
}

.api-requirement-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}

.api-requirement-badge.required {
  background-color: rgba(186, 77, 245, 0.2);
  color: #ba4df5;
}

.api-requirement-badge.optional {
  background-color: rgba(0, 150, 136, 0.2);
  color: #00BFA5;
}

.api-note {
  font-size: 14px;
  color: #999;
  text-align: center;
  font-style: italic;
}