﻿.footer-row2 .navbar-brand img {
  height: 170px !important
}

.text-justify {
  text-align: justify;
}

.main-header {
  background-color: #fff;
}

.nav-bg-b .custom-nav .nav-list li a.menu-links {
  color: #142249
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-60 {
  padding: 60px 0;
}

/* ==============================================
   STICKY STACKING CARDS UI
   ============================================== */
.sticky-cards-section {
  background-color: #efede7;
  /* Beige tone matching the image */
  position: relative;
  z-index: 1;
}

.sticky-cards-wrapper {
  position: relative;
  padding-bottom: 5vh;
}

.sticky-card {
  position: sticky;
  /* All cards must have the exact same fixed height to scroll up at the exact same time */
  height: 420px;
  background-color: #f4f5f8;
  /* Gray website related color */
  border-radius: 24px;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.05);
  margin-bottom: 15vh;
  /* Scroll length between cards */
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.sticky-card:last-child {
  margin-bottom: 0;
}

.card-inner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  height: 100%;
  align-items: stretch;
}

.card-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 0;
}

.card-tags {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}

.tag {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border: 1px solid #c9c5ba;
  border-radius: 50px;
  color: #555;
}

.card-img-wrap {
  width: 100%;
  flex: 1;
  min-height: 0;
  border-radius: 16px;
  overflow: hidden;
}

.card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.sticky-card:hover .card-img-wrap img {
  transform: scale(1.03);
}

.card-right {
  justify-content: center;
  padding-top: 0;
}

.card-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  margin-bottom: 1rem;
}

.card-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  max-width: 95%;
}

.card-desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.card-desc ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.95rem;
  color: #555;
}

.card-desc ul li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: #bc0507;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 992px) {
  .card-inner-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .card-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .card-desc {
    margin-top: 1rem;
    max-width: 100%;
  }

  .sticky-card {
    padding: 1.5rem;
    height: auto;
  }

  .card-img-wrap {
    min-height: 250px;
  }
}


/* ==============================================
   PREMIUM NAVBAR + HERO  Ã¢â‚¬â€  Med Gold Healthcare
   ============================================== */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&display=swap');

/* Ã¢â€â‚¬Ã¢â€â‚¬ Root / Section Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.foldcraft-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  font-family: 'Geist', 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
  z-index: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ HERO CONTENT Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */
.fc-hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 3rem 1.5rem 2.5rem;
}

@media (min-width: 640px) {
  .fc-hero-content {
    padding: 4rem 1.5rem 3rem;
  }
}

@media (min-width: 768px) {
  .fc-hero-content {
    padding: 5rem 3rem 4rem;
  }
}

@media (min-width: 1024px) {
  .fc-hero-content {
    padding: 5rem 4rem 4rem;
  }
}

.fc-hero-top {
  max-width: 48rem;
}

.fc-badge {
  display: inline-block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
  animation: fadeSlideUp 0.8s ease 0.2s both;
}

@media (min-width: 640px) {
  .fc-badge {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }
}

.fc-heading {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #fff;
  animation: fadeSlideUp 0.8s ease 0.4s both;
}

@media (min-width: 640px) {
  .fc-heading {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .fc-heading {
    font-size: 3.75rem;
  }
}

@media (min-width: 1024px) {
  .fc-heading {
    font-size: 4.5rem;
  }
}

.fc-hero-bottom {
  display: flex;
  flex-direction: column;
}

.fc-desc {
  font-size: 0.875rem;
  line-height: 1.625;
  color: rgba(255, 255, 255, 0.6);
  max-width: 24rem;
  margin-bottom: 1.25rem;
  animation: fadeSlideUp 0.8s ease 0.7s both;
}

@media (min-width: 640px) {
  .fc-desc {
    font-size: 1rem;
    max-width: 32rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .fc-desc {
    font-size: 1.125rem;
  }
}

.fc-btn-explore {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  align-self: flex-start;
  transition: transform 0.3s;
  animation: fadeSlideUp 0.8s ease 0.9s both;
}

.fc-btn-explore:hover {
  transform: scale(1.05);
}

@media (min-width: 640px) {
  .fc-btn-explore {
    padding: 0.75rem 1.5rem;
  }
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ ANIMATIONS Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */


@keyframes meshGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* ==============================================
   EDITORIAL ABOUT SECTION
   ============================================== */
.editorial-about-sec {
  background-color: #F5F2EB;
  color: #333333;
}

.editorial-huge-heading {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #222222;
  margin-bottom: 2rem;
}

.editorial-stars svg {
  margin-right: 2px;
}

.editorial-testimonial {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 20px;
}

.editorial-divider {
  font-weight: bold;
  letter-spacing: 2px;
  color: #555;
}

.editorial-badge {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222;
}

.badge-dot {
  width: 16px;
  height: 16px;
  background-color: #d1cbc1;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}

.badge-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
}

.editorial-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.editorial-link {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  border-bottom: 1px solid #222;
  padding-bottom: 2px;
}

.editorial-link svg {
  margin-left: 6px;
}

.border-bottom-editorial {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.editorial-stat-card {
  background-color: #E8E3D7;
  padding: 40px 30px;
  border-radius: 8px;
  height: 100%;
}

.stat-huge {
  font-size: clamp(4rem, 8vw, 6.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #333;
  margin-bottom: 15px;
}

.stat-huge span {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
}

.stat-title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.stat-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

/* Motion Classes */
.has-motion-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.has-motion-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* Stagger delays */
.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

.delay-4 {
  transition-delay: 0.4s;
}

/* end of custom.css */

/* ============================================================
   PREMIUM 2026 DESIGN SYSTEM — Kovai Sri Balaji Packers & Movers
   ============================================================ */

/* ── Design Tokens ─────────────────────────────────────────── */
:root {
  --clr-white: #FFFFFF;
  --clr-soft: #F8F9FA;
  --clr-dark: #1A1A1A;
  --clr-dark-2: #111111;
  --clr-accent: #2563EB;
  --clr-accent-2: #1D4ED8;
  --clr-accent-lt: #EEF4FF;
  --clr-muted: #6B7280;
  --clr-border: rgba(0, 0, 0, 0.08);
  --clr-beige: #F5F2EB;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;

  --shadow-xs: 0 1px 6px rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.07);
  --shadow-md: 0 8px 32px rgba(0, 0, 0, 0.10);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.13);
  --shadow-accent: 0 8px 32px rgba(37, 99, 235, 0.25);

  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Global Smooth Scroll ───────────────────────────────────── */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── Animation Keyframes ────────────────────────────────────── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.92);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes blurReveal {
  from {
    opacity: 0;
    filter: blur(12px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-18px) rotate(6deg);
  }
}

@keyframes floatX {

  0%,
  100% {
    transform: translateX(0px) rotate(0deg);
  }

  50% {
    transform: translateX(14px) rotate(-5deg);
  }
}

@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes kenBurns1 {
  0% {
    transform: scale(1) translateX(0%) translateY(0%);
  }

  100% {
    transform: scale(1.12) translateX(-2%) translateY(-1.5%);
  }
}

@keyframes kenBurns2 {
  0% {
    transform: scale(1.12) translateX(-2%) translateY(-1.5%);
  }

  100% {
    transform: scale(1) translateX(0%) translateY(0%);
  }
}

@keyframes heroSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }
}

@keyframes orbitRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes orbitCounterRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes shimmerLine {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(200%);
  }
}

