* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #7c3aed;
  background: #ffffff;
}

.bd-header {
  background: #ffffff;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
}

/* Main Container */
.bd-header .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LEFT SIDE — Logo + Links */
.bd-header .left-section {
  display: flex;
  align-items: center;
  gap: 20px;
  /* space between logo and links */
}

/* Logo Box */
/* .bd-header .logo-box {
  height: 42px;
  width: 42px;
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.bd-header .icon {
  color: #fff;
}

/* Brand Name */
.bd-header .brand {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-left: 0;
}

/* NAV LINKS (NEXT TO LOGO) */
.bd-header .nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.bd-header .nav-links a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  transition: 0.25s ease;
}

.bd-header .nav-links a:hover {
  color: #111;
}

/* RIGHT SIDE */
.bd-header .right-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* GET STARTED BUTTON (Purple) */
.bd-header .btn-primary {
  background: #7c3aed;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: 0.25s ease;
}

.bd-header .btn-primary:hover {
  background: #6b2ddf;
}

/* Mobile Menu Button */
.bd-header .menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}

.bd-header .menu-icon {
  width: 28px;
  height: 28px;
  color: #111;
}

/* Mobile Dropdown */
.bd-header .mobile-menu {
  display: none;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 16px 20px;
  gap: 15px;
}

.bd-header .mobile-menu a {
  text-decoration: none;
  font-size: 17px;
  color: #444;
}

.bd-header .mobile-menu.show {
  display: flex;
}

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

  /* Hide desktop links */
  .bd-header .nav-links {
    display: none;
  }

  /* show menu icon */
  .bd-header .menu-btn {
    display: block;
  }

  .bd-header .brand {
    font-size: 19px;
  }
}

/* SEARCH POPUP
=============================== */
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 99999;
  padding: 20px;
  animation: slideDown 0.35s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.search-popup-content {
  max-width: 900px;
  margin: auto;
  text-align: center;
  position: relative;
}

.search-popup h3 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 600;
  color: #222;
}

/* Close Button */
.close-popup {
  position: absolute;
  top: -10px;
  right: -10px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #111;
}

/* Search Input */
.search-input {
  width: 100%;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 17px;
  outline: none;
  background: #f8f8f8;
}

.search-input:focus {
  border-color: #7c3aed;
}

/* = HERO SECTION FULL HEIGHT */
.hero-section {
  position: relative;
  height: 20vh;
  padding: 40px 20px;
  background: linear-gradient(180deg, #9b5cff 0%, #c687ff 40%, #f3eaff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

/* Light SVG pattern */
.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iMC4xIj48cGF0aCBkPSJNMzYgMzBoLTJ2Mmgydi0yem0wLTRoLTJ2Mmgydi0yem0wIDhoLTJ2Mmgydi0yem00LTRoLTJ2Mmgydi0yem0wLTRoLTJ2Mmgydi0yem0wIDhoLTJ2Mmgydi0yem00LTRoLTJ2Mmgydi0yem0wLTRoLTJ2Mmgydi0yem0wIDhoLTJ2Mmgydi0yeiIvPjwvZz48L2c+PC9zdmc+");
  background-size: contain;
  background-repeat: repeat;
}

/* Content Container */
.hero-container {
  max-width: 900px;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* Heading — EXACT match */
.hero-content h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 25px;
}

.hero-content p {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.95;
  margin-bottom: 35px;
}

/* = POPULAR TAGS */
.popular-tags {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
}

.popular-tags span {
  opacity: 0.8;
}

.popular-tags button {
  background: rgba(255, 255, 255, 0.25);
  padding: 6px 18px;
  border-radius: 20px;
  color: #fff;
  border: none;
  font-size: 14px;
}

/* = RESPONSIVE */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content p {
    font-size: 17px;
  }

  .search-row {
    flex-direction: column;
    gap: 12px;
  }

  .search-btn {
    width: 100%;
  }

  .hero-section {
    margin: 20px 16px 0;
    height: 20vh;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 32px;
  }

  .hero-section {
    padding: 20px;
  }
}

/* Carousel container */
.hero-carousel {
  height: 100%;
  width: 100%;
  position: relative;
}

/* Individual slides */
.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.hero-slide.active {
  opacity: 1;
  z-index: 2;
}

/* Content scaling for 20vh */
.hero-content h1 {
  font-size: clamp(22px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}

.hero-content p {
  font-size: clamp(14px, 2vw, 18px);
  margin-bottom: 14px;
  opacity: 0.95;
}

.popular-tags {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.popular-tags button {
  background: rgba(255, 255, 255, 0.25);
  border: none;
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 13px;
}

.categories-section {
  padding: 90px 20px;
  background: #ffffff;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 38px;
  font-weight: 800;
}

.section-header p {
  font-size: 18px;
  color: #777;
  margin-top: 10px;
}

/* GRID */
.categories-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* CARD */
.category-card {
  background: white;
  border-radius: 16px;
  padding: 25px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  border: 2px solid #e5e5e5;
  transition: 0.25s;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.category-card:hover {
  border-color: #b388ff;
  box-shadow: 0 4px 20px rgba(157, 101, 255, 0.3);
  transform: translateY(-4px);
}

/* ICON BOX */
.icon-box {
  width: 55px;
  height: 55px;
  border-radius: 12px;
  background: linear-gradient(135deg, #9b5cff, #b388ff);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 40px;
  height: 40px;
}

.card-content h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
}

.stats {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: #444;
  margin-bottom: 12px;
}

.stats a {
  color: #a55cff;
  font-weight: 600;
  text-decoration: none;
}

.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tags span {
  background: #f3f3f3;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 8px;
  color: #333;
}

/* GLOBAL CONTAINER + SPACING */
#bootcamps {
  padding: 4rem 0;
}

@media (min-width: 768px) {
  #bootcamps {
    padding: 6rem 0;
  }
}

#bootcamps .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* SECTION HEADER */
#bootcamps h2 {
  font-size: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  #bootcamps h2 {
    font-size: 2.5rem;
  }
}

