/* ===== Modern Charity UI (Sanadhalayam/Chirak/Big Friends) ===== */
:root {
  --ink: #0f172a;
  --muted: #6b7280;
  --brand: #2563eb;
  --accent: #f59e0b;
  --chip: #eef2ff;
  --card: #ffffff;
  --soft: #f8fafc;
  --ok: #16a34a;
}

.section-wrap {
  padding: 72px 0;
  background: linear-gradient(180deg, #fff, #fbfdff)
}

.sec-head {
  margin-bottom: 28px
}

.sec-eyebrow {
  font-size: .78rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #9aa3b2;
  margin-bottom: 6px
}

.sec-title {
  font-weight: 900;
  letter-spacing: .2px;
  margin: 0
}

/* KPI tiles */
.kpi-row {
  display: grid;
  gap: 14px
}

@media(min-width:768px) {
  .kpi-row {
    grid-template-columns: repeat(3, 1fr)
  }
}

.kpi {
  background: conic-gradient(from 180deg at 0% 0%, #f0f7ff, #f9fbff);
  border: 1px solid #e7eefc;
  border-radius: 16px;
  padding: 18px 18px
}

.kpi h4 {
  margin: 0;
  color: #ecb508;
  font-weight: 900
}

.kpi p {
  margin: 6px 0 0;
  color: #596275
}

/* Values mosaic */
.values-grid {
  display: grid;
  gap: 16px
}

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

.value-card {
  background: var(--card);
  border: 1px solid #eef2f6;
  border-radius: 18px;
  padding: 16px 14px;
  box-shadow: 0 10px 24px rgba(17, 27, 56, .06);
  display: flex;
  flex-direction: column;
  gap: 8px
}

.value-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffefc6, #ffd26a);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b4a00
}

.value-title {
  font-weight: 800;
  margin: 0;
  color: var(--ink)
}

.value-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--chip);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .82rem;
  color: #4b5563;
  font-weight: 600
}

.value-chip i {
  color: #6366f1
}

/* Feature tabs */
.nav-pills.feature-tabs .nav-link {
  border-radius: 999px;
  font-weight: 700;
  color: #334155;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  margin: 4px 6px
}

.nav-pills.feature-tabs .nav-link.active {
  color: #0b1220;
  background: #e9f0ff;
  border-color: #cfe0ff
}

.feature-card {
  position: relative;
  background: var(--card);
  border: 1px solid #edf2f7;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(12, 22, 43, .07);
  padding: 26px 26px 22px 94px
}

.feature-badge {
  position: absolute;
  left: 22px;
  top: 22px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #dbeafe, #93c5fd);
  color: #0b3b91
}

.feature-card h4 {
  font-weight: 900;
  margin: 0 0 10px
}

.feature-card .lead {
  color: #5b6474;
  margin: 0
}

/* check list */
.feat-list {
  list-style: none;
  margin: 6px 0 0;
  padding: 0
}

.feat-list li {
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
  color: #1f2937
}

.feat-list li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #10b981;
  position: absolute;
  left: 0;
  top: .05rem
}

.feat-list .k {
  font-weight: 800;
  color: #0f172a
}

/* Journey stepper */
.stepper {
  position: relative;
  padding-left: 6px;
  margin-top: 6px
}

.stepper:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e2e8f0
}

.step {
  position: relative;
  padding-left: 44px;
  margin: 14px 0
}

.step:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #93c5fd;
  box-shadow: 0 0 0 4px #ecf3ff
}

.step strong {
  display: block;
  color: #0f172a
}

.step span {
  color: #64748b
}

/* micro helpers */
.badge-soft {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: #fff7ed;
  border: 1px solid #ffedd5;
  color: #9a3412;
  padding: 6px 10px;
  border-radius: 10px;
  font-weight: 700
}


