body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f7f9fc; /* light */
    color: #1e293b;            /* light */
}

body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f7f9fc; /* light */
    color: #1e293b;            /* light */
}

/* HERO SECTION (Section 1) */
.employer_section_1 {
	grid-column: 1/-1;
	grid-row: 6/8; 
    display: grid;
        grid-template-rows: 50px auto auto auto 25px 25px auto auto auto auto;
        grid-template-columns: 1fr;
    background: linear-gradient(to right, #ffffff, #e2e8f0); /* light */
    color: #1e293b; /* light */
}

.employer_section1_hero {
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
	text-align: center !important; 
	color: #1e293b;  /* light */
	 font-family: Inter, sans-serif !important;
	 width: 80%;
	 margin: 0 auto; 
	 margin-top: 40px; 
	 
}

.employer_section1_hero span {
    color: #6366f1; /* light */
    display: block;
    margin-top: 5px;
	 font-family: Inter, sans-serif !important;
}

.employer_section1_manchet {
    font-size: 1.125rem;
    color: #64748b; /* light */
	 font-family: Inter, sans-serif !important;
	 text-align: center; 
	 width: 80%; 
	 margin: 0 auto; 
	 margin-top: 20px; 
}


.cta-wrapper {
  display: flex;
  flex-direction: column;      /* ✅ Button appears above link */
  align-items: center;         /* ✅ Center items horizontally */
  gap: 30px;                   /* ✅ Space between button and link */
  margin-top: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  padding: 14px 28px;
  background-color: #6366f1; /* light */
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1em;
  width: 100%;
  text-align: center;
}

.job-seeker-link {
  color: #475569; /* light */
  text-decoration: none;
  font-size: 1em;
  text-align: center;
}


.search-talent-btn {
  background-color: #ffffff;
  color: #0b6cff;
  border: 1px solid #0b6cff;
  margin-left: 10px;
    padding: 14px 28px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1em; 
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  	 font-family: Inter, sans-serif !important;
}

.search-talent-btn:hover {
  background-color: #0b6cff;
  color: #ffffff;
}


/* Light Version of Search Talent Button */
.search-talent-btn-light {
  background-color: #0b6cff;
  color: #ffffff;
  border: 2px solid #0b6cff;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.search-talent-btn-light:hover {
  background-color: #0047b3; /* slightly darker blue */
  border-color: #0047b3;
  color: #ffffff;
}

.container {
	grid-column: 1/-1; 
	grid-row: 2; 
width: 100%; 
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
	 font-family: Inter, sans-serif !important;
}

/* SECTION 2: Cards for job services */
.employer_section_2 {
	grid-column: 1/27;
	grid-row: 10/11; 
  background-color: #f7f9fc; /* light */
  padding: 80px 20px;
  color: #1e293b; /* light */
 	 font-family: Inter, sans-serif !important;
}

.container_section2 {
  width: 100%;
  margin: 0 auto;
 	 font-family: Inter, sans-serif !important;
}

.employer_section2_title {
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1e293b;  /* light */
 	 font-family: Inter, sans-serif !important;
}

.employer_section2_manchet {
  text-align: center;
  font-size: 1.2em;
  color: #64748b; /* light */
  margin-bottom: 60px;
 	 font-family: Inter, sans-serif !important;
}

.card-grid {
  display: flex;              /* REQUIRED for flex to work */
  flex-wrap: wrap;            /* Allows it to wrap instead of overflowing */
  justify-content: center;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;            /* Add horizontal padding */
  margin: 0 auto;
  max-width: 1200px;          /* Prevents it from getting too wide */
}

.card {
  max-width: 95%;
  margin-bottom: 20px; /* Add vertical spacing between cards */
  margin: 0 auto 20px; 
  background-color: #ffffff; /* light */
  border-color: rgba(2,6,23,0.08) !important; /* light subtle border */
  border-radius: 1rem !important;
}

/* Optional: Remove last card's extra margin */
.card:last-child {
  margin-bottom: 0;
}

.icon-wrapper {
  background-color: #e2e8f0; /* light */
  color: #6366f1;            /* light */
  font-size: 1.5em;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 20px;
 	 font-family: Inter, sans-serif !important;
}

.card h3 {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #1e293b;  /* light */
 	 font-family: Inter, sans-serif !important;
}

.card p {
  color: #334155; /* light */
  margin-bottom: 20px;
 	 font-family: Inter, sans-serif !important;
}

.card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
 	 font-family: Inter, sans-serif !important;
}