/* ── Scroll Reveal Base Classes ─────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1), transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-120px);
  transition: opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1), transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-right {
  opacity: 0;
  transform: translateX(120px);
  transition: opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1), transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.7s ease, transform 0.7s ease;
}


.reveal.visible,
.reveal-left.visible,
.reveal-right.visible,
.reveal-scale.visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.reveal-delay-4 {
  transition-delay: 0.4s;
}

.reveal-delay-5 {
  transition-delay: 0.5s;
}

.reveal-delay-6 {
  transition-delay: 0.6s;
}

/* ── Premium Button Styles ──────────────────────────────────── */
.btn-premium {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  background: var(--clr-accent);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: var(--shadow-accent);
}

.btn-premium:hover {
  background: var(--clr-accent-2);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.38);
  color: #fff;
}

.btn-premium .ripple-wave {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  transform: scale(0);
  animation: ripple 0.6s linear;
  pointer-events: none;
}

.btn-outline-premium {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  background: transparent;
  color: var(--clr-accent);
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 50px;
  border: 2px solid var(--clr-accent);
  cursor: pointer;
  text-decoration: none;
  transition: all var(--transition);
}

.btn-outline-premium:hover {
  background: var(--clr-accent);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--shadow-accent);
}

.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  background: #fff;
  color: var(--clr-accent);
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--transition);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.btn-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
  color: var(--clr-accent-2);
}

/* ── Section Header Component ───────────────────────────────── */
.pm-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--clr-accent);
  margin-bottom: 1rem;
}

.pm-section-label::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--clr-accent);
  border-radius: 2px;
}

.pm-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--clr-dark);
  margin-bottom: 1rem;
}

.pm-section-desc {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--clr-muted);
  max-width: 600px;
}

/* ================================================================
   HERO SECTION — Image Crossfade Slideshow
   ================================================================ */
.pm-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: #000;
  display: flex;
  flex-direction: column;
}

/* Image slides */
.pm-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.pm-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
  transform-origin: center center;
}

.pm-hero-slide:nth-child(1) img {
  animation: kenBurns1 14s ease-in-out infinite alternate;
}

.pm-hero-slide:nth-child(2) img {
  animation: kenBurns2 14s ease-in-out infinite alternate;
}

.pm-hero-slide {
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
}

.pm-hero-slide.active {
  opacity: 1;
  z-index: 2;
}

/* Dark overlay */
.pm-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(135deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.45) 60%,
      rgba(0, 0, 0, 0.28) 100%);
}

/* Navbar inside hero */
.pm-hero .fc-navbar {
  z-index: 20;
  position: relative;
}

/* Hero content */
.pm-hero-content {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5% 5%;
  margin-top: 80px;
}

.pm-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px 6px 8px;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  width: fit-content;
  animation: heroSlideIn 0.9s ease 0.2s both;
}

.pm-hero-badge-dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.pm-hero-badge-dot::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #4ade80;
  animation: pulseRing 1.5s linear infinite;
}

.pm-hero-h1 {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #fff;
  margin-bottom: 1.5rem;
  max-width: 820px;
  animation: heroSlideIn 0.9s ease 0.4s both;
}

.pm-hero-h1 .accent-word {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.7);
}

.pm-hero-desc {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  max-width: 520px;
  margin-bottom: 2.5rem;
  animation: heroSlideIn 0.9s ease 0.6s both;
}

.pm-hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  animation: heroSlideIn 0.9s ease 0.8s both;
}

.pm-hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: fadeIn 1s ease 1.2s both;
  text-decoration: none;
}

.pm-hero-scroll-icon {
  width: 36px;
  height: 56px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8px;
}

.pm-hero-scroll-icon::after {
  content: '';
  width: 5px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  animation: scrollBounce 1.6s ease-in-out infinite;
}

/* Slide dots */
.pm-hero-dots {
  position: absolute;
  bottom: 2.5rem;
  right: 5%;
  z-index: 10;
  display: flex;
  gap: 8px;
}

.pm-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  padding: 0;
}

.pm-hero-dot.active {
  background: #fff;
  width: 28px;
  border-radius: 4px;
}

/* ================================================================
   ABOUT SECTION — Premium Left-Right Layout
   ================================================================ */
.pm-about {
  background: var(--clr-soft);
  padding: 100px 0;
  overflow: hidden;
}

.pm-about-img-wrap {
  position: relative;
}

.pm-about-img-main {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 2;
}

.pm-about-shape-1 {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(37, 99, 235, 0.04));
  top: -30px;
  left: -40px;
  z-index: 1;
  animation: floatY 8s ease-in-out infinite;
}

.pm-about-shape-2 {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(59, 130, 246, 0.06));
  bottom: -20px;
  right: -30px;
  z-index: 1;
  animation: floatX 10s ease-in-out infinite;
}

.pm-about-badge-card {
  position: absolute;
  bottom: 30px;
  left: -24px;
  z-index: 3;
  background: #fff;
  border-radius: var(--radius-md);
  padding: 16px 22px;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 200px;
}

.pm-about-badge-icon {
  width: 48px;
  height: 48px;
  background: var(--clr-accent-lt);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.pm-about-badge-text strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--clr-dark);
  line-height: 1;
}

.pm-about-badge-text span {
  font-size: 0.78rem;
  color: var(--clr-muted);
  font-weight: 500;
}

.pm-about-content {
  padding-left: 2rem;
}

.pm-about-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pm-about-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--clr-muted);
  line-height: 1.6;
}

.pm-about-features li .feat-icon {
  width: 22px;
  height: 22px;
  background: var(--clr-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.pm-about-features li .feat-icon svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
  stroke-width: 2.5;
}

/* ================================================================
   SERVICES PREVIEW (Enhanced Sticky Cards)
   ================================================================ */
.sticky-cards-section {
  background: #EFEDE7;
}

.sticky-card {
  border-radius: var(--radius-lg) !important;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.06) !important;
  transition: box-shadow var(--transition), transform var(--transition) !important;
}

.sticky-card:hover {
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.04), 0 20px 60px rgba(0, 0, 0, 0.12) !important;
}

.card-title {
  color: var(--clr-dark);
}

/* ================================================================
   WHY CHOOSE US — Premium Icon Cards
   ================================================================ */
.pm-why {
  background: var(--clr-white);
  padding: 100px 0;
}

.pm-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.pm-why-card {
  background: var(--clr-soft);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem;
  border: 1px solid var(--clr-border);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.pm-why-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--clr-accent) 0%, var(--clr-accent-2) 100%);
  opacity: 0;
  transition: opacity var(--transition);
  border-radius: var(--radius-lg);
}

.pm-why-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.pm-why-card:hover::before {
  opacity: 1;
}

.pm-why-card:hover .pm-why-icon-wrap {
  background: rgba(255, 255, 255, 0.2);
}

.pm-why-card:hover .pm-why-icon-wrap svg {
  stroke: #fff;
}

.pm-why-card:hover .pm-why-num,
.pm-why-card:hover .pm-why-title,
.pm-why-card:hover .pm-why-desc {
  color: #fff;
}

.pm-why-card>* {
  position: relative;
  z-index: 1;
}

.pm-why-num {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--clr-accent);
  text-transform: uppercase;
  margin-bottom: 1rem;
  transition: color var(--transition);
}

.pm-why-icon-wrap {
  width: 56px;
  height: 56px;
  background: var(--clr-accent-lt);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: background var(--transition);
}

