/* Header transitions */



body,
html {
  margin: 0;
  font-family: inter sans-serif;
  font-feature-settings: "calt" 1, "liga" 1;
  font-variation-settings: "wght" 900, "ital" 0, "MONO" 0;

}


/* Step 1: Load the font */
@font-face {
  font-family: inter sans-serif;
  src: url('/fonts/OldschoolGrotesk.woff2') format('woff2'),
    url('/fonts/OldschoolGrotesk.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Step 2: Apply it globally */
/* body {
  font-family: 'Oldschool Grotesk', ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
    Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
} */


:root {
  --fa-teal: #08847A;
  --fa-purple: #7c3aed;
  --fa-blue: #1d4ed8;
  --fa-green: #16a34a;
  --fa-yellow: #eab308;
  --fa-orange: #ea580c;
  --fa-red: #dc2626;
  --trail-min: 140;
  --trail-max: 240;
  --trail-life: 3000ms;
  --trail-opacity: 1;
  --trail-scale-end: .98;
  --trail-radius: 12px;
  --background-color-light: #ffffff;
  --text-color-light: #000000;
  --background-color-dark: #333333;
  --text-color-dark: #ffffff;
  --yellow: #FFD700;
  --white: #fff;
  --overlay: rgba(0, 0, 0, 0.55);
  --orange: #FD7E14;
  --dark-green: #003333;
  --blue: #02033B;
  --black: #000;
  --blue-dark: #0C1A27;
  --blue-light: #00b4d8;
  --text-white: #ffffff;
  --btn-gradient: linear-gradient(90deg, #D9D9D9 0%, #24C7B4 100%);
  --border-grey: 747070;
  --green: #08847A;
  --logo-color: #223556;
  --because-good-border: #04403B;
  --pcgd-bg: #0b1020;
  --pcgd-primary: #15c2ff;
  --pcgd-text: #ffffff;
  --pcgd-muted: #d1d6e4;
  --pcgd-overlay: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0.80) 100%);
  --prime-bg: #0b1622;
  --prime-text: #e6edf3;
  --prime-dim: #9fb0c2;
  --tile-radius: 14px;
    --navy: #0b1f3a;
      --navy-dark: #050d1a;
      --porcelain: #f8fafc;
      --text-main: #0f172a;
      --muted: #6b7280;
      --emerald: #10b981;
      --emerald-dark: #059669;
      --emerald-soft: #dcfce7;
      --card-border: #e5e7eb;
      --soft-blue: #e0f2fe;
      --accent-blue: #38bdf8;
  


}


body.dark-mode {
  background-color: var(--background-color-dark);
  color: var(--text-color-dark);
}


/* Hemburger Menu Dark */


body.dark-mode #toggleIcon {
  color: var(--text-color-dark);

}




#mainHeader .container-lg {
  width: 100%;
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}

#mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  /* keeps header above all content */
  background: #fff;
  /* ensure it's visible */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

#mainHeader.scrolled {
  padding: 2rem 0;
}

#mainHeader.scrolled .container-lg {
  background-color: rgba(243, 244, 246, 0.6);
  border-radius: 9999px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 74%;
  margin: 0 auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

/* Mega menu */
.mega-menu {
  width: 770px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  margin-top: 12px;
}

/* Mega Menu Dark */

body.dark-mode .mega-menu {
  background-color: var(--background-color-dark);
  color: var(--text-color-dark);
}


body.dark-mode .dark {
  color: gray !important;
}



/* Hover dropdown */

.hover-dropdown:hover .dropdown-menu {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 820px) {
  .hero {
    /* background-size: contain !important; */
    height: auto !important;
    background-repeat: no-repeat !important;
  }
}

@media (max-width: 425px) {
  .hero {

    height: 20vh !important;

  }
}


@media (max-width: 377px) {
  .hero {

    height: auto !important;

  }
}

/* @media(max-width:320px){
   .hero {
    background-size: cover;
    height: 218px !important;
    background-repeat: no-repeat !important;
    width: 378px !important;
  }
} */

.image_header_btn {
  position: absolute;
  bottom: 60px;
  left: 240px;
}


@media(min-width:1441px) {
  .image_header_btn {
    position: absolute;
    bottom: 60px;
    left: 327px;
  }



}

@media(max-width:1337px) {
  .image_header_btn {
    position: absolute;
    bottom: 60px;
    left: 199px;
  }

}

@media(max-width:1314px) {
  .image_header_btn {
    position: absolute;
    bottom: 60px;
    left: 199px;
  }

}


@media(max-width:1300px) {
  .image_header_btn {
    position: absolute;
    bottom: 60px;
    left: 145px;
  }

}

@media(max-width:1264px) {
  .image_header_btn {
    position: absolute;
    bottom: 60px;
    left: 113px;
  }

}


@media(max-width:1025px) {
  .image_header_btn {
    position: absolute;
    bottom: 81px;
    left: 27px;
  }


}

@media(max-width:769px) {
  .image_header_btn {
    position: absolute;
    bottom: -6px;
    left: 221px;
  }

}

@media(max-width:430px) {
  .image_header_btn {
    position: absolute;
    bottom: -32px;
    left: 65px;
  }

}


@media(max-width:370px) {
  .image_header_btn {
    position: absolute;
    bottom: -23px;
    left: 41px;
  }

}

.mega-menu::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 200px;
  width: 200px;
  height: 20px;
  border-radius: 2px;
  z-index: 1;
}

/* Hover effect on service items */

.hover-bg:hover {
  background-color: #f8f9fa;
}

.download-link {
  margin-bottom: 20px;
}

/* Mobile menu off-canvas */
#mobileMenu {
  position: fixed;
  top: 0;
  left: -100%;
  /* Hidden by default */
  height: 100vh;
  /* Full screen height */
  width: 70%;
  /* Half or 70% width */
  max-width: 320px;
  /* Optional limit */
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  z-index: 1050;
  transition: left 0.4s ease-in-out;
  border-radius: 0;
  /* remove rounded corners */
  padding: 1rem;
}

/* When active */
#mobileMenu.active {
  left: 0;
}

/* Optional backdrop */
.mobile-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1040;
  display: none;
}

.mobile-backdrop.show {
  display: block;
}



/* Who we help */

/* .whohelp-wrap {
  max-width: 100%;
  margin: 48px auto;
  padding: 0 20px;
}

.whohelp-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 20px;
  background: #ffffff;
  padding: 36px;
  max-width: 900px;
  margin: 0 auto;
  align-items: stretch;
}

/* Left text spans the first two rows */
/* .whohelp-text {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.whohelp-eyebrow {
  color: #16a34a;
  font-weight: 700;
  margin: 0 0 8px;
}

.whohelp-title {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 16px;
}

.whohelp-blue {
  color: #1d4ed8;
}

.whohelp-card p {
  margin: 0 0 12px;
}

.whohelp-card ul {
  margin: 0 0 16px 20px;
  padding: 0;
}

.whohelp-card li {
  margin: 6px 0;
}

/* Right images mapped to rows */
/* .whohelp-img-top {
  grid-column: 2;
  grid-row: 1;
}

.whohelp-img-mid {
  grid-column: 2;
  grid-row: 2;
} */

/* Bottom image spans both columns */
/* .whohelp-img-bottom {
  grid-column: 1 / span 1;
  grid-row: 3;
}

.whohelp-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
} */



/* Responsive */
/* @media (max-width:820px) {
  .whohelp-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto;

  }

  .whohelp-text {
    grid-row: auto;
  }

  .whohelp-img-top,
  .whohelp-img-mid,
  .whohelp-img-bottom {
    grid-column: 1;
    grid-row: auto;
  }

  .whohelp-img img {
    height: auto;
  }
} */


/* Who we need */


.divider-because-good {
  width: 60%;
  height: 3px;
  background: #fff;
  margin: 0 auto 40px;
}


.dg-section {
  max-width: 100%;
  margin: 48px auto;
  padding: 0 20px;
}

.dg-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 28px;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;

}

.dg-img-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(16, 24, 40, .12);
  overflow: hidden;
}

.dg-img-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dg-copy {
  padding: 4px 4px 0 4px;
}

.dg-eyebrow {
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: clamp(12px, .9vw, 14px);
  color: #1d7a53;
  /* teal-green */
  letter-spacing: .2px;
}

.dg-headline {
  margin: 0 0 12px 0;
  font-weight: 800;
  line-height: 1.2;
  color: #191a53;
  /* navy */
  font-size: clamp(24px, 2.2vw + 6px, 36px);
}

.dg-body {
  margin: 0;
  color: #4a505d;
  font-size: clamp(13.5px, 1vw, 15.5px);
  line-height: 1.6;
  max-width: 34ch;
}

.dg-img-card.small {
  grid-column: 2;
  grid-row: 2;
  border-radius: 20px;
}

.dg-img-card.large {
  grid-column: 1;
  grid-row: 1 / span 2;
  aspect-ratio: 4 / 3;
}

.dg-img-card.large img {
  border-radius: 18px;
}

.dg-img-card.small img {
  aspect-ratio: 16 / 10;
  border-radius: 18px;
}

@media (max-width: 860px) {
  .dg-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .dg-img-card.large {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: auto;
  }

  .dg-copy {
    grid-column: 1;
  }

  .dg-img-card.small {
    grid-column: 1;
  }

  .dg-body {
    max-width: 60ch;
  }
}


/* Our Focus Area CSS */

.fa-section {
  padding: 48px 16px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: #FFF8EF; */
}

.fa-title {
  margin: 0;
  text-align: center;
  color: var(--fa-teal);
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(2rem, 4vw + .5rem, 3.5rem);
}

.fa-grid {
  margin-top: 160px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 98px;
  justify-items: center;
  width: 100%;
  max-width: 1080px;
}

.fa-card {
  position: relative;
  width: 100%;
  max-width: 260px;
  height: 290px;
  border: 3px solid #E5E7EB;
  border-radius: 16px;
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
}

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

.fa-card.fa-lift {
  margin-top: -96px;
}

.fa-card-header {
  position: absolute;
  top: -76px;
  left: 62%;
  transform: translateX(-50%);
  width: 200px;
  height: 150px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
}

.fa-card-body {
  margin-top: 56px;
  padding: 48px 16px 24px;
  text-align: center;
}

.fa-card-body p {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  color: #1F2937;
}

.fa-card {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition:
    -webkit-filter .35s ease,
    filter .35s ease,
    transform .3s ease,
    box-shadow .3s ease;
  will-change: filter, transform;
}

.fa-card:hover,
.fa-card:focus-within {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .fa-card {
    transition: none;
  }
}

/* colors */
.fa-border-purple {
  border-color: var(--fa-purple)
}

.fa-bg-purple {
  background: var(--fa-purple)
}

.fa-border-blue {
  border-color: var(--fa-blue)
}

.fa-bg-blue {
  background: var(--fa-blue)
}

.fa-border-green {
  border-color: var(--fa-green)
}

.fa-bg-green {
  background: var(--fa-green)
}

.fa-border-yellow {
  border-color: var(--fa-yellow)
}

.fa-bg-yellow {
  background: var(--fa-yellow)
}

.fa-border-orange {
  border-color: var(--fa-orange)
}

.fa-bg-orange {
  background: var(--fa-orange)
}

.fa-border-red {
  border-color: var(--fa-red)
}

.fa-bg-red {
  background: var(--fa-red)
}

/* CTA */
.fa-cta {
  margin-top: 32px;
}

.fa-btn {
  background: var(--fa-teal);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease;
}

.fa-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
}

.fa-icon {
  width: 18px;
  height: 18px;
}

/* Responsive */
@media (max-width:1024px) {
  .fa-grid {
    max-width: 720px;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }
}

@media (max-width:600px) {
  .fa-grid {
    max-width: 420px;
    grid-template-columns: 1fr;
    gap: 120px;
    margin-top: 96px;
  }

  .fa-card {
    max-width: 320px;
    height: 300px;
  }

  .fa-card.fa-lift {
    margin-top: -56px;
  }

  .fa-card-header {
    width: 85%;
    max-width: 260px;
    height: 130px;
    top: -64px;
    font-size: 18px;
  }
}


/* why choose pcg */

.pcg-wrap-static {
  display: grid;
  place-items: center;
}

.pcg-card-static {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .06);
  position: relative;
}


body.dark-mode .pcg-card-static {
  width: 100%;
  background: black;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .06);
  position: relative;

}





/* Top tab: "Why PCG?" */
.pcg-tab-static {
  position: absolute;
  top: -3px;
  left: 16px;


  padding: 20px 20px 12px 20px;
  color: white;


}

/* Hero band */
.pcg-hero-static {
  background: #0f3f3a;
  color: #e9f6f6;
  padding: 20px 24px 28px 24px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  position: relative;
}


/* Dark Mode color why pcg */


body.dark-mode .pcg-hero-static {
  background-color: black;
  color: #ffffff;
  /* Light text */
  padding: 20px 24px 28px 24px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  position: relative;
}





.pcg-hero-inner-static {

  margin-top: 10px;
}

.pcg-hero-static h1 {
  margin: 0 0 6px 0;
  font-size: clamp(26px, 3.2vw, 34px);
  line-height: 1.15;
  color: #ff8a00;
  font-weight: 900;
  letter-spacing: .2px;
}

.pcg-hero-static p {
  margin: 0;
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.35;
  color: #eaf3f3;
  font-weight: 700;
}

/* Grid of points */
.pcg-grid-static {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  padding: 22px 22px 26px;
}

@media (max-width: 720px) {
  .pcg-grid-static {
    grid-template-columns: 1fr;
  }
}

.pcg-item-static {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 12px;
  border-radius: 14px;
  background: #fbfcfd;
  border: 1px solid rgba(15, 63, 58, .08);
}



/* Dark Mode */

body.dark-mode .pcg-item-static {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 12px;
  border-radius: 14px;
  background: gray;
  border: 1px solid rgba(15, 63, 58, .08);
}


body.dark-mode .pcg-item-static h3 {

  margin: 0;
  font-weight: 750;
  color: white;
  font-size: clamp(14px, 1.9vw, 17px);
  line-height: 1.35;
}




.pcg-icon-badge-static {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: radial-gradient(120% 120% at 0% 0%, #109ea0, #0c7c78);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .22), 0 4px 10px rgba(0, 0, 0, .12);
}

.pcg-icon-badge-static svg {
  width: 40px;
  height: 40px;
  display: block;
}

.pcg-icon-badge-static svg [stroke] {
  stroke: #f6c440;
}

.pcg-icon-badge-static svg [fill] {
  fill: #f6c440;
}

.pcg-item-static h3 {
  margin: 0;
  font-weight: 750;
  color: #3a4a4a;
  font-size: clamp(14px, 1.9vw, 17px);
  line-height: 1.35;
}


/* Overlay images and pop images */

.overlay_images {
  position: absolute;
}

.overlay_images img {
  width: 350px;
  border-radius: 12px;
  animation: bubblePop 3s ease-in-out infinite;
}

@keyframes bubblePop {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }
}


