html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-family: "Arial", sans-serif;
}

body {
  background-color: #f9f7f2;
  /* background: linear-gradient(to bottom, #ffffff 0%, #e6f7ff 100%); */
  font-family: 'Roboto', sans-serif;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.header {
  position: relative;
  text-align: center;
  padding: 10px 15px;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in.visible {
  opacity: 1;
  /* Fully visible */
  transform: translateY(0);
  /* Reset position */
}

.changeTheme {
  background: linear-gradient(to bottom, #1D1E22 0%, #2C2F33 100%);

  .box-programmes,
  .box-coaching {
    background-color: #282A36;
    color: #FFFFFF;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
  }

  .box-programmes,
  .box-coaching,
  p {
    color: #EAEAEA;
  }

  .box-programmes.button-like:hover {
    background-color: #3A3F48;
  }

  .box-programmes.button-like:active {
    background-color: #2C3037;
  }


  .box-coaching.button-like:hover {
    background-color: #3A3F48;
  }

  .box-coaching.button-like:active {
    background-color: #2C3037;
  }

}

.header {
  position: relative;
  text-align: center;
  padding: 10px 10px;
}

.logo img {
  max-height: 100px;
}

/* @media (max-width: 389px) {

  .logo img {
    height: 75px;
  }
} */

.dark-mode-button {
  position: absolute;
  top: 25px;
  right: 20px;
}

.dark-mode-button {
  padding: 8px auto;
  font-size: 14px;
  cursor: pointer;
}

@media (min-width: 768px) {

  .flex-container {
    display: flex;
    gap: 80px;
    justify-content: center;
  }

  .container {
    margin-top: 80px;
  }

}

.slogan {
  text-align: center;
  color: #333;
  margin: 5px;
  font-weight: bold;
}

.slogan p {
  font-size: 18px;
}

.hero-subheadline {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  margin: -0.25rem 10px 1rem 10px;
  color: #444; /* optional for softer tone */
}

@media (min-width: 600px) {
  .hero-subheadline {
    font-size: 1.125rem;
  }
}

.cta-container {
  text-align: center;
  margin: 0 0 20px 0;
}

.claim-program-btn {
  display: inline-block;
  /* Ensures proper button-like appearance */
  text-align: center;
  /* Centers text */
  text-decoration: none;
  /* Removes underline */
  background-color: #007bff;
  /* Vibrant blue for attention */
  color: #fff;
  /* White text for contrast */
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  /* Subtle shadow for elevation */
  transition: all 0.3s ease;
  width: 300px;
}

.claim-program-btn:hover {
  background-color: #0056b3;
  /* Darker blue on hover */
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
  /* Slightly larger shadow */
  transform: translateY(-2px);
  /* Lift effect on hover */
}

.claim-program-btn:active {
  background-color: #003f7f;
  /* Even darker blue on click */
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  /* Reduced shadow */
  transform: translateY(2px);
  /* Press effect on click */
}

.cta-container-subtle {
  text-align: center;
  margin: 15px 0 20px 0;
}

.claim-program-btn-subtle {
  font-size: 16px;
  background-color: #EDE7DB;
  color: #000;
  box-shadow: none;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 5px;
}

.trust-line {
  margin-top: 1rem;
  opacity: 0.75;
  font-style: italic;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.4;
}

.challenge-line {
  margin-top: 1rem;
  opacity: 0.75;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #333;
}

.hero-image-wrapper {
  max-width: 300px;
  margin: 30px auto 50px auto;
  border-radius: 45px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border: 8px solid #000; /* Black frame */
  overflow: hidden;
  position: relative;
}

.hero-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 25px;
  background-color: #000;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 2;
  top: -8px;
}

.hero-ui-image {
  width: 100%;
  display: block;
   padding-top: 20px;
}

/* Optimized Training Plan Section */
.tailored-training-plan {
  text-align: center;
  padding: 35px 20px;
  color: #333;
}

.tailored-training-plan h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #222;
}

.tailored-training-plan p {
  font-size: 1rem;
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #444;
}

.mini-testimonial {
  padding: 0 20px;
}

.mini-testimonial .testimonial-card.mini {
  background-color: #EDE7DB;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 20px auto;
  max-width: 600px;
  width: 100%;
}

.review-text-mini {
  background-color: #E3DACF;
  padding: 12px 10px;
  border-radius: 8px;
  color: #333;
  margin-top: 10px;
  line-height: 1.4;
}

.hero-text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  color: #444;
  max-width: 600px;
  margin: 15px auto;
}

