 /* ─── Global Reset & Variables ───────────────────────────── */
:root {
  --bg: #ffffff;
  --text: #1a1a1a;
  --accent: #007bff;
  --bg-slide: #f9f9f9;
  --accent-hover: #28a745;
}

[data-theme="dark"] {
  --bg: #1e1e1e;
  --text: #f1f1f1;
  --accent: #00ccff;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  transition: background 0.3s, color 0.3s;
  overflow-x: hidden;
}

/* ─── Layout Containers ──────────────────────────────────── */
.home_wrapper {
  position: relative; /* Required for absolute positioning of overlay */
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../images/ai_background.png') no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px;
  z-index: 0;
}

.home_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1; /* Stays behind content */
}


.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding-top: 70px;
  padding-bottom: 10px;
}

body.home .container {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /* Make it wider */
  max-width: 1200px;
  width: 100%;

  /* Make it taller */
  min-height: 90vh;  /* or use height: 100vh; if you want full viewport height */
  padding-bottom: 10px; /* more bottom space if needed */
}


.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 60px; /* updated padding-bottom */
  position: relative;
  z-index: 2;
}

/* ─── Navigation ─────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1001;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}



.navbar .logo img {
  height: 40px;
  max-height: 100px;
  width: auto;
}

.navbar nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
  font-weight: 500;
}

.navbar nav a:hover {
  text-decoration: underline;

}

/* ─── Headings & Text ────────────────────────────────────── */
h1 {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
  color: var(--text);
}

h2 {
  font-size: 26px;
  margin-top: 40px;
  color-green: var(--accent);
}

.h2 {
  text-align: center;
  margin-top: 2rem;
  color: green;
}


p {
  line-height: 1.7;
  margin: 16px 0;
  font-size: 16px;
  color: var(--text);
}

ul {
  padding-left: 20px;
  margin: 10px 0;
  color: var(--text);
}

/* ─── Landing Page Elements ─────────────────────────────── */
.text-container {
  text-align: center;
}

.headline {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #333;
}

.category-line {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 10px;
  color: #1A73E8;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.4em;
}

#ai-category {
  display: inline-block;
  min-width: 220px;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}

.countdown-container {
  font-size: 1.5rem;
  color: #333;
  margin-top: 20px;
}

.countdown {
  font-size: 3rem;
  font-weight: bold;
  color: #e74c3c;
}

.target-date {
  font-size: 1rem;
  color: #555;
  margin-top: 10px;
}

.email-signup {
  margin-top: 40px;
}

.email-signup input[type="email"] {
  padding: 10px;
  width: 260px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.email-signup button {
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
}

/* ─── Footer Wrapper ───────────────────────────── */
.footer {
  position: relative;
  background: #eee;
  text-align: center;
  padding: 20px 0;
  z-index: 1000;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  margin-top: auto;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
}

/* ─── Footer Tag Styling ───────────────────────── */
footer {
  background: #eee;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
}

/* ─── Footer Container ─────────────────────────── */
.footer-container {
  background: #eee;
  max-width: 1200px;
  margin: auto;
  padding: 10px 0;
}

/* ─── Footer Links ─────────────────────────────── */
footer a {
  color: blue;               /* Default link color */
  margin: 0 10px;
  text-decoration: none;     /* No underline */
  font-size: 1.2rem;         /* Regular font size */
  font-weight: 500;
  transition: all 0.3s ease; /* Smooth hover animation */
}

footer a:hover {
  color: green;              /* Hover color */
  font-size: 1.4rem;         /* Hover size */
  text-decoration: none;     /* No underline on hover */
}

/* Footer Icons */
.footer-icons {
  margin: 10px 0 5px;
}

.footer-icons a {
  display: inline-block;
  margin: 0 10px;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-icons a:hover {
  color: #fff;
}

.footer-icons svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: currentColor;
}

/* ─── Footer Note Text ─────────────────────────── */
.footer-note {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 0.85rem;
  color: #000;
  font-weight: 400;
}

/* ─── Responsive Footer Links Layout ───────────── */
.footer-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  overflow-x: auto;
  padding: 10px 0;
  white-space: nowrap;
  width: 100%;
}