/* Text Scroll */

.marquee {
  --speed: 1s;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  font-size: 1000px !important;
  color: #111;
  box-sizing: border-box;
}

.marquee__track {
  display: flex;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: var(--speed);
  will-change: transform;
}

/* directions */
.marquee--rtl .marquee__track {
  animation-name: marquee-rtl;
}

.marquee--ltr .marquee__track {
  animation-name: marquee-ltr;
}

@keyframes marquee-rtl {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee-ltr {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

.marquee__inner {
  display: inline-block;
  padding-right: 40px;
  font-size: 110px;
}



/* Pop Up Crousal */


.frames-carousel {
  /* background: #fff9d6; */
  /* padding: 40px 20px; */
  /* border-radius: 16px; */
  max-width: 100%;
  margin: 50px auto;
  /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */
  text-align: center;
}

body.dark-mode .frames-carousel {
  background: linear-gradient(145deg, #0d0d0d, #1a1a1a);
  color: #ffffff;
  /* Light text */
  max-width: 100%;
  margin: 50px auto;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  /* Deep black shadow */
  padding: 20px;
}


.frames-carousel .carousel-title {
  color: #0a014f;
  margin-bottom: 30px;
}


body.dark-mode .frames-carousel .carousel-title {

  color: var(--text-color-dark) !important;


}



.frames-carousel .swiper {
  padding: 40px 0;
}

.frames-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s, box-shadow 0.4s;
}

.frames-carousel .slide-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  padding: 40px;
  max-width: 220px;
  text-align: center;
  transition: transform 0.4s, box-shadow 0.4s;
}

.frames-carousel .slide-box img {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

/* Active (center) slide pop-out */
.frames-carousel .swiper-slide-active .slide-box {
  transform: scale(1.2);
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

/* Navigation buttons */
.frames-carousel .swiper-button-next,
.frames-carousel .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #004d40;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frames-carousel .swiper-button-next::after,
.frames-carousel .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}


/* Footer Css */


.pcg-footer {
  background: #333131;
  color: #fff;
  padding: 30px 20px 15px;
  /* border-radius: 12px; */
  max-width: 100%;

}

.pcg-footer p {
  font-size: 15px;
  margin: 0 0 20px;
  line-height: 1.4;
}

.pcg-footer p .highlight {
  color: #F05711;
  font-weight: 700;
  font-size: 20px;
  /* Orange */
}

.pcg-footer p .impact {
  color: #d0ff71;
  /* Green */
}

.pcg-footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
}

.pcg-footer-column {
  /* flex: 1 1 350px; */
  flex: none;
  margin: 10px;
}

.pcg-footer-column h3 {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 700;
}

.pcg-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.pcg-footer-column ul li {
  margin-bottom: 6px;
  font-size: 15px;
}

.pcg-footer-column ul li::before {
  content: "• ";
  color: #fff;
}

.staffing-title {
  display: block;
  font-weight: 600;
  margin: 12px 0 6px;
  padding: 5px;
  font-size: 18px;
}

.pcg-get-in-touch p {
  margin: 4px 0;
  font-size: 15px;
}

.pcg-logo {
  text-align: center;
}

.pcg-logo img {
  max-width: 90px;
  margin-bottom: 8px;
}

.pcg-company-name {
  background: #00bcd4;
  padding: 4px 10px;
  border-radius: 6px;
  display: inline-block;
  font-size: 13px;
}

.pcg-social-icons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  position: relative;
  top: -80px;

}

.pcg-social-icons a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #00bcd4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 18px;

}

.pcg-copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: #ccc;
}

/* Responsive */
@media (max-width: 768px) {
  .pcg-footer-container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pcg-social-icons {
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }
}



/* new css */



.project-showcase-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 40px;
  align-items: start;
}

/* Left block */
.project-card-left {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 450px;
  /* Equal height */
}

.project-card-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.project-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  display: flex;
  gap: 10px;
}

.project-caption {
  margin-top: 15px;

}

.project-caption a {
  display: block;
  margin-top: 4px;
  color: #7aff00;
  font-weight: 600;
  text-decoration: none;
}

/* Right block */
.project-card-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}

.project-card-right .project-header-small {
  margin-top: 0;
}

.project-image-wrapper {
  margin-top: 49px;
}

.project-header-small {
  margin: 0;
  font-size: 14px;

}

#project-header-big {
  font-size: 65px;


}

.project-image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 450px;
}

.project-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* 🔹 Responsive design */
@media (max-width: 768px) {
  .project-showcase-wrapper {
    grid-template-columns: 1fr;
    /* stack vertically */
    gap: 20px;
    padding: 20px;
  }

  .project-card-left,
  .project-image-wrapper {
    height: 300px;
    /* shorter images on mobile */
  }

  .project-overlay-text {
    font-size: 36px;
    /* smaller overlay text */
  }

  .project-card-right {
    margin-top: 0;
    /* remove offset on mobile */
  }

  #project-header-big {
    font-size: 22px;
  }
}




/* Clipath Image */

.clip_container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  /* pushes it to the right */
  margin-right: 0;
  padding: 0;
}

/* SVG scales responsively */
.container svg {
  display: block;
  width: 100%;
  aspect-ratio: 1200 / 500;
  /* keeps correct height */
  height: auto;
}

/* Video inside clip */
.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: pink;
  /* fallback color while loading */
}

/* Small screens: remove extra space / scrollbars */
@media (max-width: 576px) {

  html,
  body {
    overflow-x: hidden;
  }

  .container {
    max-width: 100%;
  }

  .container svg {
    width: 100vw;
    /* hug viewport width */
  }
}






/* new css style */

.whohelp_list {
  font-weight: 500;
  font-size: 22px;
}


/* Cursor trail images */


/* .trail-area {
  position: relative;
  width: 100%;
  height: 110vh !important;
  margin: 0vh auto;
  overflow: hidden;
  background: black;
  outline: 1px solid rgba(255, 255, 255, .06);
  padding: 20px;
}

.trail-area h1 {
  position: absolute;
  inset: auto 0 24px 0;
  text-align: center;
  font-weight: 800;
  opacity: .9;
  pointer-events: none;
  font-size: 5vw;
}

.piece {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
  opacity: var(--trail-opacity);
  border-radius: var(--trail-radius);
  object-fit: cover;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, .6));
  will-change: transform, opacity;
}

.piece.animate {
  animation: fade-move var(--trail-life) ease-out forwards;
}

@keyframes fade-move {
  0% {
    opacity: var(--trail-opacity);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--dx, 0px)), calc(-50% + var(--dy, 0px))) scale(var(--trail-scale-end));
  }
}

@media (max-width:600px) {
  :root {
    --trail-min: 20vw;
    --trail-max: 36vw;
    --trail-life: 3000ms;
  }
} */

/* Images Gallery CSS */


.gallery-section {
  width: 100%;
  max-width: 1400px;
  text-align: center;
  margin: 60px auto;
}

.gallery-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #004aad;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.gallery-subtitle {
  font-size: 1rem;
  color: #555;
  max-width: 750px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.divider {
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  margin: 10px auto 30px;
}

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

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  height: 400px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  background: #fff;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease, opacity 0.5s ease;
}

.gallery-item img.second {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.1);
}

.gallery-item:hover img.first {
  opacity: 0;
  transform: scale(1.1);
}

.gallery-item:hover img.second {
  opacity: 1;
  transform: scale(1);
}

.gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-25deg);
  transition: 0.8s;
}

.gallery-item:hover::after {
  left: 130%;
}

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

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

  .gallery-item {
    height: 300px;
  }
}




/* Wrapper container */

.card-wrapper {
  max-width: 100%;
  /* margin: 0 auto;
      padding: 24px; */
}

/* Grid layout */
.card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

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

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

/* Individual card */
.card-item {
  width: 100%;



}

.card-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: #1f2937;
}



/* Top section */
.card-top {
  width: 100%;
  position: relative;
  margin-bottom: 1.25rem;
}

.card-top-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 12px;
  margin-bottom: .75rem;
  padding-left: 1px;
}

/* Corner hover block */
.card-corner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: #fff;
  display: flex;
  align-items: center;
  border-top-right-radius: 16px;
  padding: 10px;
  transform: translate(-100%, 100%);
  transition: transform 0.4s cubic-bezier(.2, .8, .2, 1);
  box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
}

.card-link:hover .card-corner {
  transform: translate(0, 0);
}

.card-corner svg {
  width: 40px;
  height: 40px;
  position: absolute;
  fill: currentColor;
  color: #fff;
  pointer-events: none;
}

.card-corner .corner-top {
  top: 1px;
  left: 0;
  transform: translateY(-100%) rotate(180deg);
}

.card-corner .corner-bottom {
  right: 1px;
  bottom: -1px;
  transform: translateX(100%) rotate(180deg);
}

/* Avatar */
.card-avatar {
  position: relative;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f9fafb;
}

.card-avatar .square {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.card-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Main media */
.card-media {
  width: 100%;
  position: relative;
  z-index: 10;
  border-radius: 20px;
  overflow: hidden;
  /* background: #f9fafb; */
  box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
}

.card-media-zoom {
  width: 100%;
  transform: scale(1.10);
  transition: transform 0.4s cubic-bezier(.2, .8, .2, 1);
}

.card-link:hover .card-media-zoom {
  transform: translateY(-10px) scale(1.10);
}

.card-media-ratio {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.card-media-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-media-ratio span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: black;
  font-size: 30px;

}

/* Meta / Title / Desc */
.card-meta {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .25rem;
}

.card-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4b5563;
}

.card-meta-text {
  font-weight: 300;
  font-size: .95rem;
  color: #6b7280;
}

.card-title {
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 1rem 0;
  font-size: 1.125rem;
  color: #1f2937;
}

.card-desc {
  font-weight: 300;
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

@media (min-width: 1024px) {
  .card-top-inner {
    border-bottom-left-radius: 16px;
  }

  .card-corner {
    border-top-right-radius: 20px;
    padding: 12px;
  }

  .card-corner svg {
    width: 48px;
    height: 48px;
  }

  .card-avatar {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }

  .card-title {
    font-size: 1.25rem;
  }
}

@media(max-width:768px) {
  .card-link .card-media-zoom {
    transform: translateY(-10px) scale(1.10);
  }

  .card-link .card-corner {
    transform: translate(0, 0);
  }
}



/* there is video controls remove css */

/* ✅ Hide the seek/progress bar in Chrome, Edge, Safari */

video::-webkit-media-controls-timeline {
  display: none !important;
}

/* ✅ Hide seek forward/backward buttons if visible */
video::-webkit-media-controls-seek-back-button,
video::-webkit-media-controls-seek-forward-button {
  display: none !important;
}

/* ✅ Hide the seek bar in Firefox */
video::-moz-media-controls-seekbar {
  display: none !important;
}


/* ✅ Hide seek/progress bar */
video::-webkit-media-controls-timeline {
  display: none !important;
}

video::-webkit-media-controls-seek-back-button,
video::-webkit-media-controls-seek-forward-button {
  display: none !important;
}

video::-moz-media-controls-seekbar {
  display: none !important;
}

/* ✅ Hide mute button */
video::-webkit-media-controls-mute-button {
  display: none !important;
}

/* ✅ Hide fullscreen button */
video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

video::-webkit-media-controls-overflow-button {
  display: none !important;

}


@media (max-width: 426px) {
  .banner_text_top {

    position: absolute !important;
    z-index: 200 !important;
    top: 122px !important;
    left: 8px !important;
    word-break: break-all !important;
  }

  .banner-text_span {
    font-size: 14px !important;
    display: block !important;
    line-height: 1.1 !important;
  }

  .banner_text-auto_pera {
    font-size: 9px !important;

    line-height: 0.2 !important;


  }


  .text-Pera_we_fix {
    margin-top: 38px !important;
    font-size: 10px !important;


  }

  .text_pera_drive {
    font-size: 11px !important;
    margin: 5px 0 0 !important;
    line-height: 0.2 !important;
    margin-top: 14px !important;

  }
}



/* Banner Css */

/* === PROMO BANNER – hard overrides (keep at the end) === */
@media(max-width:768px) {
  .promo-section {
    position: relative;
    width: 100%;
    /* height: 100vh; 
  min-height: 560px;  */
    /* height: 500px; */
    /* min-height: 400px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* border-radius: 14px; */
    isolation: isolate;
    /* keeps stacking context clean */
  }

}

/* Your page already styles .video — override it only inside this banner */
.promo-section>.video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 1 !important;
  background: transparent !important;
  /* cancel the pink fallback from global CSS */
}

.promo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 40, 0.6);
  z-index: 2;
}

/* Text block on top, left-aligned and constrained */
.promo-content {
  position: relative;
  z-index: 3;
  max-width: 680px;
  /* restore the width cap */
  text-align: left !important;
  /* beats any inherited center align */
  padding: 0 clamp(16px, 6vw, 80px);
}

.promo-heading {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
  color: #fff;
}

.promo-description {
  font-size: clamp(15px, 0.6vw, 10px);
  color: rgba(255, 255, 255, .95);
  margin-bottom: 0px;
}

