/* ===================================================
   نبض — جمعية رعاية مرضى القلب | style.css
=================================================== */
:root {
  --red: #C62828;
  --red-dk: #8B0000;
  --red-lt: #EF5350;
  --grn: #2E7D32;
  --grn-dk: #1B5E20;
  --grn-lt: #4CAF50;
  --wh: #fff;
  --off: #F8F9FA;
  --lbg: #F4F7F4;
  --td: #111827;
  --tm: #374151;
  --tmu: #6B7280;
  --brd: #E5E7EB;
  --shsm: 0 2px 8px rgba(0, 0, 0, .06);
  --shmd: 0 6px 24px rgba(0, 0, 0, .1);
  --shlg: 0 16px 48px rgba(0, 0, 0, .15);
  --r8: 8px;
  --r16: 16px;
  --r24: 24px;
  --tr: .35s cubic-bezier(.4, 0, .2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100vw
}

body {
  font-family: 'Cairo', 'Tajawal', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--tm);
  background: var(--wh);
  overflow-x: hidden;
  max-width: 100vw
}

/* fix hero horizontal overflow */
#hero,
#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
.hero-slide {
  max-width: 100%;
  overflow: hidden
}

a {
  text-decoration: none;
  color: inherit
}

img {
  max-width: 100%
}

::-webkit-scrollbar {
  width: 5px
}

::-webkit-scrollbar-thumb {
  background: var(--red);
  border-radius: 3px
}

/* ---- NAVBAR ---- */
#mainNav {
  background: transparent;
  padding: 18px 0;
  transition: all .4s;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  width: 100%;
  max-width: 100vw
}

#mainNav.scrolled {
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(12px);
  padding: 10px 0;
  border-bottom: 1px solid var(--brd);
  box-shadow: var(--shsm)
}

#mainNav.scrolled .nav-link {
  color: var(--td) !important
}

#mainNav.scrolled .brand-title {
  color: var(--red)
}

#mainNav.scrolled .brand-sub {
  color: var(--tmu)
}

.brand-logo {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--red), var(--red-dk));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 19px;
  box-shadow: 0 4px 12px rgba(198, 40, 40, .3)
}

.brand-title {
  display: block;
  font-size: 19px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1
}

.brand-sub {
  display: block;
  font-size: 10px;
  color: rgba(255, 255, 255, .75);
  line-height: 1
}

.nav-link {
  color: rgba(255, 255, 255, .92) !important;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 13px !important;
  border-radius: 8px;
  transition: var(--tr);
  position: relative
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 13px;
  left: 13px;
  height: 2px;
  background: var(--red-lt);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform .3s
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1)
}

.nav-link:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .1)
}

.navbar-toggler {
  border: 2px solid rgba(255, 255, 255, .6);
  border-radius: 8px;
  padding: 4px 8px
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

#mainNav.scrolled .navbar-toggler {
  border-color: var(--red)
}

#mainNav.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28198,40,40,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

#mainNav .navbar-collapse {
  transition: var(--tr)
}

/* ---- HERO ---- */
#hero {
  position: relative
}

.hero-slide {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%
}

.slide-1 {
  background: linear-gradient(135deg, #5D0000 0%, #B71C1C 45%, #1A3A1A 100%)
}

.slide-2 {
  background: linear-gradient(135deg, #1B3A1B 0%, #2E7D32 45%, #5D0000 100%)
}

.slide-3 {
  background: linear-gradient(160deg, #B71C1C 0%, #7B0000 55%, #1B3A1B 100%)
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 50%, rgba(255, 255, 255, .06) 0%, transparent 55%)
}

/* Decorative shapes */
.sh {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  overflow: hidden
}

.sh-1a {
  width: 480px;
  height: 480px;
  top: -150px;
  left: -150px;
  background: rgba(255, 255, 255, .04)
}

.sh-1b {
  width: 280px;
  height: 280px;
  bottom: -80px;
  right: 12%;
  background: rgba(255, 255, 255, .035)
}

.sh-1c {
  width: 110px;
  height: 110px;
  top: 35%;
  right: 4%;
  background: rgba(255, 255, 255, .06);
  animation: floatY 6s ease-in-out infinite
}

.sh-2a {
  width: 400px;
  height: 400px;
  top: -100px;
  right: -100px;
  background: rgba(255, 255, 255, .04)
}

.sh-2b {
  width: 180px;
  height: 180px;
  bottom: -50px;
  left: 8%;
  background: rgba(255, 255, 255, .04)
}

.sh-3a {
  width: 440px;
  height: 440px;
  bottom: -130px;
  left: -90px;
  background: rgba(255, 255, 255, .04)
}

.sh-3b {
  width: 160px;
  height: 160px;
  top: 25%;
  right: 4%;
  background: rgba(255, 255, 255, .05);
  animation: floatY 5s ease-in-out infinite reverse
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-16px)
  }
}

/* Background textures */
.hero-grid-bg {
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image: linear-gradient(rgba(255, 255, 255, .8) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .8) 1px, transparent 1px);
  background-size: 50px 50px
}

