.course-showcase,
.project-themes,
.vault-highlights,
.testimonials-brolly,
.preview-section,
.internship-dashboard,
.certificate-section {
  max-width: 990px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.payment-button-wrapper {
  margin-top: 24px; /* Adjust spacing as needed */
  text-align: center;
}

.support-section {
  background-color: #f9fafb;
  padding: 24px;
  margin-top: 48px;
  text-align: center;
  border-top: 1px solid #e5e7eb;
  font-family: 'Segoe UI', sans-serif;
}

.support-section h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1f2937;
}

.support-section p {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 8px;
}

.support-link {
  display: inline-block;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.support-link:hover {
  border-color: #2563eb;
}

.tariff-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}

.course-showcase {
  margin-bottom: 3rem; /* adds breathing room before next section */
}

.hire-me {
  padding: 2rem 1rem;
  background-color: white;
  color: #fff;
  position: relative;
  z-index: 1;
}

.hire-me,
.tariff-section,
.contact-cta {
  background: white;
  color: #fff;
  text-align: center;
  padding: 2rem 1rem;
  max-width: 960px;
  margin: 0 auto;
}

.tariff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.tariff-card {
  background: #ffcc00;
  color: #000;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.tariff-card:hover {
  transform: scale(1.05);
}

.tariff-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.tariff-card p {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.tariff-card strong {
  font-size: 1.2rem;
  color: #d9534f;
}

/* text-align fix on mobile */
@media (max-width: 768px) {
  .preview-section .preview-info {
    text-align: left !important;
  }

  .preview-section .preview-info h3,
  .preview-section .preview-info p,
  .preview-section .preview-info ul,
  .preview-section .preview-info li,
  .preview-section .preview-info a {
    text-align: left !important;
    margin-left: 0;
  }
}

body {
  font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-weight: 600;
  letter-spacing: -0.5px;
}

.unlock-section {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1rem;
}

.rzp-unlock-btn {
  display: inline-block;
  margin-top: 1rem;
  background-color: #ff6600;
  color: #fff;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease, transform 0.2s ease;
}

.rzp-unlock-btn:hover {
  background-color: #e65c00;
  transform: scale(1.05);
}

.rzp-button {
  display: inline-block;
  margin-top: 1rem;
  background: linear-gradient(135deg, #ff6600, #ff3300);
  color: #fff;
  padding: 0.9rem 1.8rem;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.4);
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.rzp-button:hover {
  background: linear-gradient(135deg, #ff3300, #ff6600);
  transform: scale(1.06);
  box-shadow: 0 6px 16px rgba(255, 51, 0, 0.5);
}

.rzp-internship-btn {
  display: inline-block;
  margin-top: 1rem;
  background: linear-gradient(135deg, #ff6600, #ff3300);
  color: #fff;
  padding: 0.9rem 1.8rem;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.4);
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.rzp-internship-btn:hover {
  background: linear-gradient(135deg, #ff3300, #ff6600);
  transform: scale(1.06);
  box-shadow: 0 6px 16px rgba(255, 51, 0, 0.5);
}

.logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}

.logo-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 170px; /* reduced from 180px */
  height: auto;
}

.testimonials-brolly {
  background: #000;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}

.testimonials-brolly h2 {
  font-size: 1.8rem;
  color: #ffcc00;
  margin-bottom: 2rem;
  text-align: center;
}

.hero-text {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 960px;
  margin: 0 auto;
}

.hero-text h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #ff6600;
  text-shadow: 0 0 8px rgba(255, 102, 0, 0.6);
  margin-bottom: 0.5rem;
}

.hero-text h3 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0.3rem 0;
}

.hero-text p {
  color: #fff;
  margin: 0;
  padding: 0;
}

/* =========================== Internship + Sample Cards =========================== */

.preview-section {
  text-align: left;
  background: #4C4E52;
  padding: 2rem 1rem;
  border-top: 2px solid #ff6600;
  margin-top: 2rem;
}

.preview-section h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.preview-card {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: left;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}

.preview-info,
.preview-image {
  flex: 1 1 300px;
  max-width: 460px;
}

.preview-info h3 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #333;
}

.preview-info p,
.preview-info li {
  font-size: 0.95rem;
  color: #555;
}

.preview-info ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}