.heading {
  font-size: clamp(18px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
  color: #fff;
}

.description {
  font-size: clamp(15px, 0.6vw, 10px);
  color: rgba(255, 255, 255, .95);
  margin-bottom: 0px;
}

.promo-btn {
  display: inline-block;
  background: var(--blue-dark);
  color: #fff;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: .2px;
  transition: .25s ease;
  box-shadow: 0 6px 18px rgba(59, 130, 246, .35);
  border: 3px solid #fff;
  margin-top: 25px;
}

.promo-btn:hover {
  transform: translateY(-1px);
  filter: saturate(1.1);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .promo-content {
    padding: 0 24px;
  }

  .promo-heading {
    font-size: clamp(28px, 8vw, 46px);
  }

  .carousel-caption {
    margin: 0px;
    position: absolute;
    /* top: 3% !important; */
    align-items: flex-end;
    text-align: left;
  }

  .banner-heading-2 {
    margin-top: 0px;
    font-weight: 800;
    font-size: 20px;
  }

  .banner-heading-3 {
    margin-top: 30px;
    font-weight: 800;
    font-size: 18px;
  }

  .promo-btn {
    display: inline-block;
    background: var(--blue-dark);
    color: #fff;
    text-decoration: none;
    padding: 3px 11px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: .2px;
    transition: .25s ease;
    box-shadow: 0 6px 18px rgba(59, 130, 246, .35);
    border: 3px solid #fff;
    margin-top: 6px;
  }
}

@media (max-width: 425px) {
  .promo-section {
    align-items: flex-end;
    /* padding-bottom: 60px;  */
  }

  .promo-heading {
    font-size: 32px;
  }

  .promo-description {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .carousel-caption {
    margin: 0px;
    position: absolute;
    /* top: 3% !important; */
    align-items: flex-end;
    text-align: left;
  }

  .banner-heading-2 {
    margin-top: 0px;
    font-weight: 800;
    font-size: 20px;
  }

  .banner-heading-3 {
    margin-top: 30px;
    font-weight: 800;
    font-size: 18px;
  }

  .promo-btn {
    display: inline-block;
    background: var(--blue-dark);
    color: #fff;
    text-decoration: none;
    padding: 3px 11px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: .2px;
    transition: .25s ease;
    box-shadow: 0 6px 18px rgba(59, 130, 246, .35);
    border: 3px solid #fff;
    margin-top: 6px;
  }

}



/* Style RIght hand fix Social icons */

.trend-social-wrap {
  position: fixed;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 9999;
}

/* Button Style */
.trend-social-btn {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.6);
  /* dark background for visibility */
  color: #fff;
  /* white icons */
  font-size: 17px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(.4, .2, .3, 1);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  overflow: visible;
}

.trend-social-btn:hover {
  transform: translateX(-5px) scale(1.05);
}

/* Brand Hover Colors */
.trend-instagram:hover {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4);
  color: #fff;
}

.trend-facebook:hover {
  background: #1877F2;
  color: #fff;
}

.trend-x:hover {
  background: #000;
  color: #fff;
}

.trend-snapchat:hover {
  background: #0A66C2;
  color: #000;
}

/* Tooltip */
.trend-tooltip {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.75);
  /* fixed dark background */
  color: #fff;
  /* always white text */
  font-size: 11px;
  font-weight: 600;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
  transition: opacity .3s ease, transform .3s cubic-bezier(.4, .2, .3, 1);
  z-index: 2;
}

.trend-social-wrap a {
  text-decoration: none !important;
  color: inherit !important;
}


.trend-social-btn:hover .trend-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* Tooltip Arrow */
.trend-tooltip::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  background: rgba(0, 0, 0, 0.75);
  /* match tooltip background */
  border-radius: 2px;
}

/* Ripple Effect */
.trend-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: trendRipple .5s linear;
  background: rgba(255, 255, 255, 0.5);
  mix-blend-mode: screen;
  pointer-events: none;
}

@keyframes trendRipple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* Responsive */
@media (max-width:600px) {
  .trend-social-btn {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .trend-tooltip {
    font-size: 10px;
    right: 42px;
  }
}


/* About Us Css */


/* =========================================================
   PCG – Unique, Namespaced Styles (no attribute selectors)
   Prefix: .pcg-
   ========================================================= */

:root {
  --pcg-primary: #0a8178;
  --pcg-primary-dark: #1f3a57;
  --pcg-accent: #f4b400;
  --pcg-text: #1a1a1a;
  --pcg-text-muted: #5b6b7b;
  --pcg-card: #ffffff;
  --pcg-shadow: 0 10px 25px rgba(0, 0, 0, .08);
  --pcg-radius: 16px;
}

/* -------- Sections -------- */
.pcg-section {}

@media (min-width:992px) {
  .pcg-section {
    padding: 35px 0;
  }
}

/* -------- Hero -------- */
.pcg-hero .page-title-container {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pcg-hero .page-title-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
}

.pcg-hero .centered-container {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcg-hero .banner_text {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  text-shadow: 0 6px 18px rgba(0, 0, 0, .35);
}

/* -------- Headings -------- */
.pcg-heading h1,
.pcg-heading h2,
.pcg-heading h3 {
  color: var(--pcg-primary-dark);
  font-weight: 800;
  margin-bottom: .5rem;
}

.pcg-heading p {
  color: var(--pcg-text-muted);
}

/* -------- Text highlights -------- */
.pcg-ink {
  color: var(--pcg-primary);
  font-weight: 700;
}

.pcg-accent {
  color: var(--pcg-accent);
  font-weight: 700;
}

/* -------- Buttons -------- */
.pcg-btn {
  background: linear-gradient(to right, var(--pcg-primary), var(--pcg-primary-dark));
  color: #fff !important;
  border: none;
  padding: .85rem 1.25rem;
  border-radius: 999px;
  box-shadow: var(--pcg-shadow);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.pcg-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
  opacity: .95;
}

/* -------- Feature text blocks -------- */
.pcg-feature p {
  margin: 0;
  color: var(--pcg-text);
}

.pcg-icon {
  border-radius: 14px;
  background: linear-gradient(to right, rgba(10, 129, 120, .06), rgba(31, 58, 87, .06));
  padding: 14px;
  display: inline-block;
}

/* -------- Cards (Major Values) -------- */
.pcg-card {
  border-radius: var(--pcg-radius);
  background: var(--pcg-card);
  box-shadow: var(--pcg-shadow);
  transition: transform .25s ease, box-shadow .25s ease;
  overflow: hidden;
}

.pcg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, .12);
}

.pcg-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem;
}

.pcg-list li {
  position: relative;
  padding-left: 28px;
  margin: .35rem 0;
  color: var(--pcg-text);
}

.pcg-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(to right, var(--pcg-primary), var(--pcg-primary-dark));
  box-shadow: 0 0 0 4px rgba(10, 129, 120, .12);
}

/* -------- Mission & Vision boxes -------- */
.pcg-box {
  border-radius: var(--pcg-radius);
  box-shadow: var(--pcg-shadow);
  border: 1px solid rgba(31, 58, 87, .08);
  background: #fff;
}

/* -------- Fixed background section overlay (use on the same section as bg) -------- */
.pcg-fixed {
  position: relative;
}

.pcg-fixed::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .25);
}

.pcg-fixed>.container {
  position: relative;
  z-index: 1;
}

/* -------- Subheading pill -------- */
.pcg-subheading {
  display: inline-block;
  font-weight: 800;
  color: var(--pcg-primary-dark);
  background: linear-gradient(to right, rgba(10, 129, 120, .08), rgba(31, 58, 87, .08));
  border-radius: 999px;
  padding: .35rem .85rem;
  font-size: .95rem;
  letter-spacing: .3px;
}

/* -------- Animations (no attribute selectors) -------- */
.pcg-anim-left,
.pcg-anim-right,
.pcg-anim-up,
.pcg-anim-zoom,
.pcg-anim-swing {
  will-change: transform, opacity;
  opacity: 0;
  transform: translateY(14px);
  animation-fill-mode: both;
  animation-duration: .8s;
  animation-timing-function: cubic-bezier(.2, .7, .3, 1);
  animation-play-state: running;
}

@keyframes pcg-slide-left {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes pcg-slide-right {
  from {
    opacity: 0;
    transform: translateX(28px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes pcg-slide-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes pcg-zoom {
  from {
    opacity: 0;
    transform: scale(.96);
  }

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

@keyframes pcg-swing {
  0% {
    opacity: 0;
    transform: rotateX(-25deg) translateY(10px);
    transform-origin: top;
  }

  60% {
    opacity: 1;
    transform: rotateX(6deg) translateY(0);
  }

  100% {
    transform: none;
  }
}

.pcg-anim-left {
  animation-name: pcg-slide-left;
}

.pcg-anim-right {
  animation-name: pcg-slide-right;
}

.pcg-anim-up {
  animation-name: pcg-slide-up;
}

.pcg-anim-zoom {
  animation-name: pcg-zoom;
}

.pcg-anim-swing {
  animation-name: pcg-swing;
  animation-duration: .9s;
}

.pcg-delay-1 {
  animation-delay: .15s;
}

.pcg-delay-2 {
  animation-delay: .3s;
}

.pcg-delay-3 {
  animation-delay: .45s;
}

.pcg-delay-4 {
  animation-delay: .6s;
}

.pcg-delay-5 {
  animation-delay: .75s;
}

@media (prefers-reduced-motion: reduce) {

  .pcg-anim-left,
  .pcg-anim-right,
  .pcg-anim-up,
  .pcg-anim-zoom,
  .pcg-anim-swing {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* -------- Utilities (scoped) -------- */
.pcg-center-btn .pcg-btn {
  min-width: 200px;
}

.pcg-tight p {
  margin-bottom: .75rem;
}

/* -------- Responsive heading sizes (scoped) -------- */
@media (max-width:575.98px) {
  .pcg-heading h1 {
    font-size: 1.65rem;
  }

  .pcg-heading h2 {
    font-size: 1.35rem;
  }

  .pcg-heading h3 {
    font-size: 1.25rem;
  }
}



/* ABout us 3 key */

.values-section {
  text-align: center;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: auto;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)), rgb(18, 24, 33);
}

.values-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e2a5a;
  margin-bottom: 50px;
  position: relative;
}

.values-section-again {
  text-align: center;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: auto;
}


.values-section-again h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e2a5a;
  margin-bottom: 50px;
  position: relative;
}

.values-section-again h2::after {
  content: "";
  width: 230px;
  height: 3px;
  background: linear-gradient(90deg, rgb(0, 87, 255), rgb(0, 195, 161));
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.values-section h2::after {
  content: "";
  width: 230px;
  height: 3px;
  background: #ff7c3d;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  justify-content: center;
  align-items: stretch;
}

.value-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

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

.value-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e2a5a, #4f75ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
}

.value-card h4 {
  color: #1e2a5a;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.value-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
  text-align: left;
}

.value-card strong {
  color: #000;
}

/* Subtle background hover effect */
.value-card::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -60%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(79, 117, 255, 0.1) 0%, transparent 70%);
  transform: scale(0);
  transition: transform 0.4s ease;
  z-index: 0;
}

.value-card:hover::before {
  transform: scale(1);
}

.value-content {
  position: relative;
  z-index: 1;
}


/* Our mission and vision csss */

.mv-section {
  background: linear-gradient(rgba(10, 51, 67, 0.85), rgba(31, 58, 87, 0.85)),
    url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1920&q=80");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin-bottom: 70px;
}

/* ====== HEADINGS ====== */
.mv-heading {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.mv-heading h2 {
  color: #ffffff;
  font-size: clamp(28px, 3.1vw, 40px);
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.mv-heading p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  max-width: 700px;
  margin: 12px auto 0;
  line-height: 1.6;
}

/* ====== GRID LAYOUT ====== */
.mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

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

/* ====== CARD STYLE ====== */
.mv-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  text-align: left;
  position: relative;
}

.mv-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #ff8c00, #ffb84d);
}

/* ====== ICON + TITLE ====== */
.mv-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.mv-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0a826e;
  color: #ffffff;
  font-size: 24px;
}