/* ─── Standalone nav-links component ─────────────────────────── */
.nav-links {
  display: flex;
  gap: 20px;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
}

/* ─── Base styles for nav and social links ───────────────────── */
.nav-links a,
.social-icons a {
  text-decoration: none;
  transition: all 0.3s ease;
}

/* ─── Hover styles for nav and social links ──────────────────── */
.nav-links a:hover,
.social-icons a:hover {
  text-decoration: underline;
  text-decoration-color: #007BFF; /* Blue underline */
  text-underline-offset: 4px;     /* Optional spacing */
}

/* ─── Appointment link specific styles ───────────────────────── */
.nav-links .nav-appointments {
  color: var(--accent);
  font-weight: 700;
  font-size: 1.1rem;
  margin-left: 10px;
}

/* ─── Appointment link hover override ────────────────────────── */
.nav-links .nav-appointments:hover {
  color: var(--accent-hover);
  font-size: 1.2rem;
  /* Keep underline */
  text-decoration: underline;
  text-decoration-color: #007BFF;
  text-underline-offset: 4px;
}



.social-icons {
  margin: 10px 0 5px;
}

.social-icons a {
  display: inline-block;
  margin: 0 10px;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #fff;
}

.social-icons svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: currentColor;
}

/* ─── Responsive ─────────────────────────────────────────── */
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
    color: green;
  }

  p {
    font-size: 20x;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar nav {
    margin-top: 10px;
  }

  .text-container h1 {
    font-size: 1.4rem;
  }

  .countdown {
    font-size: 2.2rem;
  }

  .countdown-container {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .calendly-inline-widget {
    height: 1200px;
  }
}


/* ─── Contact Form Styles ───────────────────────────── */
.contact-form {
  max-width: 600px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s ease;
}

.contact-form:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form .form-group {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text);
}

.contact-form input,
.contact-form textarea {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  background-color: #fff;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
  min-height: 160px;
  width: 100%;
}

.submit-btn {
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--accent);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #005dc1;
}

.form-message {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #333;
}

/* ─── Contact Info Section ───────────────────────────── */
.contact-info {
  text-align: center;
  margin-top: 40px;
  color: var(--text);
}

.contact-info a {
  color: var(--accent);
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.form-message {
  margin-top: 6px;
  font-size: 0.9rem;
  color: #555;
  transition: color 0.3s ease;
}

/* ─── Slideshow Styles ───────────────────────────── */
.slideshow-container {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  max-width: 1000px;
  height: auto;
  min-height: 420px;
  margin: 0 auto;
  background: var(--bg-slide, #f0f0f0);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  border-radius: 12px;
  overflow: hidden;
  transition: background-color 0.5s;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.8s ease-in-out;
  color: var(--text);
}

.slide.active {
  opacity: 1;
  z-index: 1;
  padding-top: 20px;
}

.slide-content {
  padding: 60px 30px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8; /* Improves paragraph readability */
}

.slide-content h2 {
  margin-bottom: 24px; /* Adds space after heading */
}

.slide-content p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 0;
}


/* Uniform white background for all slides */
.slide-1,
.slide-2,
.slide-3,
.slide-4,
.slide-5,
.slide-6,
.slide-7 {
  background-color: #ffffff;
}

/* Custom heading colors */
.heading-1 {
  color: #007bff; /* Blue */
}

.heading-2 {
  color: #e67e22; /* Orange */
}

.heading-3 {
  color: #8e44ad; /* Purple */
}

.heading-4 {
  color: #16a085; /* Teal */
}

.heading-5 {
  color: #c0392b; /* Red */
}

.heading-6 {
  color: #2980b9; /* Deep Blue */
}

.heading-7 {
  color: #7f8c8d; /* Gray */
}

.slide {
  transition: background-color 0.6s ease, color 0.6s ease;
}

.nav-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 30px;
  box-sizing: border-box;
  z-index: 10;
}

.prev, .next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: white;
  color: #1a1a1a;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: background-color 0.3s, color 0.3s;
}

.prev:hover, .next:hover {
  background-color: var(--accent);
  color: white;
}

.dots-container {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}

.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 6px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: var(--accent);
}

.contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-header h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.contact-header h2 {
  font-size: 20px;
  font-weight: 400;
  color: var(--text);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.dropdown-group {
  display: flex;
  gap: 20px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.dropdown-group > div {
  flex: 1;
  min-width: 200px;
}

.calendly-section {
  margin-top: 40px;
  padding-top:20px;
  padding: 0 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}







.image-box {
  margin: 40px auto;
  text-align: center;
  max-width: 800px;
}

.image-box img {
  max-width: 200px;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.image-box blockquote {
  font-size: 1.2rem;
  color: var(--text);
  font-style: italic;
  margin: 0 auto;
  line-height: 1.6;
}

.image-box cite {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  color: var(--accent);
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 60px 0;
}

.image-grid img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}


/* ─── Services Link Styling ─────────────────────── */
.services-link {
  font-weight: 800;
  font-size: 1rem;
  margin-right: 14px;
  color: #007bff; /* Primary blue */
  text-decoration: none;
  transition: all 0.3s ease;
}

.services-link:hover {
  color: #007bff; /* Darker blue on hover */
  text-decoration: underline;
  text-underline-offset: 4px;
}



.checklist {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.checklist li::before {
  content: "✅";
  margin-right: 10px;
  color: green;
}

.phase-list {
  margin-top: 20px;
  padding-left: 0; /* remove any inconsistent padding */
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.6;
  max-width: 600px; /* optional, to control width under heading */
  margin-left: auto;
  margin-right: auto;
}

.phase-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 12px;
}

.phase-label {
  width: 90px; /* fixed width for perfect vertical alignment */
  font-weight: 700;
  color: var(--accent);
  font-size: 1rem;
  flex-shrink: 0;
}

.phase-desc {
  flex: 1;
  font-weight: 400;
  font-size: 1rem;
}

.centered {
  text-align: center;
  margin-top: 20px;
}

.careers-note {
  text-align: center;
  padding-top: 40px;
  font-size: 1rem;
  color: var(--text);
}

.careers-note a {
  color: var(--accent);
  text-decoration: none;
}

.careers-note a:hover {
  text-decoration: underline;
}

.icon-small {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 6px;
}

.who-we-serve-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
  flex-wrap: wrap; /* Optional for responsiveness */
}

.who-we-serve-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: nowrap; /* Prevents wrapping */
  margin-top: 24px;
}

.who-item {
  text-align: center;
  flex: 1 1 0;
  max-width: 200px;
}

.who-item img {
  width: 100%;
  max-width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;     /* Makes it a circle */
  display: block;
  margin: 0 auto 8px auto;
}


.careers-note {
  margin-bottom: 5px; /* Or any value that reduces the gap */
}

.calendly-container {
    overflow: hidden;        /* Hides scrollbars */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;    /* Firefox */
  }

  .calendly-container::-webkit-scrollbar {
    display: none;            /* Chrome, Safari */
  }


.slide-image {
  width: 100%;
  max-width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  padding-top: 10px;       /* Adds 8px of top padding */
  display: block;
  margin: 0 auto 16px auto;
}


.about-hero {
  text-align: center;
  margin-bottom: 2rem;
}

.about-hero-image {
  width: 100%;
  max-width: 1024px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  display: block;
}

.highlight-box {
  background-color: #f5f5f5;
  padding: 1rem;
  border-left: 4px solid var(--accent);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

/* ─── 404 Page Specific Styles ───────────────────────────── */
body.not-found {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  background-color: var(--bg, #f9f9f9);
  color: var(--text, #1a1a1a);
  padding: 0 20px;
  font-family: 'Roboto', sans-serif;
}

.not-found-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 20px 40px;
}

.not-found-header h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--text);
}

.not-found-code {
  font-size: 8rem;
  font-weight: bold;
  color: var(--accent);
  margin: 0;
}

.not-found-message {
  font-size: 1.5rem;
  margin: 20px 0;
}

.not-found-glitch {
  font-size: 1rem;
  margin-bottom: 32px;
  opacity: 0.7;
}

