@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap');

* {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "width" 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}

ul,
li {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}

li {
  list-style: none;
  margin: 8px 0 14px;
  max-width: 760px
}

li {
  display: flex;
  gap: 0px;
  align-items: flex-start;
  padding: 8px 10px;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(22, 163, 74, .05), rgba(79, 70, 229, .05));
  border: 1px dashed rgba(79, 70, 229, .22);
  margin-bottom: 8px;
  transition: .2s ease;
  font-size: 14px
}

li:hover {
  transform: translateX(3px)
}

span {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}

b {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}

strong {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}

p {
  text-align: justify;
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}

a {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}

@media screen and (max-width: 600px) {
  .sticky {
    height: 64px !important;
  }

  .style-three .hero-wraper {
    padding-top: 100px !important;
  }

  #but {
    display: none !important;
  }

  .hero-area.style-three {
    padding-bottom: 106px !important;
  }

  .brand-area {
    display: none !important;
  }

  .service-area.style-one {
    padding: 0 !important;
  }

  #lean {
    display: none !important;
  }

  .ranksbreathe-callback-form {
    width: 392px !important;
    padding: 25px !important;
  }

  .nav.right {
    display: none;
  }

  .nav.left {
    display: none;
  }
}

.amp-mobile-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.ranksbreathe-callback-form {
  width: 306px;
  background: linear-gradient(180deg, #c8edd7, #c8edd7);
  padding: 22px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}

.ranksbreathe-callback-title {
  margin: 0 0 15px;
  font-size: 17px;
  color: #1a1a1a;
  font-weight: 600;
}

.ranksbreathe-callback-form .ranksbreathe-field,
.ranksbreathe-callback-form .ranksbreathe-select,
.ranksbreathe-callback-form .ranksbreathe-textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 10px;
  border: 1px solid #d6e4f0;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  display: block;
}

.ranksbreathe-textarea {
  resize: none;
  height: 90px;
}

.ranksbreathe-callback-form .ranksbreathe-field:focus,
.ranksbreathe-callback-form .ranksbreathe-select:focus,
.ranksbreathe-callback-form .ranksbreathe-textarea:focus {
  border-color: #4da3ff;
}

.ranksbreathe-submit-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 25px;
  background: #ff6a2a;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.ranksbreathe-submit-btn:hover {
  background: #e85b1f;
}

.ranksbreathe-awards-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.ranksbreathe-awards-box {
  max-width: 1200px;
  width: 100%;
  background: rgb(89 217 142 / 10%);
  border-radius: 16px;
  padding: 32px 40px;
  position: relative;
  overflow: hidden;
}

.ranksbreathe-awards-box::after {
  content: "";
  position: absolute;
  right: -180px;
  top: -140px;
  width: 360px;
  height: 360px;
  background: rgb(89 217 142 / 10%);
  border-radius: 50%;
}

.ranksbreathe-awards-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.ranksbreathe-awards-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 15px;
  color: #2b2b2b;
  line-height: 1.6;
  margin-bottom: 16px;
}

.ranksbreathe-awards-item:last-child {
  margin-bottom: 0;
}

.ranksbreathe-check {
  min-width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid rgb(89 217 142);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(89 217 142);
  font-weight: 600;
  font-size: 12px;
  margin-top: 4px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .ranksbreathe-awards-box {
    padding: 24px 22px;
    border-radius: 18px;
  }

  .ranksbreathe-awards-item {
    font-size: 14px;
  }
}

.ranksbreathe-awards-item {
  font-size: 15px;
}

@media (max-width: 480px) {
  .ranksbreathe-awards-wrap {
    padding: 16px 12px;
  }

  .ranksbreathe-awards-box {
    padding: 20px 18px;
  }

  .ranksbreathe-awards-item {
    font-size: 13.5px;
    gap: 12px;
  }

  .ranksbreathe-check {
    min-width: 16px;
    height: 16px;
    font-size: 11px;
  }
}

.ranksbreathe-awards-item {
  font-size: 14px;
  gap: 10px;
}

.ranksbreathe-check {
  min-width: 20px;
  height: 20px;
  font-size: 13px;
}

.btn-wrap {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Primary Button */
.btn-primary {
  background: linear-gradient(135deg,
      #01be62 0%,
      #00a954 100%);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  box-shadow: 0 8px 20px rgba(1, 190, 98, 0.25);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(1, 190, 98, 0.35);
}

/* Secondary Button */
.btn-secondary {
  background: transparent;
  color: var(--dark-text);
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid var(--brand-green);
  transition: all 0.25s ease;
}

.btn-secondary:hover {
  background: var(--brand-green);
  color: #ffffff;
}

.seo-banner {
  max-width: 1200px;
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), linear-gradient(135deg, #01be62, #198754);
  margin-bottom: 40px;
}

/* Dotted overlay */
.seo-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.25) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.15;
  pointer-events: none;
}

.banner-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px 23px;
}

.banner-image img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #fff;
  padding: 6px;
}

.banner-content {
  flex: 1;
  color: #fff;
}

.banner-content h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 6px;
}

.banner-content p {
  font-size: 15px;
  opacity: 0.9;
  max-width: 620px;
}

.banner-btn a {
  background: #ffffff;
  color: #000000;
  padding: 12px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s ease;
}

.banner-btn a:hover {
  transform: translateX(4px);
  background: #eef3ff;
}

/* Responsive */
@media (max-width: 768px) {
  .banner-wrapper {
    flex-direction: column;
    text-align: center;
  }
}

.faq-wrapper {
  margin: auto;
  background: var(--bg-light);
  border-radius: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  margin-top: 16px;
}

/* dotted background */
.faq-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 18px 18px;
  z-index: 0;
  background: rgb(220 250 233);
}

.faq-wrapper>* {
  position: relative;
  z-index: 1;
}

.faq-wrapper h2 {
  margin: 0 0 24px 0;
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

.faq-item {
  background: #fff;
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 16px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 600;
  font-size: 17px;
  color: #111;
}

.icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, margin-top 0.3s ease;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  margin-top: 12px;
}

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