.hero-dots-bg {
  position: absolute;
  inset: 0;
  opacity: .06;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .8) 1px, transparent 1px);
  background-size: 30px 30px
}

/* ECG strip */
.ecg-strip {
  position: absolute;
  bottom: 68px;
  left: 0;
  right: 0;
  height: 48px;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60'%3E%3Cpolyline points='0,30 80,30 100,8 120,52 140,30 220,30 240,8 260,52 280,30 360,30 380,8 400,52 420,30 500,30 520,8 540,52 560,30 640,30 660,8 680,52 700,30 780,30 800,8 820,52 840,30 920,30 940,8 960,52 980,30 1060,30 1080,8 1100,52 1120,30 1200,30' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 600px 48px;
  animation: ecgMove 5s linear infinite
}

@keyframes ecgMove {
  from {
    background-position: 0 0
  }

  to {
    background-position: 600px 0
  }
}

/* Hero text */
.hero-content {
  position: relative;
  z-index: 2;
  padding: 120px 0 80px
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, .8);
  letter-spacing: .5px
}

.hline {
  flex: 0 0 28px;
  height: 2px;
  background: var(--red-lt);
  border-radius: 1px
}

.hline-g {
  background: var(--grn-lt)
}

.green-ey {
  color: rgba(255, 255, 255, .85)
}

.hdot {
  color: var(--red-lt)
}

.hacc {
  display: inline-block;
  position: relative
}

.hacc::after {
  content: '';
  position: absolute;
  bottom: 3px;
  right: 0;
  left: 0;
  height: 4px;
  background: rgba(255, 255, 255, .3);
  border-radius: 2px
}

.hacc-g::after {
  background: rgba(76, 175, 80, .5)
}

.hero-desc {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, .85);
  max-width: 520px;
  margin-bottom: 28px;
  line-height: 1.9
}

.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.hbtn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--red-dk);
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 50px;
  font-size: 14px;
  transition: var(--tr);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .15)
}

.hbtn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
  color: var(--red)
}

.hbtn-ghost {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #fff;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, .6);
  font-size: 14px;
  transition: var(--tr)
}

.hbtn-ghost:hover {
  background: rgba(255, 255, 255, .15);
  color: #fff;
  transform: translateY(-3px)
}

.hbtn-green {
  color: var(--grn-dk)
}

.hbtn-green:hover {
  color: var(--grn)
}

/* Hero mini stats (slide 2) */
.hero-mini-stats {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
  flex-wrap: wrap
}

.hms-item {
  display: flex;
  flex-direction: column
}

.hms-num {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1
}

.hms-lbl {
  font-size: 12px;
  color: rgba(255, 255, 255, .7)
}

.hms-sep {
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, .2)
}

/* Slide 3 top heart */
.sl3-heart-top {
  margin-bottom: 14px
}

.sl3-heart-top i {
  font-size: 46px;
  color: rgba(255, 255, 255, .28);
  animation: hbeat 1.6s ease-in-out infinite
}

@keyframes hbeat {

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

  50% {
    transform: scale(1.1)
  }
}

/* Orbit visual (slide 1) */
.orb-visual {
  position: relative;
  width: 270px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center
}

.orb-r {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.715)
}

.r1 {
  width: 270px;
  height: 270px;
  animation: spin 18s linear infinite
}

.r2 {
  width: 190px;
  height: 190px;
  animation: spin 12s linear infinite reverse
}

.r3 {
  width: 110px;
  height: 110px;
  border-color: rgba(255, 255, 255, 0.53);
  animation: spin 8s linear infinite
}

@keyframes spin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

.orb-center {
  width: 76px;
  height: 76px;
  background: rgba(255, 255, 255, .12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: rgba(255, 255, 255, .85);
  border: 2px solid rgba(255, 255, 255, .25);
  z-index: 2;
  animation: hbeat 1.8s ease-in-out infinite
}

.orb-dot {
  position: absolute;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  opacity: .65
}

.od1 {
  animation: orb1 18s linear infinite
}

.od2 {
  animation: orb1 10s linear infinite reverse
}

@keyframes orb1 {
  from {
    transform: rotate(0deg) translateX(135px) rotate(0deg)
  }

  to {
    transform: rotate(360deg) translateX(135px) rotate(-360deg)
  }
}

/* Slide 2 visual */
.sl2-visual {
  position: relative;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center
}

.sl2-bg-circle {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, .15)
}

.sl2-icon {
  font-size: 76px;
  color: rgba(255, 255, 255, .8);
  position: relative;
  z-index: 2;
  animation: hbeat 2s ease-in-out infinite
}

.sl2-tag {
  position: absolute;
  background: rgba(255, 255, 255, .15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  z-index: 3
}

.sl2-tag i {
  font-size: 12px
}

.t1 {
  top: 18px;
  right: -18px;
  animation: floatY 4s ease-in-out infinite
}

.t2 {
  bottom: 38px;
  right: -26px;
  animation: floatY 4.5s ease-in-out infinite .4s
}

.t3 {
  bottom: 18px;
  left: -8px;
  animation: floatY 5s ease-in-out infinite .8s
}

/* Slide 3 visual */
.sl3-visual {
  position: relative;
  width: 230px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center
}

.sl3-ring-out {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, .2);
  animation: spin 20s linear infinite
}