.card ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 24px;
  color: #475569; /* light */
 	 font-family: Inter, sans-serif !important;
	 font-size: 14px;  
	 text-align: left; 
}

.card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #10b981; /* light */
  font-size: 1em;
  line-height: 1.2;
 	 font-family: Inter, sans-serif !important;
}

.card-button {
  display: inline-block;      /* Prevent full-width stretch */
  padding: 15px 24px;
  background-color: #6366f1;  /* light */
  color: white;
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin: 20px auto 0 auto;   /* Center the button horizontally */
  width: 80%; 
 	 font-family: Inter, sans-serif !important;
}

.card-button:hover {
  background-color: #3a4270;
 	 font-family: Inter, sans-serif !important;
}

/* SECTION 3: Strategic Advantage */
.employer_section_3 {
  background-color: #ffffff;  /* light */
  padding: 80px 20px;
  color: #1e293b;             /* light */
  grid-column: 1/27; 
  grid-row: 12/13; 
 	 font-family: Inter, sans-serif !important;
}

.container_section3 {
  max-width: 1200px;
  margin: 0 auto;
 	 font-family: Inter, sans-serif !important;
}

.employer_section3_title {
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1e293b;  /* light */
 	 font-family: Inter, sans-serif !important;
}

.employer_section3_manchet {
  text-align: center;
  font-size: 1.2em;
  color: #64748b; /* light */
  margin-bottom: 60px;
 	 font-family: Inter, sans-serif !important;
}

.advantage-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
 	 font-family: Inter, sans-serif !important;
	 display: none; 
}

.advantage {
  background-color: #ffffff; /* light */
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  flex: 0 1 22%;
  min-width: 260px;
  max-width: 300px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06); /* light */
 	 font-family: Inter, sans-serif !important;
	 display: none; 
}

.icon-circle {
  background-color: #e2e8f0; /* light */
  color: #6366f1;            /* light */
  font-size: 1.8em;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
 	 font-family: Inter, sans-serif !important;
}

.advantage h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1e293b; /* light */
 	 font-family: Inter, sans-serif !important;
}

.advantage p {
  color: #334155; /* light */
  font-size: 0.95em;
  line-height: 1.5;
 	 font-family: Inter, sans-serif !important;
}

.employer_section_4 {
	grid-column: 1/27;
	grid-row: 14/15;
  background-color: #f7f9fc; /* light */
  padding: 80px 20px;
  color: #1e293b;            /* light */
 	 font-family: Inter, sans-serif !important;
}

.testimonial_title {
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1e293b;  /* light */
 	 font-family: Inter, sans-serif !important;
}

.testimonial_subtitle {
  text-align: center;
  font-size: 1.2em;
  color: #64748b; /* light */
  margin-bottom: 60px;
 	 font-family: Inter, sans-serif !important;
}

.testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
 	 font-family: Inter, sans-serif !important;
}

.testimonial-card {
  background-color: #ffffff; /* light */
  border-radius: 16px;
  padding: 40px 30px;
  max-width: 520px;
  flex: 1 1 45%;
  position: relative;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06); /* light */
 	 font-family: Inter, sans-serif !important;
}

.quote-mark {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 4em;
  color: rgba(255,255,255,0.05);
  z-index: 0;
  pointer-events: none;
  color: white; 
 	 font-family: Inter, sans-serif !important;
}

.testimonial-text {
  font-style: italic;
  font-size: 1.05em;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  color: #334155; /* light */
 	 font-family: Inter, sans-serif !important;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  margin-top: 30px;
 	 font-family: Inter, sans-serif !important;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
 	 font-family: Inter, sans-serif !important;
}

.testimonial-info {
  display: flex;
  flex-direction: column;
 	 font-family: Inter, sans-serif !important;
}