.not-found-back-home {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--accent);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.not-found-back-home:hover {
  background-color: var(--accent-hover, #0056b3);
}



/* ─── Global Reset & Variables ───────────────────────────── */
:root {
  --bg: #ffffff;
  --text: #1a1a1a;
  --accent: #007bff;
  --bg-slide: #f9f9f9;
  --accent-hover: #28a745;
}

[data-theme="dark"] {
  --bg: #1e1e1e;
  --text: #f1f1f1;
  --accent: #00ccff;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  transition: background 0.3s, color 0.3s;
  overflow-x: hidden;
}

/* ─── Layout Containers ──────────────────────────────────── */
.home_wrapper {
  position: relative; /* Required for absolute positioning of overlay */
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../images/ai_background.png') no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px;
  z-index: 0;
}

.home_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1; /* Stays behind content */
}


.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding-top: 70px;
  padding-bottom: 10px;
}

body.home .container {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  /* Make it wider */
  max-width: 1200px;
  width: 100%;

  /* Make it taller */
  min-height: 90vh;  /* or use height: 100vh; if you want full viewport height */
  padding-bottom: 10px; /* more bottom space if needed */
}


.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 60px; /* updated padding-bottom */
  position: relative;
  z-index: 2;
}

/* ─── Navigation ─────────────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1001;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}



.navbar .logo img {
  height: 40px;
  max-height: 100px;
  width: auto;
}

.navbar nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
  font-weight: 500;
}

.navbar nav a:hover {
  text-decoration: underline;

}

/* ─── Headings & Text ────────────────────────────────────── */
h1 {
  font-size: 40px;
  margin-bottom: 20px;
  text-align: center;
  color: var(--text);
}

h2 {
  font-size: 26px;
  margin-top: 40px;
  color: var(--accent);
}

p {
  line-height: 1.7;
  margin: 16px 0;
  font-size: 16px;
  color: var(--text);
}

ul {
  padding-left: 20px;
  margin: 10px 0;
  color: var(--text);
}

/* ─── Landing Page Elements ─────────────────────────────── */
.text-container {
  text-align: center;
}

.headline {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #333;
}

.category-line {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 10px;
  color: #1A73E8;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.4em;
}

#ai-category {
  display: inline-block;
  min-width: 220px;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}

.countdown-container {
  font-size: 1.5rem;
  color: #333;
  margin-top: 20px;
}

.countdown {
  font-size: 2rem;
  font-weight: bold;
  color: #e74c3c;
}

.target-date {
  font-size: 1rem;
  color: #555;
  margin-top: 10px;
}

.email-signup {
  margin-top: 40px;
}

.email-signup input[type="email"] {
  padding: 10px;
  width: 260px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.email-signup button {
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
}



/* Standalone nav-links component */
.nav-links {
  display: flex;
  gap: 20px;
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
}

.nav-links a {
  text-decoration: none;
  color: var(--accent);
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: var(--accent);
  text-decoration: none;
}

.nav-links .nav-appointments {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  margin-left: 10px; /* Adds 10px space from the left */
}


.nav-links .nav-appointments:hover {
  color: var(--accent-hover);
  text-decoration: none;
  font-weight: 700;       /* Bold */
  font-size: 1.2rem;      /* Increase font size slightly */
}

/* Meet Shane Components */
/* Meet Shane Corporate Image Box Index Page */
.meet-shane-corporate-image-box-index-page {
  margin:5px auto;
  text-align: center;
  max-width: 800px;
}

.meet-shane-corporate-image-box-index-page img {
  max-width: 160px;
  border-radius: 50%;
  margin-bottom: 5px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}


/* Meet Shane Index Page Buttons */
.index-meet-shane-button {
  padding: 18px 30px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  background-color: #007bff;
}
.index-meet-shane-button:hover {
  background-color: #28a745;
}




/* Meet Hero Box*/
.meet-hero {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* Meet Shane Page Zoom Buttons */
.meet-shane-zoom-button-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  flex-wrap: wrap;
  font-size: 2rem;
}

.meet-shane-zoom-button-row a {
  padding: 14px 28px;
  font-size: 1.4rem;
  font-weight: 600;
  color: blue;
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.3s ease, font-size 0.3s ease;
}

.meet-shane-zoom-button-row a:hover {
  color: green;
  font-size: 2rem;
}

/* Category Rotator Style */
.services-category-rotator {
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
  transition: opacity 0.3s ease;
  color: green;
}

.services-grid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
  justify-content: center;
}