.sl3-ring-in {
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, .15)
}

.sl3-icon {
  font-size: 68px;
  color: rgba(255, 255, 255, .75);
  position: relative;
  z-index: 2;
  animation: hbeat 1.6s ease-in-out infinite
}

/* Hero arrows */
.h-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--tr);
  cursor: pointer
}

.h-arrow:hover {
  background: rgba(255, 255, 255, .25);
  transform: translateY(-50%) scale(1.05)
}

.h-prev {
  right: 22px
}

.h-next {
  left: 22px
}

/* Progress indicators */
.h-prog-wrap {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 14px;
  z-index: 10
}

.h-prog {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 4px;
  opacity: .5;
  transition: opacity .3s
}

.h-prog.active {
  opacity: 1
}

.pg-num {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  font-family: 'Tajawal', sans-serif
}

.pg-bar {
  width: 48px;
  height: 3px;
  background: rgba(255, 255, 255, .25);
  border-radius: 2px;
  overflow: hidden
}

.pg-fill {
  display: block;
  width: 0%;
  height: 100%;
  background: #fff;
  border-radius: 2px;
  transition: width 6s linear
}

.h-prog.active .pg-fill {
  width: 100%
}

/* Stats bar */
.stats-bar {
  background: linear-gradient(135deg, var(--red-dk), var(--red));
  position: relative;
  z-index: 10
}

.stat-item {
  padding: 22px 14px;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, .12);
  transition: background .3s
}

.stat-item:last-child {
  border-left: none
}

.stat-item:hover {
  background: rgba(255, 255, 255, .08)
}

.stat-item i {
  font-size: 22px;
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, .65)
}

.stat-num {
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 3px
}

.stat-lbl {
  font-size: 12px;
  opacity: .8;
  font-weight: 500
}

/* ---- SECTION COMMONS ---- */
.sec-pad {
  padding: 96px 0
}

.bg-light {
  background: var(--lbg)
}

.sec-tag {
  display: inline-block;
  background: linear-gradient(135deg, var(--red), var(--red-lt));
  color: #fff;
  padding: 5px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px
}

.sec-title {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: var(--td);
  margin-bottom: 12px;
  line-height: 1.35
}

.t-red {
  color: var(--red)
}

.sec-sub {
  color: var(--tmu);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto
}

.sec-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(135deg, var(--red), var(--grn));
  border-radius: 2px;
  margin-top: 14px
}

.sec-text {
  color: var(--tm);
  font-size: 1.05rem;
  margin-bottom: 12px
}

/* ---- ABOUT ---- */
.about-wrap {
  position: relative;
  height: 420px
}

.about-bg {
  position: absolute;
  inset: 20px 20px 0 0;
  background: linear-gradient(135deg, var(--red), var(--grn));
  border-radius: var(--r24);
  opacity: .1
}

.about-card {
  position: absolute;
  inset: 0 0 20px 20px;
  background: linear-gradient(135deg, var(--red-dk), var(--red));
  border-radius: var(--r24);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 32px;
  overflow: hidden;
  box-shadow: var(--shlg)
}

.about-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, .05);
  border-radius: 50%
}

.about-hb {
  font-size: 78px;
  opacity: .2;
  position: absolute;
  bottom: 18px;
  left: 18px;
  animation: hbeat 1.6s ease-in-out infinite
}

.about-quote {
  position: relative;
  z-index: 2;
  text-align: center
}

.about-quote i {
  font-size: 26px;
  opacity: .5;
  margin-bottom: 10px;
  display: block
}

.about-quote p {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5
}

.about-badge {
  position: absolute;
  top: 16px;
  left: -8px;
  background: var(--grn);
  color: #fff;
  padding: 10px 16px;
  border-radius: var(--r8);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: var(--shmd);
  z-index: 10
}

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

.vchip {
  background: rgba(198, 40, 40, .07);
  color: var(--red-dk);
  border: 1px solid rgba(198, 40, 40, .2);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px
}

.vchip i {
  color: var(--grn)
}

.btn-red {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--red), var(--red-dk));
  color: #fff !important;
  border: none;
  padding: 12px 26px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  transition: var(--tr);
  box-shadow: 0 4px 14px rgba(198, 40, 40, .3);
  cursor: pointer
}

.btn-red:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(198, 40, 40, .4)
}

/* ---- GOALS TIMELINE ---- */
.gtl {
  position: relative;
  padding: 16px 0
}

.gtl-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: linear-gradient(to bottom, var(--red), var(--grn));
  border-radius: 2px;
  transform: translateX(-50%)
}

.gtl-row {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
  position: relative
}

.gtl-left {
  flex-direction: row
}

.gtl-right {
  flex-direction: row-reverse
}

.gtl-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shlg);
  border-color: rgba(198, 40, 40, .15)
}

.gtl-ico {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  margin-bottom: 12px;
  flex-shrink: 0;
  transition: var(--tr)
}

.gtl-ico.red {
  background: rgba(198, 40, 40, .08);
  color: var(--red)
}