.pm-why-icon-wrap svg {
  width: 26px;
  height: 26px;
  stroke: var(--clr-accent);
  stroke-width: 1.75;
  transition: stroke var(--transition);
}

.pm-why-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--clr-dark);
  margin-bottom: 0.6rem;
  transition: color var(--transition);
}

.pm-why-desc {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--clr-muted);
  margin: 0;
  transition: color var(--transition);
}

/* ================================================================
   TESTIMONIALS — Circular Carousel
   ================================================================ */
.pm-testimonials {
  background: var(--clr-beige);
  padding: 100px 0;
  overflow: hidden;
}

.pm-testi-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}

/* Active card */
.pm-testi-card {
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 3rem;
  max-width: 680px;
  width: 100%;
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 5;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.pm-testi-card.hidden {
  opacity: 0;
  transform: scale(0.94);
  pointer-events: none;
  position: absolute;
}

.pm-testi-card.active {
  opacity: 1;
  transform: scale(1);
}

.pm-testi-quote {
  font-size: 4rem;
  line-height: 1;
  color: var(--clr-accent-lt);
  font-family: Georgia, serif;
  margin-bottom: 0.5rem;
  color: var(--clr-accent);
  opacity: 0.25;
  user-select: none;
}

.pm-testi-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 2rem;
  font-style: italic;
}

.pm-testi-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.pm-testi-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--clr-accent-lt);
}

.pm-testi-avatar-placeholder {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--clr-accent), #60a5fa);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border: 3px solid var(--clr-accent-lt);
  flex-shrink: 0;
}

.pm-testi-name {
  font-weight: 700;
  color: var(--clr-dark);
  font-size: 1rem;
}

.pm-testi-role {
  font-size: 0.82rem;
  color: var(--clr-muted);
}

.pm-testi-stars {
  display: flex;
  gap: 3px;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.pm-testi-stars svg {
  width: 18px;
  height: 18px;
  fill: #f59e0b;
  stroke: none;
}

/* Orbit */
.pm-testi-orbit {
  position: relative;
  width: 560px;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -280px;
  /* overlap with card area */
  pointer-events: none;
  z-index: 3;
}

.pm-orbit-ring {
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px dashed rgba(37, 99, 235, 0.15);
  border-radius: 50%;
  animation: orbitRotate 30s linear infinite;
}

.pm-orbit-avatar {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  border: 3px solid #fff;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  transition: all 0.35s ease;
  transform-origin: center;
}

.pm-orbit-avatar>div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 1.1rem;
  animation: orbitCounterRotate 30s linear infinite;
}

.pm-orbit-avatar:hover {
  transform: scale(1.2);
  box-shadow: var(--shadow-lg);
}

.pm-orbit-avatar.active {
  border-color: var(--clr-accent);
  transform: scale(1.25);
}

/* Nav buttons */
.pm-testi-nav {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  position: relative;
  z-index: 10;
}

.pm-testi-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--clr-border);
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}

.pm-testi-btn:hover {
  background: var(--clr-accent);
  border-color: var(--clr-accent);
}

.pm-testi-btn:hover svg {
  stroke: #fff;
}

.pm-testi-btn svg {
  width: 20px;
  height: 20px;
  stroke: var(--clr-dark);
  stroke-width: 2;
  transition: stroke var(--transition);
}

/* ================================================================
   CTA SECTION
   ================================================================ */
.pm-cta {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 45%, #3b82f6 100%);
  background-size: 200% 200%;
  animation: gradientShift 8s ease infinite;
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pm-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.pm-cta::after {
  content: '';
  position: absolute;
  bottom: -40%;
  right: -15%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.pm-cta-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1rem;
}

.pm-cta-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.pm-cta-desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.72);
  max-width: 480px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

.pm-cta-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-cta-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.2rem;
  background: #fff;
  color: var(--clr-accent);
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all var(--transition);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}

.btn-cta-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  color: var(--clr-accent-2);
}

.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2.2rem;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.45);
  transition: all var(--transition);
}

.btn-cta-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
  transform: translateY(-2px);
}

/* ================================================================
   PREMIUM FOOTER
   ================================================================ */
footer.pm-footer {
  background: #0f172a;
  color: rgba(255, 255, 255, 0.72);
  padding-top: 70px;
  padding-bottom: 0;
  font-family: 'Poppins', sans-serif;
}

.pm-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.6fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pm-footer-brand-logo {
  height: 50px;
  width: auto;
  margin-bottom: 1rem;
  background-color: #ffffff;
  padding: 8px 12px;
  border-radius: 8px;
}

.pm-footer-tagline {
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.5rem;
  max-width: 280px;
}

.pm-footer-social {
  display: flex;
  gap: 10px;
}

.pm-footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  text-decoration: none;
  transition: all var(--transition);
}

.pm-footer-social a:hover {
  background: var(--clr-accent);
  border-color: var(--clr-accent);
  color: #fff;
  transform: translateY(-2px);
}

.pm-footer-col-title {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.5rem;
}

.pm-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pm-footer-links a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pm-footer-links a:hover {
  color: #fff;
}

.pm-footer-links a::before {
  content: '→';
  opacity: 0;
  transition: opacity var(--transition);
  font-size: 0.75rem;
}

.pm-footer-links a:hover::before {
  opacity: 1;
}

.pm-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
}

.pm-footer-contact-item i {
  color: var(--clr-accent);
  font-size: 0.9rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.pm-footer-contact-item a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color var(--transition);
}

.pm-footer-contact-item a:hover {
  color: #fff;
}

.pm-footer-newsletter {
  margin-top: 1.25rem;
}

.pm-footer-newsletter-form {
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.pm-footer-newsletter-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  outline: none;
  padding: 0.75rem 1.2rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
}

.pm-footer-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.pm-footer-newsletter-btn {
  padding: 0.75rem 1.4rem;
  background: var(--clr-accent);
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.82rem;
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--transition);
  font-family: 'Poppins', sans-serif;
}

.pm-footer-newsletter-btn:hover {
  background: var(--clr-accent-2);
}

/* Footer bottom bar */
.pm-footer-bottom {
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.35);
}

.pm-footer-bottom a {
  color: var(--clr-accent);
  text-decoration: none;
}

/* Back to top */
.pm-back-top {
  width: 42px;
  height: 42px;
  background: var(--clr-accent);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  flex-shrink: 0;
  text-decoration: none;
}

.pm-back-top:hover {
  background: var(--clr-accent-2);
  transform: translateY(-3px);
}

.pm-back-top svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 2.5;
}

/* ================================================================
   PAGE HERO BANNERS (About / Services / Contact)
   ================================================================ */
.pm-page-hero {
  background-color: #f9ebe0;
  padding: 150px 0 90px;
  position: relative;
  overflow: hidden;
}

.pm-page-hero::before {
  content: '';
  position: absolute;
  top: -50px;
  right: 5%;
  width: 400px;
  height: 400px;
  background-color: #f6c845;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blobMorph 8s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}

.pm-page-hero::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -50px;
  width: 300px;
  height: 300px;
  background-color: #56c2b1;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: blobMorph 10s ease-in-out infinite alternate-reverse;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}

.pm-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.pm-breadcrumb a {
  color: #1a3c34;
  text-decoration: none;
  transition: color 0.3s ease;
}

.pm-breadcrumb a:hover {
  color: #3bbcb2;
}

.pm-breadcrumb span {
  color: #555;
}

.pm-breadcrumb .current {
  color: #3bbcb2;
}

.pm-page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  color: #1a3c34;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 2;
}

