/* Global theme variables */
:root {
  --bg-color: #ffffff;
  --text-color: #1a1a1a;
  --toggle-bg: #f0f0f0;
  --text-primary--: #e6c364;
  --on-primary--: #1e1b4b;
  --surface-container--: #0f111a;
  --text-variant--: #94a3b8;
  --border-subtle--: rgba(255, 255, 255, 0.05);
}

html.dark-mode {
  --bg-color: #121212;
  --text-color: #f5f5f5;
  --toggle-bg: #333333;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: 'Muli', sans-serif;
}

#theme-toggle {
  background: var(--toggle-bg);
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

html.dark-mode .moon-icon {
  display: none;
}

html:not(.dark-mode) .sun-icon {
  display: none;
}

#theme-toggle svg {
  stroke: var(--text-color);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: var(--bg-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 67px;
  padding: 0 1rem;
  border: 1px none var(--bg-color) solid;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.nav-brand .logo {
  height: 42px;
  width: auto;
  color: rgb(230, 195, 100);
  font-size: 1.7rem;
  font-family: "Lovalina", "Cinzel Decorative", serif;
}

.nav-items ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-items ul li {
  display: inline-block;
  color: #51596c;
  font-size: 16px;
  padding: 0 12px;
  font-weight: 545;
}

.nav-items ul li a {
  color: #b0b6c5;
  text-decoration: none;
}

.nav-items ul li a:hover {
  color: rgb(230, 195, 100);
}

.login-link {
  font-size: large;
  padding: 0.4rem 0.8rem;
  border: 1px solid #023e81;
  color: #023e81;
  border-radius: .25rem;
  text-decoration: none;
  transition: all .2s ease;
}

.login-link:hover {
  background: #ffc107;
}


.about-sec {
  font-size: 52px;
  padding: 30px;
  font-family: --ff;
}

.about {
  color: var(--text-color);
  display: flex;
  border: #526388 1px solid;
  border-radius: 25px;
  padding: 40px;
  background-color: var(--bg-color);
  opacity: 0.9;
  border-bottom-width: thick;
  max-width: 1001px;
  font-size: larger;
  margin-left: 5rem;
}

html:not(.dark-mode) .glow {
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html:not(.dark-mode) .glow:hover {
  color: #023e81;
  text-shadow: 0 0 8px rgba(86, 103, 195, 0.834), 0 0 15px rgba(191, 185, 185, 0.632);
}


.hero-copy {
  font-size: 7vh;
  font-family: --ff;
}


.s1 ul {
  list-style-type: none;
}

/* =========================
   SERVICES SECTION ONLY
========================= */

#services {
  padding: 5rem 1rem;
  background: var(--bg-color);
  color: var(--text-color);
}

/* Login section */
.login-section {
  padding: 5rem 0 3rem;
  background: linear-gradient(135deg, rgba(14, 17, 35, 0.95), rgba(25, 22, 34, 0.97) 48%, rgba(18, 21, 41, 1));
  color: #f4f4f4;
}

.login-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.login-side,
.login-card {
  border-radius: 36px;
  overflow: hidden;
  position: relative;
}

.login-side {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  min-height: 560px;
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.login-side-content {
  z-index: 1;
  position: relative;
}

.login-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #ffc85d;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.login-side h2 {
  font-size: clamp(2.1rem, 2.8vw, 3.4rem);
  line-height: 1.05;
  margin-bottom: 1.25rem;
}

.login-side p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 2rem;
  line-height: 1.75;
}

.login-features {
  display: grid;
  gap: 1rem;
}

.feature-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 1rem 1.2rem;
}

.feature-item strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.feature-item span {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
}

.login-side-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 193, 7, 0.22), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 22%);
  pointer-events: none;
}

.login-card {
  background: rgba(14, 17, 32, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2.5rem;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth-switch {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  margin-bottom: 2rem;
  align-self: anchor-center;
}

.auth-tab {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  padding: 0.95rem 4.5rem;
  font-size: 0.97rem;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.auth-tab.active {
  color: #161616;
  background: #ffcc33;
}

#auth-title {
  font-size: 2.5rem;
  margin-bottom: 1.75rem;
}

.auth-form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-row label,
.input-group {
  display: grid;
  gap: 0.5rem;
}

.input-group span,
.form-row label span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.68);
}

.input-group input,
.form-row input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.input-group input:focus,
.form-row input:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.12);
}

.confirm-password {
  margin-top: 0.5rem;
}