.gtl-ico.green {
  background: rgba(46, 125, 50, .08);
  color: var(--grn)
}

.gtl-card:hover .gtl-ico.red {
  background: var(--red);
  color: #fff
}

.gtl-card:hover .gtl-ico.green {
  background: var(--grn);
  color: #fff
}

.gtl-card h5 {
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--td);
  margin-bottom: 7px
}

.gtl-card p {
  font-size: .91rem;
  color: var(--tmu);
  margin: 0;
  line-height: 1.75
}

.gtl-node {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--red), var(--red-dk));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  z-index: 2;
  box-shadow: 0 0 0 4px var(--lbg), 0 0 0 6px var(--red-lt);
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

/* ---- SERVICES ---- */
.srv-card {
  background: #fff;
  border-radius: var(--r24);
  padding: 36px 28px 30px;
  border: 1px solid var(--brd);
  position: relative;
  overflow: hidden;
  transition: var(--tr);
  height: 100%
}

.srv-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shlg);
  border-color: transparent
}

.srv-feat {
  border-color: rgba(198, 40, 40, .2);
  box-shadow: 0 6px 22px rgba(198, 40, 40, .08)
}

.srv-ico-wrap {
  position: relative;
  width: 76px;
  height: 76px;
  margin-bottom: 20px
}

.srv-ico-circle {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), var(--red-dk));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: transform .4s, box-shadow .4s
}

.srv-card:hover .srv-ico-circle {
  transform: scale(1.08) rotate(-5deg);
  box-shadow: 0 8px 22px rgba(198, 40, 40, .35)
}

.ico-g {
  background: linear-gradient(135deg, var(--grn), var(--grn-dk))
}

.srv-card:hover .ico-g {
  box-shadow: 0 8px 22px rgba(46, 125, 50, .35)
}

.srv-ripple {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(198, 40, 40, .2);
  animation: ripple 2s ease-out infinite
}

.srv-ripple.r2 {
  animation-delay: .8s
}

.srv-ripple.g {
  border-color: rgba(46, 125, 50, .2)
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1
  }

  100% {
    transform: scale(2.2);
    opacity: 0
  }
}

.srv-num {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(0, 0, 0, .05);
  position: absolute;
  top: 18px;
  left: 22px;
  font-family: 'Tajawal', sans-serif
}

.srv-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--td);
  margin-bottom: 10px
}

.srv-desc {
  color: var(--tmu);
  font-size: .92rem;
  margin-bottom: 16px;
  line-height: 1.8
}

.srv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px
}

.srv-tags span {
  background: rgba(198, 40, 40, .07);
  color: var(--red-dk);
  border: 1px solid rgba(198, 40, 40, .14);
  padding: 4px 11px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600
}

.srv-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-lt));
  transform: scaleX(0);
  transition: transform .4s;
  transform-origin: left
}

.srv-card:hover .srv-bar {
  transform: scaleX(1)
}

.srv-bar-g {
  background: linear-gradient(90deg, var(--grn), var(--grn-lt))
}

/* ---- PROGRAMS ---- */
.prog-card {
  background: #fff;
  border-radius: var(--r24);
  border: 1px solid var(--brd);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: var(--tr)
}

.prog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shlg);
  border-color: rgba(198, 40, 40, .2)
}

.prog-feat {
  border-color: var(--red);
  box-shadow: 0 8px 28px rgba(198, 40, 40, .1)
}

.prog-ico-wrap {
  background: linear-gradient(135deg, var(--red-dk), var(--red));
  padding: 32px;
  text-align: center;
  color: #fff;
  font-size: 48px;
  line-height: 1
}

.prog-ico-g {
  background: linear-gradient(135deg, var(--grn-dk), var(--grn))
}

.prog-body {
  padding: 26px;
  flex: 1
}

.prog-badge {
  display: inline-block;
  background: rgba(198, 40, 40, .08);
  color: var(--red);
  border: 1px solid rgba(198, 40, 40, .2);
  padding: 4px 13px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px
}

.prog-badge-g {
  background: rgba(46, 125, 50, .08);
  color: var(--grn);
  border-color: rgba(46, 125, 50, .2)
}

.prog-body h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--td);
  margin-bottom: 10px
}

.prog-body p {
  color: var(--tmu);
  font-size: .92rem;
  margin-bottom: 14px;
  line-height: 1.8
}

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

.prog-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: .92rem;
  color: var(--tm);
  margin-bottom: 7px
}

.prog-list li i {
  color: var(--grn);
  font-size: 13px;
  flex-shrink: 0
}

/* ---- BOARD ---- */
.bmc {
  background: #fff;
  border-radius: var(--r24);
  padding: 28px 20px 24px;
  text-align: center;
  border: 1px solid var(--brd);
  transition: var(--tr);
  position: relative;
  overflow: hidden
}

.bmc:hover {
  transform: translateY(-5px);
  box-shadow: var(--shlg)
}

.bmc-ch {
  border: 2px solid rgba(198, 40, 40, .25);
  box-shadow: 0 8px 28px rgba(198, 40, 40, .1)
}

.bmc-ch::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red-dk), var(--red), var(--red-lt))
}