.mv-title {
  color: #1f3a57;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}

.mv-divider {
  height: 3px;
  width: 70px;
  border-radius: 50px;
  background: linear-gradient(90deg, #f59e0b, #ffcc80);
  margin-top: 6px;
}

/* ====== BODY TEXT ====== */
.mv-card p {
  color: #444444;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 10px;
}

.mv-highlight {
  color: #0a826e;
  font-weight: 600;
}



/* In House Section Design */


.pcg-platform-section {
  max-width: 1200px;
  margin: auto;
  padding: 70px 20px;
}

.pcg-platform-section h2 {
  text-align: center;
  color: #1f2b57;
  font-size: 2rem;
  margin-bottom: 50px;
  position: relative;
}

.pcg-platform-section h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #0057ff, #00c3a1);
  margin: 10px auto 0;
  border-radius: 3px;
}

/* Platform Card */
.pcg-platform-item {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  background: #fff;
  border-radius: 16px;

  margin-bottom: 50px;
  overflow: hidden;

}

.pcg-platform-item.alt {
  grid-template-columns: 1fr 1.1fr;
}

.pcg-platform-item.alt .pcg-platform-image {
  order: 2;
}

/* Text Content */
.pcg-platform-content {
  padding: 40px;
}

.pcg-platform-content h3 {
  margin-top: 0;
  color: #1a2a5a;
  font-size: 1.5rem;
}

.pcg-platform-content p {
  color: #555;
  margin: 10px 0;
}

.pcg-platform-content ul {
  margin: 15px 0;
  padding-left: 20px;
}

.pcg-platform-content li {
  margin-bottom: 8px;
}

.pcg-platform-content strong {
  color: #000;
}

.pcg-platform-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 18px;
  background: linear-gradient(135deg, #0057ff, #00c3a1);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.pcg-platform-btn:hover {
  background: linear-gradient(135deg, #0040cc, #00937a);
}

/* Image with glow effect */
.pcg-platform-image {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.pcg-platform-image img {
  width: 100%;
  display: block;
  border-radius: 0;
  transition: all 0.4s ease;
}

.pcg-platform-image:hover img {
  box-shadow: 0 0 25px rgba(0, 87, 255, 0.4);
  filter: brightness(1.05);
}

/* Badge */
.pcg-platform-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #0057ff, #00c3a1);
  color: #fff;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 6px 10px;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 900px) {

  .pcg-platform-item,
  .pcg-platform-item.alt {
    grid-template-columns: 1fr;
  }

  .pcg-platform-content {
    padding: 25px 20px 35px;
  }

  .pcg-platform-item.alt .pcg-platform-image {
    order: 1;
  }
}




/* WHy choose Hiring Solutions */

.pcg-whyZZ {
  max-width: 1100px;
  margin: auto;
  padding: 0px 10px
}

.pcg-whyZZ__title {
  margin: 0 0 28px;
  text-align: center;
  font-weight: 800;
  font-size: clamp(24px, 2.2vw, 32px);
  color: #1b2a57
}

.pcg-whyZZ__title:after {
  content: "";
  display: block;
  width: 230px;
  height: 3px;
  background: linear-gradient(90deg, #0057ff, #00c3a1);
  margin: 12px auto 0;
  border-radius: 3px
}

.pcg-whyZZ__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0c1a27, #30b9a3);
  color: #fff;
  /* display:grid; */
  place-items: center;
  font-size: 22px;
  box-shadow: 0 6px 18px rgba(0, 87, 255, .25)
}

.pcg-whyZZ__h3 {
  margin: 0;
  font-size: 33px;
  color: #14224c
}

/* alternate sides */
/* rakesh  */



:root {
  --primary-color: #0056d2;
  --text-dark: #111827;
  --text-light: #4b5563;
  --bg-light: #f9fafb;
}

body {
  margin: 0;
  font-family: Inter, sans-serif
    /* background: var(--bg-light); */
    /* color: var(--text-dark); */
}


section.lineage {
  text-align: center;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

/* Decorative gradient bar */
.lineage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(to right, var(--primary-color), #00b3ff);
  border-radius: 2px;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  /* max-width: 800px; */
  /* margin: 0 auto 60px; */
  color: var(--text-light);
  font-size: 1.1rem;
  /* line-height: 1.8; */
  line-height: 1.3;
}

.logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }

  .logos {
    gap: 30px;
  }

  .logo {
    width: 100px;
  }
}

.lineage .logo {
  max-height: 80px;
  /* Adjust logo height */
  /* filter: grayscale(100%);   Monochrome by default */
  /* opacity: 0.7;              Slightly transparent */
  transition: filter 0.5s ease, opacity 0.5s ease, transform 0.3s ease;
}

.lineage .logo:hover {
  /* filter: grayscale(0%);     Color on hover */
  opacity: 1;
  /*Full opacity */
  transform: scale(1.05);
  /* Slight zoom for interaction feedback */
}


.pain-block .card {
  border: none;
  border-radius: 10px;
  background-color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pain-block .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Scrollable container */
.usp-cards {
  scroll-snap-type: x mandatory;
  /* Auto-snap horizontally */
  -webkit-overflow-scrolling: touch;
}

/* Individual cards */
.usp-cards .card {
  scroll-snap-align: start;
  /* Snap each card to start */
  min-width: 250px;
  max-width: 300px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover shadow effect */
.usp-cards .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


.frames-carousel .slide-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px 30px;
  /* Uniform padding for all cards */
  height: 250px;
  /* Fixed height for uniformity */
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.frames-carousel .slide-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Optional: make Swiper arrows more visible */
.swiper-button-next,
.swiper-button-prev {
  color: #364764;
}


.cluster-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 200px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.cluster-card:hover {
  transform: translateY(-5px);
  background-color: #F3F4F6;
  /* Tint shift on hover */
  position: relative;
}

.cluster-card .card-back {
  opacity: 0;
  /* Hidden if you still want overlay text effect */
  transition: opacity 0.3s ease;
}

.cluster-card:hover .card-back {
  opacity: 1;
  position: relative;
  top: 20px;
}

.cluster-card .card-front {
  position: relative;
  z-index: 2;
}

.approach-snapshot .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /* Make all columns same height */
}

.approach-snapshot .approach-step {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  /* Stretch to fill column height */
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  height: 200px;
}

.approach-snapshot .approach-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Arrow container positioning */
.arrow {
  position: absolute;
  top: 50%;
  right: -10px;
  /* distance from card */
  transform: translateY(-50%);
}


.proof-impact-section .client-logo {
  max-height: 60px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.proof-impact-section .client-logo:hover {
  opacity: 1;
  transform: scale(1.05);
}

.proof-impact-section .case-link {
  color: #364764;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.proof-impact-section .case-link:hover {
  color: #0d6efd;
}

.proof-impact-section .impact-number {
  font-size: 2rem;
  color: #364764;
}

.proof-impact-section .impact-item {
  transition: transform 0.3s ease;
}

.proof-impact-section .impact-item:hover {
  transform: translateX(5px);
}


.insight-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  cursor: pointer;
}

.insight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.nav-pills .nav-link {
  color: #364764;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
}

.nav-pills .nav-link.active {
  background-color: #364764;
  color: #fff;
}

.nav-pills .nav-link:hover:not(.active) {
  background-color: #e9ecef;
}

.btn-outline-primary {
  border-color: #364764;
  color: #364764;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #364764;
  color: #fff;
}


/* ===== SECTION BASE ===== */
.standards-section {
  background: linear-gradient(135deg, #f8fafc, #eef2f7, #f9fafb);
  position: relative;
  overflow: hidden;
}

/* ===== ANIMATED BACKGROUND LINE ===== */
/* .data-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 200%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #007bff, transparent);
  opacity: 0.4;
  animation: moveLine 6s linear infinite;
} */

@keyframes moveLine {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0%);
  }
}

/* ===== TEXT STYLING ===== */
/* .standards-section h2 {
  letter-spacing: 0.5px;
} */

/* .standards-section p {
  line-height: 1.7;
} */

.text-primary {
  color: #007bff !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .data-line {
    display: none;
    /* Hide animation on small screens */
  }
}

/* rakesh 29-10-2025 knowledge hub */


/* --- HERO SECTION --- */
.hero {
  position: relative;
  display: flex;
  align-items: left;
  justify-content: left;
  text-align: left;
  color: var(--white);
  /* background-size:100% 440px; */
  background-repeat: no-repeat;
  height: fit-content;
  width: 100%;
  background-position: center;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: var(--overlay); */
}

.hero-content {
  position: relative;
  max-width: 800px;
  padding-left: 31px;
  margin-top: 3%;
}

.hero h1 {
  font-family: Inter, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero p {
  font-size: 46px;
  margin: 8px 0;
}

.hero p.highlight {
  color: var(--orange);
  font-weight: 800;
  font-size: 28px;

}

.hero p.highlight1 {
  color: var(--orange);
  font-weight: 400;
  font-size: 26px;
}

.btn-outline {

  display: inline-block;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 8px 28px;
  border: 2px solid var(--white);
  border-radius: 50px;
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: var(--white);
  color: #000;
}

@media (max-width: 768px) {
  .hero {
    background-position: center;
    min-height: 40vh;
  }

  .hero h1 {
    /* font-size: 20px;
    text-align: center;
    margin-right: auto; */
    font-size: 28px;
    text-align: left;
    margin-right: auto;
    padding-top: 9px;
    margin-top: -14px;
  }

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

@media (max-width: 767px) {
  .card {
    width: 100% !important;
    margin: 0 !important;
    gap: 20px;
  }
}

@media (max-width: 768px) {
    .mobile-gap {
        margin-top: 20px; 
    }
}

/* Home Page text Measured Success */
@media (max-width: 768px) {
 .number-percent{
  font-size: 50px;
 }
}

/* Fix banner text on mobile Of the Home Page 14-11-2025 */

@media (max-width: 576px) {

  .carousel-caption {
    bottom: 10%;
    left: 5%;
    right: 5%;
    text-align: center;
  }

  .banner-heading-2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .banner-heading-3 {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 5px;
  }

  .banner_para {
    font-size: 14px;
    line-height: 50px;
    margin-top: 30px;
  }

  .promo-btn {
    font-size: 14px;
    padding: 8px 16px;
    margin-top: 10px;
    display: inline-block;
  }

  .carousel-item img {
    min-height: 60vh;
    object-fit: cover;
    /* image stays proper while text fits */
  }
}


/* discover build section in home page 14-11-2025 */
/* Mobile Responsive Card Fix */
@media (max-width: 768px) {

  .card-custom {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .card-custom img {
    width: 55%;
  }

  .card-custom h5 {
    font-size: 15px;
    line-height: 1.4;
  }
}

/* Because Good Clients in Home page 14-11-2025 */
@media (max-width: 767px) {

  .informed-section .col-md-4 {
    display: flex;
    justify-content: center;
  }




}

/* The Questions Every Business Asks. of the home page 14-11-2025
 Center cards on mobile */
@media (max-width: 767px) {
  .questions_every_business .col-md-4 {
    display: flex;
    justify-content: center;
  }

  .questions-card-custom {
    width: 90%;
    max-width: 320px;
    /* keeps size neat */
  }

  .questions_every_business .section-title {
    font-size: 1.5rem;
    line-height: 1.3;
    white-space: normal;
  }

  .questions_every_business_para {
    font-size: 1rem;
    text-align: center;
  }
}


/* SECTION WRAPPER */
.features {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

/* CARD STYLE */
.feature-box {
  flex: 1 1 300px;
  background-color: #fff;
  border: 2px solid var(--dark-green);
  border-radius: 20px;
  text-align: center;
  padding: 30px 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

/* ICONS */
.feature-icon {
  font-size: 60px;
  color: var(--orange);
  margin-bottom: 10px;
}

/* TITLES */
.feature-small-title {
  color: var(--blue);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}

.feature-title {
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 10px;
}

.feature-desc {
  color: var(--blue);
  font-size: 15px;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .features {
    flex-direction: column;
    align-items: center;
  }

  .feature-box {
    max-width: 90%;
  }

  .hero p {
    font-size: 20px;
    margin: 8px 0;
  }
}

.marketing_engineering {
  margin-top: 50px;
  margin-bottom: 50px;
}

.marketing_engineering p {
  padding: 5%;
  background: border-box;
  border-top: 30px solid var(--orange);
  /* 30px top border */
  border-right: 3px solid var(--orange);
  /* 3px right border */
  border-bottom: 3px solid var(--orange);
  /* 30px bottom border */
  border-left: 3px solid var(--orange);
  /* 3px left border */
  color: var(--white);
  font-weight: 700;
  font-family: Inter, sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
  border-radius: 50px;

}

/* DOWNLOAD SECITON */

/* SECTION WRAPPER */
.download-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: linear-gradient(180deg, #948D8D 0%, #071522 100%);
  color: var(--text-white);
  padding: 80px 10%;
}

/* LEFT SIDE TEXT */
.download-content {
  flex: 1 1 500px;
  /* max-width: 600px; */
}

.download-content h1 {
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.download-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
  color: var(--white);
  font-size: 2rem;
}

/* BUTTON */
.download-btn {
  margin-top: 30px;
  display: inline-block;
  background: var(--btn-gradient);
  color: #000;
  font-weight: 700;
  font-family: Inter, sans-serif;
  padding: 14px 30px;
  border: none;
  border-radius: 15px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.lets-talk {
  margin-top: 30px;
  display: inline-block;
  background: var(--btn-gradient);
  color: #000;
  font-weight: 700;
  font-family: Inter, sans-serif;
  padding: 11px 20px;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.lets-talk:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}


/* RIGHT SIDE ICON/ILLUSTRATION */
.download-illustration {
  flex: 1 1 300px;
  text-align: center;
}

.download-illustration i {
  font-size: 120px;
  color: var(--text-white);
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .download-section {
    flex-direction: column;
    text-align: center;
    padding: 60px 20px;
  }

  .download-illustration {
    margin-top: 40px;
  }
}

.explore_knowledge {
  height: 95px;
}

.explore_knowledge a {
  margin-top: 20px;
  padding: 12px;
  border: 2px solid black;
  text-decoration: none;
  height: 300px;
  position: relative;
  border-radius: 15px;
  font-size: 2rem;
  margin-bottom: 50px;
  color: var(--black);
  font-weight: 400;
}


/* seo services in india css */
/* -----------------------------------  by gaurav 30-10-2025 */

.seo-wrap {
  padding: 30px 0 64px;
  overflow-x: hidden;
  max-width: 90%;
}

/* .seo-topline {
  height: 2px;
  background: var(--blue-dark);
  width: 63%;
  margin: -20px auto 14px;
  opacity: 0.9;
} */
.seo-heading {
  font-weight: 600;
  color: var(--blue-dark);
  font-size: 33px;
  letter-spacing: 0.1px;
  margin-bottom: 28px;
  padding: 0 12px;
  text-align: center;
}

.seo-heading-container {
  text-align: center;
}

.seo-heading {
  font-weight: 600;
  color: var(--blue-dark);
  font-size: clamp(22px, 4vw, 36px);
  letter-spacing: 0.1px;
  margin: 0 auto 28px;
  display: inline-block;
  /* makes heading width equal to text width */
  position: relative;
}

/* underline */
.seo-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: var(--blue-dark);
  margin-top: 6px;
  border-radius: 2px;
}


.seo-leadin {
  font-weight: 700;
  font-size: clamp(1.1rem, 0.9rem + 0.8vw, 1.35rem);
}

.seo-subtext {
  color: #141414;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 8px;
  margin-bottom: 0;
  word-wrap: break-word;
  font-size: 24px;
}

.seo-ctaBtn {
  background: #081365;
  color: #fff;
  border: 0;
  font-weight: 700;
  border-radius: 999px;
  padding: 10px 22px;
  margin-top: 16px;
  transition: 0.25s ease;
  white-space: nowrap;
}

.seo-ctaBtn2 {
  background: #fff;
  color: #081365;
  border: 2px solid #081365;
  font-weight: 700;
  border-radius: 999px;
  padding: 10px 22px;
  margin-top: 16px;
  transition: 0.25s ease;
  white-space: nowrap;
}

.seo-ctaBtn2:hover {
  background: #d1d1d6;
  color: #081365;
  border-color: #081365;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.seo-ctaBtn:hover {
  background: #1925D4;
}

.seo-image img {
  width: 100%;
  border-radius: 70px;
  object-fit: fill;
  max-width: 100%;
  aspect-ratio: 16 / 10;
}

.seo-bigclaim {
  font-weight: 600;
  color: var(--blue-dark);
  /* margin-top: 46px; */
  /* font-size: 36px; */
  font-size: 28px;
  line-height: 1.15;
  word-wrap: break-word;
}

.seo-para {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  word-wrap: break-word;
}

/* ===== Mobile Adjustments ===== */

@media (max-width: 767.98px) {
  .seo-wrap {
    padding: 40px 0 56px;
  }

  .seo-subtext {
    font-weight: 300;
    font-size: 16px;
  }

  .seo-ctaBtn {
    width: 100%;
    text-align: center;
  }

  .seo-image {
    margin-top: 20px;
  }

  .seo-bigclaim {
    margin-top: 32px;
    font-size: 20px;
  }

  /* .seo-topline {
    width: 90%;
  } */
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .seo-para {
    font-size: 16px;
  }

}

/* ===== Desktop fine-tune ===== */
@media (min-width: 992px) {
  .seo-wrap {
    padding-top: 30px;
  }
}

/* Last Section Article */
.seo-gg-cards-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  padding: 60px 20px;
  background-color: #fff;
}

.seo-gg-card {
  flex: 1 1 30%;
  /* allows responsive resizing */
  min-width: 280px;
  max-width: 25px;
  border: 1.5px solid #ccc;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: transform 0.3s ease;
}

.seo-gg-card:hover {
  transform: translateY(-5px);
}

.seo-gg-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.seo-gg-card-content {
  padding: 20px;
  text-align: left;
  flex: 1;
  /* ✅ fills height */
  display: flex;
  /* ✅ enables margin-top:auto below */
  flex-direction: column;
  justify-content: flex-start;

}

.seo-gg-card-content h3 {
  font-size: 21px;
  color: #000;
  margin-bottom: 35px;
  font-weight: 700;
}

.banner-head-text {
  margin-right: 100px !important;
}

.seo-gg-card-content p {
  font-size: 17px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.5;
}

.seo-gg-card-link {
  color: #0000FF;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  transition: 0.3s;
}

.seo-gg-card-link:hover {
  text-decoration: underline;
  gap: 10px;
}

.seo-gg-card-link span {
  font-size: 16px;
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
  .seo-gg-card {
    width: 90%;
  }

  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 14px;
  }

  .gap-5 {
    gap: 1rem !important;
  }
}

/* Our Growth Diognest */
/* ===== Section Styling ===== */
.growth-diagnostics-section {
  position: relative;
  color: #fff;
  padding: 40px 0;
  min-height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Dark overlay */
.growth-diagnostics-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.growth-diagnostics-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* ===== Center Heading ===== */
/* .growth-diagnostics-heading-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.growth-diagnostics-line {
  width: 29%;
  height: 2px;
  background-color: #fff;
  margin: -5px auto 12px;
  opacity: 0.9;
}
.growth-diagnostics-title {
  font-size: 28px; 
  font-weight: 600;
} */

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

.growth-diagnostics-title {
  display: inline-block;
  /* width = text width */
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  position: relative;
  /* for ::after positioning */

}

/* underline using pseudo-element */
.growth-diagnostics-title::after {
  content: "";
  display: block;
  width: 100%;
  /* same as heading text width */
  height: 2px;
  /* thickness */
  background-color: #fff;
  /* color */
  margin-top: 6px;
  /* spacing from text */
  border-radius: 2px;
  opacity: 0.9;
}

/* ===== Right Side Text & Button ===== */
.growth-diagnostics-content {
  max-width: 520px;
  margin-left: auto;
  text-align: left;
}

.growth-diagnostics-text {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 24px;
}

.growth-diagnostics-btn {
  display: inline-block;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.growth-diagnostics-btn:hover {
  background: #fff;
  color: #000;
}

/* ===== Responsive Fixes ===== */
@media (max-width: 991.98px) {
  .growth-diagnostics-section {
    padding: 80px 20px;
  }

  .growth-diagnostics-content {
    margin: 0 auto;
    text-align: center;
  }

  .growth-diagnostics-btn {
    width: 100%;
  }
}

/* Services Piller Css */
.service-pillar-container {
  padding: 60px 20px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}

.growth-diagnostics-overlay {
  position: absolute;
  inset: 0;
  /* fills full section */
  background: rgba(0, 0, 0, 0.65);
  /* black with 65% opacity */
  z-index: 1;
  /* below text */
}

.service-pillar-container h2 {
  font-size: 28px;
  font-weight: 600;
  color: white;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  z-index: 20;
}

.service-pillar-container h2::after {
  content: "";
  display: block;
  width: 80%;
  height: 3px;
  margin: 10px auto 0;
}

/* Unique Swiper container */
.pillar-swiper {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
  /* needed for absolute buttons */
}

.pillar-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.pillar-card {
  background: #fff;
  border: 2px solid #FF8C00;
  border-radius: 20px;
  color: #00154F;
  text-align: center;
  width: 300px;
  height: 350px;
  transition: transform 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

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

.pillar-card h3 {
  font-size: 23px;
  font-weight: 700;
  padding: 20px;
  height: auto;
}

/* Unique navigation buttons */
.pillar-swiper .pillar-button-next,
.pillar-swiper .pillar-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4px;
  transition: background 0.3s ease;
}

/* .pillar-swiper .pillar-button-next:hover,
.pillar-swiper .pillar-button-prev:hover {
  background: #FF8C00;
} */
.pillar-swiper .pillar-button-next {
  right: 10px;
}

.pillar-swiper .pillar-button-prev {
  left: 10px;
}

.services_piller_underline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: white;
  width: 18%;
  margin: 0 auto;
  opacity: 0.9;
  z-index: 20;
  top: 20.1%;

}

/* Responsive */
@media (max-width: 768px) {
  .pillar-card {
    width: 85%;
    height: auto;
  }

  .pillar-card h3 {
    width: 85%;
    font-size: 20px;
  }

  .service-pillar-container h2 {
    font-size: 1.8rem;
  }

  .pillar-swiper .pillar-button-next {
    right: 5px;
  }

  .pillar-swiper .pillar-button-prev {
    left: 5px;
  }

  .growth-diagnostics-text {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 24px;
  }

}

/* Last Section  */
.cfs-banner {
  width: 100%;
  background: #0F1C27;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}

.cfs-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  max-width: 1000px;
  text-align: center;
}

.cfs-title {
  color: #F2F7FB;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.2px;
}

.cfs-btn {
  border: none;
  outline: none;
  background: linear-gradient(90deg, #D9DDE1 0%, #47E2C1 100%);
  color: #0B1116;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 18px;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .25) inset,
    0 8px 16px rgba(0, 0, 0, .25);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  white-space: nowrap;
}

.cfs-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

@media (max-width: 500px) {
  .cfs-wrap {
    flex-direction: column;
    gap: 14px;
  }

  .cfs-btn {
    font-size: 13px;
    padding: 9px 18px;
  }
}


/* about us start  */


.pcg-hero-who-we-are {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(1000px 600px at 75% 20%, #10173A 0%, #0A1026 60%, #070B1B 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.pcg-hero-who-we-are::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(110, 168, 255, .12) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, #000 75%, transparent 100%);
  opacity: .35;
}

.pcg-hero-bg {
  position: absolute;
  inset: 0;
  opacity: .5;
  pointer-events: none;
}

.pcg-hero-content {
  position: relative;
  z-index: 1;
  text-align: left;
  max-width: 900px;
  padding: 60px 20px;
}

/* Mobile responsive */

@media(max-width:768px) {
  .pcg-hero-content {
    position: relative;
    z-index: 1;
    text-align: left;
    max-width: 900px;
    padding: 20px 20px;
  }

}

.pcg-eyebrow {
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #CFD4FF;
  opacity: .85;
}

.pcg-hero-content h1 {
  margin: 10px 0;
  font-size: clamp(28px, 5vw, 54px);
  font-weight: 800;
  line-height: 1.1;
}

.pcg-sub {
  margin: 0;
  max-width: 60ch;
  color: #CFD4FF;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.6;
}

.pcg-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 12px 18px;
  border-radius: 16px;
  background: linear-gradient(120deg, #6EA8FF, #7EF6D7);
  color: #06101A;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(110, 168, 255, .25);
  transition: transform .2s ease, filter .2s ease;
}

.pcg-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.1);
}

.pcg-chev {
  font-size: 1.2em;
  line-height: 0;
}

/* About us Leadership core team */
.pcg-leadership-team {
  /* padding: 90px 20px; */
  color: var(--white);
  /* background-color: var(--blue); */
}

.pcg-leadership-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
}

.pcg-leadership-head h2 {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 42px);
  color: #0A1026;
}

.pcg-leadership-head p {
  margin: 0;
  color: #5F6478;
  font-size: 16px;
}

.pcg-leadership-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1200px) {
  .pcg-leadership-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 920px) {
  .pcg-leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .pcg-leadership-grid {
    grid-template-columns: 1fr;
  }
}

.pcg-leadership-card {
  background: #FFFFFF;
  border: 1px solid #E3E6EB;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pcg-leadership-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.15);
  border-color: rgba(32, 201, 151, 0.35);
}

.pcg-leadership-photo {
  position: relative;
  aspect-ratio: 4/5;
  background: #F2F3F6;
}

.pcg-leadership-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.9);
  transition: filter 0.4s ease, transform 0.4s ease;
}