.pm-page-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 600px;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}

.pm-page-hero .pm-page-hero-shape {
  position: absolute;
  right: 25%;
  top: 60%;
  width: 120px;
  height: 120px;
  background-color: #cde6a5;
  border-radius: 50% 50% 30% 70% / 50% 60% 40% 50%;
  animation: floatShapeBlue 4s ease-in-out infinite;
  z-index: 1;
}

.pm-page-hero .pm-page-hero-shape::before {
  display: none;
}

/* ================================================================
   ABOUT PAGE — ADDITIONAL SECTIONS
   ================================================================ */
/* Mission / Vision */
.pm-mission-card {
  background: var(--clr-soft);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  border: 1px solid var(--clr-border);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all var(--transition);
}

.pm-mission-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.pm-mission-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--clr-accent), #60a5fa);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.pm-mission-icon {
  width: 64px;
  height: 64px;
  background: var(--clr-accent-lt);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

.pm-mission-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--clr-dark);
  margin-bottom: 1rem;
}

.pm-mission-desc {
  font-size: 0.93rem;
  line-height: 1.75;
  color: var(--clr-muted);
}

/* Timeline */
.pm-timeline {
  background: var(--clr-soft);
  padding: 100px 0;
}

.pm-timeline-track {
  position: relative;
  padding: 2rem 0;
}

.pm-timeline-track::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--clr-accent) 20%, var(--clr-accent) 80%, transparent);
  transform: translateX(-50%);
}

.pm-timeline-item {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: start;
  margin-bottom: 3rem;
}

.pm-timeline-item:nth-child(odd) .pm-tl-content {
  grid-column: 1;
  text-align: right;
  padding-right: 2rem;
}

.pm-timeline-item:nth-child(odd) .pm-tl-empty {
  grid-column: 3;
}

.pm-timeline-item:nth-child(even) .pm-tl-content {
  grid-column: 3;
  text-align: left;
  padding-left: 2rem;
}

.pm-timeline-item:nth-child(even) .pm-tl-empty {
  grid-column: 1;
}

.pm-tl-dot {
  grid-column: 2;
  width: 52px;
  height: 52px;
  background: var(--clr-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
  box-shadow: 0 0 0 6px var(--clr-accent-lt), var(--shadow-sm);
  z-index: 2;
  position: relative;
}

.pm-tl-year {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--clr-accent);
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}

.pm-tl-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--clr-dark);
  margin-bottom: 0.5rem;
}

.pm-tl-desc {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--clr-muted);
}

/* Stats Counter Row */
.pm-stats {
  background: var(--clr-dark);
  padding: 70px 0;
}

.pm-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.pm-stat-item {
  background: var(--clr-dark);
  padding: 2.5rem 2rem;
  text-align: center;
}

.pm-stat-num {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.pm-stat-num span {
  color: var(--clr-accent);
}

.pm-stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

/* Team */
.pm-team {
  background: var(--clr-white);
  padding: 100px 0;
}

.pm-team-card {
  background: var(--clr-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--clr-border);
  transition: all var(--transition);
}

.pm-team-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.pm-team-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: top;
  transition: transform 0.6s ease;
}

.pm-team-card:hover .pm-team-img {
  transform: scale(1.04);
}

.pm-team-img-wrap {
  overflow: hidden;
}

.pm-team-info {
  padding: 1.5rem;
}

.pm-team-name {
  font-weight: 700;
  color: var(--clr-dark);
  font-size: 1.05rem;
  margin-bottom: 3px;
}

.pm-team-role {
  font-size: 0.82rem;
  color: var(--clr-accent);
  font-weight: 600;
}

/* ================================================================
   SERVICES PAGE
   ================================================================ */
.pm-services-hero-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.pm-service-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 3rem 0;
  border-bottom: none;
  position: relative;
}

.pm-service-card:last-child {
  border-bottom: none;
}

.pm-service-card.reverse .pm-svc-img-wrap {
  order: 2;
}

.pm-service-card.reverse .pm-svc-content {
  order: 1;
}

/* Weaving Connecting Line (Desktop) */
@media (min-width: 993px) {
  .pm-service-card:not(.reverse):not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(25% - 1rem);
    width: calc(50% + 2rem);
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 0,0 C 0,50 100,50 100,100' fill='none' stroke='%232563eb' stroke-width='4' /%3E%3C/svg%3E");
    background-size: 100% 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.25;
  }

  .pm-service-card.reverse:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(25% - 1rem);
    width: calc(50% + 2rem);
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 100,0 C 100,50 0,50 0,100' fill='none' stroke='%232563eb' stroke-width='4' /%3E%3C/svg%3E");
    background-size: 100% 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.25;
  }
}

.pm-svc-img-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  z-index: 2;
}

/* Blob-shaped service images */
.pm-svc-blob-img {
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blobMorph 8s ease-in-out infinite;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pm-svc-content {
  position: relative;
  z-index: 2;
}

.pm-svc-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.pm-svc-img-wrap:hover .pm-svc-img {
  transform: scale(1.04);
}

/* Alternating section backgrounds */
.pm-svc-section {
  padding: 40px 0;
  overflow: hidden;
}

.pm-svc-light {
  background-color: #ffffff;
}

.pm-svc-dark {
  background-color: #f9ebe0;
}

.pm-svc-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--clr-accent);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
}

.pm-svc-content {
  padding: 1rem 0;
}

.pm-svc-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pm-svc-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.92rem;
  color: var(--clr-muted);
}

.pm-svc-features li::before {
  content: '';
  width: 20px;
  height: 20px;
  background: var(--clr-accent-lt);
  border-radius: 50%;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  margin-top: 2px;
}

/* Process Timeline */
.pm-process {
  background: #1a3c34;
  /* Dark Teal background to stand out and contrast with Peach */
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Dark Theme Text Overrides for Process Section */
.pm-process .pm-section-title {
  color: #ffffff;
}

.pm-process .pm-section-label {
  color: #f6c845;
  /* Yellow accent for the label */
  background: rgba(246, 200, 69, 0.1);
  /* Subtle yellow background */
}

.pm-process .pm-section-desc {
  color: rgba(255, 255, 255, 0.8);
}

/* Add a background blob for premium feel */
.pm-process::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  background-color: #56c2b1;
  /* Teal blob */
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  animation: blobMorph 8s ease-in-out infinite alternate;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

.pm-process-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
  margin-top: 3rem;
  z-index: 2;
}

.pm-process-track::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, #f6c845, #f37b2d);
  /* Yellow to Orange */
  border-radius: 3px;
  z-index: 1;
}

.pm-process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}

.pm-process-num {
  width: 74px;
  height: 74px;
  background: #1a3c34;
  border-radius: 50%;
  border: 3px solid #f6c845;
  /* Yellow border */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #f6c845;
  /* Yellow text */
  box-shadow: 0 10px 20px rgba(246, 200, 69, 0.15);
  position: relative;
  z-index: 2;
  margin-bottom: 1.5rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pm-process-step:hover .pm-process-num {
  background: #f6c845;
  color: #1a3c34;
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 15px 25px rgba(246, 200, 69, 0.3);
}

.pm-process-step-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.pm-process-step-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

/* ================================================================
   CONTACT PAGE
   ================================================================ */
.pm-contact {
  background: var(--clr-white);
  padding: 90px 0;
}

.pm-contact-form-wrap {
  background: var(--clr-soft);
  border-radius: var(--radius-xl);
  padding: 3rem;
  border: 1px solid var(--clr-border);
}

/* Floating label inputs */
.pm-field {
  position: relative;
  margin-bottom: 1.75rem;
}

.pm-field input,
.pm-field select,
.pm-field textarea {
  width: 100%;
  padding: 1.1rem 1.25rem 0.5rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-sm);
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.93rem;
  color: var(--clr-dark);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
  resize: none;
}