.testimonial-name {
  font-weight: bold;
  color: #1e293b; /* light */
 	 font-family: Inter, sans-serif !important;
}

.testimonial-role {
  color: #334155; /* light */
  font-size: 0.9em;
 	 font-family: Inter, sans-serif !important;
}

.employer_section_5 {
	grid-column: 1/27;
	grid-row: 16/17;
  background-color: #ffffff; /* light */
  padding: 100px 20px 80px;
  text-align: center;
  color: #1e293b; /* light */
 	 font-family: Inter, sans-serif !important;
}

.cta_title {
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1e293b; /* light */
 	 font-family: Inter, sans-serif !important;
}

.cta_subtitle {
  color: #334155; /* light */
  font-size: 1.1em;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 40px;
 	 font-family: Inter, sans-serif !important;
}

.cta_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
 	 font-family: Inter, sans-serif !important;
}

.cta_primary {
  background-color: #6366f1; /* light */
  color: white;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease;
 	 font-family: Inter, sans-serif !important;
}

.cta_primary:hover {
  background-color: #7d74ff;
 	 font-family: Inter, sans-serif !important;
}

.cta_secondary {
  color: #64748b; /* light */
  font-size: 1em;
  text-decoration: none;
  transition: color 0.3s ease;
 	 font-family: Inter, sans-serif !important;
}

.cta_secondary:hover {
  color: #1e293b; /* light */
 	 font-family: Inter, sans-serif !important;
}

/* Theme Toggle Button */
.theme-toggle-wrapper {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 9999;
}

.theme-toggle-btn {
  background-color: #e2e8f0;
  border: none;
  padding: 10px 18px;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.95em;
  color: #1e293b;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 90px; 
}

body.light-mode .theme-toggle-btn {
  background-color: #1e293b;
  color: #fff;
}

/* Light Mode Overrides */
body.light-mode {
  background-color: #f7f9fc;
  color: #1e293b;
}

body.light-mode .employer_section_1,
body.light-mode .employer_section_2,
body.light-mode .employer_section_4
{
  background-color: #f7f9fc;
  color: #1e293b;
}

body.light-mode .employer_section1_hero span,
body.light-mode .employer_section2_title,
body.light-mode .employer_section3_title,
body.light-mode .testimonial_title,
body.light-mode .cta_title {
  color: #1e293b;
}

body.light-mode .employer_section2_manchet,
body.light-mode .employer_section3_manchet,
body.light-mode .testimonial_subtitle,
body.light-mode .cta_subtitle {
  color: #64748b;
}