.hero-subheading {
  margin-bottom: 15px !important;
  text-align: center;
  font-size: 1.1rem !important;
  line-height: 1.5;
  color: #444;
  font-weight: 600;
}

.step-by-step {
  margin: 20px auto;
  /* Center the entire section */
  max-width: 600px;
  /* Adjust maximum width to control its layout */
  text-align: left;
  /* Maintain text alignment */
}

.steps-list {
  list-style: none;
  align-items: center;
  /* Align icons and text vertically */
  background-color: #EDE7DB;
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 16px;
  margin-top: 16px;
  /* border: 1px solid #D8CFC0; */
}

.step-item {
  display: flex;
  align-items: flex-start;
  /* Align items to the top */
  font-size: 1rem;
  color: #333;
}

.step-item-last {
  display: flex;
  align-items: flex-start;
  /* Align items to the top */
  font-size: 1rem;
  color: #333;
  margin-bottom: 0;
}

.emoji-box {
  display: flex;
  /* Centers the emoji in the box */
  align-items: center;
  /* Vertical centering */
  justify-content: center;
  /* Horizontal centering */
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #D4C5A8;
  /* border: 1px solid #B8A98C; */
  /* Darker background for contrast */
  color: #fff;
  font-size: 1.5rem;
  margin-right: 15px;
  /* Add spacing between emoji and text */
  flex-shrink: 0;
  padding-bottom: 2px;
}

.step-item b {
  font-weight: bold;
  /* Bold text */
  line-height: normal;
  /* Prevent bold text from affecting line height */
  display: inline;
  /* Ensure inline consistency */
}

@media (max-width: 768px) {
  .step-item {
    font-size: 0.9rem;
  }

  .emoji-box {
    width: 35px;
    height: 35px;
    font-size: 1.3rem;
  }
}

.habit-building {
  text-align: center;
  padding: 0px 20px 50px 20px;
  color: #333;
  /* Dark text for readability */
}

.habit-building h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #222;
}

.habit-building p {
  font-size: 1rem;
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #444;
}

.habit-building .habit-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
  margin-bottom: 15px;
  max-width: 600px;
}

@media (max-width: 768px) {
  .habit-building .habit-image img {
    max-width: 100%;
  }

  .nutrition-section .nutrition-image img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .habit-building h2 {
    font-size: 1.5rem;
  }

  .habit-building p {
    font-size: 1rem;
  }
}

.nutrition-section {
  text-align: center;
  padding: 0px 20px 50px 20px;
  color: #333;
  /* Dark text for readability */
}

.nutrition-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #222;
}

.nutrition-section p {
  font-size: 1rem;
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #444;
}

.nutrition-section .nutrition-image img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .nutrition-section h2 {
    font-size: 1.5rem;
  }

  .nutrition-section p {
    font-size: 1rem;
  }
}


.testimonial-section {
  background-color: #cfd8dc;
  text-align: center;
  padding: 50px 20px;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-container {
  touch-action: pan-y;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  /* so we can hide the overflowing slides */
}

.testimonial-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #222;
}

.arrow-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5a7f99;
  color: #fff;
  font-size: 20px;
  border: none;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.arrow-button:hover {
  background-color: #6c8ca8;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
}

.arrow-button:active {
  background-color: #607d8b;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.arrow-button.prev {
  left: 16px;
  /* instead of -20px */
}

.arrow-button.next {
  right: 16px;
  /* instead of -20px */
}


.testimonial-slider {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.3s ease;
  /* for sliding animation */
}

.testimonial-card {
  flex: 0 0 100%;
  /* each card takes up 100% of the container width */
  box-sizing: border-box;
  background: #f8f9fa;
  border-radius: 10px;
  margin: 0 10px 0 10px;
  /* slight horizontal margin so slides aren’t jammed */
  text-align: center;
  padding: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Make sure we don’t get weird spacing at small widths */
@media (max-width: 768px) {
  .testimonial-card {
    margin: 0;
    /* remove margins on mobile, or adjust as you like */
  }
}

.before,
.after {
  text-align: center;
}

.before p,
.after p {
  margin-top: 5px;
  /* font-weight: bold; */
  color: #666;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .testimonial-card {
    /* Subtract the total horizontal margin so the card+margin = container width */
    flex: 0 0 calc(100% - 20px);
    margin: 0 10px;
  }
}

@media (max-width: 768px) {
  .arrow-button {
    display: none;
  }
}

.testimonial-card .images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.testimonial-card .before,
.testimonial-card .after {
  text-align: center;
}

.testimonial-card .before img,
.testimonial-card .after img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