.pm-field input:focus,
.pm-field select:focus,
.pm-field textarea:focus {
  border-color: var(--clr-accent);
  box-shadow: 0 0 0 4px var(--clr-accent-lt);
}

.pm-field label {
  position: absolute;
  top: 1.1rem;
  left: 1.25rem;
  font-size: 0.9rem;
  color: var(--clr-muted);
  pointer-events: none;
  transition: all 0.22s ease;
  transform-origin: left top;
}

.pm-field input:focus~label,
.pm-field input:not(:placeholder-shown)~label,
.pm-field select:focus~label,
.pm-field select:not([value=""])~label,
.pm-field textarea:focus~label,
.pm-field textarea:not(:placeholder-shown)~label {
  top: 0.38rem;
  font-size: 0.72rem;
  color: var(--clr-accent);
  font-weight: 600;
}

.pm-field select {
  padding-top: 1.4rem;
  appearance: none;
}

.pm-field textarea {
  padding-top: 1.4rem;
}

/* Contact info cards */
.pm-contact-info-card {
  background: var(--clr-soft);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  border: 1px solid var(--clr-border);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: all var(--transition);
  margin-bottom: 1rem;
}

.pm-contact-info-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--clr-accent);
}

.pm-contact-info-icon {
  width: 48px;
  height: 48px;
  background: var(--clr-accent-lt);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
  color: var(--clr-accent);
}

.pm-contact-info-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--clr-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.25rem;
}

.pm-contact-info-value {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--clr-dark);
}

.pm-contact-info-value a {
  color: var(--clr-dark);
  text-decoration: none;
}

/* Hours table */
.pm-hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.pm-hours-table td {
  padding: 8px 0;
  color: var(--clr-muted);
  border-bottom: 1px solid var(--clr-border);
}

.pm-hours-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: var(--clr-dark);
}

/* Map container */
.pm-map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.pm-map-wrap iframe {
  display: block;
}

/* FAQ Accordion */
.pm-faq {
  background: var(--clr-soft);
  padding: 90px 0;
}

.pm-faq-item {
  background: #fff;
  border-radius: var(--radius-md);
  margin-bottom: 1rem;
  border: 1px solid var(--clr-border);
  overflow: hidden;
  transition: box-shadow var(--transition);
}

.pm-faq-item:hover {
  box-shadow: var(--shadow-sm);
}

.pm-faq-item.open {
  box-shadow: var(--shadow-md);
  border-color: rgba(37, 99, 235, 0.2);
}

.pm-faq-question {
  padding: 1.4rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  gap: 1rem;
}

.pm-faq-q-text {
  font-size: 0.97rem;
  font-weight: 600;
  color: var(--clr-dark);
}

.pm-faq-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--clr-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--transition);
}

.pm-faq-item.open .pm-faq-icon {
  background: var(--clr-accent);
  transform: rotate(45deg);
}

.pm-faq-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--clr-muted);
  stroke-width: 2.5;
  transition: stroke var(--transition);
}

.pm-faq-item.open .pm-faq-icon svg {
  stroke: #fff;
}

.pm-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease;
}

.pm-faq-item.open .pm-faq-answer {
  max-height: 300px;
}

.pm-faq-answer-inner {
  padding: 0 1.75rem 1.5rem;
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--clr-muted);
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1200px) {
  .pm-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .pm-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pm-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pm-process-track {
    grid-template-columns: repeat(3, 1fr);
  }

  .pm-process-track::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .pm-about-content {
    padding-left: 0;
    margin-top: 3rem;
  }

  .pm-about-badge-card {
    left: 0;
  }

  .pm-service-card {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .pm-service-card.reverse .pm-svc-img-wrap,
  .pm-service-card.reverse .pm-svc-content {
    order: unset;
  }

  .pm-timeline-track::before {
    left: 26px;
    transform: none;
  }

  .pm-timeline-item {
    grid-template-columns: 60px 1fr;
  }

  .pm-timeline-item .pm-tl-empty {
    display: none;
  }

  .pm-timeline-item:nth-child(odd) .pm-tl-content,
  .pm-timeline-item:nth-child(even) .pm-tl-content {
    grid-column: 2;
    text-align: left;
    padding: 0 0 0 1rem;
  }

  .pm-timeline-item:nth-child(odd) .pm-tl-dot,
  .pm-timeline-item:nth-child(even) .pm-tl-dot {
    grid-column: 1;
  }

  .pm-testi-orbit {
    display: none;
  }

  .pm-testi-wrap {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .pm-hero-content {
    padding: 0 1.25rem 5%;
    margin-top: 70px;
  }

  .pm-page-hero {
    padding: 100px 0 50px;
  }

  .pm-page-hero .pm-page-hero-shape {
    display: none;
  }

  .pm-cta {
    padding: 65px 0;
  }

  .pm-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .pm-why-grid {
    grid-template-columns: 1fr;
  }

  .pm-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pm-process-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .pm-contact-form-wrap {
    padding: 1.75rem;
  }

  .pm-about-img-main {
    height: 320px;
  }

  .pm-tl-content {
    padding: 0 0 0 0.75rem !important;
  }

  .pm-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .pm-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .pm-hero-dots {
    display: none;
  }

  .pm-stats-grid {
    grid-template-columns: 1fr;
  }

  .pm-process-track {
    grid-template-columns: 1fr;
  }

  .pm-testi-nav {
    margin-top: 1rem;
  }

  .pm-cf-card {
    width: 280px;
    padding: 2rem 1.5rem;
  }
}

/* ================================================================
   3D COVERFLOW TESTIMONIALS (Dark UI)
   ================================================================ */
.pm-testimonials-coverflow {
  background: radial-gradient(circle at 50% 50%, #152219 0%, #080a08 70%);
  padding: 100px 0;
  overflow: hidden;
}

.pm-testimonials-coverflow .pm-section-title {
  color: #fff;
}

.pm-testimonials-coverflow .pm-section-label {
  color: #4ade80;
}

.pm-cf-wrapper {
  perspective: 1200px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pm-cf-container {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pm-cf-card {
  position: absolute;
  width: 320px;
  height: 440px;
  background: linear-gradient(145deg, rgba(20, 30, 24, 0.95), rgba(10, 14, 12, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #fff;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.6s ease, z-index 0.6s;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.pm-cf-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(74, 222, 128, 0.15);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
  pointer-events: none;
}

.pm-cf-card.active::before {
  opacity: 1;
}

.pm-cf-eyebrow {
  font-family: monospace, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8b9c8f;
  margin-bottom: 1.5rem;
}

.pm-cf-big {
  font-size: 3.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: auto;
  font-family: 'Poppins', sans-serif;
  line-height: 1.1;
}

.pm-cf-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 1.5rem 0;
}

.pm-cf-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.pm-cf-list li {
  font-size: 0.8rem;
  color: #a3b1a6;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.pm-cf-list li::before {
  content: '▪';
  color: #4ade80;
  font-size: 1rem;
  line-height: 1;
}

.pm-cf-author {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
  margin-top: auto;
}

/* ================================================================
   OUR STRENGTHS — Minimalist Grid (Requested UI)
   ================================================================ */
.pm-strengths {
  background: var(--clr-white);
  padding: 100px 0;
}

.pm-strengths-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #f1f5f9;
  /* Creates the thin border lines */
  border: 1px solid #f1f5f9;
  /* Outer border */
  border-radius: var(--radius-md);
  overflow: hidden;
  /* Clips the corners */
}

.pm-strength-card {
  background: #fff;
  padding: 3.5rem 2.5rem;
  position: relative;
  transition: background 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.pm-strength-card::before {
  content: '';
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 0;
  width: 3px;
  background: #2563eb;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pm-strength-card:hover {
  background: #f8fafc;
}

.pm-strength-card:hover::before {
  opacity: 1;
}

.pm-st-icon {
  margin-bottom: 2rem;
  color: #475569;
}

.pm-st-icon svg {
  width: 26px;
  height: 26px;
}

.pm-st-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
  font-family: 'Poppins', 'Poppins', sans-serif;
}

.pm-st-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1200px) {
  .pm-strengths-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .pm-strengths-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .pm-strengths-grid {
    grid-template-columns: 1fr;
  }

  .pm-strength-card {
    padding: 2.5rem 2rem;
  }
}

/* ================================================================
   SAAS ABOUT SECTION (Premium Modern)
   ================================================================ */
.saas-about-section {
  background: #F0F5F7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 120px 0 80px 0;
  overflow: hidden;
}

.saas-about-container {
  position: relative;
  z-index: 2;
}

/* Top Area Typography */
.saas-about-heading {
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 800;
  color: #154359;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

.saas-about-desc {
  font-size: 1.05rem;
  color: #3b5966;
  line-height: 1.7;
  font-family: 'Poppins', sans-serif;
}

/* Website Link */
.saas-about-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  group: hover;
}

.saas-link-text {
  font-size: 1rem;
  font-weight: 600;
  color: #154359;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.saas-link-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(21, 67, 89, 0.2);
  border-radius: 4px;
  /* small square */
  color: #154359;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.saas-about-link:hover .saas-link-text {
  color: #185B7B;
}

.saas-about-link:hover .saas-link-btn {
  background: #154359;
  color: #fff;
  border-color: #154359;
  transform: translateX(4px);
}

/* Statistics Grid & Stagger */
.saas-stats-row {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .saas-card-stagger {
    margin-top: 4rem;
  }
}

/* Card Wrapping & Thin Border */
.saas-stat-card-wrap {
  width: 100%;
  height: 480px;
  background: rgba(255, 255, 255, 0.8);
  /* The border color */
  padding: 2px;
  /* Border thickness */
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;
  box-shadow: 0 15px 35px rgba(21, 67, 89, 0.05);
}

.saas-stat-card-wrap:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(21, 67, 89, 0.1);
}

.saas-stat-card {
  position: relative;
  width: 100%;
  height: 100%;
  background: #F0F5F7;
  overflow: hidden;
}

/* Specific Geometric Clip Paths */
.shape-1,
.shape-1 .saas-stat-card {
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}

.shape-2,
.shape-2 .saas-stat-card {
  clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%);
}

.shape-3,
.shape-3 .saas-stat-card {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}

/* Card Background Image & Light Overlay for dark text readability */
.saas-stat-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.saas-stat-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(240, 245, 247, 0.7), rgba(240, 245, 247, 0.95));
}