body.light-mode .card,
body.light-mode .advantage,
body.light-mode .testimonial-card {
  background-color: #ffffff;
  color: #1e293b;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

body.light-mode .icon-wrapper,
body.light-mode .icon-circle {
  background-color: #e2e8f0;
  color: #6366f1;
}

body.light-mode .card h3,
body.light-mode .advantage h4,
body.light-mode .testimonial-name {
  color: #1e293b;
}

body.light-mode .card p,
body.light-mode .advantage p,
body.light-mode .testimonial-text,
body.light-mode .testimonial-role {
  color: #334155;
}

body.light-mode .card-button,
body.light-mode .cta_primary {
  background-color: #6366f1;
  color: white;
}

body.light-mode .cta_secondary {
  color: #64748b;
}

body.light-mode .cta_secondary:hover {
  color: #1e293b;
}

/* Light Mode Overrides: Section 1 (Hero) */
body.light-mode .employer_section_1 {
  background: linear-gradient(to right, #ffffff, #e2e8f0); /* Light gradient */
  color: #1e293b;
}

body.light-mode .employer_section1_hero {
  color: #1e293b !important;
}

body.light-mode .employer_section1_hero span {
  color: #6366f1 !important;
}

body.light-mode .employer_section1_manchet {
  color: #64748b !important;
}

body.light-mode .cta-button {
  background-color: #6366f1 !important;
  color: white !important;
}

body.light-mode .job-seeker-link {
  color: #475569 !important;
}

body.light-mode .job-seeker-link:hover {
  color: #1e293b !important;
}

body.light-mode .employer_section_3 {
  background-color: white; /* light gray-blue background */
  color: #1e293b; /* dark slate text */
}

body.light-mode .employer_section_5
{
  background-color: white; /* light gray-blue background */
  color: #1e293b; /* dark slate text */
}

body.light-mode .card ul li {
  color: #475569; /* Slate gray for readability in light mode */
}

body.light-mode .card ul li::before {
  color: #10b981; /* A medium green for checkmarks (matches #3adb78 but better for light) */
}

/* EOR info page */
.eor_section_1 {
	grid-column: 1/-1;
	grid-row: 6/8; 
    display: grid;
	grid-template-rows: 100px auto 20px auto 30px ;
    grid-template-columns: auto 10px auto 10px auto 10px auto 10px auto;
    background: linear-gradient(to right, #ffffff, #f1f5f9); /* light */
    color: #0f172a; /* light */
		 font-family: Inter, sans-serif !important;
		 width: 92%; 
		 margin: 0 auto; 
}

.eor_back_link {
  position: absolute;
  top: 0;
  left: 0;
  color: #334155;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  	 font-family: Inter, sans-serif !important;
	 display: none; 
}

.eor_title {
  grid-column: 1 / -1;
  grid-row: 2;
  text-align: center;
  width: 70%;          /* full width of grid */
  margin: 0 auto; 
  font-size: 3em;
  font-weight: 800;
  color: #0f172a; /* light */
  font-family: Inter, sans-serif !important;
}

.eor_subtitle {
		grid-column: 1/-1; 
	grid-row: 4; 
  font-size: 1.25em;
  color: #0f172a; /* light */
  max-width: 800px;
  width: 70%; 
  margin: 0 auto;
  line-height: 1.6;

  text-align: center; 
  	 font-family: Inter, sans-serif !important;
}

.eor_section_2 {
	grid-column: 1/27; 
	grid-row: 10/11; 
  background-color: #f9fafb; /* light */
  padding: 50px 20px;
  text-align: center;
  	 font-family: Inter, sans-serif !important;
}

.eor_section2_container {
  max-width: 1200px;
  margin: 0 auto;
  	 font-family: Inter, sans-serif !important;
}

.eor_section2_title {
  font-size: 2.5em;
  font-weight: 800;
  color: #0f172a; /* light */
  margin-bottom: 10px;
	 font-family: Inter, sans-serif !important;
  
}

.eor_section2_subtitle {
  font-size: 1.125em;
  color: #475569; /* light */
  margin-bottom: 60px;
	 font-family: Inter, sans-serif !important;
}

.eor_features_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  	 font-family: Inter, sans-serif !important;
}

.eor_feature_card {
  background-color: #ffffff; /* light */
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  transition: transform 0.2s ease;
  border: 1px solid #e2e8f0; /* light */
  	 font-family: Inter, sans-serif !important;
}

.eor_feature_card:hover {
  transform: translateY(-4px);
  	 font-family: Inter, sans-serif !important;
}

.eor_icon_circle {
  background-color: #e2e8f0; /* light */
  color: #4f46e5;            /* light */
  font-size: 1.8em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  	 font-family: Inter, sans-serif !important;
}

.eor_card_title {
  font-size: 1.2em;
  font-weight: 700;
  color: #0f172a; /* light */
  margin-bottom: 12px;
	 font-family: Inter, sans-serif !important;
}

.eor_card_desc {
  color: #475569; /* light */
  font-size: 1em;
  line-height: 1.6;
	 font-family: Inter, sans-serif !important;
}

.eor_section_3 {
  background-color: #f9fafb; /* light */
  padding: 50px 20px;
  color: #0f172a;            /* light */
  grid-column: 1/27;
  grid-row: 12/13;
  	 font-family: Inter, sans-serif !important;
}

.eor_section3_container {
  max-width: 1000px;
  margin: 0 auto;
  	 font-family: Inter, sans-serif !important;
}

.eor_section3_title {
  text-align: center;
  font-size: 2.5em;
  font-weight: 800;
  margin-bottom: 60px;
	 font-family: Inter, sans-serif !important;
  color: #0f172a;  /* light */
}

.eor_steps_timeline {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  	 font-family: Inter, sans-serif !important;
}

.eor_step {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  position: relative;
  	 font-family: Inter, sans-serif !important;
}

.eor_step_icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: #e2e8f0; /* light */
  color: #4f46e5;            /* light */
  font-size: 1.6em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  	 font-family: Inter, sans-serif !important;
}

.eor_step_text h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 10px;
	 font-family: Inter, sans-serif !important;
  color: #0f172a; /* light */ 
}