.preview-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

/* =========================== Mobile Fixes (Unified) =========================== */

@media (max-width: 768px) {
  .preview-card {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }

  .preview-info,
  .preview-image {
    max-width: 100%;
    width: 100%;
  }

  .preview-image img {
    max-width: 90%;
  }

  .preview-info h3 {
    font-size: 1.1rem;
  }

  .preview-info p,
  .preview-info li {
    font-size: 0.9rem;
  }
}

/* =========================== Testimonials Fix =========================== */

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  justify-items: stretch;
  align-items: stretch;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; /* consistent spacing */
  background-color: #ffcc00;
  color: #000;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: scale(1.05);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}

.card-header img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.card-header strong {
  font-size: 1rem;
  color: #000;
}

/* =========================== Mobile Fixes for Testimonials =========================== */

@media (max-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .testimonial-card {
    text-align: center;
  }

  .card-header {
    justify-content: center;
  }

  .testimonial-card p {
    font-size: 0.9rem;
  }
}

/* =========================== Vault Highlights & real-World Projects =========================== */

.vault-highlights {
  background: #000;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}

.vault-highlights h2 {
  font-size: 1.8rem;
  color: #ffcc00;
  margin-bottom: 2rem;
}

.vault-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #ff6600;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  margin-bottom: 0.5rem;
}

.vault-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #ff6600, #ffc107);
  border-radius: 2px;
  margin: 0.5rem auto 1.5rem;
}

/* =========================== Highlight Cards =========================== */

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem; /* adds both row and column spacing */
  max-width: 960px;
  margin: 0 auto;
}

.highlight-card {
  background-color: #ffcc00;
  color: #000;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  height: 100%;
  text-align: center;
  transition: transform 0.2s ease;
}

.highlight-card:hover {
  transform: scale(1.05);
}

/* =========================== Price Flash & Countdown =========================== */

.price-flash {
  font-size: 1.5rem;
  font-weight: bold;
  color: #28a745;
}

.price-flash.expired {
  color: #d9534f;
}

.countdown-offer {
  text-align: center;
  background: #fff3cd;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #ffeeba;
  margin: 1.5rem auto;
}

#countdown-timer {  
  font-size: 2rem;
  font-weight: bold;
  color: #d9534f;
  margin-top: 0.5rem;
}

/* =========================== .course-showcase and .course-grid =========================== */

.course-showcase {
  background: #000;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}

.course-heading {
  font-size: 1.8rem;
  color: #ffcc00;
  margin-bottom: 2rem;
  animation: fadeIn 1s ease-in-out;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  max-width: 960px;
  margin: auto;
}

.course-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 8px;
  background: #fff;
  color: #000;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  min-height: 160px;
  overflow: hidden;
}

.course-card:hover {
  transform: scale(1.05);
}

.course-card div {
  font-weight: 600;
  font-size: 0.875rem;
}

.course-card span {
  font-size: 0.75rem;
  color: #555;
  margin-top: 4px;
}

.company-logo {
  max-width: 100px;
  max-height: 50px;
  object-fit: contain;
  margin-bottom: 0.5rem;
  display: block;
}