/* Card Content Positioning */
.saas-stat-content {
  position: absolute;
  z-index: 2;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
}

.content-bottom-left {
  bottom: 0;
  left: 0;
  width: 100%;
}

.content-left-center {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.content-narrow {
  width: 85%;
}

/* Card Typography */
.saas-stat-num {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #185B7B, #4BBDF0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: -0.03em;
}

.saas-stat-suffix {
  font-size: 2.5rem;
}

.saas-stat-text {
  font-size: 1.05rem;
  font-weight: 600;
  color: #154359;
  line-height: 1.4;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* Bottom Fade Overlay */
.saas-about-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(240, 245, 247, 0), #F0F5F7);
  z-index: 3;
  pointer-events: none;
}

/* ================================================================
   SAAS PREMIUM NAVBAR
   ================================================================ */
.saas-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.saas-navbar.scrolled {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(21, 67, 89, 0.08);
  border-bottom: 1px solid rgba(21, 67, 89, 0.05);
}

.saas-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: height 0.4s ease;
}

.saas-navbar.scrolled .saas-nav-inner {
  height: 70px;
}

/* Logo */
.saas-logo img {
  height: 40px;
  width: auto;
  transition: transform 0.3s ease;
}

.saas-logo:hover img {
  transform: scale(1.03);
}

/* Desktop Links */
.saas-desktop-links {
  display: none;
}

@media (min-width: 992px) {
  .saas-desktop-links {
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
}

.saas-nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #154359;
  text-decoration: none;
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
}

.saas-nav-link:hover,
.saas-nav-link.active {
  color: #185B7B;
}

.saas-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #4BBDF0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
  border-radius: 2px;
}

.saas-nav-link:hover::after,
.saas-nav-link.active::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Right Section & CTA */
.saas-nav-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.saas-btn-cta {
  display: none;
  /* hidden on small mobile if tight */
}

@media (min-width: 576px) {
  .saas-btn-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.75rem;
    background: linear-gradient(135deg, #185B7B, #4BBDF0);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(24, 91, 123, 0.2);
  }

  .saas-btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(24, 91, 123, 0.3);
    color: #fff;
  }
}

/* Hamburger */
.saas-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

@media (min-width: 992px) {
  .saas-hamburger {
    display: none;
  }
}

.saas-ham-line {
  width: 100%;
  height: 2px;
  background: #154359;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Mobile Drawer */
.saas-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  pointer-events: none;
  visibility: hidden;
}

.saas-mobile-menu.open {
  pointer-events: auto;
  visibility: visible;
}

.saas-mobile-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 67, 89, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.saas-mobile-menu.open .saas-mobile-backdrop {
  opacity: 1;
}

.saas-mobile-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 90%;
  height: 100%;
  background: #fff;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.saas-mobile-menu.open .saas-mobile-drawer {
  transform: translateX(0);
}

.saas-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(21, 67, 89, 0.08);
}

.saas-mobile-close {
  background: transparent;
  border: none;
  color: #154359;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.saas-mobile-close:hover {
  transform: rotate(90deg);
}

.saas-mobile-links {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
  overflow-y: auto;
}

.saas-mob-link {
  font-size: 1.25rem;
  font-weight: 600;
  color: #154359;
  text-decoration: none;
  transition: color 0.3s ease;
}

.saas-mob-link:hover,
.saas-mob-link.active {
  color: #185B7B;
  transform: translateX(5px);
}

.saas-mobile-footer {
  padding: 1.5rem;
  border-top: 1px solid rgba(21, 67, 89, 0.08);
}

.saas-mob-cta {
  display: flex !important;
  width: 100%;
}

/* ==============================================
   ABOUT PAGE REFRESH (HISTORY & TEAM)
   ============================================== */
.pm-history-overview {
  background-color: #ffffff;
  padding: 100px 0;
  overflow: hidden;
}

.pm-history-main-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.pm-history-sub-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.pm-history-side-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.pm-history-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
}

.pm-history-bottom-text p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