.eor_step_text h3 span {
  color: #0f172a; /* light */
}

.eor_step_text p {
  color: #475569; /* light */
  font-size: 1em;
  line-height: 1.6;
	 font-family: Inter, sans-serif !important;
  margin: 0;
}

/* Add vertical line between icons */
.eor_step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 30px;
  width: 2px;
  height: calc(100% - 60px);
  background-color: #cbd5e1; /* light */
  z-index: 1;
  	 font-family: Inter, sans-serif !important;
}

.eor_section_4 {
  background-color: #f9fafb; /* light */
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  grid-column: 1/27;
  grid-row: 14/15;
  	 font-family: Inter, sans-serif !important;
}

.quote_form_wrapper {
  background-color: #ffffff; /* light */
  padding: 50px;
  border-radius: 12px;
  width: 100%;
  max-width: 700px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); /* light */
  color: #0f172a; /* light */
  text-align: center;
  	 font-family: Inter, sans-serif !important;
}

.quote_form_title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 10px;
	 font-family: Inter, sans-serif !important;
  color: #0f172a; /* light */ 
}

.quote_form_subtitle {
  font-size: 1.1em;
  color: #475569; /* light */
  margin-bottom: 40px;
	 font-family: Inter, sans-serif !important;
}

.quote_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  	 font-family: Inter, sans-serif !important;
}

.form_row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  	 font-family: Inter, sans-serif !important;
}

@media (min-width: 600px) {
  .form_row {
    flex-direction: row;
		 font-family: Inter, sans-serif !important;
  }
}

.quote_form input,
.quote_form textarea {
  background-color: #f1f5f9; /* light */
  border: 1px solid #cbd5e1; /* light */
  border-radius: 8px;
  padding: 16px;
  font-size: 1em;
  color: #0f172a;           /* light */
	 font-family: Inter, sans-serif !important;
  width: 100%;
}

.quote_form input::placeholder,
.quote_form textarea::placeholder {
  color: #64748b; /* light */
  	 font-family: Inter, sans-serif !important;
}

.quote_form textarea {
  resize: vertical;
  min-height: 100px;
  width: 95%;
  	 font-family: Inter, sans-serif !important;
}

.quote_form button {
  background-color: #4f46e5; /* light */
  color: white;
  padding: 16px;
  font-size: 1em;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
	 font-family: Inter, sans-serif !important;
  transition: background-color 0.2s ease-in-out;
}

.quote_form button:hover {
  background-color: #4338ca; /* light */
}

/* Light mode overrides */
body.light-mode {
  background-color: #f9fafb;
  color: #0f172a;
}

/* Quote Section Light Mode */
body.light-mode .eor_section_4 {
  background-color: #f9fafb;
}