/* "Before" and "After" labels */
.testimonial-card .before p,
.testimonial-card .after p {
  margin-top: 5px;
  /* font-weight: bold; */
  font-size: 1rem;
}

/* The container that holds the 3 testimonial "slots" */
.three-slides-container {
  position: relative;
  width: 100%;
  height: 440px;
  /* Adjust height if needed */
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  /* Use flexbox to center slots horizontally */
  justify-content: center;
}

/* Each testimonial slot: small, partially opaque by default */
/* Slot Styling */
.testimonial-slot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  transition: transform 0.5s ease, opacity 0.5s ease;
  width: 28%;
  max-width: 320px;
  padding: 10px;
  opacity: 0.5;
  box-sizing: border-box;
  background: #f8f9fa;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial-slot p {
  margin: 0px auto;
}

/* Center Slot */
.testimonial-slot.center {
  transform: translateY(-50%) scale(1.3);
  opacity: 1;
  z-index: 2;
  /* Ensure it stays above other slots */
}

/* Left Slot */
.testimonial-slot.left {
  transform: translateX(-120%) translateY(-50%) scale(0.8);
  opacity: 0.5;
  z-index: 1;
}

/* Right Slot */
.testimonial-slot.right {
  transform: translateX(120%) translateY(-50%) scale(0.8);
  opacity: 0.5;
  z-index: 1;
}

/* Tweak images inside the cards */
.testimonial-slot .images {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-bottom: 15px;
}

.testimonial-slot img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

.testimonial-slot p {
  color: #555;
  font-size: 12px;
  line-height: 1.4;
  word-wrap: break-word;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
}

/* Style for the 5-stars image */
.five-stars img {
  width: 100px;
  height: auto;
  margin: 5px auto;
  display: block;
}

.review-text {
  background-color: #f4f4f4;
  padding: 12px 10px;
  border-radius: 8px;
  color: #333;
  margin-top: 10px;
  line-height: 1.4;
}

.dots-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px auto;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.dot.active {
  background-color: #007bff;
}

.review-name {
  font-size: 16px;
  font-weight: bold;
  color: #2a2a2a;
  margin-bottom: 5px;
}

.youtube-prompt-section {
  text-align: center;
  padding: 20px 20px;
}

.youtube-video-container {
  margin: 0 auto;
  max-width: 100%;
}

.youtube-video-container iframe {
  width: 100%;
  max-width: 720px;
  height: auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.join-now-prompt {
  padding: 10px 20px;
  max-width: 600px;
  margin: 0 auto 20px auto;
}

.join-now-prompt h2 {
  font-size: 2rem;
  margin: 50px 0 30px 0;
  color: #222;
}

/* Style for the CTA button */
.cta-container .claim-program-btn {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.cta-container .claim-program-btn:hover {
  background-color: #0056b3;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.cta-container .claim-program-btn:active {
  background-color: #003f7f;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(2px);
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;      /* make sure it’s flush to the left edge */
  right: 0;     /* …and the right edge */
  width: 100%;  /* now includes padding, thanks to border-box */
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #fff;
  padding: 1rem;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1000;
}

.cookie-banner p {
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}

.cookie-banner a {
  color: #f5a623;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.cookie-buttons button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
}

#accept-all {
  background-color: #28a745;
  color: #fff;
}

#deny-all {
  background-color: #dc3545;
  color: #fff;
}

button:hover {
  opacity: 0.9;
}

.footer {
  margin-top: auto;
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
}

.footer-content {
  max-width: 600px;
  margin: 0 auto;
}

.footer-content p {
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: white;
}

.footer-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.footer-links a {
  text-decoration: none;
  color: white;
  font-size: 0.9rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.social-icons img {
  width: 24px;
  height: 24px;
  transition: transform 0.2s;
}

.social-icons img:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {

  .footer {
    padding: 20px 0;

  }

  .footer-links {
    flex-direction: column;
    /* Stack links vertically */
    gap: 10px;
    padding: 5px 0;
  }

  .footer-links a {
    font-size: 1.1rem;
    /* Larger text for easier readability */
    margin-bottom: 10px;
    text-decoration: underline;
  }

  .footer p {
    font-size: 1rem;
    /* Larger text for easier readability */
    margin-bottom: 20px;
  }

  .social-icons img {
    width: 42px;
    /* Slightly larger for mobile */
    height: 42px;
    margin: 0 35px;
  }

  .footer span {
    display: none;
  }
}

/* ——— Header & Nav ——— */
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.main-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
}