/* RESPONSIVE GRID */
#bootcamps .grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  #bootcamps .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  #bootcamps .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* CARD BASE STYLING */
.bootcamp-card {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.bootcamp-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.bootcamp-card .content {
  padding: 1.5rem;
}

/* FLEX + ALIGNMENT HELPERS */
.flex {
  display: flex;
  align-items: center;
}

.flex-between {
  justify-content: space-between;
}

.flex-start {
  align-items: flex-start;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

/* TITLES + TEXT */
.bootcamp-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
}

.bootcamp-card small,
.bootcamp-card .muted {
  color: #6b7280;
  font-size: 0.875rem;
}

/* BADGE (Featured) */
.badge {
  font-size: 0.55rem;
  font-weight: 400;
  padding: 1px 4px;
  border-radius: 999px;
  background: #e5e7eb;
  color: #111827;
  white-space: nowrap;
}

/* STAR ICON COLORS */
.star-active {
  fill: #fbbf24;
  color: #fbbf24;
}

.star-muted {
  fill: #d1d5db;
  color: #d1d5db;
}

/* SMALL TAGS */
.tag {
  font-size: 0.75rem;
  background: #f3f4f6;
  padding: 4px 8px;
  border-radius: 999px;
  display: inline-block;
}

/* PRICE + BUTTON WRAPPER */
.bootcamp-card .footer {
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* SECTION */
#bootcamps {
  padding: 4rem 0;
}

@media (min-width: 768px) {
  #bootcamps {
    padding: 6rem 0;
  }
}

.container {
  max-width: 1280px;
  margin: auto;
  padding: 0 1rem;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .section-header h2 {
    font-size: 2.5rem;
  }
}

.section-header p {
  color: #6b7280;
}

/* GRID */
.bootcamp-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .bootcamp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .bootcamp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* CARDS */
.bootcamp-card {
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.bootcamp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.content {
  padding: 1.5rem;
}

.header-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.emoji-title {
  display: flex;
  gap: 1rem;
}

.emoji img {
  height: 55px;
  width: 55px;
}

.muted {
  color: #6b7280;
}

.badge {
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: 20px;
  background: #e5e7eb;
  font-weight: 600;
}

.rating {
  display: flex;
  align-content: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 1rem 0;
}

.star {
  font-size: 1rem;
}

.star-active {
  color: #fbbf24;
}

.star-muted {
  color: #d1d5db;
}

.details {
  margin-bottom: 1rem;
}

.detail {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: #6b7280;
}

.tag {
  background: #f3f4f6;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
}

.footer {
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.small {
  font-size: 0.75rem;
}

.price {
  font-size: 1.25rem;
  font-weight: bold;
}

/* Colors matching your screenshot */
:root {
  --pink: #e34081;
  --purple: #7c3aed;
  --purple-hover: #7c3aed;
}

/* SECTION */
#bootcamps {
  padding: 60px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 800;
}

.section-header p {
  color: #777;
  font-size: 18px;
}

/* GRID */
.bootcamp-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .bootcamp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .bootcamp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* CARD */
.bootcamp-card {
  background: white;
  border-radius: 20px;
  border: 1px solid #eee;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: 0.25s;
}

.bootcamp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.content {
  padding: 30px;
}

/* HEADER */
.header-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.badge {
  background: var(--pink);
  color: white;
  padding: 6px 16px;
  border-radius: 30px;
  font-weight: bold;
}

.rating-text {
  font-size: 15px;
  margin-left: 8px;
}

/* DETAILS */
.detail {
  font-size: 12px;
  color: #444;
  margin-bottom: 6px;
}

/* FOOTER */
.footer {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price {
  font-size: 18px;
  font-weight: 700;
  color: #7c3aed;
}

/* BUTTON */
.btn-primary {
  background: var(--purple);
  border: none;
  color: white;
  padding: 11px 22px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.25s;
}

.btn-primary:hover {
  background: var(--purple-hover);
}

/* Remove side padding on larger screens */
@media (min-width: 768px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Section spacing */
.reviews-section {
  padding: 80px 0;
  background: #f8f9fb;
}

/* Heading */
.heading {
  text-align: center;
  margin-bottom: 50px;
}

.heading h2 {
  font-size: 36px;
  font-weight: 700;
}

.heading p {
  color: #666;
  font-size: 18px;
}

.reviews-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}

/* Card Style */
.review-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 25px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.review-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Quote Icon */
.quote-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 36px;
  height: 36px;
  stroke: rgba(0, 0, 0, 0.15);
}

/* Profile Section */
.profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7f43ff, #c18cff);
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar img {
  width: 50px;
}

.avatar span {
  background: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 18px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job {
  color: #666;
  font-size: 14px;
}

/* Stars */
.stars span {
  font-size: 18px;
  color: #e91e63;
}

/* Review text */
.review-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Footer */
.footer {
  border-top: 1px solid #e5e7eb;
  padding-top: 12px;
  font-size: 12px;
  color: #666;
}

.footer strong {
  color: #000;
}

/* Section */
.bootcamps-section {
  padding: 85px 20px;
}

/* Heading */
.section-header {
  text-align: center;
  margin-bottom: 45px;
}

.section-header h2 {
  font-size: 38px;
  font-weight: 800;
}

.section-header p {
  font-size: 18px;
  color: #777;
  max-width: 650px;
  margin: 10px auto 0;
}

/* GRID */
.bootcamp-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .bootcamp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .bootcamp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* CARD */
.bootcamp-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.bootcamp-card:hover {
  box-shadow: 0 6px 22px rgba(113, 70, 255, 0.25);
  transform: translateY(-4px);
}

/* Gradient Banner */
.card-banner {
  height: 160px;
  background: linear-gradient(135deg, #9b5cff33, #b388ff33);
  position: relative;
  overflow: hidden;
}

/* Image cover */
.card-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Hover overlay */
.card-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #9b5cff, #b388ff);
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}

.bootcamp-card:hover .card-banner::after {
  opacity: 0.2;
}

/* Body */
.card-body {
  padding: 22px;
}

/* Tags and Ratings */
.tag-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.tag {
  font-size: 12px;
  background: #9b5cff22;
  color: #9b5cff;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
}

.rating {
  font-size: 13px;
  color: #555;
  font-weight: 600;
}

/* Title */
.title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.25s;
}

.bootcamp-card:hover .title {
  color: #9b5cff;
}

/* Description */
.desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
  line-height: 1.5;
}