.service-section {
  flex: 1 1 calc(33.333% - 32px);
  background-color:  #f0f2f5;
  padding: 20px;
  border-radius: 10px;
  min-width: 250px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.service-section h2 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.service-section ul {
  padding-left: 20px;
  list-style-type: disc;
}

.pricing-section {
  padding: 60px 20px;
  background-color: #f0f2f5;
  text-align: center;
  border-radius: 16px; /* ✅ Rounded corners for the entire pricing section */
  margin: 40px auto;
  max-width: 1200px;   /* Optional: limits section width */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); /* Optional: subtle shadow */
}


.section-title {
  font-size: 2rem;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}

.pricing-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.pricing-box {
  flex: 1 1 250px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  padding: 24px;
  max-width: 320px;
  text-align: left;
}

.pricing-box h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
  color: #222;
}

.pricing-box p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 8px;
}

.pricing-box .price {
  font-size: 1.1rem;
  color: #007acc;
  font-weight: 700;
}



#countdown {
  font-size: 2rem;
  font-weight: bold;
  color: red;
  text-align: center;
  margin: 1rem 0;
}


/* ─── Responsive ─────────────────────────────────────────── */
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 20x;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar nav {
    margin-top: 10px;
  }

  .text-container h1 {
    font-size: 1.4rem;
  }

  .countdown {
    font-size: 2.2rem;
  }

  .countdown-container {
    font-size: 1.3rem;
  }
}

/* ─── Contact Form Styles ───────────────────────────── */
.contact-form {
  max-width: 600px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s ease;
}

.contact-form:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form .form-group {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--text);
}

.contact-form input,
.contact-form textarea {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  background-color: #fff;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
  min-height: 160px;
  width: 100%;
}

.submit-btn {
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--accent);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #005dc1;
}

.form-message {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #333;
}

/* ─── Contact Info Section ───────────────────────────── */
.contact-info {
  text-align: center;
  margin-top: 40px;
  color: var(--text);
}

.contact-info a {
  color: var(--accent);
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.form-message {
  margin-top: 6px;
  font-size: 0.9rem;
  color: #555;
  transition: color 0.3s ease;
}

/* ─── Slideshow Styles ───────────────────────────── */
.slideshow-container {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  max-width: 1000px;
  height: auto;
  min-height: 420px;
  margin: 0 auto;
  background: var(--bg-slide, #f0f0f0);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  border-radius: 12px;
  overflow: hidden;
  transition: background-color 0.5s;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.8s ease-in-out;
  color: var(--text);
}

.slide.active {
  opacity: 1;
  z-index: 1;
  padding-top: 20px;
}

.slide-content {
  padding: 60px 30px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8; /* Improves paragraph readability */
}

.slide-content h2 {
  margin-bottom: 24px; /* Adds space after heading */
}

.slide-content p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 0;
}


/* Different background per slide */
.slide-1 {
  background-color: #f0f8ff; /* Light blue */
}

.slide-2 {
  background-color: #fff3cd; /* Soft yellow/gold */
}

.slide-3 {
  background-color: #e8eaf6; /* Gentle indigo-tinted light */
}

.slide-4 {
  background-color: #e0f7fa; /* Light cyan (cool & clean) */
}

.slide-5 {
  background-color: #fbe9e7; /* Soft coral/pinkish peach */
}

.slide-6 {
  background-color: #ede7f6; /* Pale lavender (subtle purple tone) */
}

.slide-7 {
  background-color: #e6ffed; /* Light green (new) */
}


/* Custom heading colors */
.heading-1 {
  color: #007bff; /* Blue */
}

.heading-2 {
  color: #e67e22; /* Orange */
}

.heading-3 {
  color: #8e44ad; /* Purple */
}

.heading-4 {
  color: #16a085; /* Teal */
}

.heading-5 {
  color: #c0392b; /* Red */
}

.heading-6 {
  color: #2980b9; /* Deep Blue */
}

.heading-7 {
  color: #7f8c8d; /* Gray */
}

.slide {
  transition: background-color 0.6s ease, color 0.6s ease;
}

.nav-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 30px;
  box-sizing: border-box;
  z-index: 10;
}