@media (max-width: 600px) {
  .faq-wrapper {
    padding: 20px;
  }

  .faq-wrapper h2 {
    font-size: 26px;
  }

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

.testimonial-wrap {
  max-width: 1100px;
  margin: auto;
  padding: 0px;
  padding-top: 0px;
}

.testimonial {
  position: relative;
  border-radius: 24px;
  padding: 60px 70px;
  background: linear-gradient(135deg, #0072bc, #1bb55c);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}

.testimonial {
  position: relative;
  border-radius: 24px;
  padding: 50px 60px;
  background: linear-gradient(135deg, #0072bc, #1bb55c);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 40px;
  overflow: hidden;
}

/* dotted background layer */
.testimonial::before {
  content: "";
  position: absolute;
  inset: 1;
  background-image: linear-gradient(135deg, #0072bc, #1bb55c);
  background-size: 18px 18px;
  opacity: 0.35;
  z-index: 0;
}

.testimonial {
  position: relative;
  border-radius: 16px;
  padding: 20px 65px;
  background: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), linear-gradient(135deg, #01be62, #198754);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  margin-top: 25px;
}

.testimonial::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.05);
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 30% 100%);
}

.avatar {
  min-width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* important */
  z-index: 2;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* logo fit nicely */
  padding: 20px;
  /* breathing space */
}

.content {
  z-index: 2;
  max-width: 600px;
}

.content h2 {
  margin: 0 0 12px;
  font-size: 28px;
}

.content p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.95;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  color: #e6fffa;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.author {
  margin-top: 18px;
  font-weight: bold;
}

.role {
  font-size: 14px;
  opacity: 0.8;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0a5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  z-index: 3;
  margin-left: -7px;
}

.nav.left {
  left: 20px;
}

.nav.right {
  right: 20px;
}

@media (max-width: 768px) {
  .testimonial {
    flex-direction: column;
    text-align: center;
    padding: 40px 24px;
  }

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

.ws-hero {
  max-height: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px), linear-gradient(135deg, #01be62, #198754);
  background-size: 22px 22px, cover;
  position: relative;
  overflow: hidden;
  padding: 40px 60px;
  margin-top: 42px;
}

/* decorative SEO shapes */
.ws-hero::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 10%;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  filter: blur(2px);
}

.ws-hero::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 8%;
  width: 300px;
  height: 0px;
  background: rgba(255, 255, 255, 0.06);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.ws-hero-container {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.ws-hero-content h1 {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.ws-hero-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 30px;
}

.ws-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ws-btn-primary {
  background: #fff;
  color: #000000;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
}

.ws-btn-primary:hover {
  background: #e6edff
}

.ws-btn-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
}

.ws-btn-outline:hover {
  background: #fff;
  color: #000000
}

.ws-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.ws-hero-stat {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 16px 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  text-align: center;
}

.ws-hero-stat h2 {
  color: #43b02a;
  font-size: 32px
}

.ws-hero-stat p {
  font-size: 13px;
  color: #333
}

.ws-hero-card {
  background: #fff;
  border-radius: 30px;
  padding: 30px 20px 20px;
  width: 300px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
  text-align: center;
}

.ws-hero-image {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 15px;
  background: #f2f6ff;
  padding: 20px;
}

.ws-hero-laptop {
  width: 100%;
  height: 160px;
  background: #dde6ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-weight: 600;
}

/* ===== RESPONSIVE (CLEAN & FIXED) ===== */

/* Desktop safety */
@media(min-width:901px) {
  .ws-hero-container {
    align-items: center;
  }

  .ws-hero-content h1 {
    font-size: 38px
  }
}

/* Tablet */
@media(max-width:900px) {
  .ws-hero {
    height: auto;
    max-height: none;
    padding: 60px 40px;
    margin-top: 45px;
  }

  .ws-hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ws-hero-content h1 {
    font-size: 34px
  }

  .ws-hero-content p {
    margin: 0 auto 24px
  }

  .ws-hero-actions {
    justify-content: center
  }

  .ws-hero-visual {
    margin-top: 30px
  }

  .ws-hero-stat {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Mobile */
@media(max-width:480px) {
  .ws-hero {
    padding: 50px 20px;
    margin-top: 0px;
  }

  .ws-hero-content h1 {
    font-size: 30px !important;
  }

  .ws-hero-content p {
    font-size: 14px
  }

  .ws-hero-card {
    width: 100%
  }

  .ws-hero-stat {
    top: -8px
  }

  .ws-hero-visual {
    display: none;
  }
}

/* ===== 6 STEP PROCESS SECTION (UNIQUE & SAFE) ===== */
:root {
  --seo-brand-bg: rgb(223 253 236);
  --seo-card-bg: rgba(89, 217, 142, 0.22);
  --seo-text: #0f2f1f;
  --seo-muted: rgba(15, 47, 31, 0.8);
}

.seo-process-wrapper {
  max-width: 1200px;
  margin: auto;
  background: var(--seo-brand-bg);
  border-radius: 16px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
}

/* UNIQUE DOT + GRADIENT BACKGROUND */
.seo-process-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(89, 217, 142, 0.25) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgba(89, 217, 142, 0.18) 1px, transparent 1px),
    radial-gradient(circle at 50% 80%, rgba(89, 217, 142, 0.2) 1px, transparent 1px);
  background-size: 22px 22px, 26px 26px, 30px 30px;
  opacity: 0.6;
  pointer-events: none;
}

.seo-process-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), transparent 40%);
  pointer-events: none;
}

.seo-process-title {
  text-align: center;
  color: var(--seo-text);
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.seo-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
}

.seo-process-card {
  background: var(--seo-card-bg);
  border-radius: 16px;
  padding: 22px 20px 24px;
  min-height: 145px;
  position: relative;
  transition: .3s ease;
}

.seo-process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.seo-step-no {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 32px;
  font-weight: 800;
  opacity: .25;
  color: var(--seo-text);
}

.seo-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 20px;
}

.seo-process-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--seo-text);
}

.seo-process-card p {
  font-size: 14px;
  line-height: 1.5;
  color: var(--seo-muted);
}

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

@media(max-width:640px) {
  .seo-process-grid {
    grid-template-columns: 1fr;
  }

  .seo-process-wrapper {
    padding: 28px 18px;
  }
}

:root {
  --tm-primary: #59d98e;
  --tm-primary-soft: rgba(89, 217, 142, .12);
  --tm-border: rgba(89, 217, 142, .35);
  --tm-text: #0f172a;
  --tm-muted: #475569;
}

.tm-services {
  padding: 30px 20px;
  background: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tm-container {
  max-width: 1200px;
  margin: auto
}

.tm-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 36px;
  color: var(--tm-text)
}

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

.tm-card {
  background: #fff;
  border: 1.5px solid var(--tm-border);
  border-radius: 16px;
  padding: 24px;
  transition: .3s
}

.tm-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(89, 217, 142, .25)
}

.tm-icon {
  width: 44px;
  height: 44px;
  background: var(--tm-primary-soft);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px
}

.tm-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--tm-primary)
}

.tm-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--tm-text)
}

.tm-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--tm-muted)
}

.tm-desc a {
  color: var(--tm-primary);
  text-decoration: none;
  font-weight: 500
}

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

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

  .tm-heading {
    font-size: 26px
  }
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.topbar {
  background: #0e0e0e;
  position: fixed;
  top: 0;
  z-index: 999;
  background: linear-gradient(135deg, #000, #0b0b0b);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}

.topbar-inner {
  max-width: 1300px;
  margin: auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 20px
}

/* LEFT */
.topbar-left {
  display: flex;
  gap: 14px;
  font-size: 13px;
  color: #eaeaea
}

.topbar-left span {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: .9;
  position: relative;
  padding-right: 10px
}

.topbar-left i {
  color: var(--accent)
}

.topbar-left span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, .25)
}

/* RIGHT */
.topbar-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  overflow: hidden
}

/* sliding text */
.slide-wrap {
  overflow: hidden;
  flex: 1;
  height: 28px
}

.slide-track {
  display: flex;
  gap: 15px;
  white-space: nowrap;
  animation: slide 20s linear infinite
}

.slide-track span {
  font-size: 15px;
  color: #ff0000;
  font-weight: 700;
}

@keyframes slide {
  0% {
    transform: translateX(100%)
  }

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

/* icons */
.topbar-right a {
  color: #ffffff;
  font-size: 14px;
  transition: .3s;
  position: relative;
  padding-right: 14px
}

.topbar-right a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, .25)
}

.topbar-right a:hover {
  color: var(--accent);
  transform: translateY(-2px)
}

@media(max-width:768px) {
  .topbar {
    display: none
  }
}

.topbar-left {
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px
}

.topbar-right {
  justify-content: center
}

.ck-clients-section {
  padding: 40px 20px;
  background: #fff;
}

.ck-clients-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.ck-clients-tag {
  font-size: 13px;
  font-weight: 700;
  color: #58c064;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}

.ck-clients-title {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--text);
  margin-bottom: 60px;
}

.ck-marquee-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ck-marquee {
  display: flex;
  gap: 32px;
  width: max-content;
}

.ck-marquee-left {
  animation: ck-scroll-left 25s linear infinite;
}

.ck-marquee-right {
  animation: ck-scroll-right 25s linear infinite;
}

@keyframes ck-scroll-left {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

@keyframes ck-scroll-right {
  from {
    transform: translateX(-50%)
  }

  to {
    transform: translateX(0)
  }
}

.ck-client-logo {
  background: #fff;
  padding: 26px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  transition: all .4s ease;
}

.ck-client-logo img {
  max-width: 250px;
  max-height: 60px;
  filter: grayscale(100%);
  opacity: .75;
  transition: .4s ease;
}

.ck-client-logo:hover {
  transform: translateY(-8px) scale(1.03);
}

.ck-client-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
}