/* Footer */
.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.duration {
  font-size: 13px;
  color: #777;
}

.btn {
  padding: 7px 16px;
  border-radius: 8px;
  background: transparent;
  color: black;
  border: none;
  cursor: pointer;
  font-size: 13px;
  transition: 0.3s;
}

.btn:hover {
  background: #ee4f84;
  color: white;
}

/* View All Button */
.view-all-wrapper {
  text-align: center;
  margin-top: 40px;
}

.view-all-btn {
  padding: 12px 30px;
  border: 1px solid #6d6b6b;
  color: #6d6b6b;
  background: transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.view-all-btn:hover {
  background: #ee4f84;
  color: white;
}

.tag {
  background: #f1eaff;
  color: #6a1bff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.cal-icon {
  stroke: #6b7280;
  /* muted grey */
}

.date {
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}

.date-row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: -10px;
  /* moves date left */
}

/* SECTION */
.cta-section {
  position: relative;
  padding: 80px 20px;
  background: linear-gradient(135deg, #6a4bff, #4c27d1, #8a68ff);
  overflow: hidden;
}

/* SVG GRID PATTERN */
.pattern-bg {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iMC4xIj48cGF0aCBkPSJNMzYgMzBoLTJ2Mmgydi0yem0wLTRoLTJ2Mmgydi0yem0wIDhoLTJ2Mmgydi0yem00LTRoLTJ2Mmgydi0yem0wLTRoLTJ2Mmgydi0yem0wIDhoLTJ2Mmgydi0yeiIvPjwvZz48L2c+PC9zdmc+");
  background-size: 60px 60px;
  pointer-events: none;
}

/* Layout container */
.container-counsling {
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* Heading */
.cta-heading {
  text-align: center;
  color: white;
  margin-bottom: 40px;
}

.cta-heading h2 {
  font-size: 32px;
  font-weight: 700;
}

.cta-heading p {
  font-size: 18px;
  opacity: 0.9;
  color: white;
}

/* Card */
.cta-card {
  background: white;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Form grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.full {
  grid-column: span 2;
}

/* Form group */
.form-group label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

.form-group input,
.form-group select {
  width: 100%;
  height: 45px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
  outline: none;
}

.form-group input:focus,
.form-group select:focus {
  border-color: #8d53f0;
  box-shadow: 0 0 0 2px rgba(106, 75, 255, 0.3);
}

/* Button */
.cta-btn {
  padding: 10px 22px;
  margin-top: 10px;
  background: #8d53f0;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #8d53f0;
}

/* Outline Button */
.cta-btn-outline {
  padding: 10px 22px;
  margin-top: 10px;
  background: transparent;
  color: #8d53f0;
  border: 2px solid #8d53f0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover */
.cta-btn-outline:hover {
  background: #8d53f0;
  color: #ffffff;
}

/* Agreement text */
.agreement {
  margin-top: 10px;
  text-align: center;
  color: #666;
  font-size: 12px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .full {
    grid-column: span 1;
  }

  .cta-card {
    padding: 25px;
  }
}

/* Footer Base */
.site-footer {
  width: 100%;
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  padding-top: 60px;
  font-family: "Inter", sans-serif;
}

/* Footer Wrapper */
.footer-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

/* Section Styling */
.footer-section {
  flex: 1 1 250px;
}

/* Brand Section */
.brand-section .footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* .brand-section .brand-logo {
  height: 45px;
  width: 45px;
  background: linear-gradient(to bottom right, #6b4bff, #a78bfa);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.brand-section .brand-name {
  font-size: 22px;
  font-weight: 700;
}

.brand-section .footer-description {
  font-size: 14px;
  color: #555;
  margin: 15px 0 20px;
  line-height: 1.6;
}

.brand-section .footer-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.brand-section .footer-contact svg {
  flex-shrink: 0;
}

/* Section Titles & Links */
.section-title {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 600;
}

.section-links {
  list-style: none;
  padding: 0;
}

.section-links li {
  margin-bottom: 10px;
}

.section-links a {
  text-decoration: none;
  font-size: 14px;
  color: #555;
  transition: 0.25s;
}

.section-links a:hover {
  color: #6b4bff;
}

/* Footer Bottom */
.footer-bottom {
  margin-top: 60px;
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 25px 0;
  text-align: center;
  font-size: 14px;
  color: #666;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .footer-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .brand-section .brand-name {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .footer-wrapper {
    gap: 30px;
  }
}

/* Reviews Section Base */
.reviews-section {
  padding: 60px 20px;
  background-color: #f8f8f8;
  font-family: "Inter", sans-serif;
}

.heading {
  text-align: center;
  margin-bottom: 40px;
}

.heading h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.heading p {
  font-size: 1.1rem;
  color: #666;
}

/* Review Grid */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Review Card */
.review-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.quote-icon {
  width: 24px;
  height: 24px;
  stroke: #6b4bff;
  margin-bottom: 20px;
}

/* Profile Section */
.profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.avatar {
  width: 50px;
  height: 50px;
  background-color: #6b4bff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.profile h6 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.profile .job {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

/* Stars */
.stars {
  color: #ee4f84;
  font-size: 1.3rem;
  margin-bottom: 16px;
}

/* Review Text */
.review-text {
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
  margin-bottom: 16px;
  font-style: italic;
}

/* Footer */
.footer p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

.footer strong {
  color: #333;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .review-card {
    padding: 20px;
  }

  .heading h2 {
    font-size: 1.8rem;
  }

  .heading p {
    font-size: 1rem;
  }

  .profile {
    flex-direction: column;
    text-align: center;
  }

  .avatar {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .reviews-section {
    padding: 40px 10px;
  }

  .container {
    padding: 0 10px;
  }

  .review-card {
    padding: 16px;
  }
}

/* Review Grid */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* HERO CAROUSEL */
.hero-carousel {
  margin: 40px 0;
}

/* CONTAINER (HEIGHT LOCKED) */
.carousel-container {
  max-width: 1200px;
  margin: auto;
  height: 180px;
  /* 🔒 SAME HEIGHT ALWAYS */
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #eef6ff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

/* SLIDES */
.carousel-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.carousel-item.active {
  opacity: 1;
  position: relative;
}

/* IMAGE HOLDER */
.slide-image {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* IMAGE SAFE */
.slide-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* 🔒 NO CUT, NO STRETCH */
}

/* DOTS */
.slider-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.slider-dots span {
  width: 8px;
  height: 8px;
  background: #9bbce3;
  border-radius: 50%;
  cursor: pointer;
}

.slider-dots span.active {
  background: #ffcc00;
}

/* RESPONSIVE (STILL SAME STRUCTURE) */
@media (max-width: 768px) {
  .carousel-container {
    height: 160px;
  }
}

@media (max-width: 480px) {
  .carousel-container {
    height: 140px;
  }
}

/* HEADER SEARCH BUTTON */
.search-btn {
  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 8px;

  color: #374151;
  font-size: 16px;

  cursor: pointer;
  transition: all 0.25s ease;
}

.search-btn i {
  font-size: 16px;
}

.search-btn:hover {
  background: #e5e7eb;
  color: #111827;
}

.search-btn:active {
  transform: scale(0.96);
}

.search-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.35);
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.brand-link:hover {
  opacity: 0.9;
}

/* SIDEBAR OVERLAY */
.sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 998;
}

/* MOBILE SIDEBAR */
.mobile-sidebar {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100vh;
  background: #ffffff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
  z-index: 999;

  display: flex;
  flex-direction: column;
}

/* ACTIVE STATE */
.mobile-sidebar.active {
  right: 0;
}

.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* SIDEBAR HEADER */
.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
}

.sidebar-title {
  font-size: 16px;
  font-weight: 600;
}

/* CLOSE BUTTON */
.sidebar-close {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

/* NAV LINKS */
.sidebar-nav {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sidebar-nav a {
  text-decoration: none;
  font-size: 15px;
  color: #111827;
  font-weight: 500;
}

.sidebar-nav a:hover {
  color: #7c3aed;
}

/* FOOTER */
.sidebar-footer {
  margin-top: auto;
  padding: 20px;
}

/* DESKTOP HIDE */
@media (min-width: 992px) {

  .mobile-sidebar,
  .sidebar-overlay {
    display: none;
  }
}

.bd-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-section {
  display: flex;
  align-items: center;
  gap: 14px;
}

.right-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

.brand {
  font-size: 18px;
  font-weight: 600;
}

/* MOBILE HEADER BEHAVIOR */
@media (max-width: 768px) {

  /* ❌ Hide full brand name */
  .brand {
    display: none;
  }

  /* ❌ Hide desktop nav links */
  .nav-links {
    display: none;
  }

  /* ❌ Hide Get Started button */
  .right-section .btn-primary {
    display: none;
  }

  /* ✅ Show menu (3 lines / dots) */
  .menu-btn {
    display: flex;
  }

  /* Keep logo icon visible */
  .logo-box svg {
    width: 26px;
    height: 26px;
  }
}

/* SIDEBAR SEARCH */
.sidebar-search {
  padding: 14px 20px;
  border-bottom: 1px solid #eee;
}

.sidebar-search input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
}

.sidebar-search input:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.25);
}

/* HERO CAROUSEL BASE */
.hero-carousel {
  width: 100%;
  margin: 20px 0;
}

/* CAROUSEL CONTAINER */
.carousel-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #f5f7fa;
}

/* SLIDES */
.carousel-item {
  display: none;
  width: 100%;
}

.carousel-item.active {
  display: block;
}

/* IMAGE WRAPPER */
.slide-image {
  width: 100%;
  height: 100%;
}

/* IMAGE BEHAVIOR */
.slide-image img {
  width: 100%;
  height: auto;
  /* 🔑 IMPORTANT */
  max-height: 280px;
  /* desktop safe */
  object-fit: contain;
  /* 🔑 NO CUT */
  display: block;
  margin: auto;
}

/* DOTS */
.slider-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.slider-dots span {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  border-radius: 50%;
  cursor: pointer;
}

.slider-dots span.active {
  background: #6366f1;
}

/* RESPONSIVE FIXES */
@media (max-width: 768px) {
  .slide-image img {
    max-height: 180px;
    /* mobile height */
  }
}

@media (max-width: 480px) {
  .slide-image img {
    max-height: 150px;
  }
}

/* SIDEBAR SEARCH ICON */
.sidebar-search-icon {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}

.sidebar-search-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #f9fafb;

  font-size: 15px;
  font-weight: 500;
  color: #111827;

  cursor: pointer;
}