body.light-mode .quote_form_wrapper {
  background-color: #ffffff;
  color: #0f172a;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

body.light-mode .quote_form_title {
  color: #0f172a;
}

body.light-mode .quote_form_subtitle {
  color: #475569;
}

body.light-mode .quote_form input,
body.light-mode .quote_form textarea {
  background-color: #f1f5f9;
  color: #0f172a;
  border: 1px solid #cbd5e1;
}

body.light-mode .quote_form input::placeholder,
body.light-mode .quote_form textarea::placeholder {
  color: #64748b;
}

body.light-mode .quote_form button {
  background-color: #4f46e5;
  color: white;
}

body.light-mode .quote_form button:hover {
  background-color: #4338ca;
}

body.light-mode .eor_section_1 {
  background: linear-gradient(to right, #ffffff, #f1f5f9);
  color: #0f172a;
}

body.light-mode .eor_title,
body.light-mode .eor_subtitle {
  color: #0f172a;
}

body.light-mode .eor_section_2 {
  background-color: #f9fafb;
}

body.light-mode .eor_section2_title {
  color: #0f172a;
}

body.light-mode .eor_section2_subtitle {
  color: #475569;
}

body.light-mode .eor_feature_card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
}

body.light-mode .eor_icon_circle {
  background-color: #e2e8f0;
  color: #4f46e5;
}

body.light-mode .eor_card_title {
  color: #0f172a;
}

body.light-mode .eor_card_desc {
  color: #475569;
}

body.light-mode .eor_section_3 {
  background-color: #f9fafb;
  color: #0f172a;
}

body.light-mode .eor_section3_title {
  color: #0f172a;
}

body.light-mode .eor_step_icon {
  background-color: #e2e8f0;
  color: #4f46e5;
}

body.light-mode .eor_step_text h3,
body.light-mode .eor_step_text h3 span {
  color: #0f172a;
}

body.light-mode .eor_step_text p {
  color: #475569;
}

body.light-mode .eor_step:not(:last-child)::after {
  background-color: #cbd5e1;
}

/* ——— Original ——— */
.quote_form_wrapper {
  background-color: #ffffff; /* light */
  padding: 50px;
  border-radius: 12px;
  width: 100%;
  max-width: 700px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); /* light */
  color: #0f172a; /* light */
  text-align: center;
  font-family: Inter, sans-serif !important;
}

.quote_form_title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: Inter, sans-serif !important;
  color: #0f172a; /* light */ 
}

.quote_form_subtitle {
  font-size: 1.1em;
  color: #475569; /* light */
  margin-bottom: 40px;
  font-family: Inter, sans-serif !important;
}

.quote_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: Inter, sans-serif !important;
}

.form_row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: Inter, sans-serif !important;
}

@media (min-width: 600px) {
  .form_row {
    flex-direction: row;
    font-family: Inter, sans-serif !important;
  }
}

.quote_form input,
.quote_form textarea {
  background-color: #f1f5f9; /* light */
  color: #0f172a;           /* light */
  border: 1px solid #cbd5e1;/* light */
  border-radius: 8px;
  padding: 16px;
  font-size: 1em;
  font-family: Inter, sans-serif !important;
  width: 100%;
}

.quote_form input::placeholder,
.quote_form textarea::placeholder {
  color: #64748b; /* light */
  font-family: Inter, sans-serif !important;
}

.quote_form textarea {
  resize: vertical;
  min-height: 100px;
  width: 95%;
  font-family: Inter, sans-serif !important;
}

.quote_form button {
  background-color: #4f46e5; /* light */
  color: white;
  padding: 16px;
  font-size: 1em;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: Inter, sans-serif !important;
  transition: background-color 0.2s ease-in-out;
}

.quote_form button:hover {
  background-color: #4338ca; /* light */
}

/* Light mode overrides */
body.light-mode {
  background-color: #f9fafb;
  color: #0f172a;
}

/* Quote Section Light Mode */
body.light-mode .eor_section_4 {
  background-color: #f9fafb;
}