.primary-btn {
  border: none;
  border-radius: 999px;
  padding: 1rem 1.15rem;
  background: linear-gradient(90deg, #ffd54f, #ffbe0b);
  color: #121212;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 28px rgba(255, 190, 0, 0.22);
}

.auth-note {
  margin: 1.75rem 0 1rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.82rem;
}

.social-buttons {
  display: flex;
  gap: 0.9rem;
}

.social-btn {
  flex: 1;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  font-size: 1.1rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.social-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.social-btn.google {
  color: #fbbc05;
}

.social-btn.facebook {
  color: #1877f2;
}

.social-btn.apple {
  color: #ffffff;
}

.hidden {
  display: none !important;
}

@media (max-width: 980px) {
  .login-shell {
    grid-template-columns: 1fr;
  }

  .login-side,
  .login-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .auth-switch {
    width: 100%;
  }
}

/* Carousel spacing */
#services .carousel {
  margin-top: 2rem;
}

/* Center card wrapper */
.service-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem 4rem;
}

/* Main card */
.service-card {
  width: 100%;
  max-width: 720px;
  background: var(--surface-container--);
  border: 1px solid var(--border-subtle--);
  border-radius: 24px;
  padding: 2.5rem;
  color: #fff;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.02);
  transition: transform 0.2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

/* Badge */
.service-badge {
  display: inline-block;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(230, 195, 100, 0.12);
  color: var(--text-primary--);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

/* Title */
.service-title {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #ffffff;
}

/* Description */
.service-description {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-variant--);
  margin-bottom: 1.5rem;
}

/* Features */
.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.service-features li {
  color: #d8dee9;
  font-size: 0.96rem;
  line-height: 1.5;
}

/* Footer */
.service-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Price block */
.service-price {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.duration {
  font-size: 0.82rem;
  color: var(--text-variant--);
  letter-spacing: 0.03em;
}

.price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary--);
}

/* Button */
.book-btn {
  border: none;
  outline: none;
  padding: 0.9rem 1.6rem;
  border-radius: 12px;
  background: var(--text-primary--);
  color: #111827;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.book-btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

/* SERVICES CAROUSEL ARROWS */

#services .carousel-control-prev,
#services .carousel-control-next {
  opacity: 1;
  width: 8%;
}

/* Arrow icon styling */
#services .carousel-control-prev-icon,
#services .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 1.5rem;
  background-size: 55%;
  filter: invert(1);
  transition: all 0.3s ease;
}

/* Hover effect */
#services .carousel-control-prev:hover .carousel-control-prev-icon,
#services .carousel-control-next:hover .carousel-control-next-icon {
  background-color: rgba(230, 195, 100, 0.9);
  transform: scale(1.08);
}

/* =========================
   SERVICES GLOW EXTENSION
========================= */

/* ONLY BORDER GLOW */

#services .service-card.glow1 {
  border: 1px solid rgba(230, 195, 100, 0.25);

  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

#services .service-card.glow1:hover {
  border-color: rgba(230, 195, 100, 0.75);

  /* outer border glow ONLY */
  box-shadow:
    0 0 8px rgba(230, 195, 100, 0.25),
    0 0 18px rgba(230, 195, 100, 0.18);

  transform: translateY(-4px);
}

/* BOOK BUTTON GLOW */

#services .book-btn.glow1 {
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease,
    background 0.3s ease;
}

#services .book-btn.glow1:hover {
  box-shadow:
    0 0 10px rgba(230, 195, 100, 0.45),
    0 0 22px rgba(230, 195, 100, 0.30);

  transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .service-card {
    padding: 1.8rem;
  }

  .service-title {
    font-size: 1.6rem;
  }

  .service-description {
    font-size: 0.95rem;
  }

  .service-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .book-btn {
    width: 100%;
    text-align: center;
  }

  #services .carousel-control-prev,
  #services .carousel-control-next {
    display: none;
  }
}

/* Center Section */
.s2 {
  flex-direction: column;
  position: relative;
}

/* OUR SERVICES heading */
.s2 h1 {
  font-size: 40px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

/* Golden line below heading */
.s2 h1::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  margin: 18px auto 0;
  background: linear-gradient(to right,
      transparent,
      #FFD700,
      transparent);
  border-radius: 50px;
}

/* Optional subtitle styling */
.s2 span {
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: bold;
}