.sidebar-search-btn i {
  font-size: 16px;
}

.sidebar-search-btn:hover {
  background: #f3f4f6;
}

/* SEARCH POPUP OVERLAY */
.search-popup {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.65);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* POPUP CARD */
.search-popup-content {
  width: 90%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

/* HEADING */
.search-popup-content h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 18px;
}

/* INPUT WRAPPER (KEY FIX) */
.search-input-wrapper {
  position: relative;
}

/* INPUT */
.search-input {
  width: 100%;
  padding: 14px 46px 14px 16px;
  /* space for close icon */
  font-size: 16px;
  border-radius: 12px;
  border: 1.5px solid #d1d5db;
  outline: none;
}

.search-input:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.25);
}

/* CLOSE BUTTON (INSIDE INPUT) */
.close-popup {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);

  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;

  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
}

.close-popup i {
  font-size: 14px;
  color: #111827;
}

.close-popup:hover {
  background: #e5e7eb;
}

/* MOBILE */
@media (max-width: 480px) {
  .search-popup-content h3 {
    font-size: 18px;
  }
}

/* SECTION */
.about-section {
  padding: 70px 0;
}

.about-section.light {
  background: #f9fafb;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
}

.about-card {
  background: #fff;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.about-card ul {
  padding-left: 0;
  list-style: none;
}