@media(max-width:768px) {
  .ck-clients-section {
    padding: 25px 16px
  }

  .ck-clients-title {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .ck-marquee {
    gap: 20px;
  }

  .ck-client-logo {
    padding: 16px;
    border-radius: 14px;
    transform: none;
  }

  .ck-client-logo img {
    max-width: 110px;
    max-height: 48px;
  }

  .ck-marquee-left {
    animation: ck-scroll-left 18s linear infinite;
  }

  .ck-marquee-right {
    animation: ck-scroll-right 18s linear infinite;
  }
}

.pandey-services-section {
  background-color: #f8fafc;
  content: "";
  background-image: linear-gradient(to right, rgba(34, 197, 94, 0.06) 1px, transparent 1px), linear-gradient(to bottom, rgba(34, 197, 94, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
}

.pandey-service-card {
  flex: 0 0 300px;
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 16px;
  border: 1px solid rgba(22, 163, 74, 0.15);
  position: relative;
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  display: block;
  overflow: hidden;
}

.pandey-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(90deg, #16a34a, #22c55e);
  transition: width 0.35s ease;
}

.pandey-service-card:hover::before {
  width: 100%;
}

.pandey-section-content {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

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

.pandey-section-header small {
  display: inline-block;
  background: rgba(22, 163, 74, 0.08);
  color: #16a34a;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 40px;
}

.pandey-section-header h2 {
  font-size: 40px;
  margin: 15px 0;
  font-weight: 700;
}

.pandey-section-header h2 span {
  color: #16a34a;
}

.pandey-section-header p {
  font-size: 15px;
  color: #555;
  max-width: 700px;
  margin: auto;
  line-height: 1.2;
  text-align: center;
}

.pandey-carousel-wrapper {
  position: relative;
}

.pandey-services-grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.pandey-services-grid::-webkit-scrollbar {
  display: none;
}

.pandey-service-card {
  flex: 0 0 300px;
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 16px;
  border: 1px solid rgba(22, 163, 74, 0.15);
  position: relative;
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  display: block;
}

.pandey-service-card:hover {
  box-shadow: 0 15px 35px rgba(22, 163, 74, 0.12);
  transform: translateY(-5px);
}

.pandey-service-number {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 55px;
  font-weight: 700;
  color: #16a34a;
  opacity: 0.06;
}

.pandey-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.pandey-icon-box i {
  font-size: 18px;
  color: #fff;
}

.pandey-service-card h3 {
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: 600;
}

.pandey-service-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.pandey-carousel-nav {
  position: absolute;
  top: -45px;
  right: 0;
  display: flex;
  gap: 10px;
}

.pandey-carousel-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(22, 163, 74, 0.25);
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.pandey-carousel-btn:hover {
  background: #16a34a;
  color: #fff;
  border-color: #16a34a;
}

@media(min-width:1024px) {
  .pandey-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
  }

  .pandey-carousel-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .pandey-section-header h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}


.pandey-about-section {
  height: 400px;
  padding: 0 7%;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* subtle grid */

.pandey-about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 40px 40px;
  opacity: .4;
}

.pandey-about-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  position: relative;
  z-index: 2;
}


.pandey-about-content {
  max-width: 520px;
}

.pandey-about-content h2 {
  font-size: 53px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
  text-align: justify;
}

.pandey-about-content p {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 8px;
}

/* ghost button */

.pandey-about-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 22px;
  margin-top: 6px;
  border: 2px solid #22c55e;
  color: #22c55e;
  text-decoration: none;
  font-weight: 600;
  border-radius: 35px;
  font-size: 14px;
  background: transparent;
  transition: .3s;
}

.pandey-about-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 2px solid #22c55e;
  border-radius: 50%;
  font-size: 13px;
  transition: .3s;
}

.pandey-about-btn:hover span {
  transform: translateX(6px);
}

/* image */

.pandey-about-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 320px;
}

.pandey-about-image img {
  width: 100%;
  max-width: 600px;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
}

.pandey-about-title {
  font-size: 48px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 14px;
  line-height: 1.2;
  margin-top: 0%;
}

.pandey-about-title span {
  color: #22c55e;
  position: relative;
}

/* responsive */

@media(max-width:900px) {

  .pandey-about-section {
    height: auto;
    padding: 70px 7%;
  }

  .pandey-about-container {
    flex-direction: column;
    text-align: center;
  }

  .pandey-about-content h2 {
    font-size: 32px;
    text-align: center;
    margin-top: -40px;
  }

  .pandey-about-image {
    justify-content: center;
    height: auto;
  }

  .pandey-about-image img {
    height: auto;
    max-width: 420px;
  }

}

.pandey-usecase-section {
  padding: 40px 4%;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.pandey-usecase-container {
  max-width: 1200px;
  margin: auto;
}

.pandey-usecase-header {
  text-align: center;
  max-width: 720px;
  margin: auto;
}

.pandey-usecase-badge {
  display: inline-block;
  background: #ecfdf5;
  color: #22c55e;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #bbf7d0;
}

.pandey-usecase-title {
  font-size: 38px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
  margin-bottom: 10px;
  margin-top: 10px;
}

.pandey-usecase-title span {
  color: #22c55e;
  font-size: 56px;
}

.pandey-usecase-desc {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
}

.pandey-usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.pandey-usecase-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  transition: .35s;
  overflow: hidden;
}

.pandey-usecase-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #22c55e;
  opacity: .8;
}

.pandey-usecase-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, .08);
  border-color: #22c55e;
}

.pandey-card-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #22c55e, #4ade80);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 14px;
}

.pandey-usecase-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #0f172a;
}

.pandey-usecase-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 10px;
}

.pandey-usecase-card span {
  font-size: 12px;
  color: #22c55e;
  font-weight: 600;
}

@media(max-width:1024px) {

  .pandey-usecase-grid {
    grid-template-columns: 1fr 1fr;
  }

}

@media(max-width:768px) {

  .pandey-usecase-section {
    padding: 20px 20px;
  }

  .pandey-usecase-title {
    font-size: 28px;
  }

  .pandey-usecase-title span {
    font-size: 22px;
  }

  .pandey-usecase-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .pandey-usecase-desc{
    font-size: 16px;
    text-align: center;
  }
}

.pandey-testimonial-section {
  height: 500px;
  padding: 40px 4%;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
}

.pandey-testimonial-container {
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

.pandey-testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 40px;
}

.pandey-testimonial-badge {
  background: #ecfdf5;
  color: #22c55e;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #bbf7d0;
  display: inline-block;
  margin-bottom: 10px;
}

.pandey-testimonial-title {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
}

.pandey-testimonial-title span {
  color: #22c55e;
}

.pandey-testimonial-desc {
  font-size: 16px;
  color: #64748b;
  margin-top: 10px;
  max-width: 680px;
  line-height: 1.6;
}

.pandey-rating-box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #f8fafc);
  border: 1px solid #e2e8f0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
  transition: .35s;
}

.pandey-rating-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, .12);
}

.pandey-google-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.pandey-google-icon img {
  width: 32px;
}

.pandey-stars {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #facc15;
}

.pandey-stars b {
  color: #0f172a;
  font-size: 20px;
}

.pandey-rating-content p {
  font-size: 13px;
  color: #64748b;
  margin-top: 2px;
}

.pandey-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 2dvh;
}

.pandey-review-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  background: #fff;
  position: relative;
  transition: .3s;
}

.pandey-review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.pandey-quote {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 50px;
  color: #ecfdf5;
  font-weight: 700;
}

.pandey-stars-small {
  color: #facc15;
  font-size: 14px;
  margin-bottom: 8px;
}

.pandey-review-card p {
  font-size: 14px;
  color: #475569;
  margin-bottom: 14px;
  line-height: 1.5;
}

.pandey-review-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pandey-review-footer img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.pandey-review-footer h4 {
  margin: 0;
  font-size: 14px;
}

.pandey-review-footer span {
  font-size: 12px;
  color: #64748b;
}

.pandey-review-button {
  text-align: center;
}

.pandey-review-button a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  border-radius: 30px;
  border: 1.5px solid #22c55e;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #22c55e;
  text-decoration: none;
  transition: .3s;
}

.pandey-review-button a:hover {
  background: #22c55e;
  color: #fff;
}

.pandey-arrow {
  transition: .3s;
}

.pandey-review-button a:hover .pandey-arrow {
  transform: translateX(4px);
}

@media(max-width:768px) {

  .pandey-testimonial-section {
    height: auto;
    padding: 20px 20px;
  }

  .pandey-testimonial-header {
    flex-direction: column;
    text-align: center;
  }

  .pandey-testimonial-title {
    font-size: 28px;
  }

  .pandey-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

:root {
  --primary: #ff6a00;
  --accent: #000000;
  --accent-soft: #f3e8ff;
  --bg: #fff7ed;
  --card: #ffffff;
  --text: #1a1a1a;
  --muted: #6b7280;
  --radius: 18px;
}

* {
  box-sizing: border-box;
  font-family: Inter, system-ui, Arial, sans-serif;
}

/* ================= HERO SECTION ================= */

.akp-hero-wrap {
  background: linear-gradient(135deg, #53b561, #feffff);
  padding: 32px 20px 40px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .akp-hero-wrap {
    margin-top: 0px;
  }
}

.akp-hero-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.akp-hero-content {
  max-width: 680px;
  text-align: center;
}

.akp-hero-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  background: #3b8855;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 14px;
}

.akp-hero-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 14px;
}

