:root {
  --blue: #2563eb;
  --blue-lt: #3b82f6;
  --blue-dk: #1d4ed8;
  --orange: #f97316;
  --green: #22c55e;
  --dark: #0f172a;
  --dark2: #1e293b;
  --white: #ffffff;
  --gray: #64748b;
  --light-bg: #f8fafc;
  --border: #e2e8f0;
  --text: #334155;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica", sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}
.pf-seo-content h4{
  font-size: 1.2rem;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

/* ── TOPBAR ── */
.topbar {
  background: var(--blue);
  color: #fff;
  text-align: center;
  padding: 9px 16px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.topbar a {
  color: #fde68a;
  text-decoration: underline;
  margin-left: 6px;
}

/* ── NAVBAR ── */
.navbar {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 0 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand img {
  height: 60px;
  width: auto;
}

.brand-icon {
  width: 38px;
  height: 38px;
  background: var(--blue);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
}

.brand-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: var(--dark);
}

.brand-name span {
  color: var(--blue);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin-bottom: 0;
}

.nav-menu a {
  cursor: pointer;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  transition: 0.2s;
  white-space: nowrap;
}

.nav-menu a:hover {
  color: var(--blue);
  background: #eff6ff;
}

.nav-cta {
  background: var(--blue);
  color: #fff !important;
  padding: 9px 22px !important;
  border-radius: 8px;
  font-weight: 700 !important;
  transition: 0.2s !important;
}

.nav-cta:hover {
  background: var(--blue-dk) !important;
  transform: translateY(-1px);
}

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 2.5px;
  background: var(--dark);
  border-radius: 2px;
  margin: 5px 0;
  transition: 0.3s;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  background: #fff;
  border-top: 1px solid var(--border);
  padding: 16px 24px 24px;
}

.mobile-menu.open {
  display: block;
}

.mobile-menu a {
  display: block;
  padding: 11px 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  border-bottom: 1px solid var(--border);
}

.mobile-menu a:last-child {
  border-bottom: none;
}

.mobile-menu .mob-cta {
  display: block;
  margin-top: 14px;
  background: var(--blue);
  color: #fff !important;
  border-radius: 8px;
  text-align: center;
  padding: 13px;
  font-size: 15px;
}

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a6e 50%, #1e293b 100%);
  padding: 90px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232563eb' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37, 99, 235, 0.2);
  border: 1px solid rgba(37, 99, 235, 0.4);
  color: #93c5fd;
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 20px;
}

.hero h1 .highlight {
  color: var(--blue-lt);
  background: linear-gradient(90deg, #3b82f6, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero p {
  font-size: 17px;
  color: #94a3b8;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 520px;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
}

.btn-primary-hero {
  background: var(--blue);
  color: #fff;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  border: none;
  cursor: pointer;
  transition: 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary-hero:hover {
  background: #fff;
  color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.4);
}

.btn-outline-hero {
  background: transparent;
  color: #fff;
  padding: 14px 30px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  border: 2px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline-hero:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.hero-stat .num {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.hero-stat .lbl {
  font-size: 13px;
  color: #64748b;
}

/* Hero card (right side) */
.hero-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.hero-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 6px;
}

.hero-card p {
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 22px;
}

.form-group label {
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 5px;
  display: block;
}

.form-control {
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  width: 100%;
  margin-bottom: 14px;
  transition: 0.2s;
}

.form-control:focus {
  border-color: var(--blue);
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-select {
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  width: 100%;
  margin-bottom: 14px;
  background: #fff;
}

.btn-submit {
  width: 100%;
  background: var(--blue);
  color: #fff;
  padding: 13px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}

.btn-submit:hover {
  background: var(--blue-dk);
}

.form-note {
  font-size: 12px;
  color: var(--gray);
  text-align: center;
  margin-top: 10px;
}

/* ── MARQUEE ── */
.marquee-sec {
  background: #f1f5f9;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  gap: 0;
  animation: marquee 25s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.marquee-item {
  white-space: nowrap;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
  display: flex;
  align-items: center;
  gap: 10px;
}

.marquee-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}

/* ── SECTION COMMONS ── */
section {
  padding: 3rem 0;
}

.section-badge {
  display: inline-block;
  background: #eff6ff;
  color: var(--blue);
  border-radius: 50px;
  padding: 5px 16px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 14px;
  line-height: 1.2;
}

.section-sub {
  font-size: 16px;
  color: var(--gray);
  line-height: 1.7;
  max-width: 580px;
  margin: 0 auto 50px;
}

.text-center .section-sub {
  margin-left: auto;
  margin-right: auto;
}

/* ── ABOUT ── */
.about-sec {
  background: #fff;
}

.about-img-wrap {
  position: relative;
}

.about-img {
  border-radius: 20px;
  background: linear-gradient(135deg, #1e3a6e, #2563eb);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
}

.about-badge-float {
  position: absolute;
  bottom: -18px;
  right: -18px;
  background: var(--orange);
  color: #fff;
  border-radius: 14px;
  padding: 16px 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(249, 115, 22, 0.3);
}

.about-badge-float strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.about-badge-float span {
  font-size: 12px;
  font-weight: 600;
}

.about-list {
  list-style: none;
  margin: 20px 0 30px;
}

.about-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  color: var(--text);
}

.about-list li:last-child {
  border-bottom: none;
}

.about-list li i {
  color: var(--green);
  margin-top: 2px;
  flex-shrink: 0;
}

/* ── SERVICES ── */
.services-sec {
  background: var(--light-bg);
}

.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1.5px solid var(--border);
  height: 100%;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transition: 0.3s;
  transform-origin: left;
}

.service-card:hover {
  border-color: var(--blue);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.12);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card a {
  cursor: pointer;
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.service-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}

.service-card p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.65;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--blue);
}

/* ── INDUSTRIES ── */
.industries-sec {
  background: #fff;
}

.industry-card {
  background: var(--light-bg);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 22px 18px;
  text-align: center;
  transition: 0.25s;
  cursor: default;
  height: 100%;
}

.industry-card:hover {
  background: #eff6ff;
  border-color: var(--blue);
  transform: translateY(-3px);
}

.industry-icon {
  font-size: 32px;
  margin-bottom: 10px;
  display: block;
}

.industry-card h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  margin: 0;
}