.about-card li {
  margin-bottom: 10px;
  font-weight: 500;
}

/* TRUST GRID */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.trust-card {
  background: #fff;
  padding: 26px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.trust-card i {
  font-size: 28px;
  color: #6366f1;
  margin-bottom: 12px;
}

/* STATS */
.about-stats {
  background: #111827;
  color: #fff;
  padding: 60px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  text-align: center;
  gap: 30px;
}

.stats-grid h3 {
  font-size: 32px;
  color: #a5b4fc;
}

/* CTA */
.about-cta {
  padding: 80px 0;
  text-align: center;
  background: #f5f7ff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-hero h1 {
    font-size: 32px;
  }
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.value-card {
  background: #fff;
  padding: 26px;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.value-card h4 {
  font-weight: 600;
  margin-bottom: 8px;
  color: #6366f1;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 26px;
}

.step-card {
  background: #fff;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
}

.step-number {
  font-size: 28px;
  font-weight: 700;
  color: #a5b4fc;
}

/* GLOBAL HELPERS */
.section-badge {
  display: inline-block;
  padding: 6px 14px;
  background: #eef2ff;
  color: #6366f1;
  font-weight: 600;
  font-size: 13px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.section-badge.center {
  display: block;
  width: fit-content;
  margin: 0 auto 12px;
}

/* HERO */
.about-hero {
  padding: 100px 0;
  background: linear-gradient(135deg, #6366f1, #7c3aed);
  color: #fff;
}

.about-hero h1 {
  font-size: 46px;
  font-weight: 700;
}

.about-hero p {
  font-size: 18px;
  max-width: 700px;
  margin: 12px auto 0;
  color: #fff;
}

/* SECTIONS */
.about-section {
  padding: 90px 0;
}

.about-section.light {
  background: #f9fafb;
}

/* GRIDS */
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
}

.about-card,
.step-card,
.value-card,
.trust-card {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover,
.step-card:hover,
.value-card:hover,
.trust-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* STEPS */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
}

.step-number {
  font-size: 30px;
  font-weight: 700;
  color: #a5b4fc;
}

/* VALUES / TRUST */
.values-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 26px;
}

.trust-card i {
  font-size: 30px;
  color: #6366f1;
  margin-bottom: 10px;
}

/* STATS */
.about-stats {
  background: #111827;
  color: #fff;
  padding: 80px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 30px;
  text-align: center;
}

.stats-grid h3 {
  font-size: 36px;
  color: #a5b4fc;
}

/* CTA */
.about-cta {
  padding: 90px 0;
  background: #f5f7ff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-hero h1 {
    font-size: 34px;
  }
}

/* CONTACT HERO */
.contact-hero {
  padding: 90px 0;
  background: linear-gradient(135deg, #6366f1, #7c3aed);
  color: #fff;
}

.contact-hero h1 {
  font-size: 44px;
  font-weight: 700;
}

.contact-hero p {
  max-width: 600px;
  margin: 12px auto 0;
  font-size: 18px;
  color: #fff;
}

/* CONTACT SECTION */
.contact-section {
  padding: 90px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* INFO */
.contact-info h2 {
  margin-bottom: 10px;
}

.contact-item-box {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}

.contact-item-box i {
  font-size: 20px;
  color: #6366f1;
}

/* SOCIAL */
.social-links {
  display: flex;
  gap: 14px;
  margin-top: 26px;
}

.social {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.social:hover {
  transform: translateY(-3px);
  color: #fff;
}

.social.whatsapp {
  background: #25d366;
}

.social.facebook {
  background: #1877f2;
}

.social.twitter {
  background: #1da1f2;
}

.social.instagram {
  background: #e1306c;
}

.social.linkedin {
  background: #0077b5;
}

.social.youtube {
  background: #ff0000;
}

/* FORM */
.contact-form-box {
  background: #fff;
  padding: 32px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.form-group {
  margin-bottom: 14px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.2);
}

/* MAP */
.map-section iframe {
  width: 100%;
  height: 380px;
  border: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero h1 {
    font-size: 32px;
  }
}

/* CATEGORIES HERO */
.categories-hero {
  padding: 90px 0;
  background: linear-gradient(135deg, #6366f1, #7c3aed);
  color: #fff;
}

.categories-hero h1 {
  font-size: 46px;
  font-weight: 700;
}

.categories-hero p {
  max-width: 650px;
  margin: 14px auto 28px;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

/* ACTION BUTTONS */
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-outline {
  padding: 12px 26px;
  border-radius: 999px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #fff;
  color: #6366f1;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .categories-hero h1 {
    font-size: 32px;
  }

  .categories-hero p {
    font-size: 16px;
  }
}

/* FAQ ACCORDION */
.faq-section {
  padding: 80px 0;
  background: #f8fafc;
}

.faq-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
}

.faq-header p {
  max-width: 620px;
  margin: 12px auto 50px;
  color: #475569;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

/* QUESTION */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 26px;
  font-size: 17px;
  font-weight: 600;
  color: #1e293b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question i {
  transition: transform 0.3s ease;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 26px;
}

.faq-answer p {
  padding-bottom: 20px;
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
}

/* ACTIVE STATE */
.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

/* MOBILE */
@media (max-width: 768px) {
  .faq-header h2 {
    font-size: 28px;
  }

  .faq-question {
    font-size: 16px;
    padding: 18px 20px;
  }

  .faq-answer {
    padding: 0 20px;
  }
}

/* CATEGORIES FILTER – ENHANCED UI */

.categories-section .categories-container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 32px;
  align-items: flex-start;
}

/* FILTER BOX */
.categories-section .category-filters {
  background: #ffffff;
  padding: 26px;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f5f9;
}

/* FILTER GROUP */
.categories-section .filter-group {
  margin-bottom: 26px;
}

.categories-section .filter-group h5 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* LABELS */
.categories-section .filter-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 10px;
  color: #334155;
  transition: all 0.2s ease;
}

.categories-section .filter-group label:hover {
  background: #f8fafc;
}

/* CHECKBOX STYLE */
.categories-section .filter-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #2563eb;
  cursor: pointer;
}

/* ACTIVE STATE */
.categories-section .filter-group input[type="checkbox"]:checked+span {
  font-weight: 600;
  color: #1e40af;
}

/* VIEW ALL */
.categories-section .view-all-wrapper {
  text-align: center;
  margin-top: 36px;
}

/* BUTTON INSIDE FILTER */
.categories-section .category-filters .btn-primary {
  margin-top: 12px;
  border-radius: 12px;
  font-weight: 600;
}

/* MOBILE */
@media (max-width: 992px) {
  .categories-section .categories-container {
    grid-template-columns: 1fr;
  }

  .categories-section .category-filters {
    position: relative;
    top: 0;
  }
}

.category-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* FORCE 2 CARDS PER ROW — BOOTCAMPS PAGE ONLY */
.bootcamps-page .categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* MOBILE: 1 CARD PER ROW */
@media (max-width: 768px) {
  .bootcamps-page .categories-grid {
    grid-template-columns: 1fr;
  }
}

.icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 12px;
}