.bmc-crown {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, var(--red-dk), var(--red));
  color: #fff;
  padding: 6px 15px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px
}

.bmc-crown i {
  font-size: 11px;
  color: #FFD700
}

.bmc-av-wrap {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center
}

.av-ch .av-ring-out,
.av-ch .av-ring-in {
  position: absolute;
  border-radius: 50%
}

.av-ch .av-ring-out {
  inset: 0;
  border: 2px dashed rgba(198, 40, 40, .3);
  animation: spin 20s linear infinite
}

.av-ch .av-ring-in {
  inset: 12px;
  border: 2px dashed rgba(198, 40, 40, .15);
  animation: spin 15s linear infinite reverse
}

.bmc-av {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  position: relative;
  z-index: 2
}

.av-ch-inner {
  background: linear-gradient(135deg, var(--red-dk), var(--red));
  box-shadow: 0 5px 18px rgba(198, 40, 40, .3)
}

.av-vc-inner {
  background: linear-gradient(135deg, #E91E63, #AD1457);
  box-shadow: 0 5px 18px rgba(233, 30, 99, .3)
}

.av-mb-inner {
  background: linear-gradient(135deg, var(--grn), var(--grn-dk));
  box-shadow: 0 5px 18px rgba(46, 125, 50, .3)
}

.av-fl-inner {
  background: linear-gradient(135deg, #9C27B0, #6A1B9A);
  box-shadow: 0 5px 18px rgba(156, 39, 176, .3)
}

.bmc-name {
  font-size: .98rem;
  font-weight: 800;
  color: var(--td);
  margin-bottom: 9px;
  line-height: 1.4
}

.bmc-div {
  width: 38px;
  height: 3px;
  border-radius: 2px;
  margin: 0 auto 9px
}

.bmc-div-ch {
  background: linear-gradient(90deg, var(--red), var(--red-lt))
}

.bmc-div-vc {
  background: linear-gradient(90deg, #E91E63, #AD1457)
}

.bmc-div-mb {
  background: linear-gradient(90deg, var(--grn), var(--grn-lt))
}

.bmc-role {
  font-size: .84rem;
  font-weight: 600;
  margin: 0
}

.bmc-role-ch {
  color: var(--red)
}

.bmc-role-vc {
  color: #AD1457
}

.bmc-role-mb {
  color: var(--grn)
}

/* ---- CONTACT ---- */
.cip {
  background: linear-gradient(155deg, var(--red-dk), var(--red));
  border-radius: var(--r24);
  padding: 34px;
  color: #fff;
  height: 100%
}

.cip-head {
  text-align: center;
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.cip-main-ic {
  font-size: 42px;
  display: block;
  margin-bottom: 12px;
  opacity: .85
}

.cip-head h4 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 5px
}

.cip-head p {
  font-size: .9rem;
  color: rgba(255, 255, 255, .75);
  margin: 0
}

.cip-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 22px
}

.cip-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  transition: var(--tr);
  border-radius: 10px;
  padding: 4px
}

.cip-item:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff
}

.cip-ic {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0
}

.cip-lbl {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, .65)
}

.cip-val {
  display: block;
  font-size: .88rem;
  font-weight: 600;
  color: #fff
}

.cip-soc-title {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, .75);
  margin-bottom: 10px
}

.cip-socs {
  display: flex;
  gap: 9px
}

.csoc {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  transition: var(--tr)
}

.csoc:hover {
  background: rgba(255, 255, 255, .25);
  color: #fff;
  transform: translateY(-2px)
}

/* Contact form */
.cfp {
  background: #fff;
  border-radius: var(--r24);
  padding: 38px;
  border: 1px solid var(--brd);
  box-shadow: var(--shmd)
}

.cfp-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--td);
  margin-bottom: 5px
}

.cfp-sub {
  color: var(--tmu);
  font-size: .92rem;
  margin-bottom: 26px
}

.fld {
  display: flex;
  flex-direction: column;
  margin-bottom: 0
}

.fld label {
  font-size: 14px;
  font-weight: 700;
  color: var(--td);
  margin-bottom: 7px
}

.freq {
  color: var(--red)
}

.finp {
  position: relative;
  display: flex;
  align-items: center
}

.fic {
  position: absolute;
  right: 13px;
  color: var(--tmu);
  font-size: 14px;
  pointer-events: none;
  z-index: 1;
  transition: color .2s
}

.finp input,
.finp select,
.finp textarea {
  width: 100%;
  background: var(--off);
  border: 1.5px solid var(--brd);
  border-radius: 10px;
  padding: 11px 42px 11px 13px;
  font-size: 14px;
  font-family: 'Cairo', 'Tajawal', sans-serif;
  color: var(--td);
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  direction: rtl
}

.finp input:focus,
.finp select:focus,
.finp textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(198, 40, 40, .1);
  background: #fff
}

.fsel select {
  appearance: none;
  padding-left: 34px
}

.fsel-arrow {
  position: absolute;
  left: 13px;
  color: var(--tmu);
  font-size: 11px;
  pointer-events: none
}

.ftxt {
  align-items: flex-start
}