.akp-hero-title span {
  background: linear-gradient(90deg, #212529, #dc3545);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.akp-hero-sub {
  font-size: 16px;
  color: #000000;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

@media(max-width:768px) {
  .akp-hero-title {
    font-size: 32px
  }
}

/* ================= CONTACT SECTION ================= */

.akp-contact-wrap {
  background: #fff;
  padding: 40px 20px;
}

.akp-contact-inner {
  max-width: 1200px;
  margin: auto;
}

.akp-contact-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

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

.akp-left-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* CARD */

.akp-card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 22px 22px 16px;
  position: relative;
  transition: .3s ease;
}

.akp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

/* LEFT INFO */

.akp-badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px dashed var(--accent);
  border-radius: 999px;
  font-size: 13px;
  color: var(--accent);
  margin-bottom: 12px;
}

.akp-location h4 {
  margin: 0 0 6px;
  font-size: 20px;
}

.akp-info-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.akp-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.akp-info-item a {
  color: var(--accent);
  text-decoration: none;
}

.akp-call {
  margin-top: 16px;
  background: #22c55e;
  color: #fff;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  gap: 12px;
}

/* MAP */

.akp-map iframe {
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 16px;
}

/* ================= FORM ================= */

.akp-form-title {
  font-size: 22px;
  font-weight: 700;
}

.akp-form-title span {
  background: linear-gradient(90deg, var(--accent), var(--primary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.akp-form-title span::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 6px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
}

.akp-form-intro {
  font-size: 14px;
  color: var(--muted);
  margin: 10px 0 22px;
  line-height: 1.6;
}

.akp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.akp-form input,
.akp-form select,
.akp-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #daf0de;
  font-size: 14px;
}

.akp-form textarea {
  grid-column: 1/-1;
  min-height: 110px;
}

.akp-form input:focus,
.akp-form select:focus,
.akp-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, .15);
}

/* SUBMIT BUTTON */

.akp-submit {
  margin-top: 18px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  border: none;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .25s ease;
}

.akp-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(22, 163, 74, .35);
}

/* ================= MOBILE ================= */

@media(max-width:992px) {
  .akp-contact-grid {
    grid-template-columns: 1fr
  }

  .akp-form-grid {
    grid-template-columns: 1fr
  }

  .akp-submit {
    width: 100%
  }
}

.akp-card {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.akp-card:hover {
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}

/* WHO WE ARE – FINAL STABLE VERSION */

.ak-white-bg {
  background: #ffffff;
  padding: 80px 6%;
}

.ak-who-wrap {
  max-width: 1200px;
  margin: auto;
}

.ak-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
  color: #3c8a55;
  margin-bottom: 14px;
}

/* GRID */
.ak-who-top {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: stretch;
}

/* LEFT */
.ak-who-left {
  display: flex;
  flex-direction: column;
}

.ak-who-left h2 {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #000000, #3c8a55);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* IMAGE ALIGN TO CTA LEVEL */
.ak-who-heading-img {
  margin-top: auto;
}

.ak-who-heading-img img {
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

/* RIGHT */
.ak-who-right p {
  font-size: 17px;
  color: #64748b;
  margin-bottom: 18px;
}

.ak-who-note {
  font-weight: 600;
  color: #020617;
}

/* CTA */
.ak-who-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 14px 34px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #000000, #3c8a55);
  color: #ffffff;
  transition: .35s ease;
}

.ak-who-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}

.ak-cta-icon {
  transition: transform .35s ease;
}

.ak-who-cta:hover .ak-cta-icon {
  transform: translateX(6px);
}

/* RESPONSIVE */
@media(max-width:992px) {
  .ak-who-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media(max-width:576px) {
  .ak-white-bg {
    padding: 60px 20px;
  }

  .ak-who-left h2 {
    font-size: 38px;
  }

  .ak-who-right p {
    font-size: 16px;
  }

  .ak-who-cta {
    width: 100%;
    justify-content: center;
  }
}


/* MISSION & VISION SECTION */

.mv-section {
  padding: 40px 6%;
  background: #ffffff;
  text-align: center;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.mv-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .25em;
  color: #3c8a55;
}

.mv-title {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 12px;
  color: #020617;
}

.mv-subtitle {
  max-width: 620px;
  margin: 0 auto 60px;
  font-size: 16px;
  color: #475569;
}

.mv-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* CARD */
.mv-card {
  position: relative;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(14px);
  border-radius: 24px;
  padding: 48px 40px;
  text-align: left;
  border: 1px solid transparent;
  background-clip: padding-box;
  transition: transform .25s ease, box-shadow .25s ease;
  transform-style: preserve-3d;
}

/* Animated border */
.mv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 24px;
  background: linear-gradient(120deg,
      rgba(60, 138, 85, .6),
      rgba(60, 138, 85, .15),
      rgba(60, 138, 85, .6));
  background-size: 300% 300%;
  animation: mv-border-flow 10s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: .35;
}

@keyframes mv-border-flow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Hover spotlight (NO ICONS) */
.mv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: radial-gradient(600px circle at var(--mx, 50%) var(--my, 50%),
      rgba(60, 138, 85, .12),
      transparent 60%);
  opacity: 0;
  transition: .3s ease;
}

.mv-card:hover {
  transform: translateY(-12px) scale(1.01);
  box-shadow: 0 35px 80px rgba(0, 0, 0, .18);
}

.mv-card:hover::after {
  opacity: 1;
}

.mv-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: #3c8a55;
  background: linear-gradient(135deg,
      rgba(60, 138, 85, .25),
      rgba(0, 0, 0, .05));
}

.mv-card h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #020617;
}

.mv-card p {
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
}

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

  .mv-title {
    font-size: 32px;
  }

  .mv-subtitle {
    margin-bottom: 40px;
  }
}

#ank-backToTop {
  position: fixed;
  bottom: 75px;
  right: 25px;
  width: 48px;
  height: 48px;

  background: #22c55e;
  /* green */
  color: #ffffff;

  border: none;
  border-radius: 50%;

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

  font-size: 22px;
  font-weight: 600;
  line-height: 1;

  cursor: pointer;
  z-index: 9999;

  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.35);
  transition: all 0.3s ease;
}

#ank-backToTop:hover {
  background: #16a34a;
  transform: translateY(-4px);
}

/* ===== RKS CORE VALUES ===== */
.rks-core-values {
  background: #ffffff;
  padding: 70px 20px;
  text-align: center;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.rks-core-values h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.rks-core-sub {
  max-width: 680px;
  margin: 0 auto 50px;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.rks-core-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.rks-core-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0px;
  padding: 7px 31px 18px 23px;
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #eef2f6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  text-align: left;
  transition: all .3s ease;
}

.rks-core-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #01be62, #198754);
}

.rks-core-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.rks-core-icon {
  font-size: 26px;
  min-width: 34px;
  margin-top: 8px;
}

.rks-core-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #111;
}

.rks-core-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

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

/* Mobile */
@media(max-width:600px) {
  .rks-core-values {
    padding: 50px 16px;
  }

  .rks-core-values h2 {
    font-size: 26px;
  }

  .rks-core-sub {
    font-size: 14px;
    margin-bottom: 36px;
  }

  .rks-core-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rks-core-card {
    padding: 16px;
    gap: 12px;
  }

  .rks-core-icon {
    font-size: 22px;
    min-width: 28px;
    margin-top: 1px;
  }

  .rks-core-card h3 {
    font-size: 16px;
  }

  .rks-core-card p {
    font-size: 13px;
  }
}

/* ===== RKS CLIENTS FIRST SECTION ===== */
.rks-clients-first {
  height: 400px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  font-family: Arial, sans-serif;
}

.rks-clients-first h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #111;
}

.rks-clients-first p {
  max-width: 820px;
  margin: 0 auto 50px;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.rks-stats-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.rks-stat-circle {
  width: 160px;
  height: 160px;
  border-radius: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}

.rks-stat-circle h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 6px;
}

.rks-stat-circle span {
  font-size: 13px;
  line-height: 1.4;
}

.rks-green {
  background: #63b835;
}

.rks-dark {
  background: #2b2b2b;
}

.rks-teal {
  background: #008c8c;
}

/* Tablet */
@media(max-width:992px) {
  .rks-clients-first {
    height: auto;
    padding: 60px 20px;
  }

  .rks-clients-first p {
    margin-bottom: 40px;
  }
}