.main-nav a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  transition: color 0.2s;
}

.main-nav a:hover {
  color: #A855F7;
  /* pro purple hover */
}

/* hide desktop nav on mobile, show hamburger */
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }

  .hamburger {
    display: block;
  }
}

@media (min-width: 769px) {
  .hamburger {
    display: none;
  }
}

/* ——— Modal Overlay & Content ——— */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3000;
}

.modal-content {
  background: #fff;
  padding: 2rem;
  width: 90%;
  max-width: 400px;
  border-radius: 8px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}

.modal-content h2 {
  margin-top: 0;
}

.modal-content form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.modal-content input[type="email"] {
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.modal-content button[type="submit"] {
  padding: 0.8rem;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.modal-content button[type="submit"]:hover {
  background: #0056b3;
}

.faq-list details {
  margin-bottom: 1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
}

/* small text under login form */
.small {
  font-size: 0.9rem;
  margin-top: 1rem;
  text-align: center;
}

/* ——— Mobile Nav Tweaks ——— */

.header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hamburger {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 10;
}

/* hide desktop‑style menu until toggled */
.main-nav {
  display: none;
}

.main-nav.open {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  /* no centering—panel itself will define its layout */
}

.main-nav.open ul {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  /* shrink the panel width from 75% → 60% */
  max-width: 300px;
  margin: 0;
  /* add extra left‑padding so items aren’t flush to the edge */
  padding: 4.5rem 1rem 1rem 2rem;
  background: #fff;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  border-radius: 0 8px 8px 0;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* left‑align the flex items */
  gap: 1rem;
  list-style: none;
}

.main-nav.open ul li+li {
  margin-top: 0.5rem;
}

.main-nav.open ul li {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.75rem;
}

.main-nav.open ul li:last-child {
  border-bottom: none;
  /* no border on last */
  padding-bottom: 0;
  /* optional: remove extra padding */
}

.main-nav.open ul a {
  padding: 0.75rem 1rem;
  border-radius: 6px;
  transition: background 0.2s ease;
  color: #333;
  text-align: left;
  display: block;
  font-weight: 500;
  font-size: 1.2rem;
}

.main-nav.open ul a:hover {
  background: #F0F0F0;
}

.nav-close {
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
  z-index: 2100;
}

.main-nav.open .nav-close {
  color: #333;
}

.main-nav.open::before {
  content: '';
  position: absolute;
  top: 3.75rem;
  left: 0;
  width: 100%;
  height: 1px;
  /* background: #e5e5e5; */
}

.faq-answer {
  color: #444;
  background-color: #F6F4EF;
  padding: 10px;
  border-radius: 5px;
}

/* -------------- Modal login (re-use existing login styles) -------------- */
#login-modal .modal-content {
  background: #fff;                          /* pure white */
  border-radius: 12px;                       /* softer corners */
  padding: 2rem 1.5rem;                      /* roomier inner padding */
  max-width: 380px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);    /* gentle lift */
}

/* Close button “✕” */
#login-modal .close-btn {
  color: #666;                               /* softer grey */
  font-size: 1.2rem;
}
#login-modal .close-btn:hover {
  color: #333;
}

/* Title */
#login-modal h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.25rem;
  font-size: 1.4rem;
}

/* Labels */
#login-modal .input-group label {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.3rem;
}

/* Inputs */
#login-modal .input-group input {
  width: 90%;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fafafa;
  transition: border-color 0.2s;

}
#login-modal .input-group input:focus {
  border-color: #007bff;   /* your brand accent */
  outline: none;
  background: #fff;
}

/* Error text */
#login-modal .error-message {
  color: #e74c3c;
  font-size: 0.85rem;
  min-height: 1em;
  margin-top: 0.25rem;
}

/* Primary button */
#login-modal .login-btn {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #007bff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0,123,255,0.15);
  transition: background 0.2s, transform 0.1s;
}
#login-modal .login-btn:hover {
  background: #006ae6;
}
#login-modal .login-btn:active {
  background: #005bb5;
  transform: translateY(1px);
}

/* “Don’t have…” link */
#login-modal .small {
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  margin-top: 1rem;
}
#login-modal .small a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}
#login-modal .small a:hover {
  text-decoration: underline;
}

/* remember-me inline checkbox */
#login-modal .remember-wrap {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.25rem;
  cursor: pointer;
}
/* optional: prettified square */
#login-modal .remember-wrap input[type="checkbox"] {
  accent-color: #007bff;   /* same blue as button */
  background-color: #ddd;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.checkbox {
  color: #ddd;
}