.pcg-leadership-card:hover .pcg-leadership-photo img {
  filter: none;
  transform: scale(1.03);
}

.pcg-leadership-info {
  padding: 16px 18px 18px;
  text-align: left;
}

.pcg-leadership-name {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 16.5px;
  color: #0A1026;
}

.pcg-leadership-role {
  margin: 6px 0 0;
  color: #1B1F2A;
  font-size: 14px;
  font-weight: 500;
}

.pcg-leadership-phil {
  margin: 4px 0 0;
  color: #5F6478;
  font-size: 13.5px;
  line-height: 1.45;
}

.pcg-name-line {
  display: inline-block;
  background: linear-gradient(90deg, #007BFF, #20C997) bottom left / 0% 2px no-repeat;
  transition: background-size 0.35s ease;
}

.pcg-leadership-card:hover .pcg-name-line {
  background-size: 100% 2px;
}



/* Our partners Section Css About us */
/* ====== SECTION WRAPPER ====== */
.pcg-partner-marquee {
  background-image: url("assets/images/image.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* or 'contain' depending on your need */
  background-position: center;
  background-color: #F6F7F9;
  /* keep the fallback color */
  padding: 36px 0 56px;
  color: #0E1320;
}

.pcg-partner-marquee .pcg-head {
  text-align: center;
  font-weight: 800;
  font-size: clamp(20px, 3.2vw, 28px);
  margin: 0 0 22px;
}

12:29 .lineage-block-section {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 16px;
}

.lineage-block-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: start;
}

/* ===== Left Column ===== */
.lineage-block-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #EAF4FF;
  color: #005BBB;
  font-weight: 600;
  border: 1px solid #D5E4FF;
  border-radius: 50px;
  padding: 6px 12px;
  font-size: 0.9rem;
  margin-bottom: 14px;
}

.lineage-block-dot {
  width: 8px;
  height: 8px;
  background: #005BBB;
  border-radius: 50%;
}

.lineage-block-title {
  font-size: clamp(1.6rem, 1.1rem + 1.5vw, 2.4rem);
  font-weight: 700;
  margin: 10px 0;
  color: #1B1B1B;
}

.lineage-block-lead {
  color: #5C5C5C;
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.lineage-block-standards {
  background: #F9FAFC;
  border: 1px solid #E6E8EC;
  border-radius: 14px;
  padding: 18px;
}

.lineage-block-standards-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2B3850;
}

.lineage-block-standards-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.lineage-block-chip {
  background: var(--blue);
  border: 1px solid #E0E5EB;
  border-radius: 50px;
  padding: 6px 12px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--white);
}

.lineage-block-note {
  color: #555E6B;
  font-size: 0.95rem;
  margin-top: 8px;
}

/* ===== Right Column: Timeline ===== */
.lineage-block-right {
  position: relative;
}

.lineage-block-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.lineage-block-timeline::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(#E5E8EF, #D8DEE8);
}

.lineage-block-item {
  position: relative;
  padding-left: 44px;
  margin-bottom: 28px;
}

/* Marker */
.lineage-block-marker {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #005BBB;
  box-shadow: 0 0 0 4px rgba(0, 91, 187, 0.08);
}

.lineage-block-ping {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: rgba(0, 91, 187, 0.1);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Card */
.lineage-block-card {
  background: #FFFFFF;
  border: 1px solid #E6E8EC;
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  cursor: default;
}

.lineage-block-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.lineage-block-year {
  /* color: #005BBB;
  font-weight: 700;
  font-size: 0.95rem; */

  color: var(--blue);
  font-weight: 800;
  font-size: 1.5rem;
}

.lineage-block-pill {
  font-size: 0.78rem;
  background: var(--orange);
  border: 1px solid #D6E6FF;
  border-radius: 50px;
  color: var(--white);
  padding: 4px 8px;
  font-weight: 600;
}

.lineage-block-card-text {
  color: #4A5566;
  font-size: 0.95rem;
  margin: 0;
}

/* Hover */
.lineage-block-item:hover .lineage-block-card {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  border-color: #D3DCE9;
}

.lineage-block-item:hover .lineage-block-ping {
  opacity: 1;
  transform: scale(1);
}

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .lineage-block-grid {
    grid-template-columns: 1fr;
  }
}

.pcg-whyZZ {
  max-width: 1100px;
  margin: auto;
  padding: 68px 18px
}

.pcg-whyZZ__title {
  margin: 0 0 28px;
  text-align: center;
  font-weight: 800;
  font-size: clamp(24px, 2.2vw, 32px);
  color: #1B2A57
}

.pcg-whyZZ__title:after {
  content: "";
  display: block;
  /* width: 230px; */
  width: var(--underline-width, 230px);
  height: 3px;
  background: linear-gradient(90deg, #0057FF, #00C3A1);
  margin: 12px auto 0;
  border-radius: 3px
}



.pcg-whyZZ__icon {
  width: 62px;
  /* Increased size */
  height: 65px;
  /* Increased size */
  border-radius: 16px;
  /* Softer rounded corners */
  background: linear-gradient(135deg, #0c1a27, #00C3A1);
  color: #fff;
  display: inline-flex;
  place-items: center;
  font-size: 22px;
  box-shadow: 0 6px 18px rgba(0, 87, 255, .25)
}

.pcg-whyZZ__icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 26px rgba(0, 87, 255, 0.4);
}

.pcg-whyZZ__img {
  width: 70px;
  height: 60px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.pcg-whyZZ__h3 {
  margin-top: 10px;
  font-size: 33px;
  color: #14224C;
  font-weight: 600;
  /* text-align: center; */
}

/* alternate sides */

/* Beyond Businesss */

.beyond-business-section {
  max-width: 100%;
  margin: 30px auto;
  border-radius: 18px;
  /* background: linear-gradient(120deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01)), #121821; */
  border: 1px solid rgba(255, 255, 255, .05);
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, .4); */
  overflow: hidden;
  color: #eef2f8;

}

.beyond-business-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: linear-gradient(90deg, rgba(125, 211, 252, .08), rgba(167, 139, 250, .08));
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.beyond-business-header h3 {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.beyond-business-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #7dd3fc, #a78bfa);
  box-shadow: 0 0 10px #7dd3fc;
}

.beyond-business-header small {
  color: #9da6b3;
  font-size: 0.9rem;
}

.beyond-business-content {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  padding: 26px;
}

.beyond-business-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .5);
}

.beyond-business-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  filter: contrast(1.05) brightness(1.05);
}