/* Mobile */
@media(max-width:600px) {
  .rks-clients-first {
    height: auto;
    padding: 50px 16px;
  }

  .rks-clients-first h2 {
    font-size: 26px;
  }

  .rks-clients-first p {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .rks-stats-wrap {
    gap: 20px;
  }

  .rks-stat-circle {
    width: 120px;
    height: 120px;
  }

  .rks-stat-circle h3 {
    font-size: 22px;
  }

  .rks-stat-circle span {
    font-size: 12px;
  }
}

/* ===== RKS LEADERSHIP SECTION ===== */
.rks-leadership {
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.rks-leadership h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #111;
  text-align: center;
}

/* Main layout */
.rks-lead-main {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 60px;
  align-items: center;
}

/* Image */
.rks-lead-img {
  background: #01be62;
  border-radius: 16px;
  padding: 4px;
}

.rks-lead-img img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* Content */
.rks-lead-content h3 {
  font-size: 24px;
  margin: 0 0 6px;
  color: #111;
}

.rks-lead-role {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

.rks-lead-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 14px;
}

/* LinkedIn */
.rks-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #dbe7f3;
  color: #0a66c2;
  text-decoration: none;
  font-weight: 700;
}

/* Tablet */
@media (max-width: 992px) {
  .rks-leadership {
    padding: 60px 20px;
  }

  .rks-lead-main {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .rks-lead-img {
    max-width: 360px;
    margin: 0 auto;
  }

  .rks-lead-content h3 {
    font-size: 22px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .rks-leadership {
    padding: 40px 16px;
  }

  .rks-leadership h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }

  .rks-lead-img {
    padding: 2px;
  }

  .rks-lead-content h3 {
    font-size: 20px;
  }

  .rks-lead-role {
    font-size: 13px;
  }

  .rks-lead-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .rks-linkedin {
    margin-top: 10px;
  }
}

.akb-link:hover {
  background-color: #419358;
}

.rank-container {
  max-width: 1380px;
  margin: auto;
  padding: 32px
}

/* ===== Featured ===== */
.rank-featured {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 40px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12)
}

.rank-featured-media {
  position: relative
}

.rank-featured-bg {
  position: absolute;
  inset: -10px;
  background: radial-gradient(circle at top left, rgba(16, 185, 129, 0.35), transparent 60%), radial-gradient(circle at bottom right, rgba(16, 185, 129, 0.35), transparent 60%);
  filter: blur(30px);
  z-index: 0;
}

.rank-featured-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 360px;
  object-fit: inherit;
  border-radius: 16px
}

.rank-featured h1 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 8px
}

.rank-meta {
  color: #64748b;
  margin-bottom: 12px
}

.rank-featured p {
  color: #475569;
  line-height: 1.6
}

.rank-cta {
  display: inline-block;
  margin-top: 18px;
  padding: 12px 22px;
  background: #53b662;
  color: #fff;
  text-decoration: none;
  border-radius: 28px;
  font-weight: 500;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
  transition: transform .2s, box-shadow .2s
}

.rank-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.45)
}

/* ===== Layout ===== */
.rank-layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 32px;
  align-items: start
}

/* ===== Main ===== */
.rank-section {
  margin-bottom: 56px
}

.rank-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px
}

.rank-section-head h2 {
  font-size: 22px
}

.rank-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px
}

.rank-card {
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
  transition: transform .25s, box-shadow .25s
}

.rank-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.18)
}

.rank-card img {
  width: 100%;
  height: 180px;
  object-fit: inherit;
  border-radius: 14px;
  margin-bottom: 12px
}

.rank-card span {
  font-size: 12px;
  color: #16a34a;
  font-weight: 600
}

.rank-card h3 {
  font-size: 16px;
  margin: 6px 0
}

.rank-card time {
  font-size: 13px;
  color: #64748b
}

/* ===== Sidebar ===== */
.rank-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 24px
}

.rank-box {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.10)
}

.rank-box h4 {
  margin-bottom: 14px
}

/* Popular Posts */
.rank-popular-list {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.rank-popular-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px;
  border-radius: 12px
}

.rank-popular-thumb {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  object-fit: cover
}

.rank-popular-item h5 {
  font-size: 14px;
  margin-bottom: 4px
}

.rank-popular-item span {
  font-size: 12px;
  color: #64748b
}

/* Categories */
.rank-categories-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px
}

.rank-categories-list label {
  display: flex;
  gap: 6px;
  background: #f8fafc;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 13px
}

/* Form */
.rank-form-box input,
.rank-form-box select,
.rank-form-box textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 12px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  font-size: 14px
}

.rank-form-box textarea {
  resize: none;
  height: 90px
}

.rank-form-box button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 28px;
  background: #53b662;
  color: #fff;
  font-weight: 500;
  cursor: pointer
}

/* ===== Responsive ===== */
@media(max-width:1200px) {
  .rank-cards {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:992px) {
  .rank-featured {
    grid-template-columns: 1fr
  }

  .rank-layout {
    grid-template-columns: 1fr
  }

  .rank-sidebar {
    position: static
  }
}

@media(max-width:600px) {
  .rank-container {
    padding: 18px
  }

  .rank-cards {
    grid-template-columns: 1fr
  }

  .rank-featured h1 {
    font-size: 22px
  }

  .rank-categories-box {
    display: none
  }

  .rank-featured-media img {
    height: 140px;
  }
}

.line111 {
  line-height: 18px !important;
}

.anp-container {
  max-width: 1380px;
  margin: auto;
  padding: 32px;
  margin-top: 40px;
}

/* Progress */
.anp-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, #2563eb, #16a34a);
  z-index: 999
}

/* HERO */
.anp-hero {
  background: radial-gradient(1200px 400px at left center, #dfffec 0%, #f8fafc 45%, #ffffff 70%);
  border-radius: 22px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 40px rgba(15, 23, 42, .14);
  margin-bottom: 40px
}

.anp-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  padding: 36px;
  align-items: center
}

.anp-hero-left h1 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 14px
}

.anp-hero-left p {
  color: #475569;
  max-width: 640px;
  margin-bottom: 16px
}

.anp-meta {
  font-size: 14px;
  color: #64748b
}

.anp-hero-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 16px;
  transform: perspective(900px) translateZ(30px) rotateY(-4deg);
  box-shadow: 0 30px 60px rgba(15, 23, 42, .25), 0 10px 20px rgba(15, 23, 42, .15);
}

/* Layout */
.anp-layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 32px;
  align-items: start
}

/* Article */
.anp-article {
  background: #fff;
  border-radius: 22px;
  padding: 36px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .14)
}

.anp-article p {
  line-height: 1.8;
  color: #334155;
  margin-bottom: 16px
}

.anp-article h2 {
  margin: 28px 0 12px;
  font-size: 24px
}

.anp-article h3 {
  margin: 22px 0 10px;
  font-size: 18px
}

/* Lists */
.anp-article ul {
  margin: 20px 0 26px 0;
  padding-left: 0
}

.anp-article ul li {
  list-style: none;
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
  line-height: 1.7
}

.anp-article ul li::before {
  content: "✔";
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #dfffec;
  color: #065f46;
  display: flex;
  align-items: center;
  justify-content: center
}

/* Stats */
.anp-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0
}

.anp-stat {
  background: #dfffec;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  border: 1px solid #e5e7eb
}

.anp-stat strong {
  font-size: 26px;
  color: #2563eb;
  display: block
}

/* Sidebar */
.anp-sidebar {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px
}

.anp-box {
  background: #fff;
  border-left: 4px solid #dfffec;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .12)
}

/* CTA */
.anp-cta-box input,
.anp-cta-box select,
.anp-cta-box textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 12px;
  border: 1px solid #e5e7eb
}

.anp-cta-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 28px;
  background: #52b462;
  color: #fff;
  font-weight: 600
}

/* TOC – Professional Presentation */
.anp-toc {
  margin-top: 12px;
  position: relative;
}

.anp-toc a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #334155;
  text-decoration: none;
  margin-bottom: 10px;
  line-height: 1.5;
  padding: 6px 8px;
  border-radius: 8px;
  transition: background .2s, color .2s
}

.anp-toc a::before {
  content: "•";
  font-size: 18px;
  line-height: 1;
  color: #9ca3af;
  margin-top: 1px;
  padding-left: 10px;
}

.anp-toc a.active {
  background: #dfffec;
  color: #065f46;
  font-weight: 600
}

.anp-toc a.active::before {
  color: #10b981
}

.anp-toc a:hover {
  background: #f1f5f9;
  color: #0f172a
}

/* Responsive */
@media(max-width:992px) {
  .anp-layout {
    grid-template-columns: 1fr
  }

  .anp-sidebar {
    position: static
  }

  .anp-hero-inner {
    grid-template-columns: 1fr
  }
}