@keyframes blobMorph {

  0%,
  100% {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    transform: translate(0px, 0px) scale(1);
  }

  33% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    transform: translate(10px, -15px) scale(1.02);
  }

  66% {
    border-radius: 50% 60% 40% 70% / 50% 60% 30% 60%;
    transform: translate(-10px, 10px) scale(0.98);
  }
}

.history-img-container {
  position: relative;
  z-index: 2;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1 / 1;
  animation: blobMorph 8s ease-in-out infinite;
}

.history-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.history-abstract-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}



.pm-meet-team {
  background-color: #56c2b1;
  padding: 100px 0;
  overflow: hidden;
}

.pm-team-main-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #1a3c34;
}

.pm-team-sub-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #1a3c34;
}

.team-arrow {
  position: absolute;
  top: 40%;
  font-size: 2.5rem;
  color: #1a3c34;
  opacity: 0.5;
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.team-arrow:hover {
  opacity: 1;
}

.team-arrow.left-arrow {
  left: 10%;
}

.team-arrow.right-arrow {
  right: 10%;
}

.team-member-wrapper {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.team-member-img {
  width: 240px !important;
  height: 240px !important;
  object-fit: cover;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  border: 2px solid #1a3c34;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  animation: blobMorph 8s ease-in-out infinite;
  /* Ensure center alignment in owl-carousel */
}

.team-shape {
  position: absolute;
  z-index: 1;
}

.team-shape-blue {
  width: 100px;
  height: 100px;
  background-color: #6ebde6;
  top: -10px;
  left: -10px;
  border-radius: 50%;
  animation: floatShapeBlue 3s ease-in-out infinite;
}

.team-shape-red {
  width: 120px;
  height: 100px;
  background-color: #d16b5a;
  bottom: -10px;
  right: -10px;
  border-radius: 40% 60% 60% 40% / 50% 50% 50% 50%;
  animation: floatShapeRed 3s ease-in-out infinite;
}

@keyframes floatShapeBlue {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-10px, -10px);
  }
}

@keyframes floatShapeRed {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 10px);
  }
}

.team-lines {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  z-index: 3;
  pointer-events: none;
}

.team-member-name {
  color: #1a3c34;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.25rem;
}

.team-member-role {
  color: #1a3c34;
  font-size: 0.95rem;
}

.team-member-partial-wrapper {
  position: absolute;
  right: -100px;
  top: 55%;
  transform: translateY(-50%);
  width: 280px;
  height: 280px;
  z-index: 1;
}

.team-member-partial-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #1a3c34;
  position: relative;
  opacity: 0.6;
  overflow: hidden;
}

.team-partial-waves {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
}

@media (max-width: 768px) {

  .pm-history-overview,
  .pm-meet-team {
    padding: 60px 0;
  }

  .history-shape-yellow,
  .history-shape-teal,
  .history-shape-green {
    transform: scale(0.6);
  }

  .team-member-img {
    width: 220px !important;
    height: 220px !important;
  }

  .team-arrow {
    display: none !important;
  }
}

.pm-team-slider .owl-item {
  transform: scale(0.65);
  opacity: 0.4;
  transition: all 0.5s ease;
}

.pm-team-slider .owl-item.center {
  transform: scale(1);
  opacity: 1;
}

.pm-team-slider .item {
  padding: 30px 15px;
  /* Add padding to prevent shapes/images from being clipped by owl-stage-outer overflow:hidden */
}

.pm-team-slider .owl-item:not(.center) .team-member-info {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* Circular Pulse Animation for Center Image */
@keyframes pulseRing {
  0% {
    box-shadow: 0 0 0 0 rgba(26, 60, 52, 0.4);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(26, 60, 52, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(26, 60, 52, 0);
  }
}

.pm-team-slider .owl-item.center .team-member-img {
  animation: pulseRing 2s infinite, blobMorph 8s ease-in-out infinite;
}

/* ================================================================
   PREMIUM CTA SECTION
   ================================================================ */
.pm-cta {
  padding: 10px 0 !important;
  /* Minimized height */
  background: transparent !important;
  /* Forces removal of ANY blue background or gradient from style.css */
  background-color: transparent !important;
  background-image: none !important;
}

.pm-cta .container {
  background-color: #f37b2d;
  /* Vibrant Orange */
  border-radius: 24px;
  padding: 25px 30px;
  /* Further reduced height */
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(243, 123, 45, 0.2);
  border: none;
}

/* Concentric Circles Background */
.pm-cta .container::after {
  content: '';
  position: absolute;
  right: -300px;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, #fff 10%, transparent 10.2%),
    radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 22%, transparent 22.2%),
    radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 36%, transparent 36.2%),
    radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 52%, transparent 52.2%),
    radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 70%, transparent 70.2%),
    radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 90%, transparent 90.2%);
  pointer-events: none;
  z-index: 1;
}

.pm-cta .reveal {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.pm-cta-eyebrow {
  display: none;
}

.pm-cta-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.pm-cta-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 20px;
  line-height: 1.5;
  max-width: 500px;
}

.pm-cta-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.pm-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000 !important;
  color: #fff !important;
  padding: 10px 10px 10px 30px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.05rem;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: none;
}

.pm-cta-actions a:hover {
  transform: translateY(-4px);
  background-color: #222 !important;
}

.pm-cta-actions a svg {
  order: 2;
  /* Force icon to the right side regardless of HTML structure */
  background-color: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 50%;
  margin-left: 25px;
  margin-right: 0;
  transition: transform 0.3s ease;
}

.pm-cta-actions a:hover svg {
  transform: rotate(45deg);
}

@media (max-width: 992px) {
  .pm-cta .container::after {
    right: -400px;
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .pm-cta {
    padding: 60px 0;
  }

  .pm-cta .container {
    padding: 50px 30px;
  }

  .pm-cta-title {
    font-size: 2.8rem;
  }

  .pm-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pm-cta-actions a {
    justify-content: space-between;
  }
}

/* ================================================================
   OUR STRENGTHS / WHY CHOOSE US
   ================================================================ */
.pm-why {
  background-color: #ffffff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.pm-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.pm-why-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(86, 194, 177, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
}

.pm-why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(86, 194, 177, 0.15);
  border-color: #56c2b1;
}

.pm-why-num {
  position: absolute;
  top: -15px;
  right: 10px;
  font-size: 100px;
  font-weight: 900;
  color: rgba(86, 194, 177, 0.08);
  /* Faint teal watermark */
  font-family: 'Poppins', sans-serif;
  z-index: -1;
  transition: color 0.4s ease, transform 0.4s ease;
}

.pm-why-card:hover .pm-why-num {
  color: rgba(246, 200, 69, 0.15);
  /* Changes to faint yellow on hover */
  transform: scale(1.1);
}

.pm-why-icon-wrap {
  width: 74px;
  height: 74px;
  background: #56c2b1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
  /* Organic Blob shape */
  animation: blobMorph 6s ease-in-out infinite alternate;
  box-shadow: 0 10px 20px rgba(86, 194, 177, 0.3);
  transition: all 0.4s ease;
}

.pm-why-card:hover .pm-why-icon-wrap {
  background: #f37b2d;
  /* Orange blob on hover */
  animation-duration: 3s;
  /* Speed up animation on hover */
  box-shadow: 0 15px 25px rgba(243, 123, 45, 0.4);
  transform: scale(1.1) rotate(5deg);
}

.pm-why-icon-wrap svg {
  width: 32px;
  height: 32px;
  stroke: #ffffff;
  stroke-width: 2;
  transition: stroke 0.3s ease;
}