/* 1. Container and its baseline transformation setup */
.animated-links {
  /* Set a clean baseline margin instead of the complex calc() formulas */
  margin-top: 1.5rem;
  margin-bottom: 0;

  /* Setting the default transition behavior so the movement is smooth */
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* TRIGGER: What happens to the column container when hovered */
.animated-links:hover {
  /* Subtle lift effect: moves up by 4px and scales up by 1% */
  transform: translateY(-4px) scale(1.01);
}

/* 2. Heading Style */
.foot-head {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgb(201, 168, 76);
}

/* 3. Unordered List Items Container */
.itemsfoot {
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(148, 163, 184);
  /* Default muted slate gray */
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* Creates clean spacing between vertical links */
}

/* 4. Smooth Transition for the Links */
.glow {
  display: inline-block;
  color: rgb(148, 163, 184);
  /* Start with the muted gray color */
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* TRIGGER: What happens when you hover over the link */
.glow:hover {
  color: rgb(255, 255, 255);
  text-shadow: 0 0 8px rgba(201, 168, 76, 0.6), 0 0 15px rgba(255, 255, 255, 0.3);
}

.icons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.icon-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  min-width: 1.4rem;
  font-size: 1rem;
  color: rgb(201, 168, 76);
}

.iconspec {
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgb(201, 168, 76);
}

.legal-info {
  position: relative;
  z-index: 10;
  margin: 4rem auto 0;
  display: flex;
  max-width: 80rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
  padding-top: 2rem;
  width: calc(100% - 2rem);
  box-sizing: border-box;
  flex-wrap: wrap;
}

.policy-links {
  display: flex;
  gap: 1.5rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgb(148, 163, 184);
}

.policy-links a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 700px) {
  .legal-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .policy-links {
    margin-top: 1rem;
  }
}

.company-credit {
  position: relative;
  z-index: 10;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}

.company-credit .credit-text {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgb(201, 168, 76, 0.6);
}

/*** Shop Section */
.shopframe {
  margin-bottom: 8rem;
  /* allow the inner scroll container to show and be interactable */
  overflow: visible;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.shopheader {
  margin-bottom: 3rem;
  display: flex;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  align-items: flex-end;
  justify-content: space-between;
}

.sub_heading_style {
  color: var(--text-primary--);
  letter-spacing: 0.3em;
  margin-bottom: 1rem;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.headline_font {
  font-family: Georgia, serif;
  /* Custom headline font assignment */
  color: var(--text-color);
  font-size: 2.25rem;
  font-weight: normal;
  margin: 0;
}

.shopheader .transition {
  color: var(--text-variant--);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(230, 195, 100, 0.2);
  padding-bottom: 4px;
  transition: all 0.3s ease-in-out;
}

.shopheader .transition:hover {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.scroll-container {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2rem;
  scrollbar-width: none;
}

.scroll-container::-webkit-scrollbar {
  height: 10px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
}

.scroll-container::-webkit-scrollbar-track {
  background: transparent;
}

.product_card {
  min-width: 300px;
  background-color: var(--surface-container--);
  border: 1px solid var(--border-subtle--);
  color: var(--text-color);
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.product_card:hover {
  transform: translateY(-4px);
}

.viewport_container {
  height: 16rem;
  overflow: hidden;
}

.img_spec {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.4, 0, 0.2, 1);
}

.product_card:hover .img_spec {
  transform: scale(1.1);
}

.content_details {
  padding: 1.5rem;
}

.contentheading {
  font-family: Georgia, serif;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.content-text {
  color: var(--text-variant--);
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
}

.pricetypo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price {
  color: var(--text-primary--);
  font-weight: 700;
  font-size: 1.125rem;
}

.shopbtn {
  background-color: rgba(255, 255, 255, 0.05);
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 9999px;
  /* Absolute circle boundary */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease;
}

.shopbtn:hover {
  background-color: var(--text-primary--);
  transform: scale(1.1);
}

.contact-section {
  margin: auto ;
  max-width: 40rem;
  padding: 0 1rem;
  color: var(--text-color);
  background-color: var(--bg-color);
  border: 1px solid var(--border-subtle--);
  border-radius: 1rem;
  padding: 2rem;
}

.contact-info {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border-subtle--);
  border-radius: 0.5rem;
  background-color: transparent;
  color: var(--text-color);
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.kundali-container {
  margin: 8rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 4rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.kundali-form {
  position: relative;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--text-variant--);
  padding: 2rem;
}

.kundali-form:hover {
  border-color: var(--text-primary--);
  transform: translate(0, -4px) rotate(0) skewX(0) skewY(0) scaleX(1.02) scaleY(1.02);
}

.kundali-form canvas {
  display: block;
  pointer-events: none;
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  background-color: var(--surface-container--);
}

.kundali-form form {
  position: relative;
  z-index: 20;
  margin-top: calc(1.5rem * calc(1 - 0));
  margin-bottom: calc(1.5rem * 0);
}

.input-group {
  margin-top: calc(0.5rem * calc(1 - 0));
  margin-bottom: calc(0.5rem * 0);
}

.kundali_items {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-primary--);
}

.kundali_input_ {
  width: 100%;
  background-color: var(--surface-container--);
  filter: brightness(1.9);
  border: none;
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(255, 255, 255);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.submitbtn {
  margin-top: 1rem;
  width: 100%;
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
}

.submitbtn:hover {
  background-color: var(--text-primary--);
  color: #111827;
  transform: translate(0, -2px) rotate(0) skewX(0) skewY(0) scaleX(1.05) scaleY(1.05);
}