.page-title-area {
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.custom-list {
  list-style-type: disc;
  padding-left: 20px;
}

.custom-list li {
  margin-bottom: 8px;
}


a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a {
  font-style: normal;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.sec-title {
  position: relative;
  margin-bottom: 70px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(to left,
      rgba(247, 0, 104, 1) 0%,
      rgba(68, 16, 102, 1) 25%,
      rgba(247, 0, 104, 1) 75%,
      rgba(68, 16, 102, 1) 100%);
  background: -webkit-linear-gradient(to left,
      rgba(247, 0, 104, 1) 0%,
      rgba(68, 16, 102, 1) 25%,
      rgba(247, 0, 104, 1) 75%,
      rgba(68, 16, 102, 1) 100%);
  background: linear-gradient(to left,
      rgba(247, 0, 104) 0%,
      rgba(68, 16, 102, 1) 25%,
      rgba(247, 0, 104, 1) 75%,
      rgba(68, 16, 102, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
  color: #fff;
  -webkit-text-fill-color: inherit;
}

.speakers-section-three {
  position: relative;
  padding: 60px 0 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.speaker-block-three {
  position: relative;
  margin-bottom: 50px;
}

.speaker-block-three .inner-box {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 30px;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speaker-block-three .inner-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.speaker-block-three .image-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0;
}

.speaker-block-three .image-box:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -4px;
  height: 100%;
  background-image: url(https://i.ibb.co/LSL9C6r/shape-5.png);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: "";
}

.speaker-block-three .image-box .image {
  position: relative;
  display: inline-block;
  height: 130px;
  width: 130px;
  overflow: hidden;
  border: 4px solid #ecb508;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speaker-block-three .inner-box:hover .image-box .image {
  border-radius: 0;
}

.speaker-block-three .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.speaker-block-three .info-box {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  padding-right: 10px;
  background-color: #ecb508;
}

.speaker-block-three .info-box:before {
  position: absolute;
  left: 0;
  right: -30px;
  background-color: #ecb508;
  content: "";
  top: 0;
  height: 100%;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0;
}

.speaker-block-three .info-box .name {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
}

.speaker-block-three .info-box .name a {
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .info-box .name a:hover {
  color: #fff;
}

.speaker-block-three .info-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}

.speaker-block-three .social-box {
  position: absolute;
  top: 90px;
  transform: translateX(-50px);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.speaker-block-three .social-box .social-links li {
  margin-bottom: 4px;
}

.speaker-block-three .inner-box:hover .social-box {
  transform: translateX(10px);
}

.speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.speaker-block-three .social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.speaker-block-three .social-links li a:hover i {
  color: #fff;
  background: #ec7561;
}

.height150 {
  min-height: 150px;
}

.charity-services h2 {
  font-size: 40px;
}

/* === VALUES block (modern) === */
.values-block {
  padding-top: 40px;
  padding-bottom: 20px;
}

.values-card {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 24px;
  align-items: start;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(20, 23, 38, .08);
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.values-card::before {
  content: "";
  position: absolute;
  inset: 0 55% 0 0;
  background: radial-gradient(120% 120% at 0% 0%, #ffd34e 0%, #f4b000 45%, #f0a300 100%);
  opacity: .15;
  pointer-events: none;
}

.values-hero {
  position: relative;
  padding: 8px 8px 8px 8px;
}

.values-badge {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f0b400;
  color: #fff;
  box-shadow: 0 10px 20px rgba(240, 180, 0, .35);
  margin-bottom: 14px;
}

.values-badge i {
  font-size: 34px;
  line-height: 1;
}

.values-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 6px;
  color: #1e1f36;
}

.values-sub {
  margin: 0;
  color: #697089;
  font-size: 14px;
}

/* list */
.values-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.value-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: flex-start;
  background: #fbfcff;
  border: 1px solid #eef1f7;
  border-radius: 16px;
  padding: 16px 16px;
  margin-bottom: 12px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.value-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(28, 37, 54, .08);
  border-color: #e4ebf7;
}

.value-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #2f71ff, #1b5bff);
  color: #fff;
  box-shadow: 0 8px 18px rgba(27, 91, 255, .28);
  flex: 0 0 44px;
}

.value-icon i {
  font-size: 18px;
}

.value-text h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 2px 0 6px;
  color: #1f2430;
}

.value-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #636b7f;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .values-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .values-card::before {
    right: 55%;
  }

  .values-hero {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .values-title {
    margin: 0;
  }

  .values-sub {
    display: none;
  }
}

@media (max-width: 576px) {
  .value-item {
    grid-template-columns: 48px 1fr;
    padding: 14px;
  }

  .values-badge {
    width: 72px;
    height: 72px;
  }
}



/* ===== Mission–Vision (modern) ===== */
.mv-wrap {
  padding: 72px 0;
  background: linear-gradient(180deg, #fff, #fbfdff)
}

.mv-eyebrow {
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 8px
}

.mv-title {
  font-weight: 900;
  margin: 0
}

.mv-row {
  row-gap: 28px
}

.mv-card {
  position: relative;
  background: #ffffffbd;
  backdrop-filter: saturate(160%) blur(6px);
  border: 1px solid #e8eef6;
  border-radius: 22px;
  padding: 28px 26px 26px 26px;
  box-shadow: 0 18px 36px rgba(16, 24, 40, .08);
  height: 100%;
}

.mv-card:after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: 22px;
  background: radial-gradient(1200px 200px at -10% -10%, #e7f0ff, transparent 52%),
    radial-gradient(900px 160px at 110% 110%, #fff6dc, transparent 45%);
}

.mv-icon {
  position: absolute;
  left: -26px;
  top: -26px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd36a, #ffb703);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a4700;
  box-shadow: 0 12px 28px rgba(255, 183, 3, .32), inset 0 0 0 6px #fff;
}

.mv-card h3 {
  font-weight: 900;
  margin-bottom: 8px;
  margin-left: 50px;
}

.mv-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.mv-list li {
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
  color: #1f2937;
  line-height: 1.6
}

.mv-list li:before {
  content: "\f00c";
  /* fa-check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #10b981;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: .95rem
}

.mv-list strong {
  color: #0f172a
}

@media (min-width:992px) {
  .mv-card {
    padding: 32px 32px 30px 32px
  }

  .mv-icon {
    left: -32px;
    top: -32px;
    width: 96px;
    height: 96px;
    font-size: 26px
  }
}

.nav-pills .nav-link {
  border-radius: 0;
  height: 49px !important;
  padding: 0 12.4px !important;
  margin: 0;
  color: #fff;
  font-size: 13px !important;
  text-transform: capitalize;
  font-weight: 700;
}

/* .testimonials {
    margin-top: 175px !important;
} */



/* ====== CHIRAK — compact, modern cards & timeline ====== */
:root {
  --ch-bg: #0f172a;
  /* used for subtle shadows */
  --ch-ink: #0b1220;
  /* heading color */
  --ch-muted: #5b6577;
  /* paragraph color */
  --ch-primary: #0A66FF;
  /* buttons/links */
  --ch-accent: #f1b700;
  /* icon badges */
  --ch-card: #ffffff;
  --ch-surface: #f7f8fb;
}

.ch-eyebrow {
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #98a2b3;
  margin-bottom: .5rem;
}

.ch-title {
  font-weight: 800;
  line-height: 1.05;
  color: var(--ch-ink);
  font-size: clamp(2rem, 2.4rem + 1.5vw, 3.2rem);
  margin: 0 0 1.25rem;
}

.ch-h2 {
  font-weight: 800;
  color: var(--ch-ink);
  font-size: clamp(1.6rem, 1.3rem + 1.6vw, 2.4rem);
  margin: .25rem 0 1.25rem;
}

.ch-hero {
  padding: clamp(40px, 6vw, 80px) 0 24px;
}

.ch-intro .ch-copy {
  background: linear-gradient(180deg, #fff, #fff 60%, #fbfcff);
  border: 1px solid #eef1f6;
  border-radius: 18px;
  padding: 22px 22px;
  box-shadow: 0 6px 24px rgba(16, 24, 40, .05);
  color: var(--ch-muted);
}

.ch-intro .ch-copy p {
  margin-bottom: 12px
}

/* Section wrapper */
.ch-section {
  padding: clamp(44px, 6vw, 80px) 0;
}

.ch-section--subtle {
  background: var(--ch-surface);
}

.ch-section-head {
  margin-bottom: 1.5rem;
}

/* Small feature cards (Pillars) */
.ch-card {
  position: relative;
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 18px;
  padding: 22px 18px 20px 18px;
  height: 100%;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.ch-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .10);
}

.ch-card-badge {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(100% 100% at 30% 20%, #ffdf70 0%, #f2b30b 80%);
  color: #3b2f02;
  font-size: 20px;
  margin-bottom: 12px;
}

/* Big slabs */
.ch-slab {
  position: relative;
  background: #fff;
  border: 1px solid #eef1f6;
  border-radius: 22px;
  padding: 28px 24px 24px 24px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, .08);
}

.ch-slab--accent {
  background: radial-gradient(120% 120% at 100% 0%, #fff 0%, #fbfcff 55%, #f7f8fb 100%);
}

.ch-slab-badge {
  position: absolute;
  top: -24px;
  left: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(100% 100% at 30% 20%, #ffdf70 0%, #f2b30b 80%);
  color: #3b2f02;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(242, 179, 11, .35);
}

.ch-slab-title {
  margin: 8px 0 12px;
  font-weight: 800;
  color: var(--ch-ink);
  letter-spacing: .2px;
}

/* Lists */
.ch-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.ch-list li {
  padding-left: 28px;
  position: relative;
  margin: 10px 0;
  color: var(--ch-muted);
}

.ch-list li:before {
  content: "\f00c";
  /* fa-check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #12b76a;
}

/* Steps / timeline */
.ch-steps {
  counter-reset: step;
  margin: 6px 0 0 0;
  padding: 0;
}

.ch-steps li {
  list-style: none;
  position: relative;
  margin: 14px 0 14px 44px;
  color: var(--ch-muted);
}

.ch-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: -44px;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #1d2939;
  background: #fff;
  border: 2px solid #dfe5ef;
  box-shadow: 0 4px 10px rgba(15, 23, 42, .06);
}

/* CTA block */
.ch-cta {
  background: linear-gradient(160deg, #fff 0%, #f7fbff 55%, #eef6ff 100%);
  border: 1px solid #e6eefc;
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 12px 38px rgba(10, 102, 255, .08);
  position: relative;
}

.ch-cta-badge {
  position: absolute;
  top: -26px;
  left: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(100% 100% at 30% 20%, #95c2ff 0%, #0a66ff 85%);
  color: #fff;
  font-size: 22px;
  box-shadow: 0 10px 22px rgba(10, 102, 255, .35);
}

.ch-cta-title {
  margin: 6px 0 10px;
  font-weight: 800;
  color: var(--ch-ink);
}

/* Buttons alignment with your theme */
.ch-cta .btn {
  border-radius: 12px;
}

/* Utilities */
.ch-card-title {
  font-weight: 800;
  color: var(--ch-ink);
  margin-bottom: 6px;
}

/* Make slab badges not overlap on narrow screens */
@media (max-width: 575.98px) {

  .ch-slab-badge,
  .ch-cta-badge {
    left: 20px;
  }

  .ch-slab {
    padding-top: 48px;
  }
}


/* ================= BIG FRIENDS – DESIGN SYSTEM ================= */
:root {
  --bf-bg: #0b1020;
  --bf-surface: #ffffff;
  --bf-ink: #101827;
  --bf-muted: #5b6778;
  --bf-line: rgba(0, 0, 0, .08);
  --bf-shadow: 0 18px 50px rgba(4, 12, 30, .12);
  --bf-radius: 20px;

  --bf-gold: #f2b200;
  --bf-teal: #12b886;
  --bf-indigo: #5850ec;
  --bf-rose: #e11d48;
  --bf-amber: #f59e0b;
  --bf-slate: #334155;
}

/* ---------- HERO ---------- */
.bf-hero {
  position: relative;
  padding: 70px 0 40px;
  background: #f7f9fc;
  overflow: hidden;
}

.bf-hero-glow {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(800px 300px at 85% -120px, rgba(242, 178, 0, .18), transparent 60%),
    radial-gradient(600px 260px at -15% 100%, rgba(88, 80, 236, .12), transparent 60%);
}

.bf-eyebrow {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 800;
  color: #7c8592;
  margin: 0 0 6px;
}

.bf-hero-title {
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: .2px;
  font-size: clamp(28px, 3.6vw, 52px);
  color: var(--bf-ink);
  margin: 0 0 10px;
}

.bf-hero-sub {
  color: var(--bf-muted);
  font-size: 1.08rem;
  margin: 0 0 18px;
}

.bf-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.bf-chip {
  background: #fff;
  border: 1px solid var(--bf-line);
  padding: .45rem .7rem;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: var(--bf-shadow);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.bf-chip i {
  opacity: .9
}

.bf-hero-photo {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(12, 18, 36, .18);
}

.bf-hero-photo img {
  display: block;
  width: 100%;
  height: auto
}

/* ---------- INTRO & GRID WRAPPER ---------- */
.bf-intro {
  padding: 32px 0 6px;
}

.bf-grid {
  padding: 18px 0 60px;
  background: #ffffff
}

/* ---------- CARD ---------- */
.bf-card {
  background: var(--bf-surface);
  border: 1px solid var(--bf-line);
  border-radius: var(--bf-radius);
  box-shadow: var(--bf-shadow);
  height: 100%;
}

.bf-card-body {
  padding: 22px 22px 20px 22px
}

.bf-card-title {
  font-weight: 800;
  color: var(--bf-ink);
  margin-bottom: 8px;
}

.bf-card-text {
  color: var(--bf-muted)
}

.bf-card--contact .bf-card-body {
  display: flex;
  flex-direction: column
}

/* Badge (floating icon) */
.bf-badge {
  --c: var(--bf-gold);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--c);
  box-shadow: 0 12px 28px color-mix(in oklab, var(--c), transparent 70%);
  border: 6px solid #fff;
  transform: translateY(-50%);
  margin-top: -26px;
  margin-bottom: -6px;
}

.bf-badge i {
  font-size: 26px
}

.bf-badge--teal {
  --c: var(--bf-teal)
}

.bf-badge--indigo {
  --c: var(--bf-indigo)
}

.bf-badge--rose {
  --c: var(--bf-rose)
}

.bf-badge--amber {
  --c: var(--bf-amber)
}

.bf-badge--slate {
  --c: var(--bf-slate)
}

.bf-badge--gold {
  --c: var(--bf-gold)
}

/* Check list */
.bf-list {
  list-style: none;
  padding-left: 0;
  margin: 0
}

.bf-list li {
  position: relative;
  padding-left: 28px;
  margin: .45rem 0;
  color: #374151;
}

.bf-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: .15rem;
  color: var(--bf-teal);
  font-size: .95rem;
}

.bf-list--plain li {
  padding-left: 0
}

.bf-list--plain li::before {
  display: none
}

/* Inline stats */
.bf-inline-stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 16px
}

.bf-stat-num {
  display: block;
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--bf-ink)
}

.bf-stat-label {
  display: block;
  font-size: .85rem;
  color: var(--bf-muted);
  margin-top: -2px
}

/* Buttons */
.bf-btn {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: var(--bf-amber);
  color: #111827;
  border: 0;
  padding: .7rem 1rem;
  font-weight: 800;
  border-radius: 12px;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .2s ease;
  box-shadow: 0 10px 26px rgba(245, 158, 11, .25);
}

.bf-btn:hover {
  transform: translateY(-1px)
}

.bf-btn--dark {
  background: #111827;
  color: #fff;
  box-shadow: 0 10px 26px rgba(17, 24, 39, .25)
}

/* CTA */
.bf-cta {
  margin-top: 34px
}

.bf-cta-inner {
  background: linear-gradient(180deg, #0f172a, #111827);
  color: #cbd5e1;
  border-radius: 22px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
}

.bf-cta-inner h3 {
  color: #fff;
  font-weight: 800
}

.bf-cta-inner p {
  margin: 0;
  color: #fff;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .bf-hero {
    padding: 56px 0 28px
  }

  .bf-badge {
    transform: none;
    margin-top: 0
  }
}

.black-bg {
  background-color: #000;
  height: auto;
  overflow: auto;
  padding: 10px;
  padding-top: 15px;
}

.fb-left {
  float: left;
  color: #fff;
}

.fb-right {
  float: right;
  color: #fff;
}

.fb-right a {
  color: #fff;
}

.sticky-footer {
  display: none;
}

@media(max-width:767px) {
 .wpo-lower-footer .links {
    flex-direction: column;
  }

  .black-bg {
    padding-bottom: 70px;
  }
  .wpo-lower-footer .mx-4.boder {
    display: none;
  }

  .fb-left, .fb-right {
    text-align: center;
    float: unset;
  }

  .sticky-footer {
    display: block;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;

    z-index: 99999999;
    background: #f2b200;
    padding-left: 30%;
    padding-top: 10px;
  }
}

li.page-item {
  margin: 3px;
}