.course-card:hover .company-logo {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* =========================== .project-themes and .themes-table =========================== */

.project-themes {
  background: #000;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}

.themes-heading {
  font-size: 1.8rem;
  color: #ffcc00;
  margin-bottom: 1.5rem;
  animation: fadeIn 1s ease-in-out;
}

.themes-table {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 600px;
  margin: auto;
}

.theme-row {
  background: #ffcc00;
  color: #000;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  animation: slideUp 0.6s ease forwards;
  opacity: 0;
}

.theme-row:nth-child(n) {
  animation-delay: calc(0.1s * var(--i));
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 980px) {
  .themes-table {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 960px;
  }

  .theme-row {
    text-align: left;
    padding: 1.2rem;
    font-size: 0.95rem;
  }

  .theme-row span:nth-child(1) {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  .theme-row span:nth-child(2),
  .theme-row span:nth-child(3) {
    color: #333;
    font-size: 0.9rem;
  }
}

/* =========================== .vault-footer =========================== */

.vault-footer {
  background-color: #ffcc00;
  color: #000000;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.85rem;
  margin-top: 2rem;
  border-top: 1px solid #333;
}

.vault-footer p {
  margin: 0.3rem 0;
}

.flag-icon {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-left: 6px;
}

/* =========================== .features =========================== */

.features {
  background-color: #fffbe6; /* soft yellow backdrop */
  padding: 2rem 1rem;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

.feature-list-wrapper {
  display: flex;
  justify-content: center;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1rem auto;
  text-align: left;
  max-width: 320px;
}

.feature-list li {
  font-size: 1rem;
  margin: 0.5rem 0;
  padding-left: 1.2rem;
  position: relative;
}

.feature-list li::before {
  content: "✅ ";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  color: #28a745;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.nav-brand-rest {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: lowercase;
  color: #3a2614;
}

.nav-logo-wrap {
  width: 24px;       /* fingertip size */
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #fff7ea, #f1c27d);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 3px 8px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.nav-logo-spin {
  width: 70%;
  height: 70%;
  object-fit: contain;
  animation: ov-spin 9s linear infinite;
  transform-origin: 50% 50%;
}

/* pause / play on hover (optional) */
.nav-logo-spin {
  animation-play-state: paused;
}
.nav-brand:hover .nav-logo-spin {
  animation-play-state: running;
}

/* shared keyframes (put once in your CSS) */
@keyframes ov-spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Navbar */
.vault-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: #ffb52a; /* mango gold */
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.vault-navbar .nav-logo img {
  height: 40px;
  width: auto;
}

/* Desktop nav links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links li a {
  text-decoration: none;
  color: #1f2933;
  font-weight: 600;
}

.nav-links li a:hover {
  color: #111827;
}

/* Hamburger icon */
.nav-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: #1f2933;
}

/* Mobile dropdown menu */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    width: 220px;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    z-index: 1000;

    /* Slide-in setup */
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .nav-links.active {
    display: flex;
    transform: translateX(0);
    opacity: 1;
  }

  .nav-links li a {
    padding: 10px 0;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #eee;
  }

  .nav-toggle {
    display: block;
    font-size: 24px;
    cursor: pointer;
  }
}

.page-container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  font-family: 'Inter', sans-serif;
}

/* Contact page layout */
.contact-page {
  min-height: calc(100vh - 140px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 16px;
  background: #f7e2c4;           /* light biscuit */
  color: #111827;                /* dark text */
}

/* Card */
.contact-card {
  width: 100%;
  max-width: 520px;
  background: #fff7ea;           /* lighter biscuit card */
  border-radius: 18px;
  padding: 28px 24px 24px;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(249, 168, 38, 0.35);
}

/* Headings */
.contact-title {
  font-size: 1.5rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111827;
}

.contact-subtitle {
  font-size: 0.95rem;
  color: #4b5563;
  margin-bottom: 20px;
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form .form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-form label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #111827;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #e5b76b;
  background: #fffaf2;
  color: #111827;
  font-size: 0.95rem;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    transform 0.08s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #9ca3af;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #f59e0b;
  background: #ffffff;
  box-shadow:
    0 0 0 1px rgba(245, 158, 11, 0.8),
    0 0 0 4px rgba(245, 158, 11, 0.25);
  transform: translateY(-1px);
}

/* Button – dark chocolate */
.contact-btn {
  margin-top: 6px;
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  background: #3b2716;           /* dark chocolate */
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow:
    0 14px 30px rgba(55, 34, 16, 0.35),
    0 0 0 1px rgba(249, 250, 251, 0.08);
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease,
    filter 0.12s ease;
}

.contact-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow:
    0 18px 40px rgba(55, 34, 16, 0.45),
    0 0 0 1px rgba(249, 250, 251, 0.16);
}

.contact-btn:active {
  transform: translateY(0);
  box-shadow:
    0 8px 20px rgba(55, 34, 16, 0.3),
    0 0 0 1px rgba(249, 250, 251, 0.12);
}

/* Footnote */
.contact-footnote {
  margin-top: 10px;
  font-size: 0.8rem;
  color: #4b5563;
}

/* Mobile tweaks */
@media (max-width: 640px) {
  .contact-card {
    padding: 22px 18px 20px;
    border-radius: 16px;
  }

  .contact-title {
    font-size: 1.35rem;
  }
}

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

.service-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.terms-section {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.form-card.terms-card {
  max-width: 900px;
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  padding: 32px 28px;
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.form-header h1 {
  margin-bottom: 8px;
}

.form-subtitle {
  margin: 0;
  color: #64748b;
}

.terms-form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.terms-scrollable {
  max-height: 340px;
  overflow-y: auto;
  padding-right: 8px;
}

.terms-scrollable h2 {
  margin-top: 18px;
  font-size: 1.05rem;
}

.terms-scrollable p {
  color: #475569;
  line-height: 1.6;
}

.terms-acknowledge {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
}

.primary-button {
  padding: 10px 20px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #0066ff, #00b3ff);
  color: #fff;
  font-weight: 600;
}

.refund-section {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.form-card.refund-card {
  max-width: 900px;
  width: 100%;
}

.privacy-section {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.form-card.privacy-card {
  max-width: 900px;
  width: 100%;
}

.disclaimer-section {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.form-card.disclaimer-card {
  max-width: 900px;
  width: 100%;
}

/* Business page layout – match contact look */
.business-page {
  background: #f7e2c4;           /* light biscuit */
  padding: 40px 16px 60px;
}

/* Make hero banner sit on top of biscuit without inline overrides */
.hero-business {
  background: linear-gradient(135deg, #0052cc, #00bfff);
  color: #ffffff;
  padding: 70px 20px;
  text-align: center;
}

/* Generic section card feel (used by business sections) */
.business-page .about-section,
.business-page .services-section,
.business-page .who-we-serve,
.business-page .benefits-section,
.business-page .how-it-works {
  max-width: 1080px;
  margin: 24px auto;
  padding: 32px 20px;
  background: #fff7ea;           /* light card on biscuit */
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  color: #111827;
}

/* Headings and text */
.business-page h1,
.business-page h2,
.business-page h3 {
  color: #111827;
}

.business-page p,
.business-page li {
  color: #374151;
}

/* Service cards inside grids */
.business-page .service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.business-page .service-card {
  background: #fffdf7;
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

/* CTA strip at bottom */
.business-page .cta-section {
  background: #0b1120;
  color: #ffffff;
  padding: 50px 20px;
  text-align: center;
  margin: 32px auto 0;
}

.business-page .cta-section p {
  color: #e5e7eb;
}

/* Buttons reused on business/contact */
.cta-button.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  background: #3b2716;           /* dark chocolate */
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(55,34,16,0.35);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.cta-button.primary-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 14px 32px rgba(55,34,16,0.45);
}

/* Mobile spacing */
@media (max-width: 640px) {
  .business-page .about-section,
  .business-page .services-section,
  .business-page .who-we-serve,
  .business-page .benefits-section,
  .business-page .how-it-works {
    padding: 24px 16px;
    border-radius: 14px;
  }
}

/* Filter buttons container */
.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}

/* Base filter button */
.filter-btn {
  border: none;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  background: #ffe199;          /* light mango */
  color: #3b2716;               /* dark text */
  box-shadow:
    0 2px 4px rgba(0,0,0,0.08),
    0 0 0 1px rgba(191, 127, 20, 0.28);
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.08s ease;
  white-space: nowrap;
}

/* Hover state */
.filter-btn:hover {
  background: #ffd26b;          /* brighter mango */
  box-shadow:
    0 4px 10px rgba(0,0,0,0.12),
    0 0 0 1px rgba(191, 127, 20, 0.35);
  transform: translateY(-1px);
}

/* Active / selected filter */
.filter-btn.active {
  background: #ffb52a;          /* mango gold */
  color: #1f2933;
  box-shadow:
    0 5px 14px rgba(191, 127, 20, 0.55),
    0 0 0 1px rgba(191, 127, 20, 0.6);
}

/* On mobile, make them full-width rows if desired */
@media (max-width: 640px) {
  .filter-buttons {
    gap: 8px;
  }

  .filter-btn {
    flex: 1 1 auto;
    text-align: center;
  }
}

.ov-brand {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #3a2614;
}

.ov-logo-wrap {
  width: 26px;              /* was 42px */
  height: 26px;             /* was 42px */
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #fff7ea, #f1c27d);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.7);
  overflow: hidden;
}

.ov-logo-spin {
  width: 70%;               /* still scales nicely inside */
  height: 70%;
  object-fit: contain;
  animation: ov-spin 9s linear infinite;
  transform-origin: 50% 50%;
}

.ov-brand-rest {
  text-transform: lowercase;
}

/* spin animation */
@keyframes ov-spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* sample project 1 */
    .ov-hero {
      min-height: 100vh;
      padding: 60px 20px;
      background: radial-gradient(
        circle at top left,
        #764ba2 0%,
        #141321 45%,
        #0b0b26 100%
      );
      display: flex;
      align-items: center;
      justify-content: center;
      color: #f7fafc;
    }

    .ov-hero-inner {
      max-width: 1100px;
      width: 100%;
      display: grid;
      grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
      gap: 40px;
      align-items: center;
    }

    .ov-copy h1 {
      font-size: clamp(2.3rem, 4vw, 3.2rem);
      line-height: 1.1;
      margin-bottom: 16px;
    }

    .ov-copy p {
      font-size: 1rem;
      max-width: 540px;
      color: #cbd5f5;
      margin-bottom: 18px;
    }

    .ov-points {
      list-style: none;
      padding: 0;
      margin: 0 0 24px 0;
    }

    .ov-points li {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px;
      font-size: 0.95rem;
      color: #e2e8ff;
    }

    .ov-points li::before {
      content: "✔";
      font-size: 0.8rem;
      color: #68d391;
    }

    .ov-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 26px;
      border-radius: 999px;
      background: linear-gradient(135deg, #667eea, #764ba2);
      color: #f7fafc;
      font-weight: 600;
      font-size: 0.98rem;
      text-decoration: none;
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
      transition: transform 0.15s ease, box-shadow 0.15s ease,
        background 0.15s ease;
      border: none;
    }

    .ov-cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 22px 55px rgba(0, 0, 0, 0.6);
      background: linear-gradient(135deg, #7f9cf5, #9f7aea);
    }

    .ov-cta:active {
      transform: translateY(0);
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    }

    .ov-preview-card {
      background: rgba(15, 23, 42, 0.9);
      border-radius: 20px;
      padding: 24px 22px;
      border: 1px solid rgba(148, 163, 255, 0.4);
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
      position: relative;
      overflow: hidden;
    }

    .ov-preview-card::before {
      content: "";
      position: absolute;
      inset: -40%;
      background: conic-gradient(
        from 220deg,
        #667eea,
        #f97316,
        #22c55e,
        #06b6d4,
        #667eea
      );
      opacity: 0.15;
      filter: blur(40px);
      z-index: -1;
    }

    .ov-preview-img {
      width: 100%;
      border-radius: 16px;
      margin-bottom: 14px;
      display: block;
      object-fit: cover;
    }

    .ov-preview-card h2 {
      font-size: 1.2rem;
      margin-bottom: 8px;
    }

    .ov-preview-card p {
      font-size: 0.95rem;
      color: #cbd5f5;
      margin-bottom: 16px;
    }

    .ov-preview-tag {
      display: inline-flex;
      padding: 6px 12px;
      border-radius: 999px;
      background: rgba(99, 102, 241, 0.18);
      border: 1px solid rgba(129, 140, 248, 0.7);
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: #e0e7ff;
    }

    @media (max-width: 768px) {
      .ov-hero {
        padding: 40px 18px;
      }

      .ov-hero-inner {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .ov-preview-card {
        order: -1;
      }
    }

/* LinkedIn post format */
.learn-it-section {
  background: #0a1f44; /* deep blue background */
  color: #fff;
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem auto;
  max-width: 900px;
}

.learn-it-section .section-heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #4a90e2; /* brand blue */
}

.learn-it-section .sub-heading {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 1.5rem;
  color: #ffd700; /* gold accent */
}

.learn-it-section .feature-list {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0 1rem;
}

.learn-it-section .feature-list li {
  margin: 0.4rem 0;
  font-size: 1.05rem;
}

.learn-it-section .note {
  font-size: 0.95rem;
  color: #ddd;
  margin-top: 0.5rem;
}

.learn-it-section .workflow-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #eef4ff;
  border-left: 4px solid #4a90e2;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 8px;
  color: #000;
}

.learn-it-section .workflow-text {
  flex: 1 1 60%;
  padding-right: 1rem;
}

.learn-it-section .workflow-image {
  flex: 1 1 40%;
  text-align: center;
}

.learn-it-section .workflow-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.learn-it-section .cta {
  margin-top: 1.5rem;
  font-weight: bold;
}

.learn-it-section .cta-link {
  color: #ffd700;
  text-decoration: none;
  font-weight: 600;
}

.learn-it-section .cta-link:hover {
  text-decoration: underline;
}

.learn-it-section .payment-button-wrapper {
  margin-top: 2rem;
  text-align: center;
}

.learn-it-section .trust-note {
  font-size: 0.9rem;
  color: #ccc;
  margin-top: 0.5rem;
}

/* SEO Article Section */
.seo-article {
  background: #0a1f44; /* deep blue background */
  color: #fff;
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem auto;
  max-width: 900px;
}

.seo-article .section-heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #4a90e2; /* brand blue accent */
}

.seo-article .sub-heading {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 1.5rem;
  color: #ffd700; /* gold accent */
}

.seo-article .feature-list {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0 1rem;
}

.seo-article .feature-list li {
  margin: 0.4rem 0;
  font-size: 1.05rem;
}

.seo-article .note {
  font-size: 0.95rem;
  color: #ddd;
  margin-top: 0.5rem;
}

.seo-article .workflow-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #eef4ff;
  border-left: 4px solid #4a90e2;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 8px;
  color: #000;
}

.seo-article .workflow-text {
  flex: 1 1 60%;
  padding-right: 1rem;
}

.seo-article .workflow-image {
  flex: 1 1 40%;
  text-align: center;
}

.seo-article .workflow-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.seo-article .cta-link {
  color: #ffd700;
  text-decoration: none;
  font-weight: 600;
}

.seo-article .cta-link:hover {
  text-decoration: underline;
}

.seo-article .payment-button-wrapper {
  margin-top: 2rem;
  text-align: center;
}

.seo-article .trust-note {
  font-size: 0.9rem;
  color: #ccc;
  margin-top: 0.5rem;
}

/* Responsive tweak for mobile */
@media (max-width: 768px) {
  .seo-article .workflow-box {
    flex-direction: column;
  }
  .seo-article .workflow-text {
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
/* ===============================
   Blog Carousel – Premium Styles
   =============================== */

.ov-blog-carousel-section {
  padding: 3.5rem 1.5rem;
  background: radial-gradient(
    circle at top left,
    #fdfdff 0%,
    #f4f6fb 40%,
    #eef1f8 100%
  );
}

/* Heading */
.ov-carousel-heading {
  margin-bottom: 1.75rem;
  text-align: center;

  font-size: 1.875rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  color: #111827;
}

/* Scroll container */
.ov-carousel-container {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

/* Scrollbar styling */
.ov-carousel-container::-webkit-scrollbar {
  height: 6px;
}

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

.ov-carousel-container::-webkit-scrollbar-thumb {
  background-color: rgba(15, 23, 42, 0.16);
  border-radius: 999px;
}

/* Track */
.ov-carousel-track {
  display: flex;
  gap: 1.5rem;
  padding: 0.25rem 0.25rem 0.75rem;
}

/* Cards */
.ov-carousel-card {
  flex: 0 0 auto;
  width: 320px;

  background: linear-gradient(145deg, #ffffff, #f7f8fc);
  border-radius: 18px;
  overflow: hidden;

  color: #020617;
  text-decoration: none;

  scroll-snap-align: start;

  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(148, 163, 184, 0.16);

  will-change: transform;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

/* Hover / focus (no layout shift) */
.ov-carousel-card:hover,
.ov-carousel-card:focus-visible {
  transform: translateY(-4px);
  box-shadow:
    0 28px 60px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(99, 102, 241, 0.35);
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .ov-carousel-card {
    transition: none;
  }
}