@media(max-width:600px) {
  .anp-hero-inner {
    display: flex;
    flex-direction: column
  }

  .anp-hero-media {
    order: -1
  }

  .anp-article {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0
  }

  .anp-stats {
    grid-template-columns: 1fr
  }
}

.pandey-hero {
  padding: 50px 20px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #f8fafc;
  font-family: 'Inter', sans-serif;
}

/* Soft Green Glow */
.pandey-hero::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 500px;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.25) 0%, transparent 70%);
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

/* Light Grid Background */
.pandey-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(34, 197, 94, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(34, 197, 94, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 0;
}

.pandey-container {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: auto;
}

/* ================= HEADING ================= */

.pandey-hero h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 10px;
  color: #0f172a;
  margin-top: 20px;
}

/* Paragraph */
.pandey-subtitle {
  font-size: 18px;
  color: #475569;
  max-width: 989px;
  margin: 0 auto 19px;
  line-height: 1.7;
  text-align: center;
}

/* ================= BUTTONS ================= */

.pandey-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.pandey-primary {
  padding: 16px 36px;
  border-radius: 50px;
  background: linear-gradient(135deg, #22c55e, #15803d);
  color: white;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 15px 40px rgba(34, 197, 94, 0.35);
  transition: all 0.3s ease;
}

.pandey-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 55px rgba(34, 197, 94, 0.5);
}

.pandey-secondary {
  padding: 16px 36px;
  border-radius: 50px;
  background: white;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.pandey-secondary:hover {
  background: #f1f5f9;
  transform: translateY(-4px);
}

/* ================= IMAGE ================= */

.pandey-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pandey-image-wrapper img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.15));
  margin-top: -70px;
}


@media(max-width:992px) {
  .pandey-hero h1 {
    font-size: 38px;
  }
  .pandey-hero{
    margin-top: 50px;
  }
}

@media(max-width:768px) {
  .pandey-buttons {
    flex-direction: column;
  }
}

@media(max-width:768px) {
  .pandey-subtitle {
    font-size: 12px;
  }

  .pandey-hero h1 {
    font-size: 21px;
    margin-top: -20px;
  }
}

.pandey-hero {
  width: 100%;
  padding: 50px 15px 0;
}

.blog-details-thumb img {
  object-fit: inherit;
  width: 100%;
  margin-top: 35px;
}

.blog-details-desc p {
  font-weight: 400;
  line-height: 1.8;
  font-size: 14px;
}

.blog-details-desc h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}

.blog-details-desc h2 {
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 4px
}

.blog-details-desc h3 {
  font-size: 22px;
  font-weight: 600
}

.blog-details-desc h4 {
  font-size: 19px;
  font-weight: 600
}

.blog-details-desc h5 {
  font-size: 16px;
  font-weight: 600
}

.blog-details-desc h6 {
  font-size: 14px;
  font-weight: 600;
  color: #475569
}

.blog-details-desc a {
  color: #0f172a;
  text-decoration: none
}

.blog-details-desc a:hover {
  color: linear-gradient(135deg, rgba(22, 163, 74, .05), rgba(79, 70, 229, .05))
}

.blog-details-desc ul li::before {
  content: "✔";
  color: linear-gradient(135deg, rgba(22, 163, 74, .05), rgba(79, 70, 229, .05));
  margin-right: 8px
}

.col-lg-3 {
  position: relative
}

.ranksbreathe-callback-wrap {
  top: 90px;
  background: transparent;
  box-shadow: none;
  padding: 0
}

.rb-form-wrap {
  position: relative;
  transition: all 1s ease;
}

.rb-form-wrap.rb-sticky-active {
  position: fixed;
  top: 135px;
  z-index: 999;
}

.rb-form-wrap.rb-sticky-stop {
  position: absolute;
  bottom: 0;
  width: 100%;
}


.faq-wrapper {
  margin-top: 40px;
}

.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 14px;
  background: #ffffff;
  overflow: hidden;

}

.faq-question {
  padding: 16px 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  user-select: none;
}

.faq-icon {
  font-size: 22px;
  font-weight: 700;
  color: linear-gradient(135deg, rgba(22, 163, 74, .05), rgba(79, 70, 229, .05));
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  line-height: 1.8;
  color: #334155;
  transition: all 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 1000px;
  padding: 14px 18px 18px;
}

.faq-wrapper {
  background: #ffffff;
  padding: 22px 24px 10px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.blog-details-thumb {
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .blog-details-content {
    padding: 20px 18px;
  }
}

.rb-author-box {
  display: flex;
  gap: 14px;
  align-items: center;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  margin: 36px 0 20px;
}

.rb-author-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid linear-gradient(135deg, rgba(22, 163, 74, .05), rgba(79, 70, 229, .05));
}

.rb-author-info strong {
  font-size: 15px;
  display: block;
  margin-bottom: 4px;
}

.rb-author-info p {
  font-size: 13px;
  color: #475569;
  margin: 0;
}

@media (max-width: 991px) {
  .blog-details-content {
    background: #ffffff;
    padding: 16px 12px;
    border-radius: 0;
    box-shadow: none;
    border: none;
  }
}

@media (max-width: 991px) {
  .blog-details-area {
    background: #ffffff;
    padding: 0px;
    margin-top: 0px;
  }

  .blog-details-thumb img {
    margin-top: 0px;
  }

  .blog-details-desc h1 {
    font-size: 22px;
    font-weight: 800;
    line-height: inherit;
  }

  .blog-details-desc h2 {
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 4px;
    line-height: inherit;
  }

  .blog-details-desc h3 {
    font-size: 15px;
    font-weight: 400;
  }

}

.akx-6798-hero {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 20px;
  align-items: center;
  background: linear-gradient(135deg, #ffffff, #f0fff8);
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #e5f3ee
}

.akx-6798-breadcrumb {
  font-size: 12px;
  color: var(--akx-muted);
  margin-bottom: 6px
}

.akx-6798-title {
  font-size: 30px;
  line-height: 1.22;
  margin-bottom: 6px
}

.akx-6798-desc {
  color: #475569;
  max-width: 640px;
  font-size: 14.5px
}

.akx-6798-date {
  margin-top: 6px;
  color: #64748b;
  font-size: 12.5px
}

.akx-6798-hero-card {
  position: relative;
  border-radius: 14px;
  padding: 14px;
  min-height: 160px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #0f766e, #16a34a);
  box-shadow: 0 12px 28px rgba(15, 118, 110, .28)
}

.akx-6798-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.akx-6798-hero-img img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .akx-6798-hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .akx-6798-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .akx-6798-desc {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .akx-6798-hero {
    grid-template-columns: 1fr;
    padding: 14px;
    gap: 14px;
  }

  .akx-6798-breadcrumb {
    font-size: 12px;
  }

  .akx-6798-title {
    font-size: 20px;
    line-height: 1.35;
  }

  .akx-6798-desc {
    font-size: 13.5px;
  }

  .akx-6798-date {
    font-size: 12px;
  }

  .akx-6798-hero-img {
    order: -1;
  }

  @media (max-width: 420px) {
    .akx-6798-title {
      font-size: 18px;
    }

    .akx-6798-desc {
      font-size: 13px;
    }
  }

  @media (max-width: 768px) {
    .ranksbreathe-callback-wrap {
      display: none !important;
    }
  }

  @media (max-width: 768px) {
    img {
      width: 380px;
    }
  }
}

.rb-toc-safe,
.rb-founder-safe,
.rb-lead-safe {
  background: #ffffff !important;
  border-radius: 14px !important;
  padding: 14px !important;
  margin-bottom: 14px !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 10px 22px rgba(2, 6, 23, .06) !important;
}

.rb-toc-head-safe {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

.rb-toc-safe a {
  display: block !important;
  padding: 8px 10px !important;
  border-radius: 10px !important;
  color: #1f2933 !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
  margin-bottom: 6px !important;
  font-weight: 500 !important;
  font-size: 13px;
  line-height: normal;
}

.rb-toc-safe a:hover {
  background: #f0fdf4 !important;
  border-color: linear-gradient(135deg, rgba(22, 163, 74, .05), rgba(79, 70, 229, .05)) !important;
}

.rb-active-safe {
  background: linear-gradient(135deg, rgba(22, 163, 74, .05), rgba(79, 70, 229, .05));
  border-color: linear-gradient(135deg, rgba(22, 163, 74, .05), rgba(79, 70, 229, .05)) !important;
  font-weight: 500 !important;
  font-size: 13px;
  line-height: normal;
}

.rb-share-safe {
  display: flex !important;
  gap: 8px !important;
  margin-top: 10px !important;
}

.rb-share-safe a {
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
  display: grid !important;
  place-items: center !important;
  background: #fff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .08) !important;
}

.rb-founder-row-safe {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
}

.rb-founder-avatar-safe {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  border: linear-gradient(135deg, rgba(22, 163, 74, .05), rgba(79, 70, 229, .05))
}

.rb-founder-name-safe {
  font-weight: 700 !important;
  font-size: 14px !important;
}

.rb-founder-role-safe {
  font-size: 12px !important;
  color: #64748b !important;
}

.rb-founder-safe p {
  font-size: 13px !important;
  color: #475569 !important;
  margin-top: 8px !important;
}

.rb-field-safe {
  width: 100% !important;
  padding: 10px 12px !important;
  border-radius: 10px !important;
  border: 1px solid #e5e7eb !important;
  margin-bottom: 8px !important;
  font-size: 13px !important;
}

.rb-btn-safe {
  width: 100% !important;
  padding: 10px 14px !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgba(22, 163, 74, .05), rgba(79, 70, 229, .05));
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}

@media (max-width: 768px) {
  #rbSidebarSafe {
    display: none !important;
  }
}