.pm-why-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a3c34;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.pm-why-card:hover .pm-why-title {
  color: #f37b2d;
}

.pm-why-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Removed 1200px breakpoint to force 5 items in a single row */

@media (max-width: 768px) {
  .pm-why-grid {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   NEW CONTACT PAGE UI (Screenshot Design)
   ================================================================ */

.pm-contact-hero {
  padding: 80px 0 40px;
  background: #ffffff;
  position: relative;
}

.pm-contact-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  color: #56c2b1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.pm-contact-maintitle {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.pm-contact-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 90%;
}

.pm-ci-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.pm-ci-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(86, 194, 177, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #56c2b1;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.pm-ci-text h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.pm-ci-text p {
  font-size: 0.9rem;
  color: #777;
  margin: 0;
}

/* Quote Box */
.pm-quote-wrap {
  position: relative;
  padding: 40px;
}

.pm-quote-box {
  background: #1a3c34;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  z-index: 2;
  box-shadow: -15px 15px 0px 0px rgba(230, 240, 250, 0.5);
  /* Subtle shadow effect from screenshot */
}

.pm-quote-icon {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  margin-bottom: 15px;
}

.pm-quote-text {
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 30px;
}

.pm-quote-author {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 3px;
}

.pm-quote-role {
  font-size: 0.75rem;
  font-weight: 700;
  color: #56c2b1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.pm-contact-bg-dots {
  position: absolute;
  top: 10px;
  right: 10%;
  width: 15px;
  height: 15px;
  background: #f37b2d;
  border-radius: 50%;
}

.pm-contact-bg-dots::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -80px;
  width: 10px;
  height: 10px;
  background: #1a3c34;
  border-radius: 50%;
}

/* Bottom Section with Overlapping Card */
.pm-contact-bottom {
  padding: 40px 0 100px;
  background: #ffffff;
}

.pm-contact-overlap-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.pm-contact-map-side {
  width: 55%;
  height: 520px; /* Reduced height to make the section smaller */
  border-radius: 24px 0 0 24px; /* Only round the left corners to match the card on the right */
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #1a3c34;
}

.pm-contact-map-side iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 2;
  background: #ffffff;
  /* Native Warm Beige/Peach Map Styling */
  /* filter: sepia(60%) hue-rotate(-15deg) saturate(120%) contrast(110%);  */
  transition: all 0.4s ease;
}

.pm-contact-map-side:hover iframe {
  filter: sepia(0%) hue-rotate(0deg) saturate(100%) contrast(100%); /* Full color on hover */
}

.pm-contact-form-card {
  width: 50%;
  background: #ffffff;
  border-radius: 24px;
  padding: 30px 40px; /* Reduced vertical padding further */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  margin-left: -5%;
  /* Overlaps the map */
  position: relative;
  z-index: 2;
}

.pm-contact-form-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem; /* Slightly smaller title */
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px; /* Reduced margin */
}

/* Rounded Inputs */
.pm-round-input-group {
  margin-bottom: 15px; /* Reduced margin */
}

.pm-round-input-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.pm-round-input {
  width: 100%;
  background: #f8f9fa;
  /* Light grey background */
  border: none;
  border-radius: 50px;
  padding: 14px 20px;
  font-size: 0.95rem;
  color: #333;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
  outline: none;
  transition: all 0.3s ease;
}

.pm-round-input:focus {
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(86, 194, 177, 0.15);
}

textarea.pm-round-input {
  border-radius: 20px;
  resize: none;
  height: 80px; /* Massively reduced textarea height */
}

.pm-btn-submit-round {
  width: 100%;
  background: #56c2b1;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 16px 20px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.pm-btn-submit-round:hover {
  background: #1a3c34;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(26, 60, 52, 0.2);
}

@media (max-width: 992px) {
  .pm-contact-overlap-wrap {
    flex-direction: column;
  }

  .pm-contact-map-side {
    width: 100%;
    height: 400px;
  }

  .pm-contact-form-card {
    width: 90%;
    margin-left: 0;
    margin-top: -50px;
    /* Vertically overlap on mobile */
    padding: 40px 30px;
  }
}

/* ================================================================
   ABOUT PAGE OVERRIDES
   ================================================================ */
.pm-meet-team {
  background-color: #f9ebe0;
  /* Peach background from services page */
  padding: 100px 0;
  /* Ensuring consistent padding */
}

/* ================================================================
   HOME PAGE BACKGROUND CONSISTENCY
   ================================================================ */
.saas-about-section {
  background-color: #ffffff !important;
}

.sticky-cards-section {
  background-color: #f9ebe0 !important;
}

.pm-strengths {
  background-color: #ffffff !important;
}

.pm-testimonials-coverflow {
  background-color: #1a3c34 !important;
  /* Dark Teal to match Our Process */
}

/* Adjust text colors for the dark background in Testimonials */
.pm-testimonials-coverflow .pm-section-title {
  color: #ffffff !important;
}

.pm-testimonials-coverflow .pm-section-label {
  color: #f59e0b !important;
  /* Golden yellow to pop on dark teal */
}

.pm-testimonials-coverflow .pm-section-label::before {
  background-color: #f59e0b !important;
}

/* ================================================================
   GLOBAL TYPOGRAPHY UNIFICATION (All 4 Pages)
   ================================================================ */
body,
p,
a,
span,
li,
div,
button,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.pm-section-title,
.pm-section-desc,
.pm-section-label,
.pm-st-title,
.pm-st-desc,
.pm-why-title,
.pm-why-desc {
  font-family: 'Poppins', sans-serif !important;
}

/* Standardize base text sizes across all pages */
body,
p,
.pm-section-desc,
.pm-st-desc,
.pm-why-desc {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* Ensure headings maintain their hierarchy but inherit the correct font */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

/* ================================================================
   PREMIUM FLOATING BUTTONS (WhatsApp & Call)
   ================================================================ */
.floating-box {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.fab-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 65px !important;
  height: 65px !important;
  border-radius: 50% !important;
  text-decoration: none !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  position: relative !important;
  color: #ffffff !important;
  font-size: 28px !important;
}

.fab-btn i {
  transition: transform 0.3s ease !important;
}

.fab-btn:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2) !important;
  color: #ffffff !important;
}

.fab-btn:hover i {
  transform: scale(1.1) !important;
}

.fab-btn.call {
  background-color: #007bff !important;
  /* Premium Blue for Call */
  animation: pulse-blue 2s infinite !important;
}

.fab-btn.whatsapp {
  background-color: #25D366 !important;
  /* Authentic WhatsApp Green */
  animation: pulse-green 2s infinite !important;
}

/* Tooltips */
.fab-btn::before {
  content: attr(data-tooltip);
  position: absolute;
  right: 80px;
  background: #1a1a1a;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateX(10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

/* Tooltip Arrow */
.fab-btn::after {
  content: '';
  position: absolute;
  right: 74px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #1a1a1a;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateX(10px);
  pointer-events: none;
}

.fab-btn:hover::before,
.fab-btn:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

@media (max-width: 768px) {
  .floating-box {
    bottom: 20px;
    right: 20px;
    gap: 12px;
  }

  .fab-btn {
    width: 55px !important;
    height: 55px !important;
  }

  .fab-btn i {
    font-size: 24px !important;
  }

  .fab-btn::before,
  .fab-btn::after {
    display: none !important;
    /* Hide tooltips on mobile */
  }
}