/* ── PACKAGES ── */
.packages-sec {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a6e 100%);
  position: relative;
  overflow: hidden;
}

.packages-sec .section-title {
  color: #fff;
}

.packages-sec .section-sub {
  color: #94a3b8;
}

.pkg-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  position: relative;
  height: 100%;
  transition: 0.3s;
}

.pkg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.pkg-card.popular {
  background: var(--blue);
  color: #fff;
  border: 3px solid #93c5fd;
}

.popular-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: #fff;
  border-radius: 50px;
  padding: 4px 18px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.pkg-name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--blue);
  margin-bottom: 6px;
}

.pkg-card.popular .pkg-name {
  color: #bfdbfe;
}

.pkg-price {
  font-size: 42px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 2px;
}

.pkg-card.popular .pkg-price {
  color: #fff;
}

.pkg-price span {
  font-size: 18px;
  font-weight: 600;
}

.pkg-period {
  font-size: 13px;
  color: var(--gray);
  margin-bottom: 20px;
}

.pkg-card.popular .pkg-period {
  color: #bfdbfe;
}

.pkg-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 20px 0;
}

.pkg-card.popular .pkg-divider {
  border-color: rgba(255, 255, 255, 0.2);
}

.pkg-features {
  list-style: none;
  margin-bottom: 28px;
}

.pkg-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  font-size: 14px;
  color: var(--text);
}

.pkg-card.popular .pkg-features li {
  color: #e0f2fe;
}

.pkg-features li i {
  color: var(--green);
  flex-shrink: 0;
}

.pkg-card.popular .pkg-features li i {
  color: #86efac;
}

.btn-pkg {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  border: none;
  cursor: pointer;
  transition: 0.2s;
}

.btn-pkg-outline {
  background: #eff6ff;
  color: var(--blue);
}

.btn-pkg-outline:hover {
  background: var(--blue);
  color: #fff;
}

.btn-pkg-white {
  background: #fff;
  color: var(--blue);
}

.btn-pkg-white:hover {
  background: #f0f9ff;
}