.rb-faq-safe {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  padding: 22px 24px 10px;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
  margin: 36px 0 10px;
  border: 1px solid #eef2f7;
}

.rb-faq-title-safe {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
  letter-spacing: .2px;
}

.rb-faq-item-safe {
  border: 1px solid rgba(1, 190, 98, .35);
  border-radius: 14px;
  background: #ffffff;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow .2s ease;
}

.rb-faq-item-safe:hover {
  box-shadow: 0 10px 26px rgba(1, 190, 98, .18);
}

.rb-faq-q-safe {
  padding: 14px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  color: #0f172a;
  background: linear-gradient(135deg, rgba(1, 190, 98, .08), rgba(79, 70, 229, .08));
}

.rb-faq-icon-safe {
  font-size: 20px;
  font-weight: 800;
  color: #01be62;
  transition: transform .25s ease;
}

.rb-faq-a-safe {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  font-size: 13.5px;
  line-height: 1.7;
  color: #334155;
  transition: max-height .45s ease, padding .25s ease, opacity .25s ease;
  opacity: 0;
}


.rb-faq-item-safe.open .rb-faq-icon-safe {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .rb-faq-safe {
    padding: 16px 14px 6px;
    border-radius: 14px;
  }

  .rb-faq-title-safe {
    font-size: 18px;
  }
}

.rb-toc-ui {
  border-radius: 18px !important;
  padding: 14px !important;
  background: #ffffff !important;
  border: 1px solid #e9e7ff !important;
  box-shadow: 0 12px 30px rgba(79, 70, 229, .12) !important;
}

.rb-toc-ui-head {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #e9fbf3, #eaf1ff) !important;
  margin-bottom: 10px !important;
}

.rb-toc-ui-head i {
  color: #6d28ff !important;
}

.rb-toc-ui-head h4 {
  font-size: 14.5px !important;
  font-weight: 800 !important;
  margin: 0 !important;
  color: #0f172a !important;
}

.rb-toc-ui-list a,
#rbDynamicToc a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
  margin-bottom: 8px !important;
  font-size: 13.5px !important;
  line-height: 1.4 !important;
  color: #0f172a !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
  background: #f6f7ff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .6) !important;
  transition: .15s ease !important;
}

.rb-toc-ui-list a::before,
#rbDynamicToc a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #7c3aed;
  display: inline-block;
  flex: 0 0 auto;
}

.rb-toc-ui-list a:hover,
#rbDynamicToc a:hover {
  transform: translateX(2px) !important;
  background: #eef2ff !important;
}

.rb-toc-ui-list a.rb-active-safe,
#rbDynamicToc a.rb-active-safe {
  background: #ffffff !important;
  border: 2px solid #8bffb4de !important;
  box-shadow: 0 8px 22px rgba(37, 99, 235, .18) !important;
  font-weight: 800 !important;
}

.rb-toc-ui-list a.rb-active-safe::before,
#rbDynamicToc a.rb-active-safe::before {
  background: #8bffb4de !important;
  border-color: #8bffb4de !important;
}

.rb-toc-ui-share {
  margin-top: 10px !important;
  gap: 10px !important;
}

.rb-toc-ui-share a {
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
  display: grid !important;
  place-items: center !important;
  background: #eef2ff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 6px 14px rgba(79, 70, 229, .18) !important;
  transition: .15s ease !important;
}

.rb-toc-ui-share a:hover {
  transform: translateY(-2px) scale(1.05) !important;
}

#rbDynamicToc a::before,
.rb-toc-ui-list a::before {
  content: none !important;
}

.rb-form-wrap {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px 28px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, .08);
}

.rb-form-wrap h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #0f172a;
}

.rb-form-wrap p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 18px;
}

.rb-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.rb-form-row.three {
  grid-template-columns: 1fr 1fr 1fr;
}

@media(max-width:768px) {

  .rb-form-row,
  .rb-form-row.three {
    grid-template-columns: 1fr;
  }
}

.rb-field {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1.5px solid #d1fae5;
  font-size: 14px;
  background: #fbfffe;
  outline: none;
  transition: .2s ease;
}

.rb-field::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

.rb-field:focus {
  border-color: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, .15);
  background: #ffffff;
}

.rb-select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #22c55e 50%),
    linear-gradient(135deg, #22c55e 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 4px),
    calc(100% - 12px) calc(50% - 4px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
  cursor: pointer;
}

.rb-privacy {
  margin: 10px 0 16px;
  font-size: 13px;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 6px;
}

.rb-submit {
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  box-shadow: 0 12px 26px rgba(34, 197, 94, .35);
  border: none;
  cursor: pointer;
  transition: .15s ease;
}

.rb-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(34, 197, 94, .45);
}

.col-lg-3 .rb-form-row,
.col-lg-3 .rb-form-row.three {
  grid-template-columns: 1fr !important;
}

.col-lg-3 .rb-field {
  padding: 12px 14px !important;
  border-radius: 12px !important;
  font-size: 13.5px !important;
}

.col-lg-3 .rb-submit {
  width: 100% !important;
}

.rb-founder-cta-safe {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 14px 8px 38px !important;
  border-radius: 999px !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  color: #0f172a !important;
  background: linear-gradient(135deg, rgba(79, 70, 229, .12), rgba(22, 163, 74, .12)) !important;
  border: 1px solid rgba(79, 70, 229, .35) !important;
  box-shadow: 0 8px 18px rgba(79, 70, 229, .25) !important;
  transition: .15s ease !important;
  position: relative !important;
  min-height: 34px;
}

.rb-founder-cta-safe::before {
  content: "\f08c";
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  line-height: 1;
  color: #006cd0de;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(10, 102, 194, .35);
}

.rb-founder-cta-safe:hover {
  transform: translateY(-1px) scale(1.03) !important;
  box-shadow: 0 12px 26px rgba(79, 70, 229, .35) !important;
}

.rb-founder-cta-safe:hover::after {
  transform: translateX(2px);
}

.blog-details-desc img,
.blog-details-content img {
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  padding: 10px !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
  border-radius: 14px !important;
  box-shadow:
    0 10px 24px rgba(15, 23, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

@media (hover:hover) {

  .blog-details-desc img:hover,
  .blog-details-content img:hover {
    box-shadow:
      0 16px 36px rgba(79, 70, 229, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
    transform: translateY(-2px);
    transition: .2s ease;
  }
}

@media (max-width: 768px) {

  .blog-details-desc img,
  .blog-details-content img {
    padding: 8px !important;
    border-radius: 12px !important;
  }
}

.pandey-blog-section {
  position: relative;
  padding: 40px 0;
  background: #f8fafc;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.pandey-blog-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(22, 163, 74, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 163, 74, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
}

.pandey-blog-section::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(22, 163, 74, 0.12), transparent 70%);
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(120px);
}

.pandey-container {
  position: relative;
  z-index: 2;
  max-width: 1150px;
  margin: auto;
  padding: 0 20px;
}

.pandey-blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.pandey-blog-title small {
  font-size: 14px;
  font-weight: 600;
  color: #16a34a;
}

.pandey-blog-title small::before {
  content: "— ";
}

.pandey-blog-title h2 {
  font-size: 42px;
  font-weight: 700;
  margin-top: 10px;
  color: #111827;
}

.pandey-blog-title h2 span {
  color: #16a34a;
  font-weight: 500;
}

.pandey-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #14532d;
  color: #fff;
  padding: 12px 24px;
  border-radius: 40px;
  border: 4px solid #16a34a;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.pandey-view-btn span {
  background: #fff;
  color: #14532d;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pandey-view-btn:hover {
  transform: translateY(-3px);
}