.ftxt-ic {
  top: 12px
}

.finp textarea {
  resize: vertical;
  min-height: 118px
}

.fld.has-err .finp input,
.fld.has-err .finp select,
.fld.has-err .finp textarea {
  border-color: var(--red-lt)
}

.ferr {
  font-size: 12px;
  color: var(--red-lt);
  margin-top: 4px;
  display: none
}

.fld.has-err .ferr {
  display: block
}

.btn-submit {
  background: linear-gradient(135deg, var(--red), var(--red-dk));
  color: #fff;
  border: none;
  padding: 13px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Cairo', sans-serif;
  cursor: pointer;
  transition: var(--tr);
  box-shadow: 0 4px 14px rgba(198, 40, 40, .3);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(198, 40, 40, .4)
}

.sb-loading {
  display: flex;
  align-items: center;
  gap: 8px
}

/* Form success */
.form-ok {
  text-align: center;
  padding: 38px 20px
}

.fok-icon {
  width: 76px;
  height: 76px;
  background: linear-gradient(135deg, var(--grn), var(--grn-dk));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  margin: 0 auto 18px;
  animation: popIn .5s ease
}

@keyframes popIn {
  0% {
    transform: scale(0)
  }

  70% {
    transform: scale(1.15)
  }

  100% {
    transform: scale(1)
  }
}

.form-ok h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--td);
  margin-bottom: 9px
}

.form-ok p {
  color: var(--tmu);
  font-size: .94rem
}

/* ---- CTA ---- */
.cta-sec {
  background: linear-gradient(135deg, var(--grn-dk), var(--grn));
  padding: 92px 0;
  position: relative;
  overflow: hidden
}

.cta-ov {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, .06) 0%, transparent 60%)
}

.cta-ic {
  font-size: 46px;
  color: rgba(255, 255, 255, .8);
  display: block;
  animation: hbeat 1.6s ease-in-out infinite
}

.cta-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 13px;
  position: relative;
  z-index: 1
}

.cta-desc {
  color: rgba(255, 255, 255, .85);
  font-size: 1.04rem;
  max-width: 560px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1
}

.btn-cta-w {
  background: #fff;
  color: var(--grn-dk);
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 50px;
  border: none;
  font-size: 15px;
  transition: var(--tr);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
  position: relative;
  z-index: 1
}

.btn-cta-w:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .2);
  color: var(--grn)
}

.btn-cta-o {
  background: transparent;
  color: #fff;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, .65);
  font-size: 15px;
  transition: var(--tr);
  position: relative;
  z-index: 1
}

.btn-cta-o:hover {
  background: rgba(255, 255, 255, .15);
  color: #fff;
  transform: translateY(-3px)
}

/* ---- FOOTER ---- */
.site-footer {
  background: #0D1117
}

.ft-top {
  padding: 60px 0 38px
}

.ft-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px
}

.ft-logo-ic {
  font-size: 26px;
  color: var(--red-lt)
}

.ft-name {
  display: block;
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1
}

.ft-sub {
  display: block;
  font-size: 10px;
  color: #6B7280
}

.ft-about {
  color: #9CA3AF;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 18px
}

.ft-soc {
  display: flex;
  gap: 9px
}

.fsoc {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9CA3AF;
  font-size: 14px;
  transition: var(--tr)
}

.fsoc:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
  transform: translateY(-2px)
}

.ft-head {
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 9px
}

.ft-head::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 2px;
  background: var(--red);
  border-radius: 1px
}

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

.ft-links li {
  margin-bottom: 9px
}

.ft-links a {
  color: #9CA3AF;
  font-size: 14px;
  transition: color .2s;
  display: flex;
  align-items: center;
  gap: 5px
}

.ft-links a::before {
  content: '›';
  color: var(--red-lt);
  font-size: 15px
}

.ft-links a:hover {
  color: #fff
}

.ft-contacts {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ft-ci {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #9CA3AF;
  font-size: 13px
}

.ft-ci i {
  color: var(--red-lt);
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0
}

.ft-bottom {
  background: rgba(0, 0, 0, .3);
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 18px 0
}

.ft-bottom p {
  margin: 0;
  color: #6B7280;
  font-size: 13px
}

/* ---- BACK TO TOP ---- */
.btt {
  position: fixed;
  bottom: 26px;
  left: 26px;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--red), var(--red-dk));
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 15px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--tr);
  box-shadow: 0 4px 14px rgba(198, 40, 40, .35);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center
}

.btt.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}

.btt:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(198, 40, 40, .45)
}

/* ---- SCROLL REVEAL ---- */
.reveal-up,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: opacity .7s ease, transform .7s ease
}

.reveal-up {
  transform: translateY(36px)
}

.reveal-left {
  transform: translateX(-36px)
}

.reveal-right {
  transform: translateX(36px)
}

.reveal-up.vis,
.reveal-left.vis,
.reveal-right.vis {
  opacity: 1;
  transform: translate(0)
}

.delay-1 {
  transition-delay: .12s !important
}

.delay-2 {
  transition-delay: .24s !important
}

.delay-3 {
  transition-delay: .36s !important
}