.prev, .next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: white;
  color: #1a1a1a;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: background-color 0.3s, color 0.3s;
}

.prev:hover, .next:hover {
  background-color: var(--accent);
  color: white;
}

.dots-container {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}

.dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 6px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: var(--accent);
}

.contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-header h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.contact-header h2 {
  font-size: 20px;
  font-weight: 400;
  color: var(--text);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.dropdown-group {
  display: flex;
  gap: 20px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.dropdown-group > div {
  flex: 1;
  min-width: 200px;
}

.calendly-container {
overflow: hidden; /* Hide any overflow */
}

.calendly-inline-widget {
min-width: 100%;
height: 1000px; /* Adjust this until the scrollbar disappears */
border: none;
}

.schedule-appointment-button {
  display: inline-block;
  padding: px 28px; /* use the preferred one */
  background-color: blue;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.schedule-appointment-button {
  background-color: green;
}

.solutions-button {
  display: inline-block;
  padding: 5px 28px;
  background-color: transparent;
  color: blue; /* default text color */
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none; /* no underline */
  transition: color 0.3s ease, font-size 0.3s ease;
}

.solutions-button:hover {
  color: blue; /* hover color */
  font-size: 1.8rem; /* increase font size on hover */
  text-decoration: none; /* ensure underline stays off on hover */
}

.project-consultation-button {
  display: inline-block;
  padding: 14px 28px; /* use the preferred one */
  background-color: blue;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 20px; /* keep this if needed */
}
.project-consultation-button:hover {
  background-color: green;
}

.appointment-button-primary {
  display: inline-block;
  padding: 14px 28px; /* use the preferred one */
  background-color: var(--accent);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 20px; /* keep this if needed */
}
.appointment-button-primary:hover {
  background-color: var(--accent-hover);
}

.schedule-consultation-button-index {
  display: inline-block;
  padding: 14px 28px; /* use the preferred one */
  background-color: var(--accent);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 0px; /* keep this if needed */
}
.schedule-consultation-button-index:hover {
  background-color: var(--accent-hover);
}


.image-box {
  margin: 40px auto;
  text-align: center;
  max-width: 800px;
}

.image-box img {
  max-width: 200px;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.image-box blockquote {
  font-size: 1.2rem;
  color: var(--text);
  font-style: italic;
  margin: 0 auto;
  line-height: 1.6;
}

.image-box cite {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  color: var(--accent);
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin: 60px 0;
}

.image-grid img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.checklist {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

.checklist li::before {
  content: "✅";
  margin-right: 10px;
  color: green;
}

.phase-list {
  margin-top: 20px;
  padding-left: 0; /* remove any inconsistent padding */
  font-family: 'Roboto', 'Segoe UI', sans-serif;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.6;
  max-width: 600px; /* optional, to control width under heading */
  margin-left: auto;
  margin-right: auto;
}

.phase-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 12px;
}

.phase-label {
  width: 90px; /* fixed width for perfect vertical alignment */
  font-weight: 700;
  color: var(--accent);
  font-size: 1rem;
  flex-shrink: 0;
}

.phase-desc {
  flex: 1;
  font-weight: 400;
  font-size: 1rem;
}

.centered {
  text-align: center;
  margin-top: 20px;
}

.careers-note {
  text-align: center;
  padding-top: 40px;
  font-size: 1rem;
  color: var(--text);
}

.careers-note a {
  color: var(--accent);
  text-decoration: none;
}

.careers-note a:hover {
  text-decoration: underline;
}

.icon-small {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 6px;
}

.who-we-serve-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
  flex-wrap: wrap; /* Optional for responsiveness */
}

.who-we-serve-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: nowrap; /* Prevents wrapping */
  margin-top: 24px;
}

.who-item {
  text-align: center;
  flex: 1 1 0;
  max-width: 200px;
}

.who-item img {
  width: 100%;
  max-width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;     /* Makes it a circle */
  display: block;
  margin: 0 auto 8px auto;
}


.careers-note {
  margin-bottom: 5px; /* Or any value that reduces the gap */
}

.calendly-container {
    overflow: hidden;        /* Hides scrollbars */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none;    /* Firefox */
  }

  .calendly-container::-webkit-scrollbar {
    display: none;            /* Chrome, Safari */
  }


.slide-image {
  width: 100%;
  max-width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  padding-top: 10px;       /* Adds 8px of top padding */
  display: block;
  margin: 0 auto 16px auto;
}


.about-hero {
  text-align: center;
  margin-bottom: 2rem;
}

.about-hero-image {
  width: 100%;
  max-width: 1024px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  display: block;
}

.highlight-box {
  background-color: #f5f5f5;
  padding: 1rem;
  border-left: 4px solid var(--accent);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

/* ─── 404 Page Specific Styles ───────────────────────────── */
body.not-found {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  background-color: var(--bg, #f9f9f9);
  color: var(--text, #1a1a1a);
  padding: 0 20px;
  font-family: 'Roboto', sans-serif;
}

.not-found-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 20px 40px;
}

.not-found-header h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: var(--text);
}

.not-found-code {
  font-size: 8rem;
  font-weight: bold;
  color: var(--accent);
  margin: 0;
}

.not-found-message {
  font-size: 1.5rem;
  margin: 20px 0;
}

.not-found-glitch {
  font-size: 1rem;
  margin-bottom: 32px;
  opacity: 0.7;
}

.not-found-back-home {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--accent);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.not-found-back-home:hover {
  background-color: var(--accent-hover, #0056b3);
}

.right_nav_icons {
  display: flex;
  align-items: center;           /* Ensures vertical centering */
  justify-content: center;
  gap: 24px;                     /* Increased spacing between icons/links */
  margin-bottom: 20px;          /* Slightly more bottom margin */
}

.right_nav_icons img {
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease;
  display: block;
}

.right_nav_icons img:hover {
  transform: scale(1.1);
}


.pictorial-logo {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

.pictorial-logo:hover {
  transform: scale(1.2); /* adjust value as needed for hover size */
}

/*---Countdown---*/
.countdown {
  font-size: 2rem;
  font-weight: bold;
  color: #e74c3c;
  margin-bottom: 10px;
}

/* What To Expect Box */
.what_to_expect_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 40px 0;
}

/* Info Boxes */
.info-box {
  flex: 1 1 400px;
  max-width: 460px;
  background-color: #f0f2f5;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Headings */
.info-box h2 {
  text-align: center;
  color: var(--accent, #007bff);
  margin-top: 0;
}

/* Checklist */
.checklist {
  list-style: none;
  padding-left: 0;
  margin: 16px 0 0 0;
}

.checklist li {
  padding-left: 1.6em;
  text-indent: -1.6em;
  line-height: 1.6;
}

.checklist li::before {
  content: '✅';
  margin-right: 8px;
  color: green;
}



/* Responsive Stack on Small Screens */
@media (max-width: 768px) {
  .quad-boxes {
    flex-direction: column;
    align-items: center;
  }

  .info-box {
    max-width: 100%;
    width: 100%;
  }

  .button-row {
    flex-direction: column;
    gap: 12px;
  }

  .button-row a {
    width: 100%;
    max-width: 300px;
  }
}

/* Style for the event date above the countdown */
.meet-shane-event-date {
  font-weight: bold;     /* Makes the text bold */
  font-size: 1.25rem;    /* Increases font size (adjust as needed) */
  margin-bottom: 0.5rem; /* Adds spacing below the date */
  color: #333;           /* Optional: dark gray for better visibility */
  text-align: center;    /* Centers the text in the section */
}

/* Cookie Banner */
.cookie-banner {
  background-color: #f9f9f9;
  border-top: 1px solid #ccc;
  padding: 1rem 1rem 2rem; /* extra bottom padding */
  font-size: 0.95rem;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.cookie-banner a {
  color: #0073e6;
  text-decoration: underline;
}

.cookie-banner button {
  padding: 0.4rem 1.2rem;
  border: none;
  background-color: #111;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}
/* Cookie Banner */



</style>