body.light-mode .quote_form_wrapper {
  background-color: #ffffff;
  color: #0f172a;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

body.light-mode .quote_form_title {
  color: #0f172a;
}

body.light-mode .quote_form_subtitle {
  color: #475569;
}

body.light-mode .quote_form input,
body.light-mode .quote_form textarea {
  background-color: #f1f5f9;
  color: #0f172a;
  border: 1px solid #cbd5e1;
}

body.light-mode .quote_form input::placeholder,
body.light-mode .quote_form textarea::placeholder {
  color: #64748b;
}

body.light-mode .quote_form button {
  background-color: #4f46e5;
  color: white;
}

body.light-mode .quote_form button:hover {
  background-color: #4338ca;
}

body.light-mode .eor_section_1 {
  background: linear-gradient(to right, #ffffff, #f1f5f9);
  color: #0f172a;
}

body.light-mode .eor_title,
body.light-mode .eor_subtitle {
  color: #0f172a;
}

body.light-mode .eor_section_2 {
  background-color: #f9fafb;
}

body.light-mode .eor_section2_title {
  color: #0f172a;
}

body.light-mode .eor_section2_subtitle {
  color: #475569;
}

body.light-mode .eor_feature_card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
}

body.light-mode .eor_icon_circle {
  background-color: #e2e8f0;
  color: #4f46e5;
}

body.light-mode .eor_card_title {
  color: #0f172a;
}

body.light-mode .eor_card_desc {
  color: #475569;
}

body.light-mode .eor_section_3 {
  background-color: #f9fafb;
  color: #0f172a;
}

body.light-mode .eor_section3_title {
  color: #0f172a;
}

body.light-mode .eor_step_icon {
  background-color: #e2e8f0;
  color: #4f46e5;
}

body.light-mode .eor_step_text h3,
body.light-mode .eor_step_text h3 span {
  color: #0f172a;
}

body.light-mode .eor_step_text p {
  color: #475569;
}

body.light-mode .eor_step:not(:last-child)::after {
  background-color: #cbd5e1;
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

/* ——— Mobile adaptations (≤600px) ——— */

.eor_section_sent_info {
  background: #ffffff; /* light */
  color: #1a1f2c;      /* light */
  padding: 24px;       /* light */
  display: flex;
  justify-content: center;
  grid-column: 1/-1;
  grid-row: 6/8;
  	 font-family: Inter, sans-serif !important;
}

.quote_form .field {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.quote_form .form_row {
  display: flex;
  gap: 20px;
}

.quote_form label {
  font-weight: 500;
  margin-bottom: 5px;
  color: #5a6578; /* light */
  font-size: 1.1em; 
}

.field-value {
  display: block;
  padding: 10px;
  font-size: 20px;
  color: black; /* light */
  white-space: pre-wrap; /* preserves newlines */
  font-weight: 700; 
}

/* ========= LIGHT THEME ========= */
body.light .eor_section_sent_info {
  background: #ffffff;
  color: #1a1f2c;
  padding: 24px;
}

body.light .quote_form_wrapper {
  background: #f7f8fa;
  border: 1px solid #e6e8ef;
  border-radius: 12px;
  padding: 24px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

body.light .quote_form_title {
  margin: 0 0 8px 0;
  font-size: 28px;
  line-height: 1.2;
  color: #1a1f2c;
}

body.light .quote_form_subtitle {
  margin: 0 0 20px 0;
  color: #5a6578;
  font-size: 16px;
}

body.light .quote_form {
  display: grid;
  gap: 16px;
}

body.light .form_row {
  display: grid;
  gap: 16px;
}

@media (min-width: 700px) {
  body.light .form_row {
    grid-template-columns: 1fr 1fr;
  }
}

body.light .field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.light .quote_form label {
  font-weight: 500;
  color: #5a6578;
  font-size: 18px;
}

body.light .field-value {
  display: block;
  padding: 12px 14px;
  color: black;
  font-size: 22px;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
  font-weight: 700; 
}

body.light .quote_form_wrapper::before {
  content: "";
  display: block;
  height: 4px;
  width: 64px;
  border-radius: 999px;
  margin-bottom: 16px;
}

/* Go Back — fixed at top-left, consistent across themes */
.sent-go-back-link {
  position: fixed;
  top: 110px;
  left: 50px;
  z-index: 9999;

  display: inline-flex;
  align-items: center;
  gap: 6px;

  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  font-family: Inter, sans-serif;

  /* Light/base look now */
  background: rgba(255, 255, 255, 0.95);
  color: #5a6578;
  border-color: rgba(11,108,255,0.3);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);

  transition: transform 0.12s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sent-go-back-link:hover {
  transform: translateY(-1px);
  color: black; /* light hover */
}

/* Light theme colors only (no position changes) */
body.light .sent-go-back-link {
  background: rgba(255, 255, 255, 0.95);
  color: #5a6578;
  border-color: rgba(11,108,255,0.3);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

body.light .sent-go-back-link:hover {
  color: black;
}