.beyond-business-tags {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.beyond-business-tag {
  background: linear-gradient(90deg, #7dd3fc, #a78bfa);
  color: #001018;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
}

.beyond-business-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.beyond-business-subtitle {
  text-transform: uppercase;
  color: #9da6b3;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
}

.beyond-business-title {
  font-size: 2rem;
  margin: 0;
  font-weight: 700;
}

.beyond-business-quote {
  background: rgba(125, 211, 252, .1);
  border-left: 3px solid #7dd3fc;
  padding: 14px 16px;
  border-radius: 10px;
  font-style: italic;
}

.beyond-business-desc {
  color: #9da6b3;
  font-size: 0.95rem;
}

.beyond-business-btn {
  display: inline-block;
  width: fit-content;
  margin-top: 10px;
  padding: 12px 18px;
  background: linear-gradient(90deg, rgba(125, 211, 252, .2), rgba(167, 139, 250, .2));
  border: 1px solid rgba(125, 211, 252, .3);
  border-radius: 12px;
  color: #eef2f8;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.beyond-business-btn:hover {
  background: linear-gradient(90deg, #7dd3fc, #a78bfa);
  color: #000;
  transform: translateY(-3px);
}

@media (max-width: 900px) {
  .beyond-business-content {
    grid-template-columns: 1fr;
  }

  .beyond-business-image img {
    min-height: 260px;
  }
}

.pcg-section {
  background: rgb(185, 45, 92);
}

.who_we {
  color: var(--white);
}


.why_PCG_digital_exists {
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
}

.why_PCG_digital_exists1 {
  font-size: 25px;
  line-height: normal;
  font-weight: 600;
}

.cta_para {
  font-weight: 800;
  font-size: 20px;
  color: var(--white);
}

.ready_to_build {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)), rgb(18, 24, 33);
}

.nav-link {
  font-weight: 700;
}

.banner_one {
  position: absolute;
  text-align: left;
}

/* about us end */


/* Home Page Css Start  Rakesh 01-11-2025*/

.proven_system {
  /* background: radial-gradient(circle at top left, #01294f, #001b33); */
  color: white;
  font-family: Inter, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 600;
  /* border-bottom: 2px solid #ccc; */
  /* display: inline-block; */
  text-align: center !important;

}

.card-custom {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  align-items: center;
  width: 330px;
  height: 280px;

}

.card-custom:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.card-custom img {
  /* height: 60px;
      margin-bottom: 1rem; */
  align-items: center;
}

.footer-text {
  margin-top: 2rem;
  font-size: 25px;
  font-weight: 500;
  color: #cce4ff;
}

.pcg-footer-column p {
  font-size: 15px;
  font-weight: 500;
  color: #cce4ff;
}

.inputClass {
  border-radius: 10px;
  padding: 6px;
  border: none;
}

/* The Questions Every Business Ask */


.questions_every_business {
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}



.questions-every-business-section-title {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  /* margin-bottom: 2rem;
      border-bottom: 3px solid var(--blue-dark); */
  display: inline-block;
  padding-bottom: 0.3rem;
}

.questions-card-custom {
  border: 4px solid #747070;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 80%;
}

.questions-card-custom:hover {
  transform: translateY(-5px);
}

.card-img-top {
  width: 80%;
  height: 200px;
  object-fit: cover;
  background-color: #f5f5f5;
}

.card-img-right-growth {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background-color: #f5f5f5;

}

.card-text-box {
  flex: auto;
  background-color: var(--blue);
  /* Deep Navy Blue */
  color: #fff;
  padding: 1.5rem;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-height: 120px;
}

.questions_every_business_para {
  text-align: center !important;
  margin-top: 2rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
}

.questions_every_business_para span {
  font-weight: 500;
  font-size: 25px
}

.how-pcg-digital {
  background-color: #0C1A27;
  opacity: 0.7;
}

/* Three Clusters. */

.consulting-engine {
  background-color: #fff;
  padding-bottom: 60px;
}

.consulting-engine .underline {
  width: 47%;
  height: 3px;
  background-color: var(--blue-dark);
  margin-top: -5px;

}

.consulting-card {
  border: 3px solid var(--orange);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* width: 80%; */
}

.consulting-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.consulting-card .card-body {
  padding: 2rem 1rem 1rem;
}

.consulting-card .card-footer {
  background-color: #f37021;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 1rem;
  border-top: none;
}

.explore-btn {
  background-color: #47c9af;
  color: #0c223f;
  font-size: 1.1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.explore-btn:hover {
  background-color: #3db29c;
  color: #0c223f;
}

.text-left-consulting {
  margin-left: 30%;
}


.cluster-text {
  font-weight: 800;
  /* font-size: 28px; */
  text-align: center;
  /* padding-left: 30px; */
}

/* Our Fundamental */

.fundamentals-section {
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  padding-top: 10px
}

.fundamentals-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.fundamentals-content {
  position: relative;
  z-index: 1;
}

.fundamentals-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.fundamental-divider {
  width: 28%;
  height: 3px;
  background: #fff;
  margin: 0 auto 2rem;
  margin-top: -5px
}

.how-pcg-digital-works-devider {
  width: 29%;
  height: 3px;
  background: #fff;
  margin: 0 auto 2rem;
  margin-top: -5px;

}

.fundamentals-card {
  /* border-radius: 12px;
      padding: 20px 30px;  */
  color: #000;
  /* background-color: #fff; */
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
  font-weight: 500;
  /* border-top: 20px solid red; */
  border-radius: 20px;

}

.consult-card {
  background-color: var(--green);
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.build-card {
  background-color: var(--logo-color);
  /* border-top: 12px; */
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.circular-diagram img {
  width: 30%;
  height: auto;
  margin-top: 30px;
}

@media(max-width:768px){
  .circular-diagram img {
  width: 80%;
  height: auto;

}
}

.consult-para {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* measure section */

.measured-section {
  background: #F8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.outerboarder {
  background: #F8f8f8;
  border: 5px solid var(--orange);
  border-radius: 20px;
  padding: 50px 30px;
  max-width: 1000px;
  margin: 60px auto;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.measured-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.divider-measured {
  width: 20%;
  height: 3px;
  background: var(--blue-dark);
  margin: 0 auto 30px;
  margin-top: -10px;
}

/* Donut Chart using conic-gradient */
.donut-chart {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: conic-gradient(#0d244b 0deg 120deg,
      #e0e0e0 120deg 180deg,
      #2bb4a3 180deg 320deg,
      #e0e0e0 320deg 360deg);
  position: relative;
  margin: 0 auto;
}

.donut-chart::before {
  content: "";
  position: absolute;
  inset: 30px;
  background: #fff;
  border-radius: 50%;
}

.stats-text .number-percent {
  font-size: 32px;
  font-weight: 800;
  color: #0d244b;
}

.stats-text p {
  font-size: 30px;
  font-weight: 500;
  color: #000;
}

@media(max-width:768px){
  .stats-text p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

}


.btn-case {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 25px;
  background: #dff2f0;
  color: #001f3f;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

.btn-case:hover {
  background: #2bb4a3;
  color: #fff;
}

@media (max-width: 768px) {
  .donut-chart {
    margin-bottom: 30px;
  }

  .stats-text {
    text-align: center;
    margin-top: 26px;
  }

  .stats-text .number-percent {
    font-size: 23px;
    font-weight: 800;
    color: #0d244b;
  }





  .questions_every_business_para span {
    font-weight: 500;
    font-size: 15px;
  }
}


/* Good client say informed */


.informed-section {
  color: #fff;
  position: relative;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 20px;
}

.informed-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.informed-content {
  position: relative;
  z-index: 1;
}

.informed-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.divider-because-good {
  width: 46%;
  height: 3px;
  background: #fff;
  margin: 0 auto 40px;
  margin-top: -5px;
}

/* Info Boxes */
.info-box {
  border: 3px solid var(--because-good-border);
  border-radius: 55px;
  padding: 30px 25px;
  height: 100%;
  transition: all 0.3s ease;
  width: 90%;
}

.info-box:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
}

.info-box h4 {
  color: #ff6600;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 30px;
}

.info-box ul {
  list-style-type: disc;
  text-align: left;
  margin: 0;
  padding-left: 25px;
}

.info-box ul li {
  margin-bottom: 10px;
  font-size: 23px;
  color: #fff;
}

@media (max-width: 768px) {
  .info-box {
    margin-bottom: 25px;
  }
  .info-box ul li {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
}
}


/* process proof performance */

.ppp-section {
  background: linear-gradient(to bottom, #ffD98D 0%, #82DBD3 100%);
  padding-bottom: 50px;
  padding-top: 20px;
  text-align: center;
}

.ppp-title {
  font-size: 2rem;
  font-weight: 600;
  color: #0d244b;
  margin-bottom: 40px;
}

.ppp-icon img {
  width: 90px;
  height: auto;
  margin-bottom: 15px;
}

.ppp-heading {
  font-weight: 700;
  color: #0d244b;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.ppp-description {
  font-size: 25px;
  font-weight: 500;
  color: #0d244b;
  line-height: 1.6;
  max-width: 900px;
  margin: 0px auto 0;
}

@media (max-width: 768px) {
  .ppp-icon img {
    width: 75px;
  }

  .ppp-title {
    font-size: 1.5rem;
  }
}


/* everything connected section */


.connected-section {
  background: linear-gradient(to bottom, #ffffff, #c5c3c3);
  text-align: center;
  /* padding: 60px 0; */
  padding-bottom: 60px;
}

.connected-title {
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 10px;
}

.divider {
  width: 27%;
  height: 3px;
  background-color: var(--blue-dark);
  margin: 0 auto 40px;
  margin-top: -5px;
}

/* Capsule buttons */
.capsule-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.capsule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fffdf2;
  border: 6px solid #0d244b;
  border-radius: 40px;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 1rem;
  color: #0d244b;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
}

/* Line connectors */
.capsule::after {
  content: "";
  position: absolute;
  right: -45px;
  top: 50%;
  width: 40px;
  height: 2px;
  background: #0d244b;
  transform: translateY(-50%);
}

/* Remove line from last capsule */
.capsule:last-child::after {
  display: none;
}

/* Hover effect */
/* .capsule:hover {
      background-color: var(--blue);
      color: #fff;
      transform: translateY(-3px);
    } */

.capsule i {
  font-size: 1.2rem;
  color: #0d244b;
  transition: color 0.3s ease;
}

.capsule:hover i {
  color: #fff;
}

@media (max-width: 992px) {
  .capsule-wrapper {
    flex-direction: column;
    align-items: center; /* center capsules */
  }

  .capsule::after {
    content: "";
    position: absolute;
    right: 50%; /* center horizontally with capsule */
    top: 100%; /* start after capsule */
    width: 2px; /* vertical line thickness */
    height: 40px; /* line length */
    background: #0d244b;
    transform: translateX(50%); /* center line below capsule */
  }

  /* Remove line from last capsule */
  .capsule:last-child::after {
    display: none;
  }
}
/* banner section */

.carousel-caption {
  margin: 0px;
  position: absolute;
  top: 3% !important;
  align-items: flex-end;
  text-align: left;
}

.banner-heading-1 {
  font-weight: 800;
}

.banner-heading-2 {
  /* margin-top:30px; */
  font-weight: 800;
  /* font-size: 30px; */
}

.banner-heading-3 {
  margin-top: 30px;
  font-weight: 800;
  /* font-size: 22px; */
}

.banner_para {
  margin-top: 30px;
  color: #fff;
  /* font-size: 22px; */
  font-weight: 700;
  line-height: normal;
}

/* home page responsive */


/* @media (max-width: 1024px) {
  .carousel-caption {
    bottom: 10%;
    left: 5%;
    right: 5%;
  }
  .banner-heading-2 {
    font-size: 28px;
  }
  .banner-heading-3 {
    font-size: 20px;
  }
  .promo-btn {
    padding: 8px 20px;
    font-size: 15px;
  }
} */

/* Large Phones (e.g. iPhone Plus, 6.1"–6.7") */
@media (max-width: 768px) {
  .carousel-caption {
    bottom: 8%;
    left: 4%;
    right: 4%;
    text-align: left;
    align-items: left;
  }

  .banner-heading-2 {
    font-size: 22px;
  }

  .banner-heading-3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .promo-btn {
    padding: 6px 16px;
    font-size: 14px;
  }

  .bulilt-on-proven-system {
    margin-top: 30px;
  }

  .fundamentals-card-margin {
    margin-top: 30px;
  }
}

/* Small Phones (under 480px) */
/* @media (max-width: 480px) {
   .carousel-item {
    position: relative;
    display: none;
    float: left;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    width: auto;
}
  .banner-heading-2 {
    font-size: 18px;
    line-height: 1.3;
  }
  .banner-heading-3 {
    font-size: 14px;
    margin-top: 8px;
  }
  .promo-btn {
    padding: 5px 12px;
    font-size: 13px;
  }
} */

/* Very Small Phones (under 360px width) */
/* @media (max-width: 360px) {
 .carousel-item {
    position: relative;
    display: none;
    float: left;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    width: auto;
}
  .banner-heading-2 {
    font-size: 13px;
  }
  .banner-heading-3 {
    font-size: 11px;
  }
  .promo-btn {
    padding: 4px 10px;
    font-size: 12px;
  }
  .banner_para {
   margin-top: 0px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
}
} */


/* Home Page End
  -------------------------------------- */


/* Blog Pages  start*/

.blog-heading {
  font-size: 50px;
  font-weight: 700;
}

.blog-heading-para {
  font-size: 2.5rem;
  font-family: Inter, sans-serif;
  color: #fff;
}


.content-section {
  margin-bottom: 20px;
}

.sidebar {
  position: sticky;
  top: 20px;

}

.sidebar ul{
  list-style-type: none;
  text-decoration: none;
  padding-left: 0;
  border: 3px solid var(--black);
  border-radius: 20px;
  padding: 7px;
}

 .sidebar ul li a {
    text-decoration: none;
    color: #2c3e50;
    padding: 5px;
    display: block;
  }
  .sidebar ul li a:hover {
      background-color: #f1f1f1;
      color: #007bff;
  }
.b2b-websites {
  border-left: 20px solid var(--orange);
  border-top: 3px solid var(--orange);
  border-bottom: 3px solid var(--orange);
  border-right: 3px solid var(--orange);
  border-radius: 20px;
  padding:10px;
}

.information-architecture {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 20px;
  width: 80%;

}

.b2b-websites p span {
  padding-top: 5px;
  font-weight: 700;
}



.b2b-websites {

  border-left: 20px solid var(--orange);
  border-top: 3px solid var(--orange);
  border-bottom: 3px solid var(--orange);
  border-right: 3px solid var(--orange);
  border-radius: 20px;
}

.faq-heading {
  font-weight: 700;
}

.ready-to-make-seo-systems {
  border-radius: 20px;
  border: 3px solid var(--orange);
  padding: 10px;
}

.ready-to-make-seo-systems h3 {
  font-weight: 550;
}


.blog-button-btn1 {
  margin-top: 30px;
  display: inline-block;
  background: linear-gradient(90deg, #948D8D 0%, #071522 100%);
  color: var(--yellow);
  font-weight: 700;
  font-family: Inter, sans-serif;
  padding: 10px 20px;
  border: 2px solid black;
  border-radius: 15px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.blog-button-btn1:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.blog-button-btn2 {
  border: 2px solid black;
  margin-top: 30px;
  display: inline-block;
  background: var(--btn-gradient);
  color: #000;
  font-weight: 700;
  font-family: Inter, sans-serif;
  padding: 10px 20px;
  border-radius: 15px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.blog-button-btn2:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

#real-example h4 {
  font-weight: 700;
}

.built-on-divider {
  width: 30%;
  height: 3px;
  background: #fff;
  margin: 0 auto 40px;
}

.the-questions-every-business-asks-divider {
  width: 45%;
  height: 3px;
  background: var(--blue-dark);
  margin: 0 auto 40px;
  margin-top: -5px;
}

.content-section h2 {
  font-size: 28px;
  color: var(--blue-dark);
  margin-bottom: 15px;
}

.content-section p {
  color: rgb(20, 20, 20);
  font-weight: 500;
  line-height: 1.3;
  margin-top: 8px;
  margin-bottom: 0px;
  overflow-wrap: break-word;
}

.information-architecture h5 {
  font-weight: 600;
}

.tactica-seo{
  top:40px;
  padding:5px;
  background: rgb(248, 248, 248);
  padding-bottom: 20px;
  }

.on-this-page {
  font-size: 28px;
  color: var(--blue-dark);
  margin-bottom: 15px;
  font-weight: 600;
}
.tactical{
  background-color: var(--blue-dark);
  border-radius: 5px;
  padding: 3px;
}

/* Make each card equal height */
@media (max-width: 767px) {
   .structured-seo .card {
      margin-bottom: 20px !important;
      border-radius: 12px;
   }
}




.tactical h5{
  line-height: 1.2;
}
.card h5{
  font-weight: 600;
  font-size:18px ;
}
.about-author p{
  color: #747070;
}
.framework-4s{
  width: 75%;
}



 .stats-card {
    border-radius: 15px !important;
    border-top: 3px solid var(--blue-dark) !important;
    border-left: 3px solid var(--blue-dark) !important;
    border-bottom: 3px solid var(--blue-dark) !important;
    border-right: 3px solid var(--blue-dark) !important;  
}
.cardheader{
  background-color: var(--blue-dark) !important; 
}
  .stats-card .inner {
    background: #fff !important;
    color: #333 !important;
    border-radius: 15px !important;
    padding: 25px 20px !important;
    margin-top: 15px !important;
  }
  .stats-card h5 {
    font-weight: 600 !important;
  }
  .value-before,
  .value-after,
  .value-change {
    font-size: 1.25rem !important;
    color: #747070 !important;
  }
  .after-before{
    font-weight: 600 !important;
  }


@media(max-width:768px){
  .content-section h2 {
    font-size: 20px;
    color: var(--blue-dark);
    margin-bottom: 15px;
}
.information-architecture {
        padding: 10px;
        margin: 5px;
        border-radius: 20px;
        width: auto;
        margin-top: 20px !important;
        bottom: 20px !important;
    }
.on-this-page{
    font-size: 20px !important;
    color: var(--blue-dark);
    margin-bottom: 15px;
    font-weight: 600;
}

.content-section p{
  color: rgb(20, 20, 20);
    font-weight: 500;
    line-height: 1.3;
    margin-top: 8px;
    margin-bottom: 0px;
    overflow-wrap: break-word;
    font-size: 16px;
}

.b2b-websites{
    border-left: 20px solid var(--orange);
    border-top: 3px solid var(--orange);
    border-bottom: 3px solid var(--orange);
    border-right: 3px solid var(--orange);
    border-radius: 20px;
    padding:10px;
}
.structured{
  margin-top:20px;
}
.framework-4s{
  width: 100%;
}
}



/* Blog Pages end */




/* ------------------- Knowledge Hub Growth Page Banner slider css 06-11-2025 */

.pcgd-hero {
  width: 100%;
  height: 65vh;
  position: relative;
  overflow: hidden;
}

.pcgd-hero-swiper {
  width: 100%;
  height: 100%;
}

.pcgd-hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.pcgd-hero-media {
  width: 100%;
  height: 100%;
}

.pcgd-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Optional overlay for darkening image slightly */
.pcgd-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}


/* Common text positioning */
.hero-text-common {
  position: absolute;
  bottom: 150px;
  right: 80px;
  color: #fff;
  z-index: 10;
}

.hero-text-common p {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}

/* ✅ Responsive adjustments */
@media (max-width: 992px) {
  .pcgd-hero {
    height: 27vh;
  }

  .hero-text-common {
    bottom: 30px;
    right: 40px;
  }

  .hero-text-common p {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .pcgd-hero {
    height: 27vh;
  }


  .hero-text-common {
    bottom: 20px;
    right: 20px;
  }

  .hero-text-common p {
    font-size: 30px;
    text-align: right;
  }

  .pcgd-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Slider css Knowledge hub cluster css */

/* Page container just for demo spacing */
.page {
  max-width: 100%;
  margin: 0 auto;
}

.prime-row__head {
  gap: 12px;
}

.prime-row__head h2 {
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  margin: 0;
}

.prime-row__see-more {
  color: var(--prime-dim);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .01em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.prime-row__see-more span {
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  top: 1px;
}

/* Swiper tile sizing */
.primeRow {
  /* padding is set inline in HTML as px-4 py-3 equivalent */
}

.primeRow .swiper-wrapper {
  align-items: center;
}

.primeRow .swiper-slide {
  width: 280px;
  /* fixed width like Prime row tiles */
  height: 158px;
  /* ~16:9 look; change both to taste */
}

/* Tile */
.tile {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;

  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
  transform: translateZ(0);
  text-decoration: none;
  color: inherit;
  background: #0a0f16;
  isolation: isolate;
}

.tile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.tile::after {
  /* bottom gradient for readable titles */
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .6) 100%);
  pointer-events: none;
  z-index: 1;
}

.tile:hover .tile__img {
  transform: scale(1.04);
}

.tile__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background: #1a7cff;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 999px;
  letter-spacing: .02em;
}

.tile__meta {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  z-index: 2;
  color: var(--prime-text);
  display: flex;
  align-items: center;
  gap: 8px;
}

.tile__title {
  font-weight: 500;
  font-size: .98rem;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .6);
}

/* Arrows (minimal like Prime) */
.primeRow-prev,
.primeRow-next {
  color: #fff;
  border-radius: 50%;
  backdrop-filter: saturate(150%) blur(2px);
}

.primeRow-prev::after,
.primeRow-next::after {
  font-size: 18px;
}

.primeRow-prev:hover,
.primeRow-next:hover {
  background: rgba(255, 255, 255, .16);
}

/* Spacing helpers for this demo */
.px-4 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-4 {
  padding-top: 1.25rem;
}

.mt-6 {
  margin-top: 2rem;
}

/* Responsive breakpoints: widen or shrink tiles */
@media (max-width: 1199px) {
  .primeRow .swiper-slide {
    width: 260px;
    height: 146px;
  }
}

@media (max-width: 991px) {
  .primeRow .swiper-slide {
    width: 240px;
    height: 135px;
  }
}

@media (max-width: 575px) {
  .primeRow .swiper-slide {
    width: 78vw;
    height: 42vw;
  }
}



.trend-youtube:hover {
  background: #FF0000;
  color: #fff;
}

.frequently-ques-title {
  font-size: 28px;
  font-weight: 600;
}



/* about our partner sliders */
/* Section container */
.pcg-partner-marquee {
  position: relative;
  /* allows overlays or absolute content */
  background-size: cover;
  /* make image cover the section */
  background-position: center;
  /* center the image */
  background-repeat: no-repeat;
  /* avoid tiling */
  color: #fff;
  /* text color visible on dark images */
  text-align: center;
  padding: 60px 20px;
  /* internal space */
  min-height: 400px;
  /* ensures background is visible */
  overflow: hidden;
  /* hide overflowing animations */
}

/* Optional: add a subtle dark overlay to make content readable */
.pcg-partner-marquee::before {
  content: "";
  position: absolute;
  inset: 0;
  /* top, right, bottom, left = 0 */
  background: rgba(0, 0, 0, 0.5);
  /* semi-transparent black overlay */
  z-index: 1;
}

/* Make sure text and logos appear above overlay */
.pcg-partner-marquee>* {
  position: relative;
  z-index: 2;
}

/* Example heading style */
.pcg-head {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
}

/* Example logo card style */
.pcg-logo-card {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 30px;
  margin: 10px;
  border-radius: 8px;
  color: #fff;
  transition: transform 0.3s ease;
}

.pcg-logo-card:hover {
  transform: scale(1.1);
}

/* //contact us */

.verify-email {
  text-decoration: none;
  /* color: black; */
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  /* pointer-events: none; */
}

.verify-email:hover {
  text-decoration: none;
  /* color: black; */
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  /* pointer-events: none; */
}


/* about partners */
/* Only 3 lines of CSS for continuous scroll */
.logo-track {
  display: flex;
  width: max-content;
  animation: scroll-left 40s linear infinite;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }

  /* Moves exactly half to loop perfectly */
}

.logo-slider {
  overflow: hidden;
  white-space: nowrap;
}



/* our service page css */

/* Center heading */
.seo-feature-heading-container {
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}

.seo-feature-heading {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.5px;
  margin: 0;
  position: relative;
}

.seo-feature-heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #0000FF;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* 🌟 Card styles */
.seo-feature-card {
  flex: 1 1 30%;
  min-width: 280px;
  max-width: 50px;
  border: 1.5px solid #ccc;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: transform 0.3s ease;
}

.seo-feature-card:hover {
  transform: translateY(-5px);
}


.seo-feature-cards-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  padding: 60px 20px;
  background-color: #fff;
}

.seo-feature-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  /* Allows wrapping to new line if too many cards */
  gap: 20px;
  /* Space between cards */
  justify-content: center;
  /* Center align cards */
}

.seo-feature-card {
  flex: 1 1 30%;
  /* 3 cards per row (adjust % as needed) */
  max-width: 30%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.seo-feature-card img {
  width: 100%;
  height: auto;
  display: block;
}

.seo-gg-card-content {
  padding: 15px;
}

.seo-gg-card-link {
  text-decoration: none;
  color: #007BFF;
  font-weight: bold;
}

.company_name {
  text-decoration: none;
  color: #fff !important;
}

#community-form input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #fff;
  background: #333131;
  color: #fff;
}

/* Mobile responsive Css 13-11-2025 */

.textDesktop,
.textMobile {
  display: none;
}

@media (min-width: 768px) {
  .textDesktop {
    display: block;
  }
}

/* Show on mobile (<768px) */

@media (max-width: 767px) {
  .textMobile {
    display: block;
  }
}

/* About us css How we work in mobile screen 14-11-2025 */

@media(max-width:768px) {
  .howweworkgap {
    margin-top: 20px;
  }

}


/* Mobile Toogle Deisgn Css 18-11-2025 */
/* Make overlay look like full mobile sheet */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;           /* above navbar */
  background: #ffffff;
  overflow-y: auto;
}

/* PCG colors */
.text-pcg-dark { color: #124447 !important; }
.text-pcg { color: #00897b !important; }

/* Links style */
.mobile-link {
  color: #124447 !important;
  font-size: 0.98rem;
}

.mobile-link:hover,
.mobile-sub-link:hover {
  color: #00897b !important;
}

/* Icon circle */
.mobile-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e6f3f1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #00897b;
}

/* Divider line aligned to text */
.mobile-divider {
  margin: 0.3rem 0 0.3rem 3.1rem;
  border-top: 1px solid #e2e2e2;
}

/* Sub-links inside Services dropdown */
.mobile-sub-link {
  font-size: 0.9rem;
  color: #495057;
  text-decoration: none;
}

/* Bottom CTA bar */
.mobile-consult {
  background-color: #ffffff;
  border-radius: 14px;
  border: 1px solid #e5e5e5;
}

@media (max-width: 768px) {

  /* CONTAINER SPACING */
  #mobileServices {
    margin-top: 10px;
    padding-left: 10px;
  }

  /* SERVICE LINKS – Modern Full Underline Style */
  #mobileServices .mobile-sub-link {
    display: block;
    padding: 10px 0;               /* vertical gap */
    position: relative;
    font-size: 15px;
    color: #333;
  }

  /* FULL CLEAN UNDERLINE */
  #mobileServices .mobile-sub-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;                 
    background-color:  #00897b;     /* soft underline color */
  }

  /* LAST LINK (View All Services) – thicker underline */
  #mobileServices .mobile-sub-link:last-child::after {
    height: 2px;
    background-color: #00897b;
  }

  /* GAP BETWEEN MAIN LINKS */
  .mobile-link {
    margin-bottom: 10px;
  }

  .mobile-divider {
    margin: 10px 0;
  }
}




    /* HERO SECTION (using Bootstrap grid, only spacing/styling here) */
    .dv-hero {
      margin-bottom: 40px;
    }


    .dv-hero-title {
      font-size: 32px;
      line-height: 1.2;
      font-weight: 700;
      margin-bottom: 10px;
      color: #0f172a;
    }

    .dv-hero-subtitle {
      font-size: 15px;
      line-height: 1.6;
      color: #4b5563;
      max-width: 520px;
      margin-bottom: 20px;
    }

    .dv-hero-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
    }

    .btn-primary-pcg {
      background: linear-gradient(135deg, var(--emerald), var(--accent-blue));
      color: #0b1120;
      padding: 11px 20px;
      border-radius: 999px;
      border: none;
      font-size: 14px;
      font-weight: 600;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      box-shadow: 0 14px 35px rgba(16, 185, 129, 0.4);
      transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    }

    .btn-primary-pcg span {
      font-size: 16px;
    }

    .btn-primary-pcg:hover {
      transform: translateY(-1px);
      box-shadow: 0 18px 45px rgba(56, 189, 248, 0.55);
      filter: brightness(1.05);
    }

    .dv-hero-microcopy {
      font-size: 12px;
      color: #6b7280;
    }

    .dv-hero-visual {
      width: 100%;
      max-width: 340px;
      aspect-ratio: 4 / 3;
      border-radius: 20px;
      background: radial-gradient(circle at top left, #22c55e22 0, transparent 55%),
        radial-gradient(circle at bottom right, #38bdf822 0, transparent 55%),
        #020617;
      border: 1px solid rgba(148, 163, 184, 0.6);
      padding: 16px;
      position: relative;
      overflow: hidden;
      color: #e5e7eb;
    }

    .dv-hero-visual-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      font-size: 11px;
      color: #cbd5f5;
    }

    .dv-hero-dot-group {
      display: flex;
      gap: 4px;
    }

    .dv-hero-dot {
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: #64748b;
    }

    .dv-hero-chip {
      font-size: 10px;
      padding: 3px 8px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.6);
      background: rgba(15, 23, 42, 0.7);
    }

    .dv-hero-chart {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 6px;
      margin-top: 6px;
      margin-bottom: 10px;
    }

    .dv-hero-bar {
      height: 46px;
      border-radius: 999px;
      background: linear-gradient(to top, rgba(56, 189, 248, 0.2), transparent);
      border: 1px solid rgba(148, 163, 184, 0.5);
      position: relative;
      overflow: hidden;
    }

    .dv-hero-bar-fill {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to top, #22c55e, #38bdf8);
      border-radius: inherit;
    }

    .dv-hero-metric-card {
      position: absolute;
      bottom: 10px;
      right: 12px;
      font-size: 11px;
      padding: 8px 10px;
      border-radius: 10px;
      background: rgba(15, 23, 42, 0.9);
      border: 1px solid rgba(148, 163, 184, 0.7);
      color: #e5e7eb;
    }

    .dv-hero-metric-card span {
      display: block;
    }

    .dv-hero-metric-label {
      font-size: 10px;
      color: #9ca3af;
    }

    .dv-hero-metric-value {
      font-size: 13px;
      font-weight: 600;
      color: #bbf7d0;
    }

    /* HOW IT WORKS */
    .section-heading {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #0f172a;
    }

    .how-card {
      background: #0f172a;
      border-radius: 14px;
      padding: 14px 14px 16px;
      border: 1px solid rgba(148, 163, 184, 0.35);
      color: #e5e7eb;
    }

    .how-number {
      width: 22px;
      height: 22px;
      border-radius: 999px;
      background: rgba(16, 185, 129, 0.18);
      color: #bbf7d0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      margin-bottom: 8px;
      border: 1px solid rgba(16, 185, 129, 0.4);
    }

    .how-title {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 6px;
    }

    .how-text {
      font-size: 13px;
      color: #cbd5f5;
      line-height: 1.6;
    }

    .encouragement {
      margin-top: 14px;
      font-size: 13px;
      color: #4b5563;
      max-width: 640px;
    }

    .encouragement span {
      color: #16a34a;
      font-weight: 500;
    }

    /* FORM SECTION */
    .form-card {
      background:white;
      color: var(--text-main);
      border-radius: 18px;
      padding: 18px 18px 20px;
      box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15);
      border: 1px solid var(--card-border);
    }

    .form-progress-label {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--muted);
      margin-bottom: 6px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .form-helper {
      font-size: 13px;
      color: #4b5563;
    }

    .progress-bar-track {
      width: 100%;
      height: 7px;
      border-radius: 999px;
      background: #e5e7eb;
      overflow: hidden;
      margin-bottom: 10px;
    }

    .progress-bar-fill {
      height: 100%;
      width: 0%;
      border-radius: inherit;
      background: linear-gradient(90deg, var(--emerald), var(--accent-blue));
      transition: width 0.25s ease;
    }

    .form-step {
      display: none;
    }

    .form-step.active {
      display: block;
    }

    .question-block {
    margin-bottom: 16px;
    padding: 10px 10px 12px;
    border-radius: 17px;
    background: white;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);

    }

    .question-label {
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 4px;
      color: #111827;
    }

    .question-context {
      font-size: 12px;
      color: #6b7280;
      margin-bottom: 8px;
    }

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

    .option-pill {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid #d1d5db;
      background: #ffffff;
      font-size: 12px;
      cursor: pointer;
      color: #111827;
      transition: border 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    }

    .option-pill input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
    }

    .option-pill span.dot {
      width: 10px;
      height: 10px;
      border-radius: 999px;
      border: 1px solid #9ca3af;
      background: #fff;
    }

    .option-pill.selected {
      border-color: var(--emerald);
      background: #ecfdf5;
      box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.35);
    }

    .option-pill.selected span.dot {
      background: var(--emerald);
      border-color: var(--emerald-dark);
    }

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

    .btn-text-link {
      border: none;
      background: transparent;
      color: #4b5563;
      font-size: 13px;
      cursor: pointer;
      padding: 6px 2px;
    }

    .btn-next-pcg {
      border: none;
      border-radius: 999px;
      background: var(--emerald);
      color: #f9fafb;
      font-size: 13px;
      padding: 7px 14px;
      cursor: pointer;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: background 0.15s ease, transform 0.15s ease,
        box-shadow 0.15s ease;
    }

    .btn-next-pcg:hover {
      background: var(--emerald-dark);
      transform: translateY(-0.5px);
      box-shadow: 0 8px 20px rgba(16, 185, 129, 0.45);
    }

    .step-reassurance {
      margin-top: 6px;
      font-size: 11px;
      color: #6b7280;
    }

    .step-reassurance span {
      font-weight: 500;
    }

    /* SIDE HELP COLUMN */
    .side-help {
      color: #e5e7eb;
      font-size: 13px;
      border-radius: 14px;
      border: 1px solid rgba(148, 163, 184, 0.5);
      background: #0f172a;
      padding: 12px 14px 14px;
    }

    .side-help-title {
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .side-help-text {
      font-size: 12px;
      color: #cbd5f5;
      margin-bottom: 10px;
    }

    .side-help-note {
      font-size: 11px;
      color: #9ca3af;
    }

    /* LEAD GATE & RESULT */
    .lead-gate,
    .result-screen {
      display: none;
    }

    .lead-gate.active,
    .result-screen.active {
      display: block;
    }

    .lead-title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .lead-subtitle {
      font-size: 13px;
      color: #4b5563;
      margin-bottom: 14px;
    }

    .field-label {
      font-size: 12px;
      margin-bottom: 3px;
      color: #374151;
    }

    .field-input {
      width: 100%;
      border-radius: 999px;
      border: 1px solid #d1d5db;
      padding: 7px 10px;
      font-size: 13px;
      outline: none;
    }

    .field-input:focus {
      border-color: var(--emerald);
      box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.4);
    }

    .lead-note {
      font-size: 11px;
      color: #6b7280;
      margin-top: 4px;
      margin-bottom: 10px;
    }

    .error-text {
      font-size: 11px;
      color: #b91c1c;
      margin-bottom: 6px;
      display: none;
    }

    .result-title {
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 6px;
      color: #0f172a;
    }

    .result-body {
      background: #020617;
      border-radius: 14px;
      border: 1px solid rgba(148, 163, 184, 0.7);
      padding: 14px 14px 16px;
      margin-top: 10px;
      color: #e5e7eb;
    }

    .result-text {
      font-size: 13px;
      color: #e5e7eb;
      margin-bottom: 8px;
      line-height: 1.6;
    }

    .result-highlight {
      font-weight: 600;
      color: #bbf7d0;
    }

    .result-list {
      font-size: 13px;
      margin: 6px 0 8px 18px;
      color: #e5e7eb;
    }

    .result-list li {
      margin-bottom: 4px;
    }

    .result-sub {
      font-size: 12px;
      color: #cbd5f5;
      margin-bottom: 10px;
    }

    .btn-outline-pcg {
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.8);
      background: transparent;
      color: #e5e7eb;
      padding: 7px 14px;
      font-size: 13px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: background 0.15s ease, border-color 0.15s ease;
    }

    .btn-outline-pcg:hover {
      background: rgba(15, 23, 42, 0.9);
      border-color: #e5e7eb;
    }

    /* POST FORM TEXT */
    .post-title {
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 8px;
      color: #0f172a;
    }

    .post-text {
      font-size: 13px;
      line-height: 1.7;
      color: #4b5563;
      margin-bottom: 8px;
      max-width: 780px;
    }

    .tag-pill {
      font-size: 11px;
      padding: 5px 10px;
      border-radius: 999px;
      border: 1px solid rgba(148, 163, 184, 0.7);
      background: #020617;
      color: #e5e7eb;
    }

    .final-cta-title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 6px;
      color: #0f172a;
    }

    .final-cta-text {
      font-size: 13px;
      color: #4b5563;
      margin-bottom: 10px;
      max-width: 620px;
    }

    @media (max-width: 600px) {
      .dv-hero-title {
        font-size: 26px;
      }

      .dv-hero-subtitle {
        font-size: 14px;
      }

      .form-card {
        padding: 14px 14px 16px;
      }

      .question-block {
        padding: 8px 8px 10px;
      }
    }


        /* UNIQUE WRAPPER */
    .pcg-why-wrapper {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 15px;
    }

    /* UNIQUE CARD */
    .pcg-why-card {
      background-color: #ffffff;
      max-width: 1040px;
      width: 100%;
      border-radius: 26px;
      padding: 55px 60px 40px;
      box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
    }

    .pcg-why-title {
      font-size: 2.4rem;
      font-weight: 700;
      color: #020617;
      text-align: center;
      margin-bottom: 32px;
    }

    .pcg-why-text {
      font-size: 1rem;
      line-height: 1.8;
      color: #374151;
      margin-bottom: 18px;
    }

    .pcg-why-text:last-of-type {
      margin-bottom: 36px;
    }

    .pcg-why-divider {
      border: none;
      border-top: 1px solid #e5e7eb;
      margin: 10px 0 26px;
    }

    .pcg-why-industry-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 32px;
    }

    .pcg-why-industry-item {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 0.98rem;
      font-weight: 500;
      color: #0f172a;
      white-space: nowrap;
    }

    .pcg-why-icon-circle {
      width: 26px;
      height: 26px;
      border-radius: 999px;
      border: 2px solid #020617;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.8rem;
      font-weight: 700;
    }

    @media (max-width: 768px) {
      .pcg-why-card {
        padding: 35px 20px 30px;
      }

      .pcg-why-title {
        font-size: 1.9rem;
      }

      .pcg-why-text {
        font-size: 0.96rem;
      }
    }


    /* 1-1 Breakdown */
    
     .pcg-breakdown-wrapper {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* UNIQUE CARD */
    .pcg-breakdown-card {
      max-width: 100%;
      width: 100%;
      background: #ffffff;
      border: 1.6px solid #1e293b;
      border-radius: 18px;
      padding: 40px 36px 50px;
    }

    /* UNIQUE HEADING */
    .pcg-breakdown-title {
      font-size: 2.2rem;
      font-weight: 700;
      color: #0f172a;
      text-align: center;
      margin-bottom: 28px;
    }

    /* UNIQUE TEXT */
    .pcg-breakdown-text {
      font-size: 1rem;
      line-height: 1.65;
      color: #1f2937;
      max-width: 820px;
      margin: 0 auto 14px auto;
    }

    /* UNIQUE BUTTON */
    .pcg-breakdown-btn-wrap {
      margin-top: 28px;
      text-align: center;
    }

    .pcg-breakdown-btn {
      padding: 14px 32px;
      border-radius: 999px;
      border: none;
      font-weight: 600;
      font-size: 1rem;
      color: #ffffff;
      background: linear-gradient(90deg, #60a5fa, #5eead4);
      box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
      transition: all 0.2s ease;
      cursor: pointer;
    }

    .pcg-breakdown-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 32px rgba(37, 99, 235, 0.35);
      opacity: 0.96;
    }

   



/* 21-11-2025 */


/* Outer wrapper */
/* CARD CONTAINER */
.seo-diagnostic-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 32px;
  
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  
  color: #1a1a1a;
}