/* ===================================================
     RESPONSIVE
  =================================================== */

/* Tablet ≤992 */
@media(max-width:992px) {
  .sec-pad {
    padding: 64px 0
  }

  #mainNav .navbar-collapse {
    background: #fff;
    margin-top: 10px;
    border-radius: var(--r16);
    padding: 16px;
    box-shadow: var(--shlg);
  }

  #mainNav .navbar-collapse .nav-link {
    color: var(--td) !important
  }

  #mainNav .navbar-collapse .nav-link::after {
    background: var(--red)
  }
}

/* Mobile ≤768 */
@media(max-width:768px) {

  /* --- HERO --- */
  .hero-slide {
    min-height: 72vh
  }

  .hero-content {
    padding: 86px 0 52px;
    width: 100%;
    max-width: 100%
  }

  /* hide arrows on mobile */
  .h-arrow {
    display: none !important
  }

  .hero-desc {
    font-size: .92rem;
    margin-bottom: 22px;
    max-width: 100%
  }

  .hero-eyebrow {
    font-size: 11px;
    gap: 8px;
    margin-bottom: 12px
  }

  .hline {
    flex: 0 0 18px
  }

  /* ensure col takes full width properly */
  .hero-slide .col-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
  }

  /* buttons stacked full width */
  .hero-btns {
    flex-direction: column;
    gap: 10px
  }

  .hbtn-primary,
  .hbtn-ghost {
    width: 45%;
    justify-content: center;
    padding: 11px 18px;
    font-size: 14px
  }

  /* slide 3 — text stays right, no centering */
  .hero-content.center-content {
    text-align: right !important
  }

  /* mini stats */
  .hero-mini-stats {
    gap: 12px;
    margin-bottom: 18px
  }

  .hms-num {
    font-size: 1.5rem
  }

  .hms-lbl {
    font-size: 11px
  }

  /* ecg strip */
  .ecg-strip {
    bottom: 46px;
    height: 36px
  }

  /* progress */
  .h-prog-wrap {
    gap: 10px;
    bottom: 14px
  }

  .pg-bar {
    width: 34px
  }

  .pg-num {
    font-size: 10px
  }

  /* decorative shapes smaller on mobile */
  .sh-1a {
    width: 250px;
    height: 250px;
    top: -80px;
    left: -80px
  }

  .sh-1b {
    width: 140px;
    height: 140px
  }

  .sh-1c {
    width: 70px;
    height: 70px
  }

  .sh-2a {
    width: 200px;
    height: 200px;
    top: -60px;
    right: -60px
  }

  .sh-2b {
    width: 100px;
    height: 100px
  }

  .sh-3a {
    width: 220px;
    height: 220px;
    bottom: -70px;
    left: -50px
  }

  .sh-3b {
    width: 90px;
    height: 90px
  }

  /* sl3 heart icon top */
  .sl3-heart-top i {
    font-size: 34px
  }

  /* --- STATS BAR --- */
  .stats-bar .stat-item {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
  }

  .stats-bar .stat-item:last-child {
    border-bottom: none
  }

  .stat-num {
    font-size: 1.55rem
  }

  .stat-item {
    padding: 16px 10px
  }

  /* --- ABOUT --- */
  .about-wrap {
    height: 240px;
    margin-bottom: 24px
  }

  .about-card {
    padding: 22px
  }

  .about-quote p {
    font-size: 1rem
  }

  .val-chips {
    gap: 8px
  }

  .vchip {
    font-size: 12px;
    padding: 5px 11px
  }

  /* --- GOALS TIMELINE → vertical stack --- */
  .gtl {
    padding-right: 0;
    padding-left: 50px
  }

  .gtl-line {
    left: 18px;
    transform: none
  }

  .gtl-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 28px;
    padding-right: 0
  }

  .gtl-card {
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 14px
  }

  .gtl-node {
    position: absolute;
    left: -50px;
    top: 0;
    transform: none;
    width: 36px;
    height: 36px;
    font-size: 11px;
    box-shadow: 0 0 0 3px var(--lbg), 0 0 0 5px var(--red-lt)
  }

  .gtl-ico {
    width: 42px;
    height: 42px;
    font-size: 17px;
    margin-bottom: 9px
  }

  .gtl-card h5 {
    font-size: .94rem
  }

  .gtl-card p {
    font-size: .87rem
  }

  /* --- SERVICES --- */
  .srv-card {
    padding: 26px 18px 22px
  }

  .srv-ico-wrap {
    width: 62px;
    height: 62px;
    margin-bottom: 14px
  }

  .srv-ico-circle {
    width: 62px;
    height: 62px;
    font-size: 23px
  }

  .srv-title {
    font-size: 1rem
  }

  .srv-desc {
    font-size: .89rem
  }

  /* --- BOARD --- */
  .bmc {
    padding: 22px 14px 18px
  }

  .bmc-name {
    font-size: .86rem
  }

  .bmc-av {
    width: 68px !important;
    height: 68px !important;
    font-size: 26px !important
  }

  .bmc-av-wrap {
    width: 80px !important;
    height: 80px !important
  }

  .bmc-crown {
    font-size: 11px;
    padding: 5px 11px
  }

  /* --- CONTACT --- */
  .cfp {
    padding: 22px 16px
  }

  .cip {
    padding: 26px 18px
  }

  .cip-main-ic {
    font-size: 34px
  }

  /* --- FOOTER --- */
  .ft-top {
    padding: 36px 0 24px
  }

  .ft-head::after {
    right: auto;
    left: 0
  }

  /* --- CTA --- */
  .cta-sec .d-flex {
    flex-direction: column;
    align-items: center
  }

  .btn-cta-w,
  .btn-cta-o {
    width: 100%;
    text-align: center;
    justify-content: center
  }
}