.pandey-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.pandey-blog-card {
  background: transparent;
  transition: 0.3s ease;
}

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

.pandey-blog-img img {
  width: 100%;
  height: 220px;
  border-radius: 18px;
}

.pandey-blog-content {
  margin-top: 18px;
}

.pandey-blog-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.pandey-pill {
  background: #dcfce7;
  color: #166534;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 30px;
  font-weight: 500;
}

.pandey-blog-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111827;
}

.pandey-blog-content p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 12px;
  line-height: 1.6;
}

.pandey-read {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 30px;
  border: 1.5px solid rgba(22, 163, 74, 0.5);
  color: #16a34a;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  background: transparent;
  transition: all 0.3s ease;
}

/* Icon circle */
.pandey-read-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid rgba(22, 163, 74, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transition: all 0.3s ease;
}

.pandey-read:hover {
  border-color: #16a34a;
}

.pandey-read:hover .pandey-read-icon {
  background: rgba(22, 163, 74, 0.08);
  border-color: #16a34a;
}

.pandey-read:hover i {
  transform: translateX(3px);
  transition: 0.3s ease;
}

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

  .pandey-blog-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .pandey-blog-title h2 {
    font-size: 32px;
  }
}

@media(max-width:992px) {

  .pandey-blog-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .pandey-blog-title {
    text-align: center;
    line-height: 1;
  }

  .pandey-view-btn {
    display: none;
  }
}

.neha-pandey-contact-section {
  position: relative;
  padding: 40px 0;
  background: #f8fafc;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.neha-pandey-contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(22, 163, 74, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 163, 74, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
}

.neha-pandey-contact-section::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(22, 163, 74, 0.12), transparent 70%);
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(120px);
}

.neha-pandey-container {
  position: relative;
  z-index: 2;
  max-width: 1150px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
}

.neha-pandey-left small {
  color: #16a34a;
  font-weight: 600;
  font-size: 14px;
}

.neha-pandey-left small::before {
  content: "— ";
  color: #16a34a;
}

.neha-pandey-left h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 15px 0;
  line-height: 1.3;
  color: #111827;
}

.neha-pandey-left h2 span {
  color: #16a34a;
}

.neha-pandey-left p {
  color: #6b7280;
  margin-bottom: 35px;
  max-width: 490px;
}

.neha-pandey-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.neha-pandey-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #374151;
}

.neha-pandey-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.neha-pandey-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.neha-pandey-field {
  display: flex;
  flex-direction: column;
}

.neha-pandey-field label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #111827;
}

.neha-pandey-field input,
.neha-pandey-field select,
.neha-pandey-field textarea {
  padding: 14px 16px;
  border-radius: 14px;
  border: none;
  background: #ffffff;
  font-size: 14px;
  outline: none;
}

.neha-pandey-field textarea {
  min-height: 130px;
  resize: none;
}

.neha-pandey-field.full {
  grid-column: span 2;
}

.neha-pandey-submit {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #14532d;
  color: #fff;
  padding: 12px 25px;
  border-radius: 40px;
  border: 4px solid #16a34a;
  font-weight: 500;
  cursor: pointer;
}

.neha-pandey-submit span {
  background: #fff;
  color: #14532d;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:900px) {
  .neha-pandey-container {
    grid-template-columns: 1fr;
  }

  .neha-pandey-form-grid {
    grid-template-columns: 1fr;
  }

  .neha-pandey-field.full {
    grid-column: span 1;
  }

  .neha-pandey-left h2 {
    font-size: 37px;
  }
}

.pandey-process-section {
  background-color: #f8fafc;
  content: "";
  background-image: linear-gradient(to right, rgba(34, 197, 94, 0.06) 1px, transparent 1px), linear-gradient(to bottom, rgba(34, 197, 94, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
}

.pandey-process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 40px 40px;
  opacity: .6;
}

.pandey-process-section::after {
  content: "";
  width: 600px;
  height: 600px;
  background: #22c55e;
  filter: blur(180px);
  opacity: .15;
  top: -200px;
  right: -200px;
}

.pandey-process-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.pandey-process-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: 40px;
  flex-wrap: wrap;
  padding-top: 40px;
}

.pandey-process-title {
  font-size: 35px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
}

.pandey-process-title span {
  color: #22c55e;
}

.pandey-process-tag {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #22c55e;
  color: #22c55e;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.pandey-process-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.pandey-stat {
  background: #fff;
  border-radius: 16px;
  padding: 18px;
  text-align: center;
  min-width: 120px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.pandey-stat h3 {
  color: #22c55e;
  font-size: 24px;
  margin-bottom: 4px;
  margin-top: 10px;
}

.pandey-stat p {
  font-size: 12px;
  color: #64748b;
}

.pandey-process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 40px;
}

.pandey-step {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
  display: flex;
  gap: 12px;
  transition: .3s;
}

.pandey-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
}

.pandey-step-number {
  background: #ecfdf5;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  color: #22c55e;
  flex-shrink: 0;
}

.pandey-step-content h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #0f172a;
  font-weight: 600;
}

.pandey-step-content p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

@media(max-width:1024px) {
  .pandey-process-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:768px) {
  .pandey-process-section {
    padding: 0px 20px;
  }

  .pandey-process-section::before {
    opacity: .9;
    background-size: 24px 24px;
  }

  .pandey-process-section::after {
    width: 380px;
    height: 380px;
    top: -120px;
    right: -120px;
    opacity: .18;
  }

  .pandey-process-title {
    font-size: 28px;
  }

  .pandey-process-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .pandey-stat {
    padding: 16px;
  }

  .pandey-process-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .pandey-step {
    padding: 18px;
  }

  .pandey-step-number {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .pandey-step-content h3 {
    font-size: 16px;
  }

  .pandey-step-content p {
    font-size: 13px;
  }
}

.rbft-wrap {
  width: 100%;
  color: #cfcfcf;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  position: relative;
  overflow: hidden;
  background: #000;
}

.rbft-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/img/Black.svg") center/1200px repeat;
  opacity: .08;
  pointer-events: none;
}

.rbft-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(83, 181, 97, .6), transparent);
}

.rbft-timebar {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.rbft-timebar div {
  padding: 10px 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  white-space: nowrap;
}

.rbft-timebar div:last-child {
  border-bottom: none
}

.rbft-main {
  position: relative;
  max-width: 1300px;
  margin: auto;
  padding: 16px 12px 12px;
}

.rbft-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.rbft-col {
  padding: 6px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, .06);
}

.rbft-col:last-child {
  border-bottom: none
}

.rbft-col h4 {
  color: #fff;
  font-size: 20px;
  letter-spacing: .6px;
  margin: 0 0 6px;
  position: relative;
  padding-bottom: 6px;
}

.rbft-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 2px;
  background: linear-gradient(90deg, rgba(83, 181, 97, .9), rgba(124, 92, 255, .9));
  border-radius: 2px;
}

.rbft-col a,
.rbft-col p {
  display: block;
  color: #aaa;
  text-decoration: none;
  font-size: 12.5px;
  margin-bottom: 6px;
  line-height: 1.4;
}

.rbft-col a:hover {
  color: #fff
}

.rbft-partners {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  padding: 10px;
}

.rbft-partners img {
  height: 22px;
  display: inline-block;
  margin: 6px 8px 0 0;
  filter: brightness(0) invert(1);
  opacity: .9;
}

.rbft-bottom {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 10px;
  text-align: center;
  font-size: 11.5px;
  color: #888;
}

@media (min-width: 480px) {
  .rbft-timebar {
    grid-template-columns: repeat(2, 1fr)
  }

  .rbft-timebar div {
    justify-content: center;
    gap: 6px;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, .06)
  }

  .rbft-timebar div:nth-child(2n) {
    border-right: none
  }
}

@media (min-width: 768px) {
  .rbft-timebar {
    grid-template-columns: repeat(4, 1fr)
  }

  .rbft-timebar div {
    border-right: 1px solid rgba(255, 255, 255, .06)
  }

  .rbft-timebar div:last-child {
    border-right: none
  }

  .rbft-main {
    padding: 22px 16px 16px
  }

  .rbft-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .rbft-col {
    border-bottom: none
  }
}

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