.resource-badge {
  display: inline-block;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  background: #e0f2fe;
  color: #0369a1;
  margin-bottom: 10px;
}

.resource-badge.success {
  background: #dcfce7;
  color: #166534;
}

.resource-badge.danger {
  background: #fee2e2;
  color: #991b1b;
}

.resource-badge.secondary {
  background: #ede9fe;
  color: #5b21b6;
}

.article-card h4 {
  margin-top: 6px;
}

.article-tag {
  font-size: 11px;
  color: #64748b;
}

.text-link {
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

/* BLOG SECTION */
.blog-section {
  padding: 80px 0;
}

/* GRID */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* BLOG CARD */
.blog-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

/* IMAGE */
.blog-image {
  height: 200px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.08);
}

/* CATEGORY */
.blog-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #2563eb;
  background: #eff6ff;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  width: fit-content;
}

/* TITLE */
.blog-title {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* EXCERPT */
.blog-excerpt {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 18px;
}

/* META */
.blog-meta {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 16px;
}

/* BUTTON */
.blog-btn {
  display: inline-block;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.blog-btn:hover {
  transform: translateX(4px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-image {
    height: 180px;
  }
}

/* BLOG GRID */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* BLOG CARD */
.blog-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 50px rgba(37, 99, 235, 0.15);
}

/* IMAGE */
.blog-image {
  height: 220px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover img {
  transform: scale(1.1);
}

.blog-category {
  font-size: 12px;
  font-weight: 600;
  color: #2563eb;
  background: #eff6ff;
  padding: 5px 12px;
  border-radius: 30px;
  width: fit-content;
  margin-bottom: 12px;
}

.blog-content h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* META */
.blog-meta {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 18px;
}

/* READ MORE BUTTON */
.blog-btn {
  align-self: flex-start;
  padding: 10px 22px;
  border-radius: 999px;
  border: 2px solid #2563eb;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}

.blog-btn:hover {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-image {
    height: 180px;
  }
}

/* BLOG CARD */
.blog-card {
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* IMAGE HEIGHT PERFECT – KEEP */
.blog-image {
  height: 220px;
  overflow: hidden;
}

/* TITLE */
.blog-content h3 {
  font-size: 18px;
  line-height: 1.35;
  margin: 8px 0 6px;
  /* 👈 tighter spacing */
}

/* META */
.blog-meta {
  font-size: 13px;
  color: #94a3b8;
  margin-bottom: 14px;
}

/* BLOG HERO */
.blog-hero {
  padding: 90px 20px 70px;
  background: linear-gradient(135deg, #6d28d9, #2563eb);
  color: #ffffff;
}

.blog-hero h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 12px;
}

.blog-hero p {
  font-size: 17px;
  max-width: 640px;
  margin: 0 auto;
  color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
  .blog-hero {
    padding: 70px 16px 55px;
  }

  .blog-hero h1 {
    font-size: 32px;
  }

  .blog-hero p {
    font-size: 15px;
  }
}

.blog-btn {
  padding: 10px 22px;
  border-radius: 999px;
  border: 2px solid #2563eb;
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-btn:hover {
  background: linear-gradient(135deg, #6d28d9, #2563eb);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 10px 28px rgba(99, 102, 241, 0.45);
}

/* BLOG DETAIL PAGE */
.blog-detail {
  padding: 80px 0;
  background: #f8fafc;
}

/* HERO IMAGE */
.blog-hero-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* HEADER */
.blog-header {
  margin-top: 40px;
  max-width: 900px;
}

.blog-category {
  display: inline-block;
  background: #eef2ff;
  color: #4338ca;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.blog-header h1 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 12px;
}

.blog-meta {
  font-size: 14px;
  color: #64748b;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* CONTENT */
.blog-content {
  padding: 18px 22px 22px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
}

.blog-content .intro {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
}

.blog-content h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 40px 0 14px;
}

.blog-content ul {
  padding-left: 20px;
  margin: 16px 0 30px;
}

.blog-content ul li {
  margin-bottom: 10px;
}

/* IMAGE BLOCK */
.blog-image-block {
  margin: 40px 0;
  text-align: center;
}

.blog-image-block img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.blog-image-block span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #64748b;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .blog-hero-image img {
    height: 260px;
    border-radius: 18px;
  }

  .blog-header h1 {
    font-size: 28px;
  }

  .blog-content h2 {
    font-size: 22px;
  }

  .blog-image-block img {
    height: 220px;
  }
}

/* BLOG DETAIL HERO */
.blog-detail-hero {
  padding: 90px 0 60px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.blog-detail-hero h1 {
  font-size: 42px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}

.blog-detail-hero .hero-subtext {
  font-size: 18px;
  color: #64748b;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Badge */
.blog-badge {
  display: inline-block;
  background: #eef2ff;
  color: #4f46e5;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .blog-detail-hero {
    padding: 60px 0 40px;
  }

  .blog-detail-hero h1 {
    font-size: 30px;
  }

  .blog-detail-hero .hero-subtext {
    font-size: 16px;
  }
}

/* RELATED BLOGS */
.related-blogs {
  padding: 70px 0;
  background: #f8fafc;
}

.related-blogs .section-header h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
}

.related-blogs .section-header p {
  color: #64748b;
}

/* GRID */
.related-blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

/* CARD */
.related-blog-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.related-blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* BODY */
.related-blog-card .card-body {
  padding: 20px;
}

.blog-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #6366f1;
  background: #eef2ff;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.related-blog-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
  line-height: 1.4;
}

.related-blog-card p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* FOOTER */
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.blog-date {
  font-size: 13px;
  color: #94a3b8;
}

.read-more {
  font-size: 14px;
  font-weight: 600;
  color: #4f46e5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #1d4ed8;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .related-blogs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .related-blogs-grid {
    grid-template-columns: 1fr;
  }
}

/* RELATED BLOG SLIDER */
.blog-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-slider {
  display: flex;
  gap: 24px;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

/* CARD WIDTH CONTROL */
.related-blog-card {
  min-width: calc(100% / 3);
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.related-blog-card:hover {
  transform: translateY(-6px);
}

.related-blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* NAV BUTTONS */
.slider-btn {
  background: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  transition: background 0.3s;
}

.slider-btn:hover {
  background: #4f46e5;
  color: #fff;
}

.slider-btn.prev {
  left: -18px;
}

.slider-btn.next {
  right: -18px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .related-blog-card {
    min-width: calc(100% / 2);
  }
}

@media (max-width: 576px) {
  .related-blog-card {
    min-width: 100%;
  }

  .slider-btn {
    display: none;
  }
}

/* SLIDER */
.blog-slider {
  display: flex;
  gap: 24px;
  overflow: hidden;
  scroll-behavior: smooth;
}

/* CARD WIDTH — 3 per row */
.related-blog-card {
  flex: 0 0 calc((100% - 48px) / 3);
  /* 3 cards + gaps */
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.related-blog-card:hover {
  transform: translateY(-6px);
}

.related-blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* TABLET → 2 CARDS */
@media (max-width: 992px) {
  .related-blog-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

/* MOBILE → 1 CARD */
@media (max-width: 576px) {
  .related-blog-card {
    flex: 0 0 100%;
  }
}

.list-hero {
  padding: 90px 0 70px;
  background: linear-gradient(135deg, #6d28d9, #2563eb);
  color: #fff;
}

.list-hero h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 12px;
}

.list-hero p {
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 24px;
  opacity: 0.95;
  color: #fff;
}

.form-card {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  margin-bottom: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.form-card h4 {
  margin-bottom: 16px;
  font-weight: 700;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.form-card label {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  color: #475569;
}

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

  .list-hero h1 {
    font-size: 28px;
  }
}

/* PARTNER SECTION (UPGRADED) */

.partner-section {
  padding: 80px 0;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

/* CARD */
.partner-card {
  background: #ffffff;
  padding: 34px 26px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* HOVER EFFECT */
.partner-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.12);
}

/* ICON */
.partner-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}

/* ICON GRADIENTS */
.gradient-1 {
  background: linear-gradient(135deg, #7c3aed, #4f46e5);
}

.gradient-2 {
  background: linear-gradient(135deg, #2563eb, #0ea5e9);
}

.gradient-3 {
  background: linear-gradient(135deg, #f59e0b, #f97316);
}

.gradient-4 {
  background: linear-gradient(135deg, #10b981, #059669);
}

/* TEXT */
.partner-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f172a;
}

.partner-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #64748b;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .partner-grid {
    grid-template-columns: 1fr;
  }
}

/* THANK YOU MODAL */

.thankyou-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

.thankyou-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* MODAL BOX */
.thankyou-modal {
  background: #ffffff;
  border-radius: 22px;
  padding: 40px 30px;
  max-width: 420px;
  width: 92%;
  text-align: center;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  animation: scaleIn 0.35s ease;
}

/* CLOSE BUTTON */
.thankyou-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 18px;
  color: #64748b;
  cursor: pointer;
}

.thankyou-close:hover {
  color: #0f172a;
}

/* ICON */
.thankyou-icon {
  font-size: 48px;
  margin-bottom: 14px;
}

/* TEXT */
.thankyou-modal h3 {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}

.thankyou-modal p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* ANIMATION */
@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .thankyou-modal {
    padding: 30px 22px;
  }
}

/* FAQ SECTION */

.faq-section {
  padding: 80px 0;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* QUESTION BUTTON */
.faq-question {
  width: 100%;
  padding: 20px 22px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question i {
  transition: transform 0.3s ease;
}

/* ANSWER (HIDDEN BY DEFAULT) */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 22px;
}

.faq-answer p {
  color: #64748b;
  line-height: 1.6;
  padding-bottom: 18px;
}

/* ACTIVE STATE */
.faq-item.active .faq-answer {
  max-height: 300px;
  /* enough for content */
  padding-top: 6px;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

/* MOBILE */
@media (max-width: 768px) {
  .faq-question {
    font-size: 15px;
  }
}

.about-section {
  background: #f8f9fa;
  padding: 4rem 0;
}

.section-badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #667eea;
  color: white;
  border-radius: 20px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.about-section h2 {
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.about-section p {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.about-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.about-list li {
  margin-bottom: 0.5rem;
  color: #6c757d;
}

.about-list li::before {
  content: "✔";
  margin-right: 0.5rem;
  color: #667eea;
}

.about-section img {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.values-section {
  background: #f8f9fa;
  padding: 4rem 0;
}

.section-header h2 {
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-header p {
  color: #6c757d;
  margin-bottom: 2rem;
}

.value-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.3s ease;
}

.value-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.value-card h4 {
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.value-card p {
  color: #6c757d;
}

/* Wrap container for blog detail (header + content) */
.blog-detail .container {
  max-width: 1100px;
  /* wider than default */
  margin: 0 auto;
}

/* Category pill */
.blog-header .blog-category {
  display: inline-block;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #4f46e5;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}

/* Main title */
.blog-header h1 {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

/* Meta row */
.blog-header .blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: #6b7280;
}

/* Lists inside content */
.blog-content ul {
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}

/* Image blocks spanning full column width */
.blog-image-block {
  margin: 2rem 0;
  text-align: center;
}

.blog-image-block img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.blog-image-block span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #6b7280;
}

/* Overlay */
.delay-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

/* Visible state */
.delay-popup-overlay.show {
  display: flex;
}

/* Card */
.delay-popup-card {
  background: radial-gradient(circle at top left, #eef2ff, #ffffff);
  border-radius: 20px;
  max-width: 460px;
  width: 92%;
  padding: 1.8rem 1.6rem 1.6rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35);
  position: relative;
  border: 1px solid rgba(148, 163, 184, 0.2);
  animation: popup-slide-in 0.25s ease-out;
}

/* Close icon */
.delay-popup-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #9ca3af;
  font-size: 0.9rem;
}

.delay-popup-close:hover {
  color: #6b7280;
}

/* Header */
.delay-popup-header h3 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.delay-popup-header p {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

/* Pill */
.delay-popup-pill {
  display: inline-block;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.08);
  color: #4f46e5;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}

/* Inputs */
.popup-input {
  font-size: 0.9rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  padding-inline: 1rem;
}

.popup-input:focus {
  border-color: #4f46e5;
  box-shadow: 0 0 0 1px rgba(79, 70, 229, 0.35);
}

/* CTA button */
.popup-btn {
  background: linear-gradient(135deg, #4f46e5, #6366f1);
  border: none;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.6rem 1rem;
  box-shadow: 0 10px 25px rgba(79, 70, 229, 0.35);
}

.popup-btn:hover {
  background: linear-gradient(135deg, #4338ca, #4f46e5);
}

/* Note */
.popup-note {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  color: #9ca3af;
  text-align: center;
}

/* Thank-you state */
.delay-popup-thanks {
  display: none;
  text-align: center;
  padding: 0.5rem 0.25rem 0;
}

.delay-popup-thanks h4 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
  color: #14532d;
}

.delay-popup-thanks p {
  font-size: 0.9rem;
  color: #166534;
}

/* Animation */
@keyframes popup-slide-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Mobile tweaks */
@media (max-width: 576px) {
  .delay-popup-card {
    padding: 1.5rem 1.2rem 1.3rem;
    border-radius: 18px;
  }

  .delay-popup-header h3 {
    font-size: 1.25rem;
  }
}

/* GOOGLE FONTS – BOOTCAMP TYPOGRAPHY */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap");

/* FONT VARIABLES */

:root {
  --font-heading: "Poppins", sans-serif;
  --font-body: "Inter", sans-serif;
}

/* GLOBAL TEXT STYLES */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: #1f2937;
  /* dark gray */
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HEADINGS */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.6rem;
}

h1 {
  font-size: clamp(2.2rem, 4vw, 3rem);
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.3rem);
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.25rem;
}

/* TEXT ELEMENTS */

p {
  margin-bottom: 1rem;
  color: #374151;
}

a {
  color: #7c3aec;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  color: #9f7df6;
}

/* BUTTONS & FORM ELEMENTS */

button,
.btn,
input,
textarea,
select {
  font-family: var(--font-body);
  font-weight: 500;
}

/* NAVBAR / HEADER */

.navbar,
.header,
.nav-link {
  font-family: var(--font-heading);
  font-weight: 500;
}

/* BOOTCAMP FORM STYLING */

.bootcamp-form {
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  font-family: var(--font-body);
}

/* Title */
.bootcamp-form .form-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1.2rem;
  text-align: center;
}

/* Inputs & Selects */
.bootcamp-form .form-control,
.bootcamp-form .form-select {
  font-family: var(--font-body);
  font-size: 0.95rem;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  color: var(--text-dark);
  transition: all 0.2s ease;
}

/* Placeholder */
.bootcamp-form input::placeholder {
  color: var(--text-muted);
}

/* Focus state */
.bootcamp-form .form-control:focus,
.bootcamp-form .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
  outline: none;
}

/* Spacing between fields */
.bootcamp-form .mb-2,
.bootcamp-form .mb-3 {
  margin-bottom: 14px !important;
}

/* Button */
.bootcamp-form .btn {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  padding: 11px 22px;
  border: none;
  background: var(--purple);
  color: white;
  transition: all 0.25s ease;
  border-radius: 14px;
}

/* Button hover */
.bootcamp-form .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 25px rgba(37, 99, 235, 0.35);
}

/* Button active */
.bootcamp-form .btn:active {
  transform: translateY(0);
}

.page-hero {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.page-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

.policy-section {
  padding: 60px 0;
}

.policy-section h2 {
  margin-top: 32px;
  font-size: 1.4rem;
  font-weight: 600;
}

.policy-section p,
.policy-section li {
  color: #374151;
  line-height: 1.7;
}

.updated-date {
  color: #6b7280;
  margin-bottom: 20px;
}

.page-hero {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.policy-section {
  padding: 60px 0;
}

.policy-section h2 {
  margin-top: 32px;
  font-size: 1.4rem;
  font-weight: 600;
}

.policy-section p,
.policy-section li {
  color: #374151;
  line-height: 1.7;
}

.updated-date {
  color: #6b7280;
  margin-bottom: 20px;
}

.error-404 {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
}

.error-box h1 {
  font-size: 120px;
  font-weight: 800;
  color: #7c3aec;
  margin-bottom: 10px;
}

.error-box h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.error-box p {
  color: #666;
  margin-bottom: 30px;
}

.error-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}