/* Small ≤480 */
@media(max-width:480px) {
  .hero-slide {
    min-height: 66vh
  }

  .hero-content {
    padding: 78px 0 44px
  }

  .hero-title {
    font-size: 1.5rem
  }

  .sec-title {
    font-size: 1.35rem
  }

  .gtl {
    padding-left: 42px
  }

  .gtl-node {
    left: -42px;
    width: 30px;
    height: 30px;
    font-size: 10px
  }

  .ft-bottom .row>div {
    text-align: center !important
  }

  .ft-soc {
    justify-content: center
  }

  .ft-logo {
    justify-content: center
  }
}


/* ---- PROGRAMS ---- */
.prg-section {
  background: var(--lbg);
}

.prg-row {
  display: flex;
  gap: 0;
  margin-bottom: 40px;
  align-items: stretch;
}

.prg-row:last-child {
  margin-bottom: 0;
}

/* Number column */
.prg-num-col {
  width: 80px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8px;
}

.prg-num-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.prg-big-num {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px var(--red);
  font-family: 'Tajawal', sans-serif;
}

.prg-num-g {
  -webkit-text-stroke-color: var(--grn);
}

.prg-num-line {
  flex: 1;
  width: 2px;
  background: linear-gradient(to bottom, var(--red), transparent);
  border-radius: 2px;
  min-height: 40px;
}

.prg-num-line-g {
  background: linear-gradient(to bottom, var(--grn), transparent);
}

/* Content column */
.prg-content-col {
  flex: 1;
  min-width: 0;
}

/* Inner card */
.prg-inner {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
  transition: transform .35s ease, box-shadow .35s ease;
  border: 1px solid var(--brd);
  position: relative;
}

.prg-inner::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
}

.prg-red::before {
  background: linear-gradient(to bottom, var(--red), var(--red-lt));
}

.prg-grn::before {
  background: linear-gradient(to bottom, var(--grn), var(--grn-lt));
}

.prg-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
}

/* Left text */
.prg-left {
  flex: 1;
  padding: 32px 28px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.prg-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .3px;
}

.prg-pill-r {
  background: rgba(198, 40, 40, .08);
  color: var(--red);
  border: 1px solid rgba(198, 40, 40, .2);
}

.prg-pill-g {
  background: rgba(46, 125, 50, .08);
  color: var(--grn);
  border: 1px solid rgba(46, 125, 50, .2);
}

.prg-title {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--td);
  line-height: 1.3;
  margin: 0;
}

.prg-title span {
  color: var(--red);
}

.prg-title-g span {
  color: var(--grn);
}

.prg-desc {
  color: var(--tmu);
  font-size: .92rem;
  line-height: 1.85;
  margin: 0;
}

.prg-feats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.prg-feats li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .91rem;
  color: var(--tm);
  font-weight: 500;
}

.pf-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.pf-dot-r {
  background: var(--red);
}

.pf-dot-g {
  background: var(--grn);
}

/* Right icon */
.prg-right {
  width: 160px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
}

.prg-ico-box {
  position: relative;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.prg-ico-r {
  background: linear-gradient(135deg, var(--red-dk), var(--red));
  box-shadow: 0 8px 28px rgba(198, 40, 40, .3);
}

.prg-ico-g {
  background: linear-gradient(135deg, var(--grn-dk), var(--grn));
  box-shadow: 0 8px 28px rgba(46, 125, 50, .3);
}

.prg-ico-main {
  font-size: 42px;
  color: #fff;
  position: relative;
  z-index: 2;
  animation: hbeat 2s ease-in-out infinite;
}

.pir {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .25);
  animation: ripple 2.5s ease-out infinite;
}

.pir-2 {
  animation-delay: 1s;
}

/* Mobile */
@media (max-width: 768px) {
  .prg-num-col {
    width: 48px;
  }

  .prg-big-num {
    font-size: 1.8rem;
    -webkit-text-stroke-width: 1.5px;
  }

  .prg-inner {
    flex-direction: column;
  }

  .prg-right {
    width: 100%;
    padding: 20px;
    border-top: 1px solid var(--brd);
  }

  .prg-ico-box {
    width: 80px;
    height: 80px;
  }

  .prg-ico-main {
    font-size: 30px;
  }

  .prg-left {
    padding: 22px 18px 18px 16px;
    gap: 10px;
  }

  .prg-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .prg-num-col {
    display: none;
  }

  .prg-inner::before {
    top: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 4px;
  }
}