/* DARKER VARIANT FOR SECOND CARD */
.seo-diagnostic-card.alt {
  background: #f8fbff;
  border: 1px solid #dce7f5;
}

/* TITLES */
.seo-diagnostic-card-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* PARAGRAPH TEXT */
.seo-diagnostic-card-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 14px;
  color: #2c2c2c;
  text-align: left;
}

/* DIVIDER LINE */
.seo-diagnostic-card-divider {
  border: none;
  border-top: 1px solid #d8d8d8;
  margin: 24px 0;
}

/* TAG WRAPPER */
.seo-diagnostic-card-tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* TAG STYLE */
.seo-diagnostic-card-tag {
  background: #f1f4f8;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* CTA BUTTON */
.seo-diagnostic-card-cta-wrap {
  text-align: center;
  margin-top: 24px;
}

.seo-diagnostic-card-cta {
  display: inline-block;
  
  background: linear-gradient(90deg, #5ab7ff, #4ade80);
  color: #fff;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s;
}





.pcg-howworks-wrapper {
  padding:60px 0;
}

.pcg-howworks-title {
  font-weight:700;
  font-size:26px;
  text-align:center;
  color:#111827;
  margin-bottom:30px;
}

/* Safe row -How this works */

.pcg-howworks-safe-row {
  margin-left:0;
  margin-right:0;
}

.pcg-howworks-card {
  background:#ffffff;
  border-radius:18px;
  box-shadow:0 8px 20px rgba(15, 23, 42, 0.08);
  padding:28px 24px 26px;
  height:100%;
}

.pcg-howworks-icon-wrap {
  width:56px;
  height:56px;
  border-radius:50%;
  border:1.5px solid #9ca3af;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
}

.pcg-howworks-icon {
  font-size:26px;
  color:#4b5563;
}

.pcg-howworks-card-title {
  font-weight:700;
  font-size:17px;
  color:#111827;
  margin-bottom:10px;
}

.pcg-howworks-card-text {
  font-size:14px;
  line-height:1.6;
  color:#4b5563;
}

/* Mobile optimization */
@media (max-width:576px){
  .pcg-howworks-wrapper {
    padding:40px 0;
  }
  .pcg-howworks-card {
    margin-bottom:16px;
  }
}



/* Background white full section */
.pcg-how-works-section {
  background: #ffffff;
  border-radius: 20px;
  padding: 60px 0;
}

/* Title */
.pcg-how-title {
  font-size: 36px;
  font-weight: 700;
  color: #0b1c38;
  margin-bottom: 30px;
}

/* Card style */
.pcg-how-card {
  background: #e5e8eb;
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
}

/* Icon circle design */
.pcg-icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: none;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pcg-icon-wrap i {
  font-size: 42px;
  color: #0b1c38;
}

/* Card heading */
.pcg-how-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0b1c38;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Card text */
.pcg-how-card p {
  font-size: 16px;
  line-height: 1.45;
  color: #222;
  margin-bottom: 0;
}


/*  */


.seo-diagnostic-card {
  background: #fff;
  border: 2px solid #0f172a; /* dark navy border */
  border-radius: 20px;
  padding: 40px 40px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.seo-diagnostic-card-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #0f172a;
}

/* .seo-diagnostic-card-text {
  font-size: 16px;
  color: #1e293b;
  margin-bottom: 16px;
  line-height: 1.6;
  text-align: left;
} */

.btn-text-link.gradient {
  background: linear-gradient(90deg, #5ab7ff, #4ade80);
  color: #0f172a;
  padding: 10px 22px;
  border-radius: 10px;
  font-weight: 700;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.btn-text-link.gradient:hover {
  transform: translateY(-2px);
}