/* ── WHY CHOOSE US ── */
.why-sec {
  background: var(--light-bg);
}

.why-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  border: 1.5px solid var(--border);
  margin-bottom: 20px;
  transition: 0.25s;
}

.why-card:hover {
  border-color: var(--blue);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.1);
}

.why-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.why-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}

.why-card p {
  font-size: 14px;
  color: var(--gray);
  margin: 0;
  line-height: 1.6;
}

/* ── PROCESS ── */
.process-sec {
  background: #fff;
}

.process-step {
  text-align: center;
  padding: 28px 20px;
  position: relative;
}

.process-step::after {
  content: "→";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #cbd5e1;
}

.process-step:last-child::after {
  display: none;
}

.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  margin: 0 auto 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.process-step h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
}

.process-step p {
  font-size: 13px;
  color: var(--gray);
}

/* ── TESTIMONIALS ── */
.testimonials-sec {
  background: var(--light-bg);
}

.testi-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  border: 1.5px solid var(--border);
  height: 100%;
  transition: 0.25s;
}

.testi-card:hover {
  box-shadow: 0 15px 40px rgba(37, 99, 235, 0.1);
  border-color: var(--blue);
}

.stars {
  color: #f59e0b;
  font-size: 14px;
  margin-bottom: 14px;
}

.testi-text {
  font-size: 14.5px;
  color: var(--text);
  line-height: 1.7;
  margin-bottom: 18px;
  font-style: italic;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  flex-shrink: 0;
}

.testi-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
}

.testi-role {
  font-size: 12.5px;
  color: var(--gray);
}

/* ── FAQ ── */
.faq-sec {
  background: #fff;
}

.faq-item {
  border: 1.5px solid var(--border);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: 0.2s;
}

.faq-item.open {
  border-color: var(--blue);
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  background: #fff;
  border: none;
  width: 100%;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.faq-q:hover {
  background: #f8fafc;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--blue);
  flex-shrink: 0;
  transition: 0.3s;
}

.faq-item.open .faq-icon {
  background: var(--blue);
  color: #fff;
  transform: rotate(45deg);
}

.faq-a {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  font-size: 14.5px;
  color: var(--gray);
  line-height: 1.7;
  transition:
    max-height 0.35s ease,
    padding 0.35s ease;
}

.faq-item.open .faq-a {
  max-height: 200px;
  padding: 0 20px 18px;
}

/* ── CTA BAND ── */
.cta-sec {
  background: linear-gradient(135deg, #1d4ed8, #2563eb, #0ea5e9);
  padding: 80px 0;
  text-align: center;
}

.cta-sec h4 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
}

.cta-sec p {
  color: #bfdbfe;
  font-size: 16px;
  margin-bottom: 30px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.btn-cta-white {
  background: #fff;
  color: var(--blue);
  padding: 14px 34px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  font-family: "Plus Jakarta Sans", sans-serif;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-cta-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.btn-cta-outline-wh {
  background: transparent;
  color: #fff;
  padding: 14px 34px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  font-family: "Plus Jakarta Sans", sans-serif;
  border: 2px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: 0.2s;
  margin-left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-cta-outline-wh:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

/* ── FOOTER ── */
footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 60px 0 0;
}

.footer-logo .brand-name {
  color: #fff;
}

.footer-desc {
  font-size: 14px;
  line-height: 1.7;
  margin: 14px 0 20px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.social-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #1e293b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #64748b;
  transition: 0.2s;
}

.social-btn:hover {
  background: var(--blue);
  color: #fff;
}

.footer-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 14px;
  color: #64748b;
  transition: 0.2s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-contact p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-contact i {
  color: var(--blue);
  width: 16px;
}

.footer-bottom {
  border-top: 1px solid #1e293b;
  margin-top: 40px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  gap: 8px;
}

.footer-bottom a {
  color: #64748b;
}

.footer-bottom a:hover {
  color: #fff;
}

/* ── ANIMATIONS ── */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* portfolio */
/* ── Page background ── */
#portfolio-section {
  background: #f0f2f5;
  padding: 48px 0 70px;
  min-height: 100vh;
}

/* ── Filter bar ── */
.pf-filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}

.pf-pill {
  padding: 9px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  background: #fff;
  color: #334155;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  font-family: inherit;
}

.pf-pill:hover {
  background: #ff8c00;
  color: #fff;
}

.pf-pill.active {
  background: #f97316;
  color: #fff;
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
}

/* ── 4-column grid ── */
.pf-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1199px) {
  .pf-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .pf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479px) {
  .pf-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Card ── */
.pf-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  cursor: pointer;
}

.pf-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

/* ── Image area ── */
.pf-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.pf-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.pf-card:hover .pf-img-wrap img {
  transform: scale(1.05);
}

/* Dark overlay on hover */
.pf-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  opacity: 0;
  transition: opacity 0.3s;
}

.pf-card:hover .pf-img-wrap::after {
  opacity: 1;
}

/* Orange category badge — top-left */
.pf-cat-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: #f97316;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 50px;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 8px rgba(249, 115, 22, 0.4);
  pointer-events: none;
}

/* Orange external-link circle button — center on hover */
.pf-link-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f97316;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  opacity: 0;
  transition:
    opacity 0.25s,
    transform 0.25s;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(249, 115, 22, 0.5);
}

.pf-card:hover .pf-link-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* ── Card text area ── */
.pf-info {
  padding: 18px 18px 20px;
}

.pf-info h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 7px;
  line-height: 1.3;
}

.pf-info p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* ── No results ── */
.pf-no-results {
  display: none;
  text-align: center;
  padding: 60px 20px;
  color: #94a3b8;
  grid-column: 1 / -1;
}

.pf-no-results i {
  font-size: 42px;
  margin-bottom: 12px;
  display: block;
  color: #cbd5e1;
}

/* ── Modal ── */
.pf-modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}

.pf-modal-bg.pf-open {
  opacity: 1;
  visibility: visible;
}

.pf-modal-box {
  background: #fff;
  border-radius: 16px;
  max-width: 620px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(18px);
  transition: transform 0.28s;
}

.pf-modal-bg.pf-open .pf-modal-box {
  transform: translateY(0);
}

.pf-modal-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
  display: block;
}

.pf-modal-img-placeholder {
  width: 100%;
  height: 230px;
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
}

.pf-modal-body {
  padding: 24px 26px 28px;
}

.pf-modal-body h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.pf-modal-body .pf-modal-cat {
  display: inline-block;
  background: #fff7ed;
  color: #f97316;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.pf-modal-body p {
  font-size: 14.5px;
  color: #64748b;
  line-height: 1.75;
  margin-bottom: 16px;
}

.pf-modal-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.pf-modal-chip {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 14px;
  flex: 1;
  min-width: 90px;
  text-align: center;
}

.pf-modal-chip .chip-lbl {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #94a3b8;
  margin-bottom: 3px;
}

.pf-modal-chip .chip-val {
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
}

.pf-modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
}

.pf-modal-tag {
  background: #eff6ff;
  color: #2563eb;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
}

.pf-modal-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f97316;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14.5px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  font-family: inherit;
}

.pf-modal-cta:hover {
  background: #ea6c00;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.pf-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border: none;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 2;
}

.pf-modal-close:hover {
  background: rgba(0, 0, 0, 0.45);
}

/* Fade-in scroll animation */
.pf-anim {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.pf-anim.pf-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 575px) {
  .pf-modal-row {
    flex-direction: column;
  }

  .pf-modal-body {
    padding: 18px 18px 22px;
  }

  .pf-info h4 {
    font-size: 14.5px;
  }
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .nav-menu,
  .nav-cta {
    display: none !important;
  }

  .hamburger {
    display: block;
  }

  .hero {
    padding: 60px 0 50px;
  }

  .hero-card {
    margin-top: 40px;
  }

  section {
    padding: 60px 0;
  }

  .process-step::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .hero h1 {
    font-size: 1.85rem;
  }

  .hero-btns {
    flex-direction: column;
  }

  .btn-primary-hero,
  .btn-outline-hero {
    width: 100%;
    justify-content: center;
  }

  .cta-btns {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }

  .btn-cta-outline-wh {
    margin-left: 0;
  }
}
