@charset "UTF-8";
:root {
  --bg: #f5f1ea;
  --paper: #fffaf3;
  --dark: #172033;
  --muted: #667085;
  --gold: #bd8b3f;
--gold-lt:    #e8c97a;
--gold-dark:     #9A7430;
  --teal: #1c7780;
  --teal-mid:   #0d5059; 
  --teal-dark:  #082d32;
      --teal-deep:  #041a1d; 
  --blue: #0d2f4f;
  --navy: #071827;
  --shadow: 0 24px 70px rgba(9, 24, 38, 0.14);
  --radius: 28px;
   --white:      #ffffff;
      --off-white:  #f0f7f8;
  --tprg-border:        rgba(201,168,76,.22);
      --tprg-border-soft:   rgba(11,24,41,.1);
      --tprg-glass-bg:      rgba(17,34,64,.72);
  --tprg-radius:        16px;
      --tprg-radius-lg:     28px;
      --tprg-transition:    .45s cubic-bezier(.4,0,.2,1);
  --tprg-gold:          #C9A84C;
      --tprg-gold-light:    #E8CC7E;
      --tprg-gold-dark:     #9A7430;

      /* Navy palette (hero + accents) */
      --tprg-navy:          #0B1829;
      --tprg-navy-mid:      #112240;
      --tprg-navy-soft:     #1A3354;

      /* Light theme surfaces */
      --tprg-bg:            #F5F2EC;
      --tprg-surface:       #FFFFFF;
      --tprg-surface-warm:  #FBF9F5;
      --tprg-text:          #0B1829;
      --tprg-text-secondary:#4A5568;
      --tprg-text-muted:    #8A9AB0;

      /* Borders & glass */
      --tprg-border:        rgba(201,168,76,.8);
      --tprg-border-soft:   rgba(11,24,41,.1);
      --tprg-glass-bg:      rgba(17,34,64,.72);

      /* Shadows */
      --tprg-shadow-xs:     0 1px 4px rgba(11,24,41,.05);
      --tprg-shadow-sm:     0 4px 16px rgba(11,24,41,.08);
      --tprg-shadow-md:     0 12px 40px rgba(11,24,41,.12);
      --tprg-shadow-lg:     0 32px 80px rgba(11,24,41,.16);

      --tprg-radius:        16px;
      --tprg-radius-lg:     28px;
      --tprg-transition:    .45s cubic-bezier(.4,0,.2,1);
     

}

/*** Kayframes ***/
@keyframes ceom-drift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, 40px) scale(1.06);
  }
  50% {
    transform: translate(-20px, 55px) scale(0.94);
  }
  75% {
    transform: translate(45px, -20px) scale(1.04);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes ceom-floatUp {
  0% {
    transform: translateY(100vh) scale(0);
    opacity: 0;
  }
  10% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    transform: translateY(-10vh) scale(1);
    opacity: 0;
  }
}
@keyframes ceom-cardIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes ceom-gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes ceom-fadeDown {
  from {
    opacity: 0;
    transform: translateY(-28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ceom-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ceom-glowPulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}
@keyframes ceom-fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes ceom-floatIcon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes ceom-underlineGrow {
  to {
    width: 100%;
  }
}
@keyframes ceom-shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
/*** Kayframes ***/
/*** CEO Message ***/
#ceo-statement-page .bg-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #e9e1d6;
}
#ceo-statement-page .bg-canvas .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.28;
  animation: ceom-drift linear infinite;
}
#ceo-statement-page .bg-canvas .orb.orb-1 {
  width: 600px;
  height: 600px;
  background: rgba(53, 116, 128, 0.35);
  top: -150px;
  left: -120px;
  animation-duration: 24s;
}
#ceo-statement-page .bg-canvas .orb.orb-2 {
  width: 440px;
  height: 440px;
  background: rgba(31, 162, 173, 0.28);
  bottom: -100px;
  right: -80px;
  animation-duration: 30s;
  animation-direction: reverse;
}
#ceo-statement-page .bg-canvas .orb.orb-3 {
  width: 320px;
  height: 320px;
  background: rgba(131, 209, 220, 0.32);
  top: 38%;
  left: 52%;
  animation-duration: 20s;
}
#ceo-statement-page .bg-canvas .orb.orb-4 {
  width: 200px;
  height: 200px;
  background: rgba(15, 42, 67, 0.2);
  top: 60%;
  left: 15%;
  animation-duration: 16s;
  animation-direction: reverse;
}
#ceo-statement-page .grid-overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(circle, rgba(53, 116, 128, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
}
#ceo-statement-page .particles {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
#ceo-statement-page .particles .particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: ceom-floatUp linear infinite;
}
#ceo-statement-page .page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 24px 60px 24px;
}
#ceo-statement-page .page .card {
  width: 100%;
  max-width: 1200px;
  background: rgba(255, 249, 244, 0.6);
  border: 1px solid rgba(139, 94, 60, 0.18);
  border-radius: 32px;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(196, 113, 74, 0.08), 0 48px 96px rgba(44, 26, 14, 0.15), 0 0 80px rgba(196, 113, 74, 0.08);
  opacity: 0;
  transform: translateY(120px) scale(0.97);
  animation: ceom-cardIn 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}
#ceo-statement-page .page .card .accent-bar {
  height: 4px;
  background: linear-gradient(90deg, #357480, #1fa2ad, #83d1dc, #1fa2ad, #357480);
  background-size: 400% 100%;
  animation: ceom-gradientShift 5s ease infinite;
}
#ceo-statement-page .page .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 52px 48px;
  gap: 32px;
  text-align: center;
}
#ceo-statement-page .page .card .card-body .avatar-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  opacity: 0;
  animation: ceom-fadeDown 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
}
#ceo-statement-page .page .card .card-body .avatar-section .avatar-ring {
  position: relative;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
}
#ceo-statement-page .page .card .card-body .avatar-section .avatar-ring::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: conic-gradient(#357480 0deg, #1fa2ad 90deg, #83d1dc 180deg, #0f2a43 270deg, #357480 360deg);
  animation: ceom-spin 5s linear infinite;
}
#ceo-statement-page .page .card .card-body .avatar-section .avatar-ring::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: #0f2a43;
}
#ceo-statement-page .page .card .card-body .avatar-section .avatar-ring .avatar-glow {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 162, 173, 0.28) 0%, transparent 70%);
  animation: ceom-glowPulse 3s ease-in-out infinite;
  pointer-events: none;
}
#ceo-statement-page .page .card .card-body .avatar-section .avatar-ring .avatar-placeholder {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(160deg, #357480 0%, #0f2a43 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
#ceo-statement-page .page .card .card-body .avatar-section .avatar-ring .avatar-placeholder img {
  width: 100%;
  height: 90%;
}
#ceo-statement-page .page .card .card-body .avatar-section .ceo-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#ceo-statement-page .page .card .card-body .avatar-section .ceo-info .ceo-name {
  font-size: clamp(0.9rem, 2vw, 1.45rem);
  font-weight: 800;
  color: #2d2520;
  letter-spacing: 0.3px;
  line-height: 1.2;
  font-family: "Montserrat-Bold";
}
#ceo-statement-page .page .card .card-body .avatar-section .ceo-info .ceo-designation {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #1fa2ad;
}
#ceo-statement-page .page .card .card-body .avatar-section .ceo-info .divider-line {
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #1fa2ad, transparent);
  border-radius: 2px;
}
#ceo-statement-page .page .card .card-body .avatar-section .ceo-info .company-name {
  font-size: 0.72rem;
  color: muted;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
}
#ceo-statement-page .page .card .card-body .wide-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(53, 116, 128, 0.22) 30%, rgba(53, 116, 128, 0.22) 70%, transparent);
  opacity: 0;
  animation: ceom-fadeIn 0.6s ease 0.9s forwards;
}
#ceo-statement-page .page .card .card-body .msg-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: fadeUp 0.7s ease 1s forwards;
}
#ceo-statement-page .page .card .card-body .msg-header .quote-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(53, 116, 128, 0.09);
  border: 1px solid rgba(53, 116, 128, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ceom-floatIcon 4s ease-in-out 2s infinite;
}
#ceo-statement-page .page .card .card-body .msg-header .quote-icon svg {
  width: 26px;
  height: 26px;
  fill: #1fa2ad;
  opacity: 0.88;
}
#ceo-statement-page .page .card .card-body .msg-header .headline {
  font-size: 2.4rem;
  font-weight: 800;
  color: #2d2520;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-family: "Montserrat-Bold";
}
#ceo-statement-page .page .card .card-body .msg-header .headline span {
  color: #1fa2ad;
  position: relative;
  display: inline-block;
}
#ceo-statement-page .page .card .card-body .msg-header .headline span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #1fa2ad, #83d1dc);
  animation: ceom-underlineGrow 0.8s ease 1.6s forwards;
}
#ceo-statement-page .page .card .card-body .msg-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 1000px;
}
#ceo-statement-page .page .card .card-body .msg-body p {
  font-size: 0.94rem;
  line-height: 1.82;
  color: #7d6f65;
  opacity: 0;
  margin: 0;
  padding: 0.5rem 0;
}
#ceo-statement-page .page .card .card-body .msg-body p:nth-child(1) {
  animation: fadeUp 0.7s ease 1.3s forwards;
}
#ceo-statement-page .page .card .card-body .msg-body p:nth-child(2) {
  animation: fadeUp 0.7s ease 1.45s forwards;
}
#ceo-statement-page .page .card .card-body .msg-body p:nth-child(3) {
  animation: fadeUp 0.7s ease 1.6s forwards;
}
#ceo-statement-page .page .card .card-body .msg-body p:nth-child(4) {
  animation: fadeUp 0.7s ease 1.75s forwards;
}
#ceo-statement-page .page .card .card-body .msg-body p:nth-child(5) {
  animation: fadeUp 0.7s ease 1.9s forwards;
}
#ceo-statement-page .page .card .card-body .msg-body p:nth-child(6) {
  animation: fadeUp 0.7s ease 2.05s forwards;
}
#ceo-statement-page .page .card .card-body .msg-body p:nth-child(7) {
  animation: fadeUp 0.7s ease 2.2s forwards;
}
#ceo-statement-page .page .card .card-body .msg-body p:nth-child(8) {
  animation: fadeUp 0.7s ease 2.35s forwards;
}
#ceo-statement-page .page .card .card-body .msg-body p:nth-child(9) {
  animation: fadeUp 0.7s ease 2.5s forwards;
}
#ceo-statement-page .page .card .card-body .msg-body p:nth-child(10) {
  animation: fadeUp 0.7s ease 2.65s forwards;
}

/*** CEO Message ***/
/*** Experts List ***/
.experts-section {
  background: #e9e1d6;
  padding: clamp(32px, 6vw, 72px) clamp(16px, 4vw, 48px);
}
.experts-section h1 {
  color: #0f2a43;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 700;
  margin-bottom: clamp(32px, 5vw, 56px);
  text-align: center;
  letter-spacing: -0.5px;
}
.experts-section .cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* changed from 5 → 4 */
  -moz-column-gap: clamp(16px, 2vw, 26px);
       column-gap: clamp(16px, 2vw, 26px);
  row-gap: clamp(80px, 10vw, 110px);
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 70px;
}
@media (max-width: 1100px) {
  .experts-section .cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 820px) {
  .experts-section .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .experts-section .cards-grid {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 14px;
         column-gap: 14px;
    row-gap: 80px;
  }
}
@media (max-width: 360px) {
  .experts-section .cards-grid {
    grid-template-columns: 1fr;
  }
}
.experts-section .cards-grid .profile-card {
  background: #fff;
  border: 1px solid rgba(53, 116, 128, 0.22);
  border-radius: 20px;
  padding: 72px clamp(12px, 2vw, 20px) 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: visible;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(53, 116, 128, 0.07);
  transition: box-shadow 0.38s ease, border-color 0.38s ease, transform 0.38s ease;
}
@media (max-width: 580px) {
  .experts-section .cards-grid .profile-card {
    padding-top: 68px;
  }
}
.experts-section .cards-grid .profile-card .card-bg {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.experts-section .cards-grid .profile-card .card-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #1fa2ad, transparent);
  opacity: 0;
  transition: opacity 0.38s ease;
}
.experts-section .cards-grid .profile-card .card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(31, 162, 173, 0.08) 0%, transparent 65%);
  opacity: 0;
  transition: opacity 0.38s ease;
}
.experts-section .cards-grid .profile-card .avatar-wrap {
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, #2d2520, #7d6f65, #0f2a43);
  z-index: 3;
  transition: transform 0.45s cubic-bezier(0.34, 1.5, 0.64, 1), filter 0.45s ease;
}
.experts-section .cards-grid .profile-card .avatar-wrap::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 162, 173, 0.35) 0%, rgba(131, 209, 220, 0.25) 40%, transparent 70%);
  filter: blur(14px);
  opacity: 0.75;
  z-index: -1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.experts-section .cards-grid .profile-card .avatar-wrap .avatar-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* gradient background */
  background: radial-gradient(circle at 30% 30%, #2d2520 0%, #7d6f65 45%, #0f2a43 100%);
}
.experts-section .cards-grid .profile-card .avatar-wrap .avatar-inner img {
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  /* allow gradient visibility */
  opacity: 0.92;
  transition: transform 0.38s ease, filter 0.38s ease, opacity 0.38s ease;
}
.experts-section .cards-grid .profile-card .card-info {
  text-align: center;
  position: relative;
  z-index: 1;
}
.experts-section .cards-grid .profile-card .card-info .card-name {
  color: #0f2a43;
  font-size: clamp(0.75rem, 1.2vw, 0.95rem);
  font-weight: 700;
  margin-bottom: 5px;
  transition: color 0.3s ease;
  padding: 0.5rem 0;
}
.experts-section .cards-grid .profile-card .card-info .card-designation {
  color: #7d6f65;
  font-size: clamp(0.7rem, 1vw, 0.78rem);
  line-height: 1.45;
  transition: color 0.3s ease;
}
.experts-section .cards-grid .profile-card .card-info .card-type {
  color: #7d6f65;
  font-size: clamp(0.7rem, 1vw, 0.78rem);
  line-height: 1.45;
  transition: color 0.3s ease;
  padding-top: 1.5rem;
}
.experts-section .cards-grid .profile-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(53, 116, 128, 0.18), 0 0 0 1px rgba(53, 116, 128, 0.35);
  border-color: #357480;
  text-decoration: none;
}
.experts-section .cards-grid .profile-card:hover .card-bg::before,
.experts-section .cards-grid .profile-card:hover .card-bg::after {
  opacity: 1;
}
.experts-section .cards-grid .profile-card:hover .avatar-wrap {
  transform: translateX(-50%) translateY(-24px) scale(1.12);
  filter: drop-shadow(0 18px 28px rgba(31, 162, 173, 0.45));
}
.experts-section .cards-grid .profile-card:hover .avatar-wrap::before {
  opacity: 1;
  transform: scale(1.15);
}
.experts-section .cards-grid .profile-card:hover .avatar-inner img {
  transform: scale(1.06);
  filter: brightness(1.05) contrast(1.05);
  opacity: 0.85; /* reveals gradient more on hover */
}
.experts-section .cards-grid .profile-card:hover .card-name {
  color: #357480;
}
.experts-section .cards-grid .profile-card:hover .card-designation {
  color: #1fa2ad;
}
.experts-section .cards-grid .profile-card:hover .card-type {
  color: #1fa2ad;
}

/*** Experts List ***/
/*** Insights List ***/
.insights-section {
  background: #e9e1d6;
  padding: clamp(25px, 6vw, 50px) clamp(16px, 4vw, 48px);
}
.insights-section .insight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .insights-section .insight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .insights-section .insight-grid {
    grid-template-columns: 1fr;
  }
}
.insights-section .insight-grid .insight-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: translateY(15px);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  will-change: transform;
  text-decoration: none;
  color: inherit;
  padding: 0;
}
.insights-section .insight-grid .insight-card .card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.insights-section .insight-grid .insight-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.insights-section .insight-grid .insight-card .card-image .card-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(13, 27, 42, 0.45) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.insights-section .insight-grid .insight-card .card-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 16px 16px 0;
}
.insights-section .insight-grid .insight-card .card-categories .category-tag {
  font-size: 0.45rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 6px;
  border-radius: 100px;
  border: 1.5px solid;
  transition: background 0.25s, color 0.25s;
}
.insights-section .insight-grid .insight-card .card-categories .category-tag.tag-1 {
  color: #1a6fff;
  border-color: #1a6fff;
}
.insights-section .insight-grid .insight-card .card-categories .category-tag.tag-2 {
  color: #12a67a;
  border-color: #12a67a;
}
.insights-section .insight-grid .insight-card .card-categories .category-tag.tag-3 {
  color: #e8720c;
  border-color: #e8720c;
}
.insights-section .insight-grid .insight-card .card-categories .category-tag.tag-4 {
  color: #7c3aed;
  border-color: #7c3aed;
}
.insights-section .insight-grid .insight-card .card-categories .category-tag.tag-5 {
  color: #dc2626;
  border-color: #dc2626;
}
.insights-section .insight-grid .insight-card .card-body {
  padding: 14px 16px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.insights-section .insight-grid .insight-card .card-body .card-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0d1b2a;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Montserrat-Bold";
}
.insights-section .insight-grid .insight-card .card-body .card-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
.insights-section .insight-grid .insight-card .card-body .card-meta .card-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #8a93a2;
  font-weight: 500;
}
.insights-section .insight-grid .insight-card .card-body .card-meta .card-date svg {
  flex-shrink: 0;
}
.insights-section .insight-grid .insight-card .card-body .card-meta .card-authors {
  display: flex;
  align-items: center;
  gap: 8px;
}
.insights-section .insight-grid .insight-card .card-body .card-meta .card-authors .author-names {
  font-size: 11px;
  color: #475569;
  font-weight: 500;
  line-height: 1.4;
}
.insights-section .insight-grid .insight-card .card-divider {
  height: 1px;
  background: #f0f2f5;
  margin: 0 16px;
}
.insights-section .insight-grid .insight-card .card-footer {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.insights-section .insight-grid .insight-card .card-footer .read-more {
  font-size: 12px;
  font-weight: 700;
  color: #1a6fff;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.25s ease;
}
.insights-section .insight-grid .insight-card .card-footer .read-more svg {
  transition: transform 0.25s ease;
}
.insights-section .insight-grid .insight-card:hover {
  box-shadow: 0 20px 48px rgba(13, 27, 42, 0.13);
  transform: translateY(-3px) !important;
}
.insights-section .insight-grid .insight-card:hover .card-image img {
  transform: scale(1.06);
}
.insights-section .insight-grid .insight-card:hover .card-image .card-image-overlay {
  opacity: 1;
}
.insights-section .insight-grid .insight-card:hover .card-categories .tag-1 {
  background: #1a6fff;
  color: #fff;
}
.insights-section .insight-grid .insight-card:hover .card-categories .tag-2 {
  background: #12a67a;
  color: #fff;
}
.insights-section .insight-grid .insight-card:hover .card-categories .tag-3 {
  background: #e8720c;
  color: #fff;
}
.insights-section .insight-grid .insight-card:hover .card-categories .tag-4 {
  background: #7c3aed;
  color: #fff;
}
.insights-section .insight-grid .insight-card:hover .card-categories .tag-5 {
  background: #dc2626;
  color: #fff;
}
.insights-section .insight-grid .insight-card:hover .read-more {
  gap: 8px;
}
.insights-section .insight-grid .insight-card:hover .read-more svg {
  transform: translateX(2px);
}

/*** Insights List ***/
/*** About Research ***/
.ara-container {
  width: min(1300px, 100% - 40px);
  margin: 0 auto;
}
.ara-section-head {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 40px;
}

.ara-section-head h2 {
  font-size: clamp(38px, 5vw, 65px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-family: "Montserrat-Bold";
}

.ara-section-head p {
  color: #949cab;
  line-height: 1.8;
  font-size: 16px;
  max-width: 610px;
}
.about-research-hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: end;
  padding: 120px 0 70px;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(circle at 78% 28%, rgba(184, 137, 60, 0.28), transparent 26%), radial-gradient(circle at 20% 20%, rgba(28, 119, 128, 0.36), transparent 31%), linear-gradient(135deg, rgba(4, 15, 26, 0.94), rgba(8, 36, 58, 0.88)), url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d?q=80&w=1800&auto=format&fit=crop") center/cover;
}
.about-research-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 24, 39, 0.94), rgba(7, 24, 39, 0.62), rgba(7, 24, 39, 0.84)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 120px);
  z-index: -1;
}
.about-research-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 1rem;
  font-weight: 800;
}
.about-research-hero .eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
}
.about-research-hero .ara-logo {
  max-width: 300px;
  padding: 2rem 0;
}
.about-research-hero .ara-logo img {
  width: 100%;
}
.about-research-hero .ara-hero-grid {
  width: 100%;
}
.about-research-hero .ara-hero-grid .breadcrumbs{
  width:fit-content;
  padding-bottom: 2rem;
}
.about-research-hero .ara-hero-grid .hero-copy h1 {
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: 0.88;
  margin: 3rem 0;
  font-family: "Montserrat-Bold";
  line-height: 1.5;
}
.about-research-hero .ara-hero-grid .hero-copy p {
  max-width: 1000px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.8rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}
.about-research-hero .ara-hero-grid .hero-copy .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 3rem;
}
.about-research-hero .ara-hero-grid .hero-copy .hero-actions .btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: transform 0.25s ease, background 0.25s ease;
}
.about-research-hero .ara-hero-grid .hero-copy .hero-actions .btn:hover {
  transform: translateY(-3px);
}
.about-research-hero .ara-hero-grid .hero-copy .hero-actions .btn.btn-primary {
  background: #fff;
  color: var(--navy);
}
.about-research-hero .ara-hero-grid .hero-copy .hero-actions .btn.btn-outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}
.about-research-hero .ara-hero-grid .hero-panel {
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}
.about-research-hero .ara-hero-grid .hero-panel h3 {
  font-size: 22px;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}
.about-research-hero .ara-hero-grid .hero-panel .stat-list {
  display: grid;
  gap: 16px;
}
.about-research-hero .ara-hero-grid .hero-panel .stat-list .stat-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.about-research-hero .ara-hero-grid .hero-panel .stat-list .stat-item strong {
  color: var(--gold);
  font-size: 30px;
  line-height: 1;
}
.about-research-hero .ara-hero-grid .hero-panel .stat-list .stat-item span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
  font-size: 14px;
}
.about-research-hero .topic-strip {
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.about-research-hero .topic-strip a {
  padding: 11px 15px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.about-research-hero .topic-strip a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
}

/* Vision & Objectives — Premium */
.ara-vision-objectives {
  background: #152d45;
  padding: 100px 0 110px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ara-vision-objectives::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 10% 20%, rgba(184, 137, 60, 0.12), transparent 60%),
    radial-gradient(ellipse 50% 40% at 90% 80%, rgba(28, 119, 128, 0.1), transparent 55%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 120px);
  z-index: -1;
}

.ara-vo-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 3rem;
}

.ara-vo-label::before {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: var(--gold);
}

/* Vision block */
.ara-vision-block {
  
}

.ara-vision-quote {
  margin: 0;
  padding: 0 0 0 28px;
  border-left: 3px solid var(--gold);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.55;
  color: rgba(255,255,255,0.92);
  font-style: normal;
  font-family: "Montserrat-Bold", sans-serif;
  letter-spacing: -0.02em;
}

/* Divider */
.ara-vo-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(184,137,60,0.2), transparent);
  margin: 70px 0;
}

/* Objectives block */
.ara-objectives-block .ara-vo-label {
  display: inline-flex;
}

.ara-objectives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /* margin-top: 40px; */
}

.ara-obj-card {
  position: relative;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 36px 28px 32px;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.ara-obj-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ara-obj-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(184,137,60,0.35);
  transform: translateY(-4px);
}

.ara-obj-card:hover::after {
  opacity: 1;
}

.ara-obj-num {
  display: block;
  font-size: 3rem;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 900;
  line-height: 1;
  color: rgba(184,137,60,0.25);
  letter-spacing: -0.04em;
  margin-bottom: 16px;
  transition: color 0.3s ease;
}

.ara-obj-card:hover .ara-obj-num {
  color: rgba(184,137,60,0.5);
}

.ara-obj-card p {
  margin: 0;
  font-size: 0.925rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.9);
}

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

@media (max-width: 640px) {
  .ara-objectives-grid {
    grid-template-columns: 1fr;
  }
  .ara-vision-quote {
    padding-left: 20px;
  }
}

.ara-programs {
  background: #eee4d7;
  padding:100px 0;
}

.ara-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ara-program-card {
  min-height: 330px;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  isolation: isolate;
  background: linear-gradient(135deg, var(--blue), var(--navy));
  transition: transform 0.28s ease;
}

.ara-program-card:hover {
  transform: translateY(-7px);
}

.ara-program-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--img) center/cover;
  opacity: 0.28;
  z-index: -2;
  transition: transform 0.5s ease;
}

.ara-program-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,25,40,0.018), rgba(7,25,40,0.01));
  z-index: -1;
}

.ara-program-card:hover::before {
  transform: scale(1.08);
}

.ara-program-card .num {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.16em;
  font-size: 12px;
}

.ara-program-card h3 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 12px 0;
  font-family: "Montserrat-Bold";
}

.ara-program-card span {
  line-height: 1.65;
  font-size: .8rem;
  padding:0;
  margin:0;
}

.ara-program-card p {
  color: rgba(255,255,255,0.74);
  line-height: 1.65;
  font-size: .8rem;
  padding:0;
  margin:0;
}

.ara-publications{
  padding:100px 0;
}

.ara-image-card {
  border-radius: 26px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(20,32,51,0.08);
  box-shadow: 0 18px 46px rgba(8,24,38,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  padding:0;
}

.ara-program-card a,
.ara-image-card a{
  display: block;
  width:100%;
  height:100%;
}
.image-card__img {
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  background: #ddd;
}
.image-card__img img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.ara-image-card:hover img {
  transform: scale(1.06);
}
.card-kicker {
  display: block;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 12px;
}

.card-body h3 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 14px;
  font-family: "Montserrat-Bold";
}
.card-body p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

.ara-advisory-services{
  padding:100px 0;
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.ara-advisory-services::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  right: -190px;
  top: -190px;
  background: radial-gradient(circle, rgba(189,139,63,0.32), transparent 68%);
}

.as-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.as-plain-card {
  padding: 30px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.as-plain-card {
  border-radius: 26px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(20,32,51,0.08);
  box-shadow: 0 18px 46px rgba(8,24,38,0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.as-plain-card .icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: rgba(28,119,128,0.12);
  color: var(--teal);
  font-weight: 900;
  margin-bottom: 24px;
}
.as-plain-card h3 {
  font-size: 1.3rem;
  line-height: 1.05;
  margin-bottom: 14px;
  color:#000;
  font-family: "Montserrat-Bold";
}
.as-plain-card p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

.ara-publish-with-us {
  background: #eee4d7;
  padding:100px 0;
}
.ara-publish-box {
  border-radius: var(--radius);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper);
  box-shadow: var(--shadow);
  border: 1px solid rgba(20,32,51,0.08);
}
.ara-publish-content{
  padding: clamp(36px, 5vw, 70px);
}
.ara-publish-content h2 {
  font-size: clamp(30px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
  font-family: "Montserrat-Bold";
}
.ara-publish-content p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 28px;
}
.steps {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
}
.step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
}
.step b {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: #fff;
}
.ara-btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.ara-btn:hover {
  transform: translateY(-3px);
}
.ara-publish-image {
  min-height: 560px;
  background: url("https://images.unsplash.com/photo-1455390582262-044cdead277a?q=80&w=1300&auto=format&fit=crop") center/cover;
}

@media (max-width: 950px) {
  .ara-card-grid,
  .as-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
}
@media (max-width: 600px) {
  .ara-card-grid,
  .ara-section-head,
  .as-card-grid {
    grid-template-columns: 1fr;
  }  
}
@media (max-width: 800px) {
  .ara-publish-box{
    grid-template-columns: 1fr;
  }  
}

/*** About Research ***/




/*** Career ***/
.career-page {
  position: relative;
  min-height: 100vh;
  padding-bottom: 70px;
}
.career-page .career-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  padding: 80px 6vw 130px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(115deg, #1f263d, #1f263d, #285b66, #2a9a9a), url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1800&q=80") center/cover;
}
@media (max-width: 768px) {
  .career-page .career-hero {
    min-height: 320px;
    padding: 60px 22px 110px;
  }
}
.career-page .career-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 90%);
          mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.career-page .career-hero::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -90px;
  height: 180px;
  background: #e9e1d6;
  border-radius: 50% 50% 0 0;
}
.career-page .career-hero .career-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;
  animation: fadeUp 0.8s ease both;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding:2rem 0;
}
.career-page .career-hero .career-hero-content .career-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 25px;
}
.career-page .career-hero .career-hero-content .career-eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(201, 154, 69, 0.2);
}
.career-page .career-hero h1 {
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 0.95;
  margin: 0 0 22px;
  font-weight: 800;
  font-family: "Montserrat-Bold";
}
.career-page .career-hero p {
  max-width: 620px;
  margin: 0;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}
.career-page .career-form-section {
  position: relative;
  z-index: 2;
  width: min(1180px, 100% - 32px);
  margin: -76px auto 0;
  animation: fadeUp 0.9s 0.15s ease both;
}
.career-page .career-form-section .career-card {
  position: relative;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 28px;
  background: rgba(255, 249, 244, 0.6);
  box-shadow: 0 24px 70px rgba(9, 35, 52, 0.16);
  backdrop-filter: blur(18px);
  overflow: hidden;
}
.career-page .career-form-section .career-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #008c87, #c99a45, transparent);
}
.career-page .career-form-section .career-card .career-form-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .career-page .career-form-section .career-card .career-form-header {
    display: block;
  }
}
.career-page .career-form-section .career-card .career-form-header h2 {
  margin: 0 0 8px;
  color: #092334;
  font-size: clamp(1rem, 3vw, 2rem);
  font-family: "Montserrat-Bold";
}
.career-page .career-form-section .career-card .career-form-header p {
  margin: 0;
  color: #667085;
  line-height: 1.7;
}

/*** Career ***/
/*** Forms ***/
.common-form-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 40px;
}
.common-form-list .form-box {
  position: relative;
  animation: fadeUp 0.7s ease both;
}
.common-form-list .form-box:nth-child(2) {
  animation-delay: 0.05s;
}
.common-form-list .form-box:nth-child(3) {
  animation-delay: 0.1s;
}
.common-form-list .form-box:nth-child(4) {
  animation-delay: 0.15s;
}
.common-form-list .form-box:nth-child(5) {
  animation-delay: 0.2s;
}
.common-form-list .form-box p {
  line-height: 5px;
}
.common-form-list .form-box-single {
  grid-column: 1/-1;
}
.common-form-list label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #374151;
  margin-bottom: 8px;
}
.common-form-list input[type=text],
.common-form-list input[type=email],
.common-form-list input[type=tel],
.common-form-list input[type=file],
.common-form-list textarea,
.common-form-list select {
  width: 100%;
  height: 54px;
  border: 1.5px solid rgba(7, 88, 96, 0.22);
  outline: none;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.88);
  padding: 13px 14px;
  color: #111827;
  transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s, background 0.22s;
  box-shadow: 0 2px 8px rgba(17, 24, 39, 0.04);
  font-size: .8rem;
}
.common-form-list select[multiple=multiple] {
  min-height: 100px;
  padding-left: 14px;
}
.common-form-list textarea {
  min-height: 100px;
  resize: vertical;
  padding-top: 13px;
}
.common-form-list input:focus, .common-form-list textarea:focus, .common-form-list select:focus {
  border-color: #078f88;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(7, 143, 136, 0.13), 0 10px 30px rgba(7, 143, 136, 0.08);
  transform: translateY(-1px);
}
.common-form-list .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.common-form-list .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  position: relative;
}
.common-form-list .wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.common-form-list .wpcf7-radio .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label {
  background: linear-gradient(135deg, #009688, #00c6a7);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(0, 198, 167, 0.3);
}
.common-form-list .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #111827;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.common-form-list .wpcf7-radio .wpcf7-list-item:hover .wpcf7-list-item-label {
  background: #1f2937;
  transform: translateY(-2px);
  border-color: #00b4a0;
}
.common-form-list .wpcf7-not-valid-tip {
  padding: 1rem 0;
}
.common-form-list .form-box-single {
  grid-column: 1/-1;
}
.common-form-list input[type=submit] {
  position: relative;
  border: 0;
  border-radius: 16px;
  padding: 16px 28px;
  background: linear-gradient(135deg, #008c87, #006d6a);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 16px 35px rgba(0, 140, 135, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.common-form-list input[type=submit]::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  transition: transform 0.55s ease;
}
.common-form-list input[type=submit]:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(0, 140, 135, 0.36);
}
.common-form-list input[type=submit]:hover::before {
  transform: translateX(120%);
}

@media (max-width: 650px) {
  .common-form-list {
    grid-template-columns: 1fr;
  }
}

/*** Forms ***/
/*** Publish with us ***/
@keyframes form-rad-pulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes ringPulse {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.55;
  }
  50% {
    transform: scale(1.06) rotate(12deg);
    opacity: 1;
  }
}
@keyframes blobDrift {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(30px, 20px) scale(1.08);
  }
}
@keyframes badgePing {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(196, 154, 74, 0.25);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(196, 154, 74, 0.08);
  }
}
@keyframes scrollDot {
  0%, 100% {
    opacity: 1;
    top: 6px;
  }
  60% {
    opacity: 0;
    top: 18px;
  }
}
@keyframes scrollBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(6px);
  }
}
@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pwu-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(145deg, #081524 0%, #0d2236 40%, #0e2a2a 72%, #0b1f1e 100%);
}
.pwu-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(7, 143, 136, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 143, 136, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
.pwu-hero #pwu-hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.pwu-hero .ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(7, 143, 136, 0.22);
  animation: ringPulse 8s ease-in-out infinite;
  pointer-events: none;
}
.pwu-hero .ring-1 {
  width: 340px;
  height: 340px;
  top: -90px;
  right: -80px;
  animation-delay: 0s;
}
.pwu-hero .ring-2 {
  width: 220px;
  height: 220px;
  top: 30px;
  right: 30px;
  animation-delay: 1.4s;
  border-color: rgba(196, 154, 74, 0.22);
}
.pwu-hero .ring-3 {
  width: 460px;
  height: 460px;
  bottom: -160px;
  left: -140px;
  animation-delay: 2s;
}
.pwu-hero .ring-4 {
  width: 260px;
  height: 260px;
  bottom: 40px;
  left: 40px;
  animation-delay: 3.2s;
  border-color: rgba(196, 154, 74, 0.18);
}
.pwu-hero .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  animation: blobDrift 14s ease-in-out infinite alternate;
}
.pwu-hero .blob-1 {
  width: 480px;
  height: 480px;
  background: rgba(7, 143, 136, 0.25);
  top: -100px;
  left: -80px;
  animation-delay: 0s;
}
.pwu-hero .blob-2 {
  width: 380px;
  height: 380px;
  background: rgba(196, 154, 74, 0.18);
  bottom: -80px;
  right: -60px;
  animation-delay: -5s;
}
.pwu-hero .blob-3 {
  width: 280px;
  height: 280px;
  background: rgba(34, 184, 170, 0.18);
  top: 40%;
  right: 18%;
  animation-delay: -2s;
}
.pwu-hero .pwu-hero-inner {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  max-width: 900px;
}
.pwu-hero .pwu-hero-inner .pwu-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border: 1px solid rgba(196, 154, 74, 0.4);
  border-radius: 999px;
  background: rgba(196, 154, 74, 0.08);
  color: #e8c07a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  animation: fadeSlideDown 0.7s 0.1s ease both;
}
.pwu-hero .pwu-hero-inner .pwu-hero-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c49a4a;
  box-shadow: 0 0 0 4px rgba(196, 154, 74, 0.25);
  animation: badgePing 2.4s ease-in-out infinite;
}
.pwu-hero .pwu-hero-inner .pwu-hero-title {
  margin-top: 26px;
  font-size: clamp(42px, 7.5vw, 88px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.96;
  color: #fff;
  animation: fadeSlideDown 0.8s 0.25s ease both;
  font-family: "Montserrat-Bold";
}
.pwu-hero .pwu-hero-inner .pwu-hero-title .accent {
  background: linear-gradient(135deg, #22b8aa 0%, #e8c07a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  font-family: "Montserrat";
}
.pwu-hero .pwu-hero-inner .pwu-hero-sub {
  margin-top: 22px;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.58);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeSlideDown 0.8s 0.4s ease both;
}
.pwu-hero .pwu-hero-inner .pwu-hero-cta {
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  animation: fadeSlideDown 0.8s 0.55s ease both;
}
.pwu-hero .pwu-hero-inner .pwu-hero-cta .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  box-shadow: 0 16px 40px rgba(7, 143, 136, 0.35);
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: 0.25s ease;
}
.pwu-hero .pwu-hero-inner .pwu-hero-cta .btn-primary svg {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.pwu-hero .pwu-hero-inner .pwu-hero-cta .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(7, 143, 136, 0.45);
}
.pwu-hero .pwu-hero-inner .pwu-hero-cta .btn-primary:hover svg {
  transform: translateY(4px);
}
.pwu-hero {
  /* scroll indicator */
}
.pwu-hero .scroll-hint {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0.5;
  animation: scrollBounce 2.4s ease-in-out infinite;
}
.pwu-hero .scroll-hint span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
}
.pwu-hero .scroll-hint .scroll-mouse {
  width: 22px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 11px;
  position: relative;
}
.pwu-hero .scroll-hint .scroll-mouse::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 7px;
  border-radius: 99px;
  background: #fff;
  animation: scrollDot 2.4s ease-in-out infinite;
}

.pwu-form-section {
  position: relative;
  padding: 80px 20px 90px;
  background: radial-gradient(ellipse at 10% 0%, rgba(7, 143, 136, 0.09), transparent 40%), radial-gradient(ellipse at 90% 100%, rgba(196, 154, 74, 0.09), transparent 40%), #f4f8f8;
}
.pwu-form-section .pwu-container {
  max-width: 1300px;
  margin: 0 auto;
}
.pwu-form-section .pwu-section-header {
  text-align: center;
  margin-bottom: 52px;
}
.pwu-form-section .pwu-section-header .pwu-section-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #078f88;
  margin-bottom: 14px;
}
.pwu-form-section .pwu-section-header .pwu-section-title {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  color: #0b1a2e;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.pwu-form-section .pwu-section-header .pwu-section-divider {
  width: 52px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, #078f88, #c49a4a);
  margin: 18px auto 0;
}
.pwu-form-section .pwu-form-card {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(11, 26, 46, 0.12);
  padding: 44px 44px 52px;
  backdrop-filter: blur(20px);
  overflow: hidden;
}
.pwu-form-section .pwu-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #078f88, #22b8aa 50%, #c49a4a);
}
.pwu-form-section .pwu-form-card::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 143, 136, 0.06), transparent 70%);
  pointer-events: none;
}
.pwu-form-section .pwu-form-card .intro-box {
  padding: 20px 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(7, 143, 136, 0.07), rgba(196, 154, 74, 0.06));
  border: 1px solid rgba(7, 143, 136, 0.15);
  font-size: 14.5px;
  line-height: 1.78;
  color: #2d3b52;
  margin-bottom: 38px;
}

/*** Publish with us ***/

/*** Advisory Page ***/
.advisory-page{
  overflow:hidden;
}
.advisory-container{
  max-width:1300px;
  margin:0 auto;
  padding:0 24px;
}
.advisory-hero{
  position:relative;
  min-height:90vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  background:#071922;
}

.advisory-hero::before{
  content:"";
  position:absolute;
  inset:0;

  background:
  radial-gradient(circle at 80% 20%, rgba(0,188,180,.35), transparent 30%),
  radial-gradient(circle at 10% 85%, rgba(36,28,75,.95), transparent 45%),
  linear-gradient(135deg,#120d2d,#043f46 60%,#009688);
}

.advisory-hero::after{
  content:"";
  position:absolute;
  inset:0;

  background-image:
  linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);

  background-size:52px 52px;
  opacity:.65;
}

.hero-shape{
  position:absolute;
  border-radius:50%;
  filter:blur(90px);
  opacity:.35;
  animation:float 10s ease-in-out infinite;
}

.hero-shape.one{
  width:340px;
  height:340px;
  background:#00d2c7;
  top:-100px;
  right:-50px;
}

.hero-shape.two{
  width:280px;
  height:280px;
  background:#4f46e5;
  bottom:-100px;
  left:-80px;
  animation-delay:2s;
}

@keyframes float{
  0%,100%{
    transform:translateY(0px);
  }
  50%{
    transform:translateY(-25px);
  }
}

.adv-hero-content{
  position:relative;
  z-index:2;
  max-width:850px;
  padding:120px 0;
}

.adv-hero-content .breadcrumbs{
  width: fit-content;
  padding-bottom: 2rem;
}

.hero-label{
  display:inline-flex;
  align-items:center;
  gap:16px;
  margin-bottom:26px;

  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:800;
}

.hero-label::before,
.hero-label::after{
  content:"";
  width:70px;
  height:1px;
  background:rgba(255,255,255,.5);
}

.adv-hero-content h1{
  font-size: clamp(40px,8vw,90px);
  line-height:.92;
  margin-bottom:28px;
  font-family: "Montserrat-Bold";
}

.adv-hero-content h1 span{
  display:block;
  color:#3ce0d8;
}

.adv-hero-content p{
  max-width:720px;
  font-size:22px;
  line-height:1.9;
  color:rgba(255,255,255,.86);

  position:relative;
  padding: 0 0 0 36px;
}

.adv-hero-content p::before{
  content:"“";
  position:absolute;
  left:0;
  top:-18px;

  font-size:68px;
  color:#3ce0d8;
}

.adv-services-section {
  padding: 110px 0 80px;
}

.adv-section-title {
  text-align: center;
  margin-bottom: 54px;
}

.adv-section-title span {
  color: #009688;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
}

.adv-section-title h2 {
  font-size: clamp(30px, 4vw, 50px);
  margin-top: 8px;
  font-family: "Montserrat-Bold";
}

.adv-services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.adv-service-card {
  display: grid;
  grid-template-columns: 210px 1fr;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(16,24,40,.09);
  opacity: 0;
  transform: translateY(45px);
  transition: .7s ease;
}

.adv-service-card.show {
  opacity: 1;
  transform: translateY(0);
}

.adv-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 34px 75px rgba(16,24,40,.14);
}

.adv-service-img {
  overflow: hidden;
}

.adv-service-img img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: .8s ease;
}

.adv-service-card:hover .adv-service-img img {
  transform: scale(1.1);
}

.adv-service-content {
  padding: 32px;
}

.adv-service-content span {
  color: #009688;
  font-weight: 900;
}

.adv-service-content h3 {
  font-size: 28px;
  margin: 10px 0 14px;
  font-family: "Montserrat-Bold";
}

.adv-service-content p {
  color: #475467;
  font-size: 16px;
  line-height: 1.75;
}

.adv-request-section {
  padding: 70px 0 130px;
}

.adv-request-card {
  position: relative;
  background: #fff;
  border-radius: 38px;
  padding: 58px;
  box-shadow: 0 30px 80px rgba(16,24,40,.11);
  opacity: 0;
  transform: translateY(55px);
  transition: .8s ease;
  overflow: hidden;
}

.adv-request-card.show {
  opacity: 1;
  transform: translateY(0);
}

.adv-request-card::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  top: -150px;
  right: -120px;
  background: radial-gradient(circle, rgba(0,150,136,.18), transparent 70%);
}

.adv-form-heading {
  text-align: center;
  margin-bottom: 46px;
}

.adv-form-heading span {
  color: #009688;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}

.adv-form-heading h2 {
  font-size: clamp(30px, 4vw, 50px);
  margin-top: 8px;
  font-family: "Montserrat-Bold";
  
}



@media (max-width: 1024px) {
  .adv-services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .adv-service-card {
    grid-template-columns: 1fr;
  }
  .adv-request-card {
    padding: 34px 22px;
    border-radius: 28px;
  }
}


/*** Advisory Page ***/


/*** Knowledge Platforms **/

.kp-wrap {
      max-width: 1300px;
      margin: 0 auto;
      width: 100%;
    }
.kp-hero {
    background: var(--navy);
    position: relative; overflow: hidden;
    padding: 0 32px;
  }
  .kp-hero-inner {
    max-width: 1300px; margin: 0 auto;
    min-height: 100svh;
    display: grid; grid-template-columns: 1fr 1fr;
    align-items: center; gap: 64px;
    padding: 120px 0 80px;
    position: relative; z-index: 1;
  }
  .kp-hero-inner .breadcrumbs{
    width: fit-content;
    padding-bottom: 2rem;
  }

  .kp-hero-lines {
    position: absolute; inset: 0; pointer-events: none;
    background-image:
      linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 72px 72px;
    animation: linesDrift 30s linear infinite;
  }
  @keyframes linesDrift { to { background-position: 72px 72px, 72px 72px; } }

  .kp-hero-glow {
    position: absolute; width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(189,139,63,.6) 0%, transparent 70%);
    top: -120px; right: -80px; pointer-events: none;
    animation: glowPulse 6s ease-in-out infinite;
  }
  @keyframes glowPulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.15)} }

  .kp-hero-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: .9rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 24px;
    opacity: 0; animation: fadeUp .6s .3s ease both;
  }
  .kp-hero-eyebrow::before { content:''; width: 28px; height: 2px; background: var(--gold); }

  .kp-hero h1 {
    font-family: "Montserrat-Bold";
    font-size: clamp(3rem, 4.5vw, 5rem);
    font-weight: 900; line-height: 1.05; letter-spacing: -.025em;
    color: #fff; margin-bottom: 20px;
    opacity: 0; animation: fadeUp .7s .45s ease both;
  }
  .kp-hero h1 em { font-style: italic; color: var(--gold); }

  .kp-hero-ar {
    font-family: 'Noto Sans Arabic', sans-serif;
    font-size: 1rem; color: rgba(255,255,255,.4);
    direction: rtl; margin-bottom: 28px; font-weight: 500;
    opacity: 0; animation: fadeUp .7s .55s ease both;
  }
  .kp-hero-desc {
    font-size: 1rem; line-height: 1.8; color: rgba(255,255,255,.62);
    max-width: 440px; margin-bottom: 44px;
    opacity: 0; animation: fadeUp .7s .65s ease both;
  }
  .kp-hero-actions {
    display: flex; gap: 14px; flex-wrap: wrap;
    opacity: 0; animation: fadeUp .7s .75s ease both;
  }
  .btn-red {
    background: var(--gold); color: #fff; border: none;
    padding: 14px 28px; border-radius: 8px; font-size: .88rem; font-weight: 700;
    cursor: pointer; transition: all .25s;
  }
  .btn-red:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(192,38,29,.4); }
  .btn-outline {
    background: transparent; color: #fff;
    border: 1.5px solid rgba(255,255,255,.25);
    padding: 14px 28px; border-radius: 8px; font-size: .88rem; font-weight: 600;
    cursor: pointer; transition: all .25s;
  }
  .btn-outline:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.06); }

  /* kp-hero right preview */
  .kp-hero-right {
    display: flex; justify-content: center; align-items: center;
    opacity: 0; animation: fadeIn .9s .9s ease both;
  }
  .kp-hero-preview {
    display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
    width: 100%; max-width: 420px;
    transform: perspective(900px) rotateY(-6deg) rotateX(4deg);
  }
  .hp-card {
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px; overflow: hidden; backdrop-filter: blur(6px);
    transition: transform .3s, box-shadow .3s;
  }
  .hp-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.4); }
  .hp-card:first-child { grid-column: span 2; }
  .hp-img { position: relative; overflow: hidden; }
  .hp-img img { height: 100px; object-fit: cover; opacity: .55; width:100%; }
  .hp-card:first-child .hp-img img { height: 120px; }
  .hp-img::after { content:''; position:absolute; inset:0; background: linear-gradient(transparent 50%, rgba(0,0,0,.5)); }
  .hp-body { padding: 11px 12px 13px; }
  .hp-tag { font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
  .hp-title { font-size: .76rem; font-weight: 600; color: #fff; line-height: 1.4; }
  .hp-date { font-size: .62rem; color: rgba(255,255,255,.38); margin-top: 5px; }

  .kp-hero-scroll {
    position: absolute; bottom: 36px; left: 32px;
    display: flex; align-items: center; gap: 12px;
    color: rgba(255,255,255,.3); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase;
    opacity: 0; animation: fadeIn 1s 1.2s ease both;
  }
  .scroll-line { width: 40px; height: 1px; background: rgba(255,255,255,.3); position: relative; overflow: hidden; }
  .scroll-line::after {
    content:''; position: absolute; top:0; left:-100%; width:100%; height:100%;
    background: rgba(255,255,255,.8);
    animation: scanLine 2s 1.5s ease-in-out infinite;
  }
  @keyframes scanLine { 0%{left:-100%} 100%{left:100%} }
  @keyframes fadeUp { from{opacity:0;transform:translateY(22px)} to{opacity:1;transform:translateY(0)} }
  @keyframes fadeIn { from{opacity:0} to{opacity:1} }

  .sec { padding: 96px 32px; }
  
  .sec-dark  { 
    background: var(--navy);
    position: relative;
    overflow: hidden;
  }
  .sec-dark::before {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    right: -190px;
    top: -190px;
    background: radial-gradient(circle, rgba(189,139,63,0.32), transparent 68%);
}

    /* section header */
    .sec-header {
      display: flex; align-items: flex-end; justify-content: space-between;
      opacity: 0; transform: translateY(28px);
      transition: opacity .65s, transform .65s;
    }
    .sec-header.in { opacity: 1; transform: translateY(0); }

    .sec-header .sec-logo{
      max-width: 250px;
    }

    .sec-label {
      display: flex; align-items: center; gap: 10px;
      font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
      margin-bottom: 10px;
    }
    .sec-label .bar { width: 24px; height: 2px; }
    .label-red   { color: var(--red); }          .label-red .bar   { background: var(--red); }
    .label-white { color: rgba(255,255,255,.5); } .label-white .bar { background: rgba(255,255,255,.5); }

    .sec-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(1.9rem, 3vw, 2.8rem); font-weight: 800;
      letter-spacing: -.025em; line-height: 1.1;
    }
    .sec-title-light { color: var(--navy); }
    .sec-title-dark  { color: #fff; }

    .sec-title-ar {
      font-family: 'Noto Sans Arabic', sans-serif;
      font-size: .88rem; font-weight: 500; direction: rtl; margin-top: 4px;
    }
    .sec-title-ar-light { color: #9ca3af; }
    .sec-title-ar-dark  { color: rgba(255,255,255,.32); }

    .btn-view-all {
      display: inline-flex; align-items: center; gap: 7px;
      font-size: .8rem; font-weight: 600;
      padding: 10px 20px; border-radius: 7px; border: 1.5px solid;
      transition: all .22s; white-space: nowrap; cursor: pointer;
    }
    .btn-va-light { color: var(--navy); border-color: var(--border); background: transparent; }
    .btn-va-light:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
    .btn-va-dark  { color: #fff; border-color: rgba(255,255,255,.2); background: transparent; }
    .btn-va-dark:hover  { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); color:var(--gold); }
    .btn-view-all svg { transition: transform .22s; }
    .btn-view-all:hover svg { transform: translateX(3px); }

    
    .kp-grid {
      display: grid;
      grid-template-columns: 1.35fr 1fr;
      gap: 24px;
      align-items: stretch;
    }
    .kp-grid .kp-right {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      gap: 24px;
    }
    .kp-grid .kpl-card {
      border-radius: var(--r); overflow: hidden;
      background: #161b27; border: 1px solid rgba(255,255,255,.07);
      display: flex; flex-direction: column;
      transform: translateY(32px);
      transition: opacity .55s, transform .55s, box-shadow .3s;
      border-radius: 1rem;
      /* box-shadow: 0 20px 60px rgba(0,0,0,.5); border-color: rgba(255,255,255,.15); */
    }

    .sec-dark .kp-grid .kpl-card{
      background: #2a9a9a;
      border: 1px solid rgba(255,255,255,.03);
    }
    .kp-grid .kpl-card.in { opacity: 1; transform: translateY(0); }
    .kp-grid .kpl-card:hover { box-shadow: 0 20px 60px rgba(0,0,0,.5); border-color: rgba(255,255,255,.15); }

    /* featured fills the full height of the right 2×2 */
    .kp-grid .kpl-card.featured { height: 100%; }
    .kp-grid .kpl-card.featured .kpl-img { flex: 1; min-height: 400px; }
    .kp-grid .kpl-card.featured .kpl-img img { height:100%; object-fit: cover; }
    .kp-grid .kpl-card:not(.featured) .kpl-img { height: 130px; overflow: hidden; }
    .kp-grid .kpl-card:not(.featured) .kpl-img img { width: 100%; height:auto; object-fit: cover; }

    .kpl-body {
      padding: 18px 20px 20px;
      display: flex; flex-direction: column; flex-shrink: 0;
    }
    .kpl-title {
      font-weight: 700; line-height: 1.38; color: #f9fafb;
      flex: 1;
      display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden;
    }
    .kpl-card.featured .kpl-title { font-size: 1.22rem; }
    .kpl-card:not(.featured) .kpl-title { font-size: .92rem; } 
    /* .kpl-card:not(.featured) .kpl-title { font-size: .92rem; -webkit-line-clamp: 2; line-clamp: 2; } */ */

    .kpl-meta {
      display: flex; align-items: center; gap: 10px;
      margin-top: auto; padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.07);
    }
    .kpl-date { 
      font-size: .75rem; 
      color: #6b7280; 
      font-weight: 500; 
    }
    .sec-dark .kpl-date { 
      color: #dcdee3; 
    }

  @media (max-width: 1024px) {
    .kp-hero-inner { grid-template-columns: 1fr; padding: 110px 0 80px; gap: 48px; }
    .kp-hero-right { display: none; }
    .kp-grid { grid-template-columns: 1fr; }
    .kpl-card.featured, .kp-grid .kpl-card.featured { height: auto; }
    .kpl-card.featured .kpl-img { min-height: 220px; flex: none; }
    .kp-grid .kpl-card.featured .kpl-img { min-height: 240px; flex: none; }
    .kpl-card.featured .kpl-img img
    .kp-grid .kpl-card.featured .kpl-img img { height: 100%; }
  }
  @media (max-width: 768px) {
    .kp-grid .kp-right { grid-template-columns: 1fr; }
    .sb-col { gap: 16px; }
    .sec-header { flex-direction: column; align-items: flex-start; gap: 18px; }
  }
  @media (max-width: 480px) {
    .kp-grid .kp-right { grid-template-columns: 1fr; }
  }
/*** Knowledge Platforms **/

/*** Strategic Briefings **/
.sb-hero {
  position: relative; 
  min-height: 70vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background: linear-gradient(160deg, #060c18 0%, #0d1830 45%, #111e3a 100%);
}
.snapshots .sb-hero{
  background: linear-gradient(160deg, #1f263d 0%, #1a434c 45%, #1c4b55 100%);
}

/* animated grid — navy red tint */
.sb-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(200,16,46,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,16,46,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  animation: gridDrift 24s linear infinite;
}
@keyframes gridDrift {
  0%   { transform: translateY(0) translateX(0); }
  100% { transform: translateY(64px) translateX(0); }
}

/* orbs — navy + red brand */
.sb-orb {
  position: absolute; border-radius: 50%;
  filter: blur(100px); opacity: .3; pointer-events: none;
  animation: float 14s ease-in-out infinite;
}
.sb-orb.orb-1 { width: 600px; height: 600px; background: #1a2e6e; top: -160px; left: -140px; animation-delay: 0s; }
.sb-orb.orb-2 { width: 420px; height: 420px; background: #f6b463; top: 25%; right: -100px; animation-delay: -5s; opacity: .15; }
.sb-orb.orb-3 { width: 340px; height: 340px; background: #1a2e6e; bottom: 40px; left: 35%; animation-delay: -9s; }
@keyframes float {
  0%,100% { transform: translateY(0) scale(1); }
  50%      { transform: translateY(-44px) scale(1.07); }
}

/* particles */
/* particles */
    .sb-particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
    .sb-particle {
      position: absolute; border-radius: 50%;
      animation: rise linear infinite;
    }
    @keyframes rise {
      0%   { transform: translateY(100vh); opacity: 0; }
      8%   { opacity: 1; }
      92%  { opacity: 1; }
      100% { transform: translateY(-20px); opacity: 0; }
    }

/* diagonal red accent line */
.sb-hero-accent-line {
  position: absolute; top: 0; right: 22%; width: 2px; height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(246,180,99,.25) 40%, transparent 100%);
  transform: skewX(-8deg);
}
.sb-hero-content {
  position: relative; 
  z-index: 10;
  text-align: center; 
  max-width: 860px; 
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}
.sb-logo{
  max-width: 500px;
  padding-top: 3rem;
}
.sb-hero-sub {
  margin-top: 28px; font-size: 17px; font-weight: 400; line-height: 1.7;
  color: rgba(255,255,255,.55); max-width: 580px; margin-inline: auto;
  animation: fadeUp .8s .3s cubic-bezier(.22,1,.36,1) both;
}
/*** Strategic Briefings **/

/*** About Training ***/

.about-training .at-hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background: #1a4967;
}

/* Layered gradient orbs */
.about-training .at-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 15% 25%,  rgba(26,73,103,.80) 0%, transparent 30%),
    radial-gradient(ellipse 55% 75% at 85% 75%,  rgba(201,168,76,.14) 0%, transparent 60%),
    radial-gradient(ellipse 100% 100% at 50% 50%, rgba(70,37,118,.85)   0%, transparent 100%);
  animation: bgPulse 16s ease-in-out infinite alternate;
}
@keyframes bgPulse {
  0%   { transform: scale(1);    opacity: 1; }
  50%  { transform: scale(1.06); opacity: .9; }
  100% { transform: scale(1);    opacity: 1; }
}

/* Dot-grid overlay */
.about-training .at-hero-dots {
  position: absolute; inset: 0; z-index: 1;
  background-image: radial-gradient(circle, rgba(201,168,76,.12) 1px, transparent 1px);
  background-size: 44px 44px;
  animation: dotsDrift 30s linear infinite;
}
@keyframes dotsDrift {
  from { background-position: 0 0; }
  to   { background-position: 88px 88px; }
}

/* Moving grid lines */
.about-training .at-hero-grid {
  position: absolute; inset: 0; z-index: 1;
  background-image:
    linear-gradient(rgba(201,168,76,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,.03) 1px, transparent 1px);
  background-size: 70px 70px;
  animation: gridSlide 25s linear infinite;
}
@keyframes gridSlide {
  from { background-position: 0 0; }
  to   { background-position: 70px 70px; }
}

/* Particle canvas */
.about-training #hero-canvas {
  position: absolute; inset: 0; z-index: 2;
  width: 100%; height: 100%;
  opacity: .5;
}

/* Floating geometric shapes */
.about-training .at-geo {
  position: absolute; z-index: 3;
  border: 1px solid rgba(201,168,76,.2);
  animation: geoFloat linear infinite;
}
.about-training .at-geo-1 { width:300px;height:300px; border-radius:50%; top:-80px; left:-100px; animation-duration:24s; opacity:.35; }
.about-training .at-geo-2 { width:180px;height:180px; border-radius:20px; bottom:100px; right:80px; animation-duration:19s; animation-delay:-6s; opacity:.25; transform:rotate(30deg); }
.about-training .at-geo-3 { width:120px;height:120px; border-radius:50%; top:35%; right:12%; animation-duration:28s; animation-delay:-12s; opacity:.2; }
.about-training .at-geo-4 { width: 70px;height: 70px; border-radius:10px; bottom:20%; left:22%; animation-duration:15s; animation-delay:-8s; opacity:.45; transform:rotate(15deg); }
.about-training .at-geo-5 { width:420px;height:420px; border-radius:50%; top:55%; right:-140px; transform:translateY(-50%); animation-duration:32s; opacity:.1; }
.about-training .at-geo-6 { width: 50px;height: 50px; border-radius:50%; top:15%; left:35%; animation-duration:12s; animation-delay:-3s; opacity:.3; }

@keyframes geoFloat {
  0%   { transform: translateY(0)    rotate(0deg); }
  50%  { transform: translateY(-28px) rotate(180deg); }
  100% { transform: translateY(0)    rotate(360deg); }
}

/* Light beam */
.about-training .at-hero-beam {
  position: absolute; z-index: 2;
  top: -10%; left: 50%; transform: translateX(-50%);
  width: 2px; height: 70%;
  background: linear-gradient(180deg, transparent, rgba(201,168,76,.35), transparent);
  animation: beamPulse 6s ease-in-out infinite;
}
@keyframes beamPulse {
  0%,100% { opacity: 0; transform: translateX(-50%) scaleY(.6); }
  50%      { opacity: 1; transform: translateX(-50%) scaleY(1); }
}

.at-hero-content{
  position: relative; z-index: 10;
  text-align: center;
  padding: 120px 24px 80px;
  max-width: 900px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tran-logo{
  max-width: 200px;  
  padding: 2rem 0;
  animation: fadeUp 1s .12s ease both;
}
.hero-institute-name {
  font-family: "Montserrat-Bold";
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 900;
  line-height: 1.12;
  color: var(--white);
  margin-bottom: 10px;
  animation: fadeUp 1s .12s ease both;
  letter-spacing: -.09rem;

}
.hero-institute-name .accent {
  background: linear-gradient(135deg, var(--gold-lt) 0%, var(--gold) 60%, #a07830 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub-name {
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  font-weight: 400;
  color: rgba(255,255,255,.55);
  margin-bottom: 44px;
  /* letter-spacing: .06em; */
  animation: fadeUp 1s .2s ease both;
  font-style: italic;
}

/* Decorative ornament */
.hero-ornament {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; margin-bottom: 38px;
  animation: fadeUp 1s .28s ease both;
}
.hero-ornament .orn-line {
  height: 1px; width: 100px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.hero-ornament .orn-line.rev {
  background: linear-gradient(90deg, var(--gold), transparent);
}
.hero-ornament .orn-diamond {
  width: 12px; height: 12px;
  background: var(--gold);
  transform: rotate(45deg);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(201,168,76,.7), 0 0 40px rgba(201,168,76,.3);
}
.hero-ornament .orn-dot {
  width: 5px; height: 5px;
  border-radius: 50%; background: rgba(201,168,76,.5);
}

.hero-vision {
  font-size: clamp(.95rem, 2vw, 1.2rem);
  line-height: 1.9;
  color: rgba(255,255,255,.65);
  max-width: 660px;
  margin: 0 auto 56px;
  font-weight: 300;
  animation: fadeUp 1s .36s ease both;
}

.hero-cta-group {
  display: flex; align-items: center; justify-content: center;
  gap: 18px; flex-wrap: wrap;
  animation: fadeUp 1s .44s ease both;
}
.btn-primary-hero {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, var(--teal), var(--teal-mid));
  color: var(--white);
  padding: 14px 36px; border-radius: 50px;
  font-size: .9rem; font-weight: 600; letter-spacing: .04em;
  text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 8px 30px rgba(16,101,110,.5);
  transition: transform .3s ease, box-shadow .3s ease;
}
.btn-primary-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(16,101,110,.6);
  color: var(--off-white);
}
.btn-outline-hero {
  display: inline-flex; align-items: center; gap: 10px;
  background: transparent;
  color: var(--gold-lt);
  padding: 13px 34px; border-radius: 50px;
  font-size: .9rem; font-weight: 500; letter-spacing: .04em;
  text-decoration: none;
  border: 1px solid rgba(201,168,76,.4);
  transition: background .3s ease, border-color .3s ease, transform .3s ease;
}
.btn-outline-hero:hover {
  background: rgba(201,168,76,.1);
  border-color: rgba(201,168,76,.7);
  transform: translateY(-3px);
  color: var(--gold-lt);
}

.stats-strip {
  position: relative; z-index: 20;
  background: linear-gradient(135deg, #1a4967 30%, #3acec7 100%);
}
.stats-strip::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,.5), transparent);
}
.stats-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.stat-item {
  padding: 50px 32px; text-align: center; position: relative;
}
.stat-item + .stat-item::before {
  content: '';
  position: absolute; left: 0; top: 25%; height: 50%;
  width: 1px; background: rgba(255,255,255,.12);
}
.stat-num {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--gold-lt);
  line-height: 1; margin-bottom: 10px; display: block;
   font-family: "Montserrat-Bold";
}
.stat-label {
  font-size: .82rem; font-weight: 400;
  color: rgba(255,255,255,.65);
  letter-spacing: .08em; text-transform: uppercase;
}
.stat-icon {
  font-size: 1.4rem; color: rgba(201,168,76,.4);
  margin-bottom: 14px; display: block;
}


.trn-section { padding: 110px 24px; position: relative; }
.trn-section-inner { max-width: 1100px; margin: 0 auto; }

.trn-section-header { 
  text-align: center; 
  margin-bottom: 76px; 
   font-family: "Montserrat-Bold";
}
.trn-section-tag {
  display: inline-block;
  font-size: .7rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--teal);
  background: rgba(16,101,110,.07);
  border: 1px solid rgba(16,101,110,.18);
  padding: 8px 22px; border-radius: 40px; margin-bottom: 22px;
}
.trn-section-title {
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  font-weight: 700; color: var(--teal-dark);
  line-height: 1.22; margin-bottom: 20px;
}
.trn-section-rule {
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.trn-rule-line { height: 2px; width: 60px; background: var(--gold); border-radius: 1px; }
.trn-rule-dot  { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

.vision-section { background: var(--off-white); }

.vision-card {
  background: linear-gradient(135deg, #1a4967 0%, #3acec7 100%);
  border-radius: 28px;
  padding: 64px 60px;
  display: flex; gap: 52px; align-items: flex-start;
  position: relative; overflow: hidden;
  box-shadow: 0 32px 90px rgba(16,101,110,.38);
}
.vision-card::before,
.vision-card::after {
  content: ''; position: absolute;
  border: 1px solid rgba(201,168,76,.12);
  border-radius: 50%;
  animation: ringPulse 5s ease-in-out infinite;
}
.vision-card::before { width:360px;height:360px; top:-100px;right:-100px; }
.vision-card::after  { width:240px;height:240px; bottom:-70px;left:-70px; animation-direction:reverse; animation-duration:6.5s; }
@keyframes ringPulse {
  0%,100% { transform:scale(1);   opacity:.5; }
  50%      { transform:scale(1.1); opacity:1;  }
}

/* inner decorative corner accent */
.vision-card .corner-accent {
  position: absolute; top: 0; right: 0;
  width: 120px; height: 120px;
  background: linear-gradient(225deg, rgba(201,168,76,.12), transparent);
  border-radius: 0 28px 0 100%;
}

.vision-icon-wrap {
  flex-shrink: 0;
  width: 88px; height: 88px;
  background: rgba(201,168,76,.12);
  border: 2px solid rgba(201,168,76,.38);
  border-radius: 22px;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem; color: var(--gold-lt);
  position: relative; z-index: 1;
  animation: iconGlow 3.5s ease-in-out infinite;
}
@keyframes iconGlow {
  0%,100% { box-shadow: 0 0  0   0 rgba(201,168,76,0); }
  50%      { box-shadow: 0 0 35px 10px rgba(201,168,76,.18); }
}

.vision-body { position: relative; z-index: 1; }
.vision-body .eyebrow {
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px; display: block;
}
.vision-body h2 {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700; color: var(--white);
  margin-bottom: 22px; line-height: 1.28;
}
.vision-body p {
  font-size: clamp(.95rem, 1.7vw, 1.1rem);
  line-height: 1.95; color: rgba(255,255,255,.78);
  font-weight: 300;
}

.objectives-section { background: var(--white); }

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

.obj-card {
  background: var(--white);
  border: 1px solid rgba(16,101,110,.09);
  border-radius: 22px;
  padding: 44px 34px;
  position: relative; overflow: hidden;
  cursor: default;
  transition: transform .4s cubic-bezier(.25,.8,.25,1),
              box-shadow .4s ease, border-color .4s ease;
}
/* shimmer overlay */
.obj-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(16,101,110,.04), rgba(201,168,76,.06));
  opacity: 0;
  transition: opacity .4s ease;
}
/* bottom glow blob */
.obj-card::after {
  content: '';
  position: absolute; bottom:-60px; right:-60px;
  width: 140px; height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16,101,110,.08), transparent 70%);
  transition: transform .5s ease;
}
.obj-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 32px 70px rgba(16,101,110,.16);
  border-color: rgba(16,101,110,.25);
}
.obj-card:hover::before { opacity: 1; }
.obj-card:hover::after  { transform: scale(1.6); }

/* top gradient bar */
.obj-card .top-bar {
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  transform: scaleX(0); transform-origin: left;
  border-radius: 22px 22px 0 0;
  transition: transform .45s cubic-bezier(.25,.8,.25,1);
}
.obj-card:hover .top-bar { transform: scaleX(1); }

/* watermark number */
.obj-num {
  position: absolute; top: 12px; right: 22px;
  font-family: var(--serif);
  font-size: 5.5rem; font-weight: 900; line-height: 1;
  color: rgba(16,101,110,.055);
  user-select: none;
  transition: color .4s ease, transform .4s ease;
}
.obj-card:hover .obj-num {
  color: rgba(16,101,110,.11);
  transform: scale(1.08) translateY(-4px);
}

/* icon */
.obj-icon {
  width: 60px; height: 60px;
  background: rgba(16,101,110,.07);
  border: 1px solid rgba(16,101,110,.18);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: var(--teal);
  margin-bottom: 26px; position: relative; z-index: 1;
  transition: background .4s ease, border-color .4s ease,
              color .4s ease, transform .4s ease, box-shadow .4s ease;
}
.obj-card:hover .obj-icon {
  background: linear-gradient(135deg, var(--teal), var(--teal-mid));
  border-color: transparent;
  color: var(--white);
  transform: rotate(-6deg) scale(1.12);
  box-shadow: 0 10px 30px rgba(16,101,110,.35);
}

.obj-text {
  font-size: .96rem; line-height: 1.82;
  color: var(--gray-700);
  position: relative; z-index: 1;
  transition: color .3s ease;
}
.obj-card:hover .obj-text { color: var(--gray-900); }

@media (max-width: 991px) {
  .obj-grid        { grid-template-columns: repeat(2, 1fr); }
  .stats-inner     { grid-template-columns: repeat(3, 1fr); }
  .vision-card     { flex-direction: column; gap: 30px; padding: 44px 36px; }
  .nav             { padding: 16px 24px; }
  .nav.scrolled    { padding: 10px 24px; }
  .nav-badge       { display: none; }
}
@media (max-width: 640px) {
  .obj-grid        { grid-template-columns: 1fr; }
  .stats-inner     { grid-template-columns: 1fr; }
  .stat-item + .stat-item::before { display: none; }
  .stat-item       { padding: 32px 20px; }
  .section         { padding: 80px 20px; }
  .vision-card     { padding: 36px 26px; }
  .footer-bar      { flex-direction: column; text-align: center; }
  .tran-logo      {max-width:130px;}
}
/*** About Training ***/

/***  Training Programs ***/
.tprg-hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--tprg-navy);
}

/* Animated gradient mesh */
.tprg-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 40%, rgba(201,168,76,.14) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 80% 60%, rgba(11,24,41,.9) 0%, transparent 70%),
    linear-gradient(160deg, #0B1829 0%, #112240 50%, #0B1829 100%);
  animation: tprg-mesh-shift 12s ease-in-out infinite alternate;
}

@keyframes tprg-mesh-shift {
  0%   { filter: hue-rotate(0deg) brightness(1); }
  100% { filter: hue-rotate(8deg) brightness(1.08); }
}

/* Gold line at bottom */
.tprg-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--tprg-gold), transparent);
  animation: tprg-shimmer 3s ease-in-out infinite;
}

@keyframes tprg-shimmer {
  0%, 100% { opacity: .4; }
  50%       { opacity: 1; }
}

.tprg-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 6rem 2rem 5rem;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tprg-hero-title {
  font-family: "Montserrat-Bold";
  font-size: clamp(1.5rem, 7vw, 4rem) !important;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.01em;
  color: #FFFFFF;
  margin-bottom: .6rem;
  opacity: 0;
  transform: translateY(30px);
  animation: tprg-fade-up .9s .4s forwards;
}

.tprg-hero-title em {
  font-style: italic;
  background: linear-gradient(135deg, var(--gold-lt), var(--gold), var(--gold-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tprg-hero-subtitle {
  font-size: clamp(.9rem, 1.8vw, 1.1rem);
  font-weight: 300;
  color: rgba(168,184,204,.9);
  max-width: 560px;
  margin: 1.4rem auto 0;
  line-height: 1.75;
  opacity: 0;
  transform: translateY(20px);
  animation: tprg-fade-up .9s .6s forwards;
}
.tprg-request{
  padding:4rem 0;

}
.tprg-request a{
  padding: 1rem;
  color: #fff;
  border-radius: .5rem;
  font-weight: 700;
  border-radius: 50px;
  display: inline-flex;
  background: linear-gradient(135deg, var(--gold-lt), var(--gold), var(--gold-dark));
  transition: transform .3s ease, box-shadow .3s ease;
  font-size: .95rem;
}
.tprg-request a:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 30px var(--tprg-border);
  
}
.tprg-section {
  position: relative;
  z-index: 1;
  padding: 6rem 2rem;
}

.tprg-section-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.tprg-category { margin-bottom: 4rem; }

.tprg-category-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.tprg-category-label h3 {
  font-family: "Montserrat-Bold";
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 400;
  color: var(--tprg-text);
  white-space: nowrap;
}

.tprg-category-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--tprg-border), transparent);
}
.tprg-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.tprg-card {
  position: relative;
  border-radius: var(--tprg-radius);
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--tprg-border-soft);
  background: var(--tprg-surface);
  box-shadow: var(--tprg-shadow-sm);
  transition: transform var(--tprg-transition),
              border-color var(--tprg-transition),
              box-shadow var(--tprg-transition);
  opacity: 0;
  transform: translateY(40px);
}

.tprg-card.tprg-visible {
  opacity: 1;
  transform: translateY(0);
}

.tprg-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: var(--tprg-border);
  box-shadow: var(--tprg-shadow-lg), 0 0 0 1px rgba(201,168,76,.1);
}

.tprg-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(201,168,76,.06), transparent);
  transition: opacity var(--tprg-transition);
  pointer-events: none;
}

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

/* Logo panel */
.tprg-card-logo {
  width: 100%;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  background: linear-gradient(135deg, var(--tprg-surface-warm), var(--tprg-bg));
  border-bottom: 1px solid var(--tprg-border-soft);
}

.tprg-card-logo img {
  max-width: 200px;
  /* max-height: 100px; */
  object-fit: contain;
  filter: brightness(.95) saturate(.9);
  transition: filter var(--tprg-transition), transform var(--tprg-transition);
}

.tprg-card:hover .tprg-card-logo img {
  filter: brightness(1.05) saturate(1);
  transform: scale(1.04);
}

/* Card body */
.tprg-card-body { padding: 1.6rem 1.8rem 2rem; }

.tprg-card-badge {
  display: inline-block;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--tprg-gold-dark);
  background: rgba(201,168,76,.1);
  border: 1px solid rgba(201,168,76,.25);
  border-radius: 99px;
  padding: .25rem .8rem;
  margin-bottom: 1rem;
}

.tprg-card-title {
  font-family: var(--tprg-font-serif);
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.35;
  color: var(--tprg-text);
  margin-bottom: .9rem;
  transition: color var(--tprg-transition);
}

.tprg-card:hover .tprg-card-title { color: var(--tprg-gold-dark); }

.tprg-card-desc {
  font-size: .83rem;
  color: var(--tprg-text-secondary);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tprg-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--tprg-border-soft);
}

.tprg-card-cta {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--tprg-gold-dark);
  text-decoration: none;
  transition: gap var(--tprg-transition);
}

.tprg-card:hover .tprg-card-cta { gap: .9rem; }

.tprg-card-cta-icon {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,.4);
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem;
  color: var(--tprg-gold-dark);
  transition: background var(--tprg-transition), border-color var(--tprg-transition), color var(--tprg-transition);
}

.tprg-card:hover .tprg-card-cta-icon {
  background: var(--tprg-gold);
  border-color: var(--tprg-gold);
  color: #FFFFFF;
}

/* Featured card */
.tprg-card-featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tprg-card-featured .tprg-card-logo {
  aspect-ratio: unset;
  min-height: 280px;
}



.tprg-accordion {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.tprg-acc-item {
  border: 1px solid var(--tprg-border-soft);
  border-radius: var(--tprg-radius);
  background: var(--tprg-surface);
  box-shadow: var(--tprg-shadow-xs);
  overflow: hidden;
  transition: box-shadow var(--tprg-transition), border-color var(--tprg-transition);
}

.tprg-acc-item.is-open {
  border-color: var(--tprg-border);
  box-shadow: var(--tprg-shadow-md);
}

/* Header button */
.tprg-acc-header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.6rem 2rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background var(--tprg-transition);
}

.tprg-acc-header:hover {
  background: var(--tprg-surface-warm);
}

.tprg-acc-item.is-open .tprg-acc-header {
  background: linear-gradient(90deg, rgba(201,168,76,.04), transparent);
  border-bottom: 1px solid var(--tprg-border-soft);
}

/* Icon wrap */
.tprg-acc-icon-wrap {
  flex-shrink: 0;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(201,168,76,.12), rgba(201,168,76,.06));
  border: 1px solid var(--tprg-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem;
  color: var(--tprg-gold-dark);
  transition: background var(--tprg-transition), color var(--tprg-transition), transform var(--tprg-transition);
}

.tprg-acc-item.is-open .tprg-acc-icon-wrap {
  background: linear-gradient(135deg, var(--tprg-gold-light), var(--tprg-gold));
  color: #FFFFFF;
  border-color: var(--tprg-gold);
  transform: scale(1.06);
}

/* Title group */
.tprg-acc-title-group { flex: 1; }

.tprg-acc-title {
  display: block;
  font-family: var(--tprg-font-serif);
  font-size: 1.18rem;
  font-weight: 400;
  color: var(--tprg-text);
  line-height: 1.3;
  transition: color var(--tprg-transition);
}

.tprg-acc-item.is-open .tprg-acc-title { color: var(--tprg-gold-dark); }

.tprg-acc-count {
  display: inline-block;
  margin-top: .3rem;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--tprg-text-muted);
}

/* Chevron */
.tprg-acc-chevron {
  flex-shrink: 0;
  font-size: .8rem;
  color: var(--tprg-text-muted);
  transition: transform var(--tprg-transition), color var(--tprg-transition);
}

.tprg-acc-item.is-open .tprg-acc-chevron {
  transform: rotate(180deg);
  color: var(--tprg-gold);
}

/* Body / panel */
.tprg-acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(.4,0,.2,1);
}

.tprg-acc-body-inner {
  padding: 2rem 2rem 2.4rem;
}

.tprg-acc-intro {
  font-size: .9rem;
  color: var(--tprg-text-secondary);
  line-height: 1.8;
  margin-bottom: 1.8rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--tprg-border-soft);
  /* max-width: 720px; */
}

/* Programs grid */
.tprg-acc-programs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}

.tprg-acc-program {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  padding: 1.3rem 1.4rem;
  border-radius: 12px;
  border: 1px solid var(--tprg-border-soft);
  background: var(--tprg-surface-warm);
  transition: border-color var(--tprg-transition), box-shadow var(--tprg-transition), transform var(--tprg-transition);
}

.tprg-acc-program:hover {
  border-color: var(--tprg-border);
  box-shadow: var(--tprg-shadow-sm);
  transform: translateY(-2px);
}

.tprg-acc-prog-icon {
  flex-shrink: 0;
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(201,168,76,.1);
  border: 1px solid rgba(201,168,76,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem;
  color: var(--tprg-gold-dark);
  margin-top: .1rem;
}

.tprg-acc-prog-content h4 {
  font-family: var(--tprg-font-serif);
  font-size: 1rem;
  font-weight: 400;
  color: var(--tprg-text);
  line-height: 1.35;
  margin-bottom: .45rem;
}

.tprg-acc-prog-content p {
  font-size: .8rem;
  color: var(--tprg-text-secondary);
  line-height: 1.65;
}

/* Single-program (Customized) full width */
.tprg-acc-program.tprg-acc-full {
  grid-column: 1 / -1;
}

.tprg-request-form-wrapper{
  padding:2rem 0 0 0;
}
@media (max-width: 640px) {
  .tprg-card-featured {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }
  .tprg-card-featured .tprg-card-logo { min-height: 180px; }
  .tprg-acc-programs{
    grid-template-columns: 1fr;
  }
}
/***  Training Programs ***/

/*** Barometer ***/
.barometer-section{
   --brmt-navy:         #070d1f;
      --brmt-navy-mid:     #0e1830;
      --brmt-navy-card:    #131f3a;
      --brmt-blue:         #1b3060;
      --brmt-gold:         #c9a84c;
      --brmt-gold-lt:      #e8c96a;
      --brmt-cyan:         #3ab0e2;

      /* Light mode palette (global) */
      --brmt-bg:           #f7f9fc;
      --brmt-bg-alt:       #ffffff;
      --brmt-bg-card:      #ffffff;
      --brmt-text:         #0f1e3a;
      --brmt-text-body:    #2d3a52;
      --brmt-muted:        #64748b;
      --brmt-border:       rgba(15,30,58,.09);
      --brmt-card-shadow:  0 2px 24px rgba(15,30,58,.07);

      --brmt-r-sm:  10px;
      --brmt-r-md:  18px;
      --brmt-r-lg:  28px;
      --brmt-tr:    .4s cubic-bezier(.25,.8,.25,1);
}
.brmt-section   { padding: 100px 24px; position: relative; }
.brmt-container { max-width: 1300px; margin: 0 auto; }

.brmt-container-breadcrumbs{
  width:100%;
}
.brmt-container-breadcrumbs .breadcrumbs{
  width:fit-content;
}
.brmt-container-breadcrumbs.report-container .breadcrumbs{
  width:auto;
}

.brmt-section-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .75rem; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; color: var(--brmt-gold); margin-bottom: 18px;
}
.brmt-section-label::before {
  content: ''; display: block; width: 32px; height: 2px;
  background: var(--brmt-gold);
}

.brmt-section-title {
  font-family: "Montserrat-Bold";
  font-size: lamp(1.6rem, 4vw, 2.2rem); font-weight: 800;
  line-height: 1.15; margin-bottom: 20px; color: var(--brmt-text);
}
.brmt-section-title span { color: var(--brmt-gold); }

.brmt-section-sub {
  font-size: 1.05rem; color: var(--brmt-muted);
  line-height: 1.75;
}
#brmt-hero {
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 0 24px; position: relative; overflow: hidden;
  background: var(--brmt-navy);
  justify-content: center;
  flex-direction: column;
  padding-top:100px;
}
#brmt-hero.brmt-request{
  min-height: 70vh;
}

/* Animated gradient orbs */


/* Grid lines overlay */
.brmt-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 60px 60px; pointer-events: none;
}

.brmt-hero-inner {
  position: relative; z-index: 2;
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center; padding: 2rem 0;
}

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

.brmt-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(201,168,76,.12);
  border: 1px solid rgba(201,168,76,.3);
  border-radius: 100px; padding: 6px 18px;
  font-size: .75rem; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--brmt-gold); margin-bottom: 28px;
}
.brmt-hero-badge::before {
  content: ''; width: 6px; height: 6px;
  background: var(--brmt-gold); border-radius: 50%;
  animation: brmt-pulse 2s infinite;
}
@keyframes brmt-pulse {
  0%, 100% { opacity:1; transform:scale(1); }
  50%       { opacity:.4; transform:scale(1.4); }
}

.brmt-hero-title {
  font-family: "Montserrat-Bold";
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 800; line-height: 1.1; margin-bottom: 28px; color: #fff;
}
.brmt-hero-title .brmt-accent { color: var(--brmt-gold); }
.brmt-hero-title .brmt-line2 {
  background: linear-gradient(135deg, var(--brmt-cyan), var(--brmt-gold-lt));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.brmt-hero-desc {
  font-size: 1.05rem; color: rgba(232,237,247,.75);
  line-height: 1.8; margin-bottom: 40px;
}

.brmt-hero-cta {
  display: inline-flex; align-items: center; gap: 12px;
  background: linear-gradient(135deg, var(--brmt-gold), var(--brmt-gold-lt));
  color: var(--brmt-navy);
  font-weight: 700; font-size: .95rem; letter-spacing: .03em;
  padding: 16px 36px; border-radius: 100px;
  text-decoration: none;
  transition: transform var(--brmt-tr), box-shadow var(--brmt-tr);
  box-shadow: 0 8px 30px rgba(201,168,76,.3);
}
.brmt-hero-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(201,168,76,.45);
}
.brmt-hero-cta svg { width: 18px; height: 18px; }

/* ── Barometer logo (hero right) ─────────────────────────────────── */
.brmt-hero-visual {
  display: flex; justify-content: center; align-items: center;
}
.brmt-hero-logo-wrap {
  position: relative;
  animation: brmt-logo-float 7s ease-in-out infinite;
}
.brmt-hero-logo-wrap::before {
  content: '';
  position: absolute; inset: -36px;
  background: radial-gradient(circle, rgba(58,176,226,.22) 0%, transparent 68%);
  border-radius: 50%; pointer-events: none;
}
.brmt-hero-logo-wrap::after {
  content: '';
  position: absolute; inset: -18px;
  border: 1px solid rgba(201,168,76,.18);
  border-radius: 32px;
  animation: brmt-ring-pulse 3s ease-in-out infinite;
}
@keyframes brmt-ring-pulse {
  0%, 100% { opacity: .5; transform: scale(1); }
  50%       { opacity: 1; transform: scale(1.03); }
}
.brmt-hero-logo-card {
  position: relative; z-index: 1;
  /* background: rgba(255,255,255,.97); */
  border-radius: 28px; padding: 28px 36px;
  box-shadow:
    0 28px 80px rgba(0,0,0,.55),
    0 0 0 1px rgba(255,255,255,.14),
    inset 0 1px 0 rgba(255,255,255,.3);
}
.brmt-hero-logo-img { width: 350px; display: block; }
@keyframes brmt-logo-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-18px); }
}

/* ─── VISION ─────────────────────────────────────────────────────── */
#brmt-vision {
  background: var(--brmt-bg-alt);
  border-top: 1px solid var(--brmt-border);
}
.brmt-vision-inner {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 80px; align-items: center;
}
.brmt-vision-icon-block {
  display: flex; flex-direction: column;
  align-items: flex-start; gap: 28px;
}
.brmt-big-icon {
  width: 100px; height: 100px;
  background: linear-gradient(135deg, rgba(201,168,76,.12), rgba(201,168,76,.04));
  border: 1px solid rgba(201,168,76,.28);
  border-radius: var(--brmt-r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem;
  box-shadow: 0 8px 32px rgba(201,168,76,.1);
}
.brmt-vision-quote {
  font-size: 1.05rem; color: var(--brmt-muted);
  line-height: 1.7; font-style: italic;
  border-left: 3px solid var(--brmt-gold); padding-left: 20px;
}
.brmt-vision-card {
  background: var(--brmt-bg-card);
  border: 1px solid var(--brmt-border);
  border-radius: var(--brmt-r-lg);
  padding: 50px; position: relative; overflow: hidden;
  box-shadow: var(--brmt-card-shadow);
}
.brmt-vision-card::before {
  content: '';
  position: absolute; top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(201,168,76,.07), transparent);
  pointer-events: none;
}
.brmt-vision-card p { font-size: 1.1rem; line-height: 1.85; color: var(--brmt-text-body); }

/* ─── OBJECTIVES ─────────────────────────────────────────────────── */
#brmt-objectives { background: var(--brmt-bg); }
.brmt-obj-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 56px;
}
.brmt-obj-card {
  background: var(--brmt-bg-card);
  border: 1px solid var(--brmt-border);
  border-radius: var(--brmt-r-md);
  padding: 36px 32px; position: relative; overflow: hidden;
  transition: transform var(--brmt-tr), box-shadow var(--brmt-tr), border-color var(--brmt-tr);
  box-shadow: var(--brmt-card-shadow);
}
.brmt-obj-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--brmt-gold), var(--brmt-cyan));
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--brmt-tr);
}
.brmt-obj-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(15,30,58,.13);
  border-color: rgba(201,168,76,.35);
}
.brmt-obj-card:hover::after { transform: scaleX(1); }

.brmt-obj-num {
  font-size: 3.5rem; font-weight: 900;
  color: rgba(0,128,128,.09);
  line-height: 1; margin-bottom: 16px;
  font-family: 'Playfair Display', serif;
}
.brmt-obj-icon  { font-size: 1.8rem; margin-bottom: 14px; }
.brmt-obj-text  { font-size: .95rem; line-height: 1.7; color: var(--brmt-muted); }
.brmt-obj-text strong { color: var(--brmt-text); }

/* ─── AREAS OF FOCUS ─────────────────────────────────────────────── */
#brmt-focus {
  background: var(--brmt-bg-alt);
  border-top: 1px solid var(--brmt-border);
}
.brmt-focus-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 20px; margin-top: 56px;
}
.brmt-focus-card {
  background: var(--brmt-bg-card);
  border: 1px solid var(--brmt-border);
  border-radius: var(--brmt-r-md);
  padding: 36px 24px; text-align: center; cursor: default;
  transition: transform var(--brmt-tr), box-shadow var(--brmt-tr);
  position: relative; overflow: hidden;
  box-shadow: var(--brmt-card-shadow);
}
.brmt-focus-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,.05), transparent);
  opacity: 0; transition: opacity var(--brmt-tr);
}
.brmt-focus-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(15,30,58,.12);
}
.brmt-focus-card:hover::before { opacity: 1; }

.brmt-focus-icon {
  width: 64px; height: 64px; margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(201,168,76,.14), rgba(201,168,76,.04));
  border: 1px solid rgba(201,168,76,.25); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  transition: transform var(--brmt-tr), box-shadow var(--brmt-tr);
}
.brmt-focus-card:hover .brmt-focus-icon {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 24px rgba(201,168,76,.2);
}
.brmt-focus-label {
  font-size: .88rem; font-weight: 600;
  color: var(--brmt-text); letter-spacing: .02em;
}

/* ─── METHODOLOGY ────────────────────────────────────────────────── */
#brmt-methodology { background: var(--brmt-bg); }

.brmt-method-steps {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; position: relative; margin-top: 60px;
}
.brmt-method-steps::before {
  content: '';
  position: absolute; top: 36px; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--brmt-gold), var(--brmt-cyan), var(--brmt-gold));
}
.brmt-step-card { padding: 0 20px; padding-top: 80px; position: relative; }
.brmt-step-num {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 72px; height: 72px;
  background: var(--brmt-bg-card);
  border: 2px solid var(--brmt-gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; font-weight: 800; color: var(--brmt-gold);
  font-family: 'Playfair Display', serif;
  z-index: 2; box-shadow: 0 4px 20px rgba(201,168,76,.2);
  transition: background var(--brmt-tr), transform var(--brmt-tr), box-shadow var(--brmt-tr);
}
.brmt-step-card:hover .brmt-step-num {
  background: var(--brmt-gold); color: var(--brmt-navy);
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 0 30px rgba(201,168,76,.4);
}
.brmt-step-title {
  font-size: 1rem; font-weight: 700; color: var(--brmt-gold);
  margin-bottom: 14px; text-align: center;
}
.brmt-step-list { list-style: none; }
.brmt-step-list li {
  font-size: .84rem; color: var(--brmt-muted);
  padding: 6px 0 6px 18px; position: relative; line-height: 1.55;
  border-bottom: 1px solid var(--brmt-border);
}
.brmt-step-list li::before { content: '›'; position: absolute; left: 0; color: var(--brmt-gold); font-size: 1rem; }
.brmt-step-list li span { color: var(--brmt-text); font-weight: 600; }

/* ─── ACCORDION ──────────────────────────────────────────────────── */
.brmt-accordion-wrap { margin-top: 60px; }
.brmt-acc-item {
  border: 1px solid var(--brmt-border);
  border-radius: var(--brmt-r-sm);
  margin-bottom: 12px; overflow: hidden;
  transition: border-color var(--brmt-tr);
  box-shadow: 0 1px 8px rgba(15,30,58,.04);
}
.brmt-acc-item.brmt-open { border-color: rgba(201,168,76,.4); }

.brmt-acc-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 22px 28px; background: var(--brmt-bg-card); border: none; cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 1rem; font-weight: 600; color: var(--brmt-text);
  text-align: left; transition: background var(--brmt-tr);
}
.brmt-acc-trigger:hover { background: #eef2f8; }
.brmt-acc-item.brmt-open .brmt-acc-trigger { background: #eef2f8; }

.brmt-acc-arrow {
  width: 28px; height: 28px; flex-shrink: 0;
  border: 1.5px solid var(--brmt-gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--brmt-gold); font-size: 1rem; line-height: 1;
  transition: transform var(--brmt-tr);
}
.brmt-acc-item.brmt-open .brmt-acc-arrow { transform: rotate(45deg); }

.brmt-acc-body { max-height: 0; overflow: hidden; transition: max-height .45s ease; }
.brmt-acc-body-inner {
  padding: 28px 28px 32px;
  border-top: 1px solid var(--brmt-border);
  background: var(--brmt-bg-card);
}

.brmt-acc-body ol { padding-left: 22px; }
.brmt-acc-body li { color: var(--brmt-muted); font-size: .92rem; line-height: 1.7; margin-bottom: 12px; }
.brmt-acc-body li > span { color: #b8922e; font-weight: 600; }
.brmt-acc-body ul { margin: 8px 0 0 18px; }
.brmt-acc-body ul li { margin-bottom: 4px; }
.brmt-acc-body ul li::marker { color: var(--brmt-gold); }

/* ─── CTA (dark) ─────────────────────────────────────────────────── */
#brmt-cta {
  background: linear-gradient(135deg, var(--brmt-navy-mid), var(--brmt-navy));
  border-top: 1px solid rgba(255,255,255,.05);
  text-align: center; padding: 120px 24px;
}
#brmt-cta .brmt-section-label         { color: var(--brmt-gold); }
#brmt-cta .brmt-section-label::before { background: var(--brmt-gold); }
#brmt-cta .brmt-section-title         { color: #fff; }
#brmt-cta .brmt-section-title span    { color: var(--brmt-gold); }
#brmt-cta .brmt-section-sub           { color: rgba(232,237,247,.7); }

.brmt-cta-glow {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 500px; height: 300px;
  background: radial-gradient(ellipse, rgba(201,168,76,.12), transparent);
  pointer-events: none;
}
.brmt-cta-inner { position: relative; z-index: 2; }
#brmt-cta .brmt-section-title { margin-bottom: 16px; }
#brmt-cta .brmt-section-sub   { margin: 0 auto 48px; text-align: center; }

.brmt-cta-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: linear-gradient(135deg, var(--brmt-gold), var(--brmt-gold-lt));
  color: var(--brmt-navy);
  font-weight: 700; font-size: 1rem;
  padding: 18px 48px; border-radius: 100px;
  text-decoration: none;
  transition: transform var(--brmt-tr), box-shadow var(--brmt-tr);
  box-shadow: 0 8px 30px rgba(201,168,76,.35);
}
.brmt-cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 50px rgba(201,168,76,.5);
}
.brmt-cta-btn svg { width: 20px; height: 20px; }

/* ─── FOOTER (dark) ──────────────────────────────────────────────── */


/* ─── RESPONSIVE ─────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .brmt-hero-inner   { grid-template-columns: 1fr; text-align: center; }
  .brmt-hero-visual  { margin-top: 40px; order: -1;}
  .brmt-vision-inner { grid-template-columns: 1fr; }
  .brmt-vision-icon-block { flex-direction: row; flex-wrap: wrap; }
  .brmt-focus-grid   { grid-template-columns: repeat(3, 1fr); }
  .brmt-method-steps { grid-template-columns: repeat(2, 1fr); }
  .brmt-method-steps::before { display: none; }
  .brmt-obj-grid     { grid-template-columns: repeat(2, 1fr); }
  .brmt-hero-logo-img { width: 280px; }
}
@media (max-width: 640px) {
  .brmt-focus-grid   { grid-template-columns: repeat(2, 1fr); }
  .brmt-obj-grid     { grid-template-columns: 1fr; }
  .brmt-method-steps { grid-template-columns: 1fr; }
  nav                { padding: 0 20px; }
  .brmt-nav-links    { display: none; }
  .brmt-hero-logo-img  { width: 220px; }
  .brmt-hero-logo-card { padding: 20px 22px; }
}
/*** Barometer ***/

/*** Reports List ***/
.reports-section {
  background: #e9e1d6;
  padding: clamp(25px, 6vw, 50px) clamp(16px, 4vw, 48px);
}
.reports-section .report-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .reports-section .report-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .reports-section .report-grid {
    grid-template-columns: 1fr;
  }
}
.reports-section .report-grid .report-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: translateY(15px);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
  will-change: transform;
  text-decoration: none;
  color: inherit;
  padding: 0;
}
.reports-section .report-grid .report-card .card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/22;
  overflow: hidden;
}
.reports-section .report-grid .report-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.reports-section .report-grid .report-card .card-image .card-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(13, 27, 42, 0.45) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.reports-section .report-grid .report-card .card-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 16px 16px 0;
}
.reports-section .report-grid .report-card .card-categories .category-tag {
  font-size: 0.45rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 6px;
  border-radius: 100px;
  border: 1.5px solid;
  transition: background 0.25s, color 0.25s;
}
.reports-section .report-grid .report-card .card-categories .category-tag.tag-1 {
  color: #1a6fff;
  border-color: #1a6fff;
}
.reports-section .report-grid .report-card .card-categories .category-tag.tag-2 {
  color: #12a67a;
  border-color: #12a67a;
}
.reports-section .report-grid .report-card .card-categories .category-tag.tag-3 {
  color: #e8720c;
  border-color: #e8720c;
}
.reports-section .report-grid .report-card .card-categories .category-tag.tag-4 {
  color: #7c3aed;
  border-color: #7c3aed;
}
.reports-section .report-grid .report-card .card-categories .category-tag.tag-5 {
  color: #dc2626;
  border-color: #dc2626;
}
.reports-section .report-grid .report-card .card-body {
  padding: 14px 16px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.reports-section .report-grid .report-card .card-body .card-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0d1b2a;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Montserrat-Bold";
}
.reports-section .report-grid .report-card .card-body .card-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
.reports-section .report-grid .report-card .card-body .card-meta .card-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #8a93a2;
  font-weight: 500;
}
.reports-section .report-grid .report-card .card-body .card-meta .card-date svg {
  flex-shrink: 0;
}
.reports-section .report-grid .report-card .card-body .card-meta .card-authors {
  display: flex;
  align-items: center;
  gap: 8px;
}
.reports-section .report-grid .report-card .card-body .card-meta .card-authors .author-names {
  font-size: 11px;
  color: #475569;
  font-weight: 500;
  line-height: 1.4;
}
.reports-section .report-grid .report-card .card-divider {
  height: 1px;
  background: #f0f2f5;
  margin: 0 16px;
}
.reports-section .report-grid .report-card .card-footer {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reports-section .report-grid .report-card .card-footer .read-more {
  font-size: 12px;
  font-weight: 700;
  color: #1a6fff;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.25s ease;
}
.reports-section .report-grid .report-card .card-footer .read-more svg {
  transition: transform 0.25s ease;
}
.reports-section .report-grid .report-card:hover {
  box-shadow: 0 20px 48px rgba(13, 27, 42, 0.13);
  transform: translateY(-3px) !important;
}
.reports-section .report-grid .report-card:hover .card-image img {
  transform: scale(1.06);
}
.reports-section .report-grid .report-card:hover .card-image .card-image-overlay {
  opacity: 1;
}
.reports-section .report-grid .report-card:hover .card-categories .tag-1 {
  background: #1a6fff;
  color: #fff;
}
.reports-section .report-grid .report-card:hover .card-categories .tag-2 {
  background: #12a67a;
  color: #fff;
}
.reports-section .report-grid .report-card:hover .card-categories .tag-3 {
  background: #e8720c;
  color: #fff;
}
.reports-section .report-grid .report-card:hover .card-categories .tag-4 {
  background: #7c3aed;
  color: #fff;
}
.reports-section .report-grid .report-card:hover .card-categories .tag-5 {
  background: #dc2626;
  color: #fff;
}
.reports-section .report-grid .report-card:hover .read-more {
  gap: 8px;
}
.reports-section .report-grid .report-card:hover .read-more svg {
  transform: translateX(2px);
}

/*** Reports List ***/

/*** Trends Global ***/
#trends-world-map-root{
  min-height: 100vh;
  overflow: hidden;
  width:100%;
  background: #050816;
}

.global-about{
  --bg: #f7f8fc;
  --surface: #ffffff;
  --accent: #1a3a6b;
  --accent-mid: #2e5fa3;
  --accent-light: #e8eef8;
  --gold: #c8973a;
  --text: #1c2333;
  --muted: #5a6480;
  --border: #dde3f0;
  --radius: 16px;
  --shadow: 0 4px 24px rgba(26,58,107,.08);
}
.glb-abt-section{
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 20px;
}
.glb-abt-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.glb-abt-section-label::before {
  content: '';
  display: block;
  width: 20px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
}
.glb-abt-vision-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 40px;
  box-shadow: var(--shadow);
  margin-bottom: 56px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  animation: fadeUp .7s .45s ease forwards;
}

.glb-abt-vision-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--gold) 100%);
  border-radius: 4px 0 0 4px;
}

.glb-abt-vision-card::after {
  content: '"';
  position: absolute;
  right: 28px; bottom: -20px;
  font-size: 160px;
  line-height: 1;
  color: var(--accent-light);
  font-family: Georgia, serif;
  pointer-events: none;
  user-select: none;
}

.glb-abt-vision-text {
  font-size: 1rem;
  color: var(--muted);
  font-style: italic;
  position: relative;
  z-index: 1;
}
.glb-abt-objectives-header {
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp .6s .6s ease forwards;
}

.glb-abt-objectives-header h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent);
  font-family: "Montserrat-Bold";
}

.glb-abt-objectives-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.glb-abt-obj-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 28px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateX(-30px);
  transition: transform .35s ease, box-shadow .35s ease, border-color .3s ease;
  cursor: default;
}

.glb-abt-obj-card:hover {
  transform: translateX(6px) !important;
  box-shadow: 0 8px 36px rgba(26,58,107,.13);
  border-color: var(--accent-mid);
}

.glb-abt-obj-card.glb-abt-visible {
  opacity: 1;
  transform: translateX(0);
}

.glb-abt-obj-number {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--accent-light);
  display: grid; place-items: center;
  font-size: .95rem;
  font-weight: 800;
  color: var(--accent);
  transition: background .3s ease, color .3s ease;
}

.glb-abt-obj-card:hover .glb-abt-obj-number {
  background: var(--accent);
  color: #fff;
}

.glb-abt-obj-body p {
  font-size: .97rem;
  color: var(--muted);
  line-height: 1.65;
}

/* ── Director's Message ─────────────────────────────────── */
.glb-abt-dm-section { background: var(--bg); }

.glb-abt-dm-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 56px 60px 56px 64px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.glb-abt-dm-quote-bg {
  position: absolute;
  top: -20px;
  left: 40px;
  font-size: 240px;
  line-height: 1;
  font-family: Georgia, serif;
  color: var(--accent-light);
  pointer-events: none;
  user-select: none;
  opacity: .55;
  transition: opacity .4s;
}

.glb-abt-dm-accent-bar {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--gold) 100%);
  border-radius: 4px 0 0 4px;
}

.glb-abt-dm-body { position: relative; z-index: 1; }

.glb-abt-dm-title {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  color: var(--accent);
  margin-bottom: 24px;
  line-height: 1.25;
}

.glb-abt-dm-para {
  font-size: .97rem;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 16px;
  max-width: 820px;
}
.glb-abt-dm-para:last-child { margin-bottom: 0; }

/* stagger reveal delays for paragraphs */
.glb-abt-dm-body .reveal:nth-child(1) { transition-delay: .05s; }
.glb-abt-dm-body .reveal:nth-child(2) { transition-delay: .15s; }
.glb-abt-dm-body .reveal:nth-child(3) { transition-delay: .25s; }
.glb-abt-dm-body .reveal:nth-child(4) { transition-delay: .35s; }
.glb-abt-dm-body .reveal:nth-child(5) { transition-delay: .45s; }
.glb-abt-dm-body .reveal:nth-child(6) { transition-delay: .55s; }

/* ── About the Company ───────────────────────────────────── */
.glb-abt-company-section { background: var(--accent-light); }

.glb-abt-company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 8px;
}

.glb-abt-company-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 36px 40px;
  box-shadow: var(--shadow);
  height: 100%;
  transition: box-shadow .35s ease, transform .35s ease, border-color .3s ease;
}
.glb-abt-company-block:hover {
  box-shadow: 0 10px 40px rgba(26,58,107,.13);
  transform: translateY(-4px);
  border-color: var(--accent-mid);
}

.glb-abt-company-block-icon {
  width: 52px; height: 52px;
  background: var(--accent-light);
  border-radius: 14px;
  display: grid; place-items: center;
  margin-bottom: 18px;
  transition: background .3s, transform .3s;
}
.glb-abt-company-block-icon svg {
  width: 26px; height: 26px;
  color: var(--accent);
  transition: color .3s;
}
.glb-abt-company-block:hover .glb-abt-company-block-icon {
  background: var(--accent);
  transform: rotate(-5deg) scale(1.08);
}
.glb-abt-company-block:hover .glb-abt-company-block-icon svg { color: #fff; }

.glb-abt-company-block h3 {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 1rem;
  color: var(--accent);
  margin-bottom: 14px;
}

.glb-abt-company-block p {
  font-size: .93rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 12px;
}
.glb-abt-company-block p:last-child { margin-bottom: 0; }

/* ── Vision & Mission ────────────────────────────────────── */
.glb-abt-vm-section { background: var(--bg); }

.glb-abt-vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.glb-abt-vm-card {
  position: relative;
  border-radius: var(--radius);
  padding: 48px 44px;
  overflow: hidden;
  isolation: isolate;
  transition: transform .4s cubic-bezier(.4,0,.2,1), box-shadow .4s;
}
.glb-abt-vm-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(26,58,107,.18); }

.glb-abt-vm-vision {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-mid) 100%);
  box-shadow: 0 8px 32px rgba(26,58,107,.22);
}
.glb-abt-vm-mission {
  background: linear-gradient(135deg, #16334a 0%, var(--accent) 80%);
  box-shadow: 0 8px 32px rgba(26,58,107,.22);
}

.glb-abt-vm-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(200,151,58,.22) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
  transition: opacity .5s;
}
.glb-abt-vm-card:hover .glb-abt-vm-glow { opacity: 1.6; }

.glb-abt-vm-card-inner { position: relative; z-index: 1; }

.glb-abt-vm-icon {
  width: 56px; height: 56px;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  display: grid; place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,.2);
  transition: background .3s, transform .3s;
}
.glb-abt-vm-card:hover .glb-abt-vm-icon {
  background: rgba(255,255,255,.25);
  transform: scale(1.08);
}
.glb-abt-vm-icon svg {
  width: 28px; height: 28px;
  stroke: #fff;
}

.glb-abt-vm-card .glb-abt-section-label {
  color: rgba(255,255,255,.75);
  margin-bottom: 16px;
}
.glb-abt-vm-card .glb-abt-section-label::before {
  background: var(--gold);
}

.glb-abt-vm-text {
  font-size: 1rem;
  color: rgba(255,255,255,.9);
  line-height: 1.75;
}

/* ── Values ──────────────────────────────────────────────── */
.glb-abt-values-section { background: var(--accent-light); }

.glb-abt-values-header { margin-bottom: 32px; }

.glb-abt-values-heading {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  color: var(--accent);
  margin-top: 4px;
}

.glb-abt-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.glb-abt-value-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow);
  transition: transform .35s ease, box-shadow .35s ease, border-color .3s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
}
.glb-abt-value-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.glb-abt-value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(26,58,107,.14);
  border-color: var(--accent-mid);
}
.glb-abt-value-card:hover::after { transform: scaleX(1); }

.glb-abt-value-icon {
  width: 52px; height: 52px;
  background: var(--accent-light);
  border-radius: 14px;
  display: grid; place-items: center;
  margin-bottom: 18px;
  transition: background .3s, transform .3s;
}
.glb-abt-value-icon svg {
  width: 24px; height: 24px;
  stroke: var(--accent);
  transition: stroke .3s;
}
.glb-abt-value-card:hover .glb-abt-value-icon {
  background: var(--accent);
  transform: scale(1.1) rotate(-4deg);
}
.glb-abt-value-card:hover .glb-abt-value-icon svg { stroke: #fff; }

.glb-abt-value-name {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 1rem;
  color: var(--accent);
  margin-bottom: 10px;
}

.glb-abt-value-desc {
  font-size: .9rem;
  color: var(--muted);
  line-height: 1.7;
}

/* ── Stagger delays for value cards ─── */
.glb-abt-values-grid .reveal:nth-child(1) { transition-delay: .05s; }
.glb-abt-values-grid .reveal:nth-child(2) { transition-delay: .12s; }
.glb-abt-values-grid .reveal:nth-child(3) { transition-delay: .19s; }
.glb-abt-values-grid .reveal:nth-child(4) { transition-delay: .26s; }
.glb-abt-values-grid .reveal:nth-child(5) { transition-delay: .33s; }
.glb-abt-values-grid .reveal:nth-child(6) { transition-delay: .40s; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 960px) {
  .glb-abt-company-grid,
  .glb-abt-vm-grid { grid-template-columns: 1fr; }
  .glb-abt-values-grid { grid-template-columns: repeat(2, 1fr); }
  .glb-abt-dm-card { padding: 40px 32px 40px 36px; }
}
@media (max-width: 600px) {
  .glb-abt-values-grid { grid-template-columns: 1fr; }
  .glb-abt-dm-card { padding: 32px 20px 32px 24px; }
  .glb-abt-vm-card { padding: 36px 28px; }
}
/*** Trends Global ***/

/*** Partners Listing **/
.partners-lising{
  --primary: #00a19b;
  --primary-dark: #007f7a;
  --primary-light: #00c4bc;
  --bg: #07090f;
  --bg2: #0e1117;
  --bg3: #141820;
  --glass: rgba(255,255,255,0.04);
  --glass-border: rgba(255,255,255,0.08);
  --text: #f0f2f7;
  --muted: #8b90a0;
  --radius: 16px;
  --shadow: 0 24px 60px rgba(0,0,0,0.6);
  background: var(--bg);
}
.partners-lising *{
  direction: ltr;
}
.panr-mesh {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 20% 10%, rgba(0,161,155,.18) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 80% 80%, rgba(0,161,155,.10) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 60% 30%, rgba(16,24,48,.8) 0%, transparent 70%);
}

.panr-noise {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
}
.panr-header {
  position: relative; z-index: 10;
  padding: 150px 40px 100px 40px;
  max-width: 1300px; margin: 0 auto;
  
}

.panr-header-top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 60px;
}

.panr-brand {
  max-width: 200px;
}

.panr-brand-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 16px var(--primary);
  animation: panr-pulse 2s ease-in-out infinite;
}

@keyframes panr-pulse {
  0%,100% { box-shadow: 0 0 12px var(--primary); }
  50% { box-shadow: 0 0 28px var(--primary), 0 0 48px rgba(0,161,155,.3); }
}

.panr-brand-name {
  font-size: 14px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted);
}

.panr-stats-row {
  display: flex; gap: 32px;
}

.panr-stat {
  text-align: center;
}

.panr-stat-value {
  font-size: 22px; font-weight: 800; color: var(--primary);
  font-variant-numeric: tabular-nums;
}

.panr-stat-label {
  font-size: 11px; color: var(--muted); text-transform: uppercase;
  letter-spacing: .08em;
}

.panr-hero-title {
  font-family: "Montserrat-Bold";
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.02em;
  background: linear-gradient(135deg, #fff 0%, #2a9a9a 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}


.panr-hero-sub {
  font-size: 17px; color: var(--muted); max-width: 560px;
  line-height: 1.7; margin-bottom: 48px;
}

/* ── Light listing shell ── */
.panr-listing-shell {
  position: relative; z-index: 10;
  background: #f4f6f9;
  border-radius: 32px 32px 0 0;
  margin-top: 40px;
  padding-bottom: 100px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  /* padding: 0 20px 100px 20px;
  margin:0 auto;  
  max-width: 1300px; */
}

/* ── Controls ── */
.panr-controls {
  max-width: 1300px; margin: 0 auto;
  padding: 36px 40px 28px;
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center;
}

.panr-search-wrap {
  flex: 1; min-width: 260px; max-width: 380px;
  position: relative;
}

.panr-search-wrap svg {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  color: #9ba3b4; pointer-events: none;
}

input[type="search"] {
  width: 100%; padding: 13px 16px 13px 46px;
  background: #fff; border: 1.5px solid #e2e6ed;
  border-radius: 50px; color: #1a2033; font-size: 14px;
  font-family: inherit; outline: none; transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

input[type="search"]:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(0,161,155,.1);
}

input[type="search"]::placeholder { color: #9ba3b4; }

.panr-filter-group {
  display: flex; flex-wrap: wrap; gap: 8px;
}

.panr-chip {
  padding: 8px 18px; border-radius: 50px; font-size: 13px; font-weight: 500;
  cursor: pointer; border: 1.5px solid #dde2eb;
  background: #fff; color: #6b7490;
  transition: all .2s; user-select: none; white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

.panr-chip:hover { border-color: rgba(0,161,155,.5); color: #1a2033; }

.panr-chip.panr-active {
  background: var(--primary); border-color: var(--primary);
  color: #fff; box-shadow: 0 4px 16px rgba(0,161,155,.35);
}

.panr-view-toggle {
  display: flex; gap: 4px; margin-left: auto;
  background: #fff; border: 1.5px solid #dde2eb;
  border-radius: 10px; padding: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

.panr-view-btn {
  width: 36px; height: 36px; border-radius: 7px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: #9ba3b4; transition: all .2s;
  border: none; background: none;
}
.panr-main-list{
  max-width: 1300px; margin: 0 auto;
  padding: 36px 40px 28px;
}

.panr-view-btn.panr-active { background: var(--primary); color: #fff; }

/* ── Divider inside listing ── */
.panr-listing-shell .panr-section-line { padding: 0 40px; }
.panr-listing-shell .panr-line {
  background: linear-gradient(to right, transparent, #dde2eb 30%, #dde2eb 70%, transparent);
  margin-bottom: 32px;
}

/* ── Grid ── */


.panr-results-info {
  font-size: 13px; color: #9ba3b4; margin-bottom: 28px;
}

.panr-results-info span { color: var(--primary); font-weight: 600; }

.panr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.panr-grid.panr-list-view {
  grid-template-columns: 1fr;
}

/* ── Card ── */
.panr-card {
  background: #fff;
  border: 1.5px solid #e8ecf2;
  border-radius: var(--radius);
  overflow: hidden; cursor: pointer;
  transition: transform .3s cubic-bezier(.34,1.56,.64,1),
              box-shadow .3s ease, border-color .3s;
  opacity: 0; transform: translateY(24px);
  animation: panr-cardIn .5s ease forwards;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

@keyframes panr-cardIn {
  to { opacity: 1; transform: translateY(0); }
}

.panr-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 20px 48px rgba(0,0,0,.12), 0 0 0 2px rgba(0,161,155,.2);
  border-color: rgba(0,161,155,.3);
}

.panr-card-img {
  width: 100%;
  min-height: 160px;
  overflow: hidden;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.panr-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}

.panr-card:hover .panr-card-img img { transform: scale(1.07); }

.panr-card-img-fallback {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  font-size: 42px; background: linear-gradient(135deg, #eef1f6, #e2e8f0);
}

.panr-card-body { padding: 20px; }

.panr-card-badges {
  display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px;
}

.panr-badge {
  font-size: 10px; font-weight: 600; padding: 3px 10px; border-radius: 50px;
  letter-spacing: .06em; text-transform: uppercase;
}

.panr-badge-cat {
  background: rgba(0,161,155,.1); color: var(--primary-dark);
  border: 1px solid rgba(0,161,155,.2);
}

.panr-badge-region {
  background: #f0f3f7; color: #8b96b0;
  border: 1px solid #e2e6ed;
}

.panr-card-title {
  font-size: 14px; font-weight: 600; line-height: 1.4;
  color: #1a2033; margin-bottom: 8px;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
}

.panr-card-title-ar {
  font-size: 12px; color: #8b96b0; direction: rtl;
  display: -webkit-box; -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 10px;
}

.panr-card-loc {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: #8b96b0;
}

.panr-card-loc svg { flex-shrink: 0; }

.panr-card-arrow {
  display: flex; align-items: center; justify-content: flex-end;
  margin-top: 14px; color: var(--primary); opacity: 0;
  transition: opacity .2s, transform .2s; transform: translateX(-6px);
}

.panr-card:hover .panr-card-arrow { opacity: 1; transform: translateX(0); }

/* List view card */
.panr-grid.panr-list-view .panr-card { display: flex; }
.panr-grid.panr-list-view .panr-card-img { width: 120px; height: auto; flex-shrink: 0; }
.panr-grid.panr-list-view .panr-card-img img { height: 100%; }
.panr-grid.panr-list-view .panr-card-body { flex: 1; display: flex; flex-direction: column; justify-content: center; }

/* ── Modal ── */
.panr-overlay {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(0,0,0,.75);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  opacity: 0; pointer-events: none;
  transition: opacity .3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.panr-overlay.panr-open { opacity: 1; pointer-events: all; }

.panr-modal {
  background: linear-gradient(160deg, #141820 0%, #0e1117 100%);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  width: 100%; max-width: 720px;
  max-height: 90vh; overflow-y: auto;
  box-shadow: var(--shadow), 0 0 0 1px rgba(0,161,155,.15);
  transform: scale(.92) translateY(20px);
  transition: transform .35s cubic-bezier(.34,1.56,.64,1);
  scrollbar-width: thin;
  scrollbar-color: var(--glass-border) transparent;
}

.panr-overlay.panr-open .panr-modal { transform: scale(1) translateY(0); }

.panr-modal-hero {
  position: relative;
  height: 260px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  padding: 0 1rem;
  background: #fff;
}

.panr-modal-hero img {
  width: 100%;    
  object-fit: cover;
}

.panr-modal-hero-fallback {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #0e1a2e 0%, #071018 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 80px;
}

.panr-modal-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(14,17,23,1) 0%, transparent 50%);
}

.panr-modal-close {
  position: absolute; top: 16px; right: 16px;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(0,0,0,.5); border: 1px solid var(--glass-border);
  color: #fff; cursor: pointer; font-size: 20px;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s, transform .2s;
  z-index: 5; line-height: 1;
}

.panr-modal-close:hover { background: rgba(255,255,255,.15); transform: scale(1.1); }

.panr-modal-body { padding: 32px 36px 36px; }

.panr-modal-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }

.panr-modal-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700; line-height: 1.25;
  color: #fff; margin-bottom: 8px;
}

.panr-modal-title-ar {
  font-size: 16px; color: var(--muted); direction: rtl;
  margin-bottom: 24px; line-height: 1.6;
}

.panr-modal-divider {
  height: 1px; background: var(--glass-border); margin: 24px 0;
}

.panr-modal-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  margin-bottom: 28px;
}

.panr-modal-field label {
  font-size: 11px; text-transform: uppercase; letter-spacing: .08em;
  color: var(--muted); margin-bottom: 6px; display: block;
}

.panr-modal-field p {
  font-size: 14px; font-weight: 500; color: var(--text);
}

.panr-modal-field .panr-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(0,161,155,.12); border: 1px solid rgba(0,161,155,.25);
  border-radius: 50px; padding: 4px 12px;
  font-size: 13px; color: var(--primary); font-weight: 500;
}

.panr-modal-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.panr-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 24px; border-radius: 50px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  transition: all .2s; text-decoration: none; border: none;
  font-family: inherit;
}

.panr-btn-primary {
  background: var(--primary); color: #fff;
  box-shadow: 0 8px 24px rgba(0,161,155,.35);
}

.panr-btn-primary:hover {
  background: var(--primary-light);
  box-shadow: 0 12px 32px rgba(0,161,155,.5);
  transform: translateY(-1px);
}

.panr-btn-ghost {
  background: var(--glass); border: 1px solid var(--glass-border);
  color: var(--text);
}

.panr-btn-ghost:hover {
  border-color: rgba(0,161,155,.4); background: rgba(0,161,155,.08);
  transform: translateY(-1px);
}

.panr-btn-disabled {
  opacity: .4; cursor: not-allowed; pointer-events: none;
}

/* ── Empty state ── */
.panr-empty {
  grid-column: 1/-1;
  text-align: center; padding: 80px 20px;
}

.panr-empty-icon { font-size: 56px; margin-bottom: 20px; opacity: .4; }
.panr-empty h3 { font-size: 20px; margin-bottom: 8px; color: #1a2033; }
.panr-empty p { color: #8b96b0; font-size: 14px; }

/* ── Scroll bar ── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #dde2eb; border-radius: 3px; }

/* ── Divider line ── */
.panr-section-line {
  max-width: 1400px; margin: 0 auto;
  padding: 0 40px;
}

.panr-line {
  height: 1px;
  background: linear-gradient(to right, transparent, #dde2eb 30%, #dde2eb 70%, transparent);
  margin-bottom: 32px;
}

/* ── Pagination ── */
#pagination {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 40px 0;
}

.panr-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.panr-page-btn {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1.5px solid #dde2eb;
  background: #fff;
  color: #6b7490;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all .2s;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

.panr-page-btn:hover:not(:disabled) {
  border-color: rgba(0,161,155,.5);
  color: var(--primary);
}

.panr-page-btn.panr-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 4px 16px rgba(0,161,155,.35);
}

.panr-page-btn:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.panr-page-ellipsis {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ba3b4;
  font-size: 16px;
  letter-spacing: .05em;
}
/*** Partners Listing **/

/** Events Listing **/
.event-listing{
  --evt-navy:        #070d1f;
  --evt-navy-mid:    #0c1730;
  --evt-navy-card:   #111a35;
  --evt-gold:        #c9a84c;
  --evt-gold-lt:     #e8c96a;
  --evt-gold-dim:    rgba(201,168,76,.14);
  --evt-cyan:        #3ab0e2;
  --evt-teal:        #00a19b;

  --evt-bg:          #f5f7fc;
  --evt-bg-alt:      #ffffff;
  --evt-bg-card:     #ffffff;
  --evt-text:        #0f1e3a;
  --evt-text-body:   #2d3a52;
  --evt-muted:       #637085;
  --evt-border:      rgba(15,30,58,.09);
  --evt-shadow-sm:   0 2px 12px rgba(15,30,58,.06);
  --evt-shadow-md:   0 8px 40px rgba(15,30,58,.10);
  --evt-shadow-hover:0 20px 60px rgba(15,30,58,.14);

  --evt-r-sm:  10px;
  --evt-r-md:  18px;
  --evt-r-lg:  26px;
  --evt-ease:  cubic-bezier(.25,.8,.25,1);
  --evt-tr:    .38s var(--evt-ease);
}
#evt-hero {
  position: relative;
  min-height: 100vh;
  display: flex; 
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background: var(--evt-navy);
}
#evt-hero::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--evt-gold) 35%, var(--evt-cyan) 65%, transparent 100%);
}

/* Grid pattern */
.evt-hero-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 64px 64px;
}
.evt-orb {
  position: absolute; border-radius: 50%;
  filter: blur(100px); opacity: 0;
  animation: evt-orb-in 1.8s forwards, evt-float 11s ease-in-out infinite;
}
.evt-orb-1 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(26,64,128,.7) 0%, transparent 70%);
  top: -280px; left: -200px;
  animation-duration: 1.8s, 13s; animation-delay: 0s, 0s;
}
.evt-orb-2 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(201,168,76,.4) 0%, transparent 70%);
  bottom: -100px; right: -80px;
  animation-duration: 1.8s, 10s; animation-delay: .4s, -5s;
}
.evt-orb-3 {
  width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(0,161,155,.35) 0%, transparent 70%);
  top: 45%; left: 55%;
  animation-duration: 1.8s, 8s; animation-delay: .7s, -3s;
}
@keyframes evt-orb-in   { to { opacity: .4; } }
@keyframes evt-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50%       { transform: translateY(-30px) scale(1.05); }
}
.evt-hero-inner {
  position: relative; z-index: 2;
  flex: 1;
  max-width: 1300px; margin: 0 auto; width: 100%;
  padding: 150px 24px 80px;
  /* display: grid; 
  grid-template-columns: 1fr 420px;
  gap: 60px;  */
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.evt-hero-left {
  width:100%;
}

.evt-hero-badge {
  max-width: 200px;
  padding-bottom:30px; 
}
.evt-hero-badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--evt-gold);
  animation: evt-pulse 2s infinite;
}
@keyframes evt-pulse {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:.35; transform:scale(1.6); }
}

.evt-hero-title {
  font-family: "Montserrat-Bold";
  font-size: clamp(1.8rem, 5vw, 3.5rem);
  font-weight: 800; line-height: 1.1;
  color: #fff; margin-bottom: 20px;
  opacity: 0; animation: evt-fade-up .9s .65s forwards;
}
.evt-hero-title .g { color: var(--evt-gold); }
.evt-hero-title .c {
  background: linear-gradient(135deg, var(--evt-cyan), var(--evt-gold-lt));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}


.evt-hero-sub {
  font-size: 1rem; color: rgba(224,232,248,.7);
  /* max-width: 480px;  */
  line-height: 1.85;
  opacity: 0; animation: evt-fade-up .8s .8s forwards;
  margin-bottom: 40px;
}
.evt-featured{
  padding:50px 0 0 0;
}

.evt-featured-label {
  font-size: .9rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.4);
  margin-bottom: 14px;
  opacity: 0; animation: evt-fade-up .7s 1.15s forwards;
}
.evt-featured-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--evt-r-lg); padding: 28px 30px;
  backdrop-filter: blur(16px);
  position: relative; overflow: hidden;
  opacity: 0; animation: evt-fade-up .9s 1.25s forwards;
  cursor: pointer;
  transition: border-color .35s ease, background .35s ease;
}
.evt-featured-card:hover {
  border-color: rgba(201,168,76,.4);
  background: rgba(255,255,255,.08);
}
.evt-featured-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--evt-gold), var(--evt-cyan));
}
.evt-fc-type {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .68rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--evt-gold);
  background: rgba(201,168,76,.12);
  border: 1px solid rgba(201,168,76,.25);
  border-radius: 100px; padding: 4px 12px;
  margin-bottom: 14px;
}
.evt-fc-type-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--evt-gold);
  animation: evt-pulse 2s 1s infinite;
}
.evt-fc-title {
  font-family: "Montserrat-Bold";
  font-size: 1.22rem; font-weight: 700; line-height: 1.45;
  color: #fff; margin-bottom: 16px;
}
.evt-fc-meta {
  display: flex; flex-direction: column; gap: 8px;
  margin-bottom: 20px;
}
.evt-fc-meta-row {
  display: flex; align-items: center; gap: 8px;
  font-size: .8rem; color: rgba(224,232,248,.65);
}
.evt-fc-meta-row svg { width: 13px; height: 13px; flex-shrink: 0; color: var(--evt-gold); }
@keyframes evt-fade-up { to { opacity:1; transform:translateY(0); } }
@keyframes evt-fade-down { to { opacity:1; transform:translateY(0); } }
@keyframes evt-slide-left { to { opacity:1; transform:translateX(0); } }

#evt-filter-bar {
  background: var(--evt-bg-alt);
  border-bottom: 1px solid var(--evt-border);
  position: relative; top: 0; z-index: 100;
  box-shadow: 0 2px 20px rgba(15,30,58,.06);
}
.evt-filter-inner {
  max-width: 1300px; margin: 0 auto;
  padding: 0 24px; height: 70px;
  display: flex; align-items: center; gap: 16px;
  justify-content: center;
}

/* Type tabs */
.evt-type-tabs { display: flex; gap: 4px; }
.evt-type-tab {
  padding: 8px 20px; border-radius: 100px;
  font-size: .78rem; font-weight: 600; letter-spacing: .03em;
  border: 1px solid var(--evt-border);
  background: transparent; color: var(--evt-muted);
  cursor: pointer; transition: all var(--evt-tr);
}
.evt-type-tab:hover { border-color: var(--evt-gold); color: var(--evt-gold); }
.evt-type-tab.evt-active {
  background: var(--evt-navy); border-color: var(--evt-navy);
  color: var(--evt-gold);
  box-shadow: 0 4px 16px rgba(7,13,31,.18);
}

/* Divider */
.evt-filter-sep {
  width: 1px; height: 28px; background: var(--evt-border); flex-shrink: 0;
}

/* Category select */
.evt-cat-select {
  padding: 9px 14px; border-radius: 100px;
  font-family: 'Inter', sans-serif; font-size: .8rem; font-weight: 500;
  border: 1px solid var(--evt-border);
  background: var(--evt-bg); color: var(--evt-text);
  outline: none; cursor: pointer;
  transition: border-color var(--evt-tr);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23637085' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center;
  padding-right: 30px;
}
.evt-cat-select:focus { border-color: var(--evt-gold); }

/* Search */
.evt-search-wrap { position: relative; flex: 1; max-width: 300px; margin-left: auto; }
.evt-search-wrap svg {
  position: absolute; left: 13px; top: 50%; transform: translateY(-50%);
  width: 15px; height: 15px; color: var(--evt-muted); pointer-events: none;
}
#evt-search {
  width: 100%; padding: 9px 14px 9px 38px;
  border: 1px solid var(--evt-border);
  border-radius: 100px;
  font-family: 'Inter', sans-serif; font-size: .83rem;
  background: var(--evt-bg); color: var(--evt-text);
  outline: none; transition: border-color var(--evt-tr), box-shadow var(--evt-tr);
}
#evt-search::placeholder { color: var(--evt-muted); }
#evt-search:focus {
  border-color: var(--evt-gold);
  box-shadow: 0 0 0 3px rgba(201,168,76,.12);
}

#evt-main { padding: 72px 24px 110px; }
.evt-main-inner { max-width: 1300px; margin: 0 auto; }
.evt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top: 20px;
  transition: all .3s ease;
}
.evt-card {
  background: var(--evt-bg-card);
  border: 1px solid var(--evt-border);
  border-radius: var(--evt-r-lg);
  overflow: hidden;
  box-shadow: var(--evt-shadow-sm);
  transition: transform var(--evt-tr), box-shadow var(--evt-tr), border-color var(--evt-tr);
  cursor: pointer; position: relative;
  display: flex; flex-direction: column;
  padding:0;
}
.evt-card:hover {
  transform: translateY(-9px);
  box-shadow: var(--evt-shadow-hover);
  border-color: rgba(201,168,76,.28);
}
.evt-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--evt-gold), var(--evt-cyan));
  transform: scaleX(0); transform-origin: left;
  transition: transform var(--evt-tr);
}
.evt-card:hover::after { transform: scaleX(1); }

/* Image */
.evt-card-img-wrap {
  position: relative; overflow: hidden;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #e8ecf5, #d4dae8);
  flex-shrink: 0;
}
.evt-card-img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .6s var(--evt-ease);
}
.evt-card:hover .evt-card-img { transform: scale(1.06); }
.evt-card-img-overlay {
  position: absolute; bottom: 0; left: 0; right: 0; height: 55%;
  background: linear-gradient(to top, rgba(7,13,31,.32), transparent);
  pointer-events: none;
}

/* Status badge on image */
.evt-card-status {
  position: absolute; top: 14px; left: 14px;
  border-radius: 100px; padding: 4px 12px;
  font-size: .66rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase;
}
.evt-card-status.upcoming {
  background: rgba(7,13,31,.85);
  border: 1px solid rgba(201,168,76,.4);
  color: var(--evt-gold);
}
.evt-card-status.past {
  background: rgba(7,13,31,.7);
  border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.65);
}

/* Date badge on image */
.evt-card-date-badge {
  position: absolute; bottom: 14px; left: 14px;
  background: rgba(7,13,31,.82);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px; padding: 8px 12px;
  display: flex; flex-direction: column; align-items: center;
  backdrop-filter: blur(8px); min-width: 52px;
}
.evt-cdb-day {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; font-weight: 800; color: var(--evt-gold); line-height: 1;
}
.evt-cdb-mon {
  font-size: .6rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 2px;
}
.evt-cdb-yr {
  font-size: .58rem; font-weight: 500; color: rgba(255,255,255,.38); margin-top: 1px;
}

/* Card body */
.evt-card-body {
  padding: 22px 24px 18px;
  display: flex; flex-direction: column; flex: 1;
}
.evt-card-cat {
  font-size: .66rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--evt-gold-dim);
  color: var(--evt-gold);
  border-radius: 100px; padding: 3px 10px;
  display: inline-block; margin-bottom: 12px;
}
.evt-card-title {
  font-family: "Montserrat-Bold";
  font-size: 1rem; font-weight: 700; line-height: 1.42;
  color: var(--evt-text); margin-bottom: 12px;
  transition: color var(--evt-tr);
}
.evt-card:hover .evt-card-title { color: #0a1836; }
.evt-card-desc {
  font-size: .84rem; color: var(--evt-muted);
  line-height: 1.72; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* Card meta */
.evt-card-meta { display: flex; flex-direction: column; gap: 6px; margin-top: 14px; margin-bottom: 16px; }
.evt-card-meta-row {
  display: flex; align-items: center; gap: 7px;
  font-size: .78rem; color: var(--evt-muted);
}
.evt-card-meta-row svg { width: 12px; height: 12px; flex-shrink: 0; color: var(--evt-gold); }

/* Card footer */
.evt-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; border-top: 1px solid var(--evt-border);
}
.evt-card-read {
  font-size: .79rem; font-weight: 700; color: var(--evt-navy);
  text-decoration: none; display: flex; align-items: center; gap: 6px;
  transition: gap var(--evt-tr), color var(--evt-tr);
}
.evt-card-read svg { width: 13px; height: 13px; transition: transform var(--evt-tr); }
.evt-card:hover .evt-card-read { gap: 10px; color: var(--evt-gold); }
/* .evt-card:hover .evt-card-read svg { transform: translateX(4px); } */
.evt-card-register {
  font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  background: var(--evt-navy); color: var(--evt-gold);
  border-radius: 100px; padding: 6px 14px;
  text-decoration: none;
  transition: background var(--evt-tr), transform var(--evt-tr);
}
.evt-card-register:hover { background: var(--evt-gold); color: var(--evt-navy); transform: translateY(-1px); }
.evt-card-register.past-tag {
  background: var(--evt-bg); color: var(--evt-muted);
  border: 1px solid var(--evt-border); cursor: default;
}
.evt-card-register.past-tag:hover { background: var(--evt-bg); color: var(--evt-muted); transform: none; }




@media (max-width: 1080px) {
  .evt-hero-inner { grid-template-columns: 1fr; }
  .evt-hero-right { display: none; }
  .evt-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .evt-grid { grid-template-columns: 1fr; }
  .evt-filter-inner { gap: 10px; height: auto; padding: 14px 16px; flex-wrap: wrap; }
  .evt-type-tabs { flex-wrap: wrap; }
  .evt-filter-sep { display: none; }
  .evt-cat-select, .evt-search-wrap { max-width: 100%; width: 100%; margin-left: 0; }
  .evt-result-count, .evt-view-toggle { order: 5; }
  .evt-upcoming-strip { flex-wrap: wrap; }
  .evt-hero-inner { padding: 100px 20px 60px; }
}
@media (max-width: 480px) {
  .evt-grid.evt-list-view .evt-card { flex-direction: column; }
  .evt-grid.evt-list-view .evt-card-img-wrap { width: 100%; aspect-ratio: 16/9; }
}
/** Events Listing **/

/** External Office **/
#external-offices-map-root {
  position: relative;
  min-height: 100vh;
  width: 100%;
}
#chartdiv {
  width: 100%;
  height: 100vh;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(50, 126, 187, 0.13), 0 1px 4px rgba(50, 126, 187, 0.08);
}

/* ── Sticky heading ─────────────────────────────── */
#offices-sticky-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 0 32px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.92) 0%,
    rgba(255,255,255,0.70) 70%,
    rgba(255,255,255,0)    100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(-16px);
  transition: opacity 0.55s cubic-bezier(.4,0,.2,1),
              transform 0.55s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
}
#offices-sticky-header.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.osh-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0 22px;
  border-bottom: 1px solid rgba(50, 126, 187, 0.12);
}
.osh-accent {
  display: inline-block;
  width: 4px;
  height: 28px;
  border-radius: 3px;
  background: linear-gradient(180deg, #3acec7 0%, #327ebb 100%);
  flex-shrink: 0;
}
.osh-title {
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-weight: 700;
  color: #1a3a5c;
  margin: 0;
  letter-spacing: 0.015em;
  line-height: 1.2;
}
.osh-badge {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 100px;
  background: rgba(58, 206, 199, 0.12);
  border: 1px solid rgba(58, 206, 199, 0.35);
  color: #1e7a74;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}
.osh-badge::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3acec7;
  animation: osh-pulse 2s ease-in-out infinite;
}
@keyframes osh-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.75); }
}

/* ── Description panel ──────────────────────────── */
#offices-description-panel {
  position: absolute;
  bottom: 40px;
  left: 32px;
  width: min(380px, calc(100vw - 64px));
  z-index: 400;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(50, 126, 187, 0.18);
  border-radius: 18px;
  box-shadow:
    0 4px 6px -1px rgba(26, 58, 92, 0.06),
    0 16px 48px -8px rgba(26, 58, 92, 0.18);
  padding: 20px 22px 20px 22px;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s cubic-bezier(.4,0,.2,1) 0.35s,
              transform 0.65s cubic-bezier(.4,0,.2,1) 0.35s;
}
#offices-description-panel.is-visible {
  opacity: 1;
  transform: translateY(0);
}
#offices-description-panel.is-collapsed #odp-body {
  display: none;
}

#odp-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid rgba(50, 126, 187, 0.18);
  background: rgba(255,255,255,0.7);
  color: #5a7a96;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  padding: 0;
}
#odp-toggle:hover {
  background: #f0f6fb;
  color: #1a3a5c;
}

.odp-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3acec7;
  margin: 0 0 8px;
}
.odp-text {
  font-size: 0.8rem;
  line-height: 1.7;
  color: #3a5068;
  margin: 0;
}

/* ── Tooltip card ───────────────────────────────── */
#tooltip-card {
  position: fixed;
  display: none;
  background: #ffffff;
  border: 1.5px solid #a0cdde;
  border-radius: 12px;
  padding: 10px 14px;
  max-width: 260px;
  box-shadow: 0 8px 32px rgba(50, 126, 187, 0.18);
  z-index: 9999;
  pointer-events: none;
  backdrop-filter: blur(4px);
}
#tooltip-card .tc-title {
  color: #1a3a5c;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 4px;
}
#tooltip-card .tc-coords {
  color: #2a9a9a;
  font-size: 0.75rem;
  margin-bottom: 10px;
  font-variant-numeric: tabular-nums;
}
#tooltip-card .tc-link {
  display: inline-block;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  background: #327ebb;
  border-radius: 6px;
  padding: 5px 12px;
  pointer-events: all;
  cursor: pointer;
  transition: background 0.2s;
}
/** External Office **/

/** Observatory About **/
.observatory-about{
  --obsv-navy:        #060d1f;
  --obsv-deep:        #090f22;
  --obsv-mid:         #0d1530;
  --obsv-accent:      #2563eb;
  --obsv-gold:        #f59e0b;
  --obsv-teal:        #0ea5e9;
  --obsv-light:       #c8d8f0;
  --obsv-muted:       #7a90b4;
  --obsv-white:       #ffffff;
  --obsv-ls-bg:       #f4f7fd;
  --obsv-ls-alt:      #eaf0fb;
  --obsv-ls-text:     #0f1d3a;
  --obsv-ls-sub:      #4a5e80;
  --obsv-ls-border:   #d0ddf5;
  --obsv-ls-card:     #ffffff;
}
.obsv-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 100px 5% 0 5%;
  background: var(--obsv-navy);
}

.obsv-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: .35;
  animation: obsv-drift 12s ease-in-out infinite alternate;
}

.obsv-orb-1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, #1d4ed8, transparent 70%);
  top: -10%; left: -10%;
}

.obsv-orb-2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, #0369a1, transparent 70%);
  bottom: 0; right: -5%;
  animation-delay: -4s;
}

.obsv-orb-3 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, #92400e, transparent 70%);
  top: 40%; left: 50%;
  animation-delay: -7s;
  opacity: .18;
}

@keyframes obsv-drift {
  from { transform: translate(0,0) scale(1); }
  to   { transform: translate(40px,30px) scale(1.1); }
}

.obsv-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.obsv-star {
  position: absolute;
  width: 2px; height: 2px;
  background: var(--obsv-white);
  border-radius: 50%;
  animation: obsv-twinkle var(--d, 3s) ease-in-out infinite alternate;
}

@keyframes obsv-twinkle {
  from { opacity: .1; transform: scale(1); }
  to   { opacity: .8; transform: scale(1.6); }
}

.obsv-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(37,99,235,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.obsv-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@keyframes obsv-pulse {
  0%,100% { box-shadow: 0 0 8px var(--obsv-teal); }
  50%      { box-shadow: 0 0 18px var(--obsv-teal); }
}
.obsv-hero-logo{
  max-width: 300px;
  padding-bottom: 3rem;
  animation: obsv-fadeUp .8s .2s both;
}

.obsv-hero h1 {
  font-family: "Montserrat-Bold";
  font-size: clamp(1.5rem, 5.5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.15;
  animation: obsv-fadeUp .8s .35s both;
  color: var(--obsv-white);
}
.obsv-hero h1 span{
  font-size: clamp(1.2rem, 5.5vw, 2.5rem);
}

.obsv-hero h1 .obsv-highlight {
  background: linear-gradient(135deg, var(--obsv-gold), #f97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.obsv-hero-sub {
  margin-top: 1rem;
  font-size: clamp(.85rem, 2vw, 1rem);
  color: var(--obsv-muted);
  font-style: italic;
  letter-spacing: .04em;
  animation: obsv-fadeUp .8s .5s both;
}

.obsv-hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
  animation: obsv-fadeUp .8s .65s both;
}

.obsv-hero-divider span { flex:1; max-width:120px; height:1px; background: linear-gradient(90deg, transparent, var(--obsv-accent)); }
.obsv-hero-divider span:last-child { transform: scaleX(-1); }
.obsv-hero-divider i { color: var(--obsv-gold); font-size: 1rem; }

.obsv-hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: obsv-fadeUp .8s .8s both;
}

.obsv-btn {
  padding: .8rem 2rem;
  border-radius: 50px;
  font-size: .95rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  cursor: pointer;
  border: none;
}

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

.obsv-btn-primary {
  background: linear-gradient(135deg, var(--obsv-accent), #1d4ed8);
  color: var(--obsv-white);
  box-shadow: 0 8px 24px rgba(37,99,235,.4);
}

.obsv-btn-primary:hover { box-shadow: 0 12px 32px rgba(37,99,235,.55); }

.obsv-btn-outline {
  background: transparent;
  color: var(--obsv-white);
  border: 1px solid rgba(255,255,255,.25);
}

.obsv-btn-outline:hover { background: rgba(255,255,255,.06); }

@keyframes obsv-fadeUp {
  from { opacity:0; transform: translateY(24px); }
  to   { opacity:1; transform: translateY(0); }
}



/* ─── STATS BAR ───────────────────────────────────── */
.obsv-stats-bar {
  background: var(--obsv-mid);
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
  padding: 2.8rem 5%;
}

.obsv-stats-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}

.obsv-stat { text-align: center; }

.obsv-stat-number {
  font-size: 2.6rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--obsv-teal), var(--obsv-accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.obsv-stat-label {
  font-size: .82rem;
  color: var(--obsv-muted);
  margin-top: .3rem;
  letter-spacing: .04em;
}

/* ─── VISION ──────────────────────────────────────── */
#vision {
  background: var(--obsv-ls-bg);
  padding: 7rem 5%;
  position: relative;
  overflow: hidden;
}

#vision::before {
  content: '';
  position: absolute;
  top: -180px; right: -180px;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.07), transparent 70%);
  pointer-events: none;
}

.obsv-vision-inner {
  max-width: 820px;
  margin: 0 auto;
}

.obsv-section-tag {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--obsv-accent);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.obsv-section-tag::before {
  content: '';
  display: inline-block;
  width: 22px; height: 2px;
  background: var(--obsv-accent);
  border-radius: 2px;
}

.obsv-section-title {
  font-family: "Montserrat-Bold";
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--obsv-ls-text);
  margin-bottom: 1.8rem;
}

.obsv-vision-body {
  color: var(--obsv-ls-sub);
  font-size: 1.12rem;
  line-height: 1.9;
  border-left: 3px solid var(--obsv-accent);
  padding-left: 1.6rem;
  margin-bottom: 2.5rem;
}

.obsv-vision-pillars {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.obsv-pillar {
  background: rgba(37,99,235,.08);
  border: 1px solid rgba(37,99,235,.2);
  border-radius: 10px;
  padding: .65rem 1.1rem;
  font-size: .82rem;
  font-weight: 600;
  color: var(--obsv-accent);
  display: flex;
  align-items: center;
  gap: .4rem;
  transition: background .3s, transform .3s;
}

.obsv-pillar:hover {
  background: rgba(37,99,235,.15);
  transform: translateY(-2px);
}

/* ─── OBJECTIVES ──────────────────────────────────── */
#objectives {
  background: var(--obsv-ls-alt);
  padding: 7rem 5%;
}

.obsv-obj-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4rem;
}

.obsv-obj-header .obsv-section-tag { justify-content: center; }
.obsv-obj-header .obsv-section-tag::before { display: none; }
.obsv-obj-header .obsv-section-title { color: var(--obsv-ls-text); }

.obsv-obj-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.obsv-obj-card {
  background: var(--obsv-ls-card);
  border: 1px solid var(--obsv-ls-border);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: transform .35s, border-color .35s, box-shadow .35s;
  cursor: default;
}

.obsv-obj-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(37,99,235,.05) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .35s;
}

.obsv-obj-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37,99,235,.35);
  box-shadow: 0 16px 40px rgba(37,99,235,.1), 0 2px 8px rgba(0,0,0,.06);
}

.obsv-obj-card:hover::before { opacity: 1; }

.obsv-obj-number {
  font-size: 3.5rem;
  font-weight: 800;
  color: rgba(37,99,235,.1);
  position: absolute;
  top: .5rem; right: 1rem;
  line-height: 1;
  font-family: 'Playfair Display', serif;
  transition: color .35s;
}

.obsv-obj-card:hover .obsv-obj-number { color: rgba(37,99,235,.2); }

.obsv-obj-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(37,99,235,.12), rgba(14,165,233,.06));
  border: 1px solid rgba(37,99,235,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  transition: transform .35s;
}

.obsv-obj-card:hover .obsv-obj-icon { transform: scale(1.1) rotate(-4deg); }

.obsv-obj-card h3 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--obsv-ls-text);
  position: relative;
}

.obsv-obj-bar {
  height: 2px;
  background: linear-gradient(90deg, var(--obsv-accent), var(--obsv-teal));
  border-radius: 2px;
  margin-top: 1.2rem;
  width: 0;
  transition: width .6s .2s ease;
}

.obsv-obj-card:hover .obsv-obj-bar { width: 100%; }

/* ─── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 900px) {
  .obsv-obj-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 580px) {
  .obsv-obj-grid { grid-template-columns: 1fr; }
}
/** Observatory About **/

/** Podcasts Main **/
.podcast-main{
  --pdcts-bg:         #07050a;
  --pdcts-bg2:        #0e0b12;
  --pdcts-bg3:        #13101a;
  --pdcts-maroon:     #7a2e2e;
  --pdcts-maroon-mid: #b05050;
  --pdcts-maroon-lt:  #c47c5a;
  --pdcts-gold:       #c9a84c;
  --pdcts-gold-light: #e8c874;
  --pdcts-white:      #ffffff;
  --pdcts-white-60:   rgba(255,255,255,.6);
  --pdcts-white-20:   rgba(255,255,255,.2);
  --pdcts-white-08:   rgba(255,255,255,.08);
  --pdcts-white-04:   rgba(255,255,255,.04);
  --pdcts-border:     rgba(255,255,255,.07);
  --pdcts-radius-md:  14px;
  --pdcts-radius-lg:  22px;
  --pdcts-transition: .4s cubic-bezier(.25,.8,.25,1);
}
.pdcts-section { position: relative; z-index: 1; padding: 100px 52px; background: var(--pdcts-bg); }
.pdcts-section-inner { max-width: 1300px; margin: 0 auto; }
.pdcts-section-header { margin-bottom: 60px; }
.pdcts-section-eyebrow {
  font-size: .74rem; font-weight: 700; letter-spacing: .14em;
  color: var(--pdcts-maroon-lt); text-transform: uppercase;
  display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
}
.pdcts-section-eyebrow::before {
  content: ''; display: block; width: 28px; height: 2px; background: var(--pdcts-maroon-lt);
}
.pdcts-section-title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color:#fff;
  font-family: "Montserrat-Bold";
  font-weight: 800; letter-spacing: -.02em; line-height: 1.15;
}
.pdcts-section-title .pdcts-accent { color: var(--pdcts-maroon-lt); }
.pdcts-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--pdcts-border), transparent);
  margin: 0 52px;
}
.pdcts-btn-ghost {
  padding: 14px 30px;
  background: var(--pdcts-white-04); border: 1px solid var(--pdcts-border);
  border-radius: 99px; font-size: .88rem; font-weight: 600;
  letter-spacing: .04em; color: var(--pdcts-white);
  display: inline-flex; align-items: center; gap: 8px;
  transition: var(--pdcts-transition); cursor: pointer;
}
.pdcts-btn-ghost:hover { background: var(--pdcts-white-08); border-color: var(--pdcts-white-20); }

/* ─── Strip ─────────────────────────────────────────── */
.pdcts-strip {
  background: var(--pdcts-bg2);
  border-top: 1px solid var(--pdcts-border); border-bottom: 1px solid var(--pdcts-border);
  padding: 20px 52px; overflow: hidden; position: relative; z-index: 1;
}
.pdcts-strip-inner { max-width: 1320px; margin: 0 auto; display: flex; align-items: center; gap: 20px; }
.pdcts-strip-label {
  font-size: .71rem; font-weight: 700; letter-spacing: .14em;
  color: var(--pdcts-gold); text-transform: uppercase; white-space: nowrap;
  padding-right: 20px; border-right: 1px solid var(--pdcts-border);
}
.pdcts-strip-scroll { display: flex; gap: 32px; animation: pdctsMarquee 28s linear infinite; }
.pdcts-strip-scroll:hover { animation-play-state: paused; }
@keyframes pdctsMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.pdcts-strip-item {
  white-space: nowrap; font-size: .82rem; color: var(--pdcts-white-60);
  display: flex; align-items: center; gap: 8px;
}
.pdcts-strip-item i { color: var(--pdcts-gold); font-size: .66rem; }

/* ─── Episodes ──────────────────────────────────────── */
.pdcts-episodes-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 3rem;
}
.pdcts-ep-card {
  background: var(--pdcts-white-04); border: 1px solid var(--pdcts-border);
  border-radius: var(--pdcts-radius-lg); overflow: hidden;
  transition: var(--pdcts-transition); cursor: pointer;
  opacity: 1; transform: translateY(30px);
  padding:0;
}
.pdcts-ep-card.active { animation: pdctsCardReveal .6s ease forwards; }
@keyframes pdctsCardReveal { to { opacity: 1; transform: translateY(0); } }
.pdcts-ep-card:hover {
  transform: translateY(-6px);
  border-color: rgba(196,124,90,.25);
  box-shadow: 0 20px 60px rgba(0,0,0,.5), 0 0 30px rgba(122,46,46,.1);
}
.pdcts-ep-card:hover .pdcts-ep-img img { transform: scale(1.06); }
.pdcts-ep-card.pdcts-featured { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; }
.pdcts-ep-card.pdcts-featured .pdcts-ep-img { height: 100%; min-height: 280px; }
.pdcts-ep-card.pdcts-featured .pdcts-ep-body { display: flex; flex-direction: column; justify-content: space-between; padding: 36px; }
.pdcts-ep-img { position: relative; overflow: hidden; height: 220px; }
.pdcts-ep-img img { width: 100%; transition: transform .5s ease; }
.pdcts-ep-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(7,5,10,.85) 0%, transparent 55%);
}
.pdcts-ep-play-btn {
  position: absolute; bottom: 16px; right: 16px;
  width: 46px; height: 46px;
  background: linear-gradient(135deg, var(--pdcts-maroon), var(--pdcts-maroon-lt));
  border-radius: 50%; display: grid; place-items: center;
  color: #fff; font-size: .9rem; transition: var(--pdcts-transition);
  box-shadow: 0 4px 20px rgba(122,46,46,.5);
}
.pdcts-ep-card:hover .pdcts-ep-play-btn { transform: scale(1.12); box-shadow: 0 8px 30px rgba(122,46,46,.7); }
.pdcts-ep-num {
  position: absolute; top: 16px; left: 16px;
  font-size: .71rem; font-weight: 800; letter-spacing: .1em;
  color: var(--pdcts-maroon-lt); background: rgba(0,0,0,.72);
  backdrop-filter: blur(8px); border: 1px solid rgba(196,124,90,.3);
  padding: 4px 10px; border-radius: 6px;
}
.pdcts-ep-body { padding: 24px; }
p{
  font-size: .9rem;
  line-height: 1.5;
  color:var(--pdcts-white-60);
}
.pdcts-ep-cat {
  font-size: .71rem; font-weight: 700; letter-spacing: .1em;
  color: var(--pdcts-maroon-lt); text-transform: uppercase; margin-bottom: 10px;
}
.pdcts-ep-title {
  font-size: 1.2rem; font-weight: 700; line-height: 1.45; margin-bottom: 12px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  color:var(--pdcts-white-60);
}

.pdcts-ep-card.pdcts-featured .pdcts-ep-title { font-size: 1.35rem; -webkit-line-clamp: 3; }
.pdcts-ep-desc {
  font-size: .83rem; color: var(--pdcts-white-60); line-height: 1.65;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  margin-bottom: 20px;
}
.pdcts-ep-meta { display: flex; align-items: center; justify-content: space-between; font-size: .76rem; color: var(--pdcts-white-60); }
.pdcts-ep-meta .pdcts-date { display: flex; align-items: center; gap: 6px; }
.pdcts-ep-meta .pdcts-duration {
  display: flex; align-items: center; gap: 6px;
  background: var(--pdcts-white-04); border: 1px solid var(--pdcts-border);
  padding: 4px 10px; border-radius: 99px;
}
.pdcts-ep-progress { margin-top: 16px; height: 3px; background: var(--pdcts-white-08); border-radius: 99px; overflow: hidden; }
.pdcts-ep-progress-fill {
  height: 100%;
  background: linear-gradient(to right, var(--pdcts-maroon), var(--pdcts-maroon-lt));
  border-radius: 99px; width: 0; transition: width 1.2s ease;
}
.pdcts-ep-card.uk-scrollspy-inview .pdcts-ep-progress-fill { width: var(--progress, 0%); }
.pdcts-filter-bar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 48px; }
.pdcts-filter-btn {
  padding: 9px 22px; background: var(--pdcts-white-04); border: 1px solid var(--pdcts-border);
  border-radius: 99px; font-size: .8rem; font-weight: 600; letter-spacing: .04em;
  color: var(--pdcts-white-60); cursor: pointer; transition: var(--pdcts-transition);
}
.pdcts-filter-btn:hover, .pdcts-filter-btn.pdcts-active {
  background: rgba(122,46,46,.18); border-color: rgba(196,124,90,.4); color: var(--pdcts-maroon-lt);
}

/* ─── Stats ─────────────────────────────────────────── */
.pdcts-stats-section {
  background: var(--pdcts-bg2);
  border-top: 1px solid var(--pdcts-border); border-bottom: 1px solid var(--pdcts-border);
}
.pdcts-stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.pdcts-stat-item {
  padding: 60px 40px; text-align: center;
  border-right: 1px solid var(--pdcts-border);
  position: relative; overflow: hidden; transition: var(--pdcts-transition);
}
.pdcts-stat-item:last-child { border-right: none; }
.pdcts-stat-item::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 120%, rgba(122,46,46,.1), transparent 60%);
  opacity: 0; transition: opacity .4s;
}
.pdcts-stat-item:hover::before { opacity: 1; }
.pdcts-stat-num {
  font-size: 3.2rem; font-weight: 900; line-height: 1;
  background: linear-gradient(135deg, var(--pdcts-maroon-lt), var(--pdcts-maroon-mid));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 10px;
}
.pdcts-stat-label { font-size: .83rem; color: var(--pdcts-white-60); letter-spacing: .06em; }
.pdcts-stat-icon {
  width: 44px; height: 44px; background: rgba(122,46,46,.15);
  border: 1px solid rgba(196,124,90,.2); border-radius: 12px;
  display: grid; place-items: center; color: var(--pdcts-maroon-lt); font-size: 1rem;
  margin: 0 auto 20px;
}

/* ─── Guests ─────────────────────────────────────────── */
.pdcts-guests-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.pdcts-guest-card {
  background: var(--pdcts-white-04); border: 1px solid var(--pdcts-border);
  border-radius: var(--pdcts-radius-md); padding: 32px 24px;
  text-align: center; transition: var(--pdcts-transition);
  opacity: 0; transform: translateY(20px);
}
.pdcts-guest-card.active { animation: pdctsCardReveal .5s ease forwards; }
.pdcts-guest-card:hover { border-color: rgba(196,124,90,.2); transform: translateY(-4px); }
.pdcts-guest-avatar {
  width: 80px; height: 80px; border-radius: 50%;
  overflow: hidden; margin: 0 auto 16px;
  border: 2px solid rgba(196,124,90,.3); background: var(--pdcts-bg3);
}
.pdcts-guest-avatar img { height: 100%; }
.pdcts-guest-name { font-size: .95rem; font-weight: 700; margin-bottom: 6px; }
.pdcts-guest-role { font-size: .76rem; color: var(--pdcts-maroon-lt); font-weight: 600; letter-spacing: .05em; margin-bottom: 8px; }
.pdcts-guest-org { font-size: .75rem; color: var(--pdcts-white-60); }
.pdcts-guest-eps {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 16px; padding: 5px 14px;
  background: var(--pdcts-white-04); border: 1px solid var(--pdcts-border);
  border-radius: 99px; font-size: .72rem; color: var(--pdcts-white-60);
}

/* ─── Subscribe ─────────────────────────────────────── */
.pdcts-subscribe-section {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0e0812, #150a10, #0e0812);
  border-top: 1px solid var(--pdcts-border);
}
.pdcts-subscribe-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(122,46,46,.14), transparent 60%);
  pointer-events: none;
}
.pdcts-subscribe-inner { max-width: 700px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.pdcts-subscribe-inner h2 { font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
.pdcts-subscribe-inner p { font-size: 1rem; color: var(--pdcts-white-60); margin-bottom: 40px; line-height: 1.7; }
.pdcts-subscribe-form {
  display: flex; gap: 12px; background: var(--pdcts-white-04);
  border: 1px solid var(--pdcts-border); border-radius: 99px; padding: 6px 6px 6px 24px;
}
.pdcts-subscribe-form input {
  flex: 1; background: transparent; border: none; outline: none;
  font-size: .9rem; color: var(--pdcts-white); font-family: inherit;
}
.pdcts-subscribe-form input::placeholder { color: var(--pdcts-white-60); }
.pdcts-subscribe-form button {
  padding: 12px 28px;
  background: linear-gradient(135deg, var(--pdcts-maroon), var(--pdcts-maroon-lt));
  border: none; border-radius: 99px;
  font-size: .86rem; font-weight: 700; letter-spacing: .04em;
  color: #fff; cursor: pointer; transition: var(--pdcts-transition);
}
.pdcts-subscribe-form button:hover { box-shadow: 0 4px 20px rgba(122,46,46,.4); }
.pdcts-platform-links { display: flex; justify-content: center; gap: 16px; margin-top: 30px; flex-wrap: wrap; }
.pdcts-platform-btn {
  display: flex; align-items: center; gap: 8px; padding: 10px 20px;
  background: var(--pdcts-white-04); border: 1px solid var(--pdcts-border);
  border-radius: 10px; font-size: .78rem; font-weight: 600; transition: var(--pdcts-transition);
}
.pdcts-platform-btn i { font-size: 1rem; color: var(--pdcts-maroon-lt); }
.pdcts-platform-btn:hover { background: var(--pdcts-white-08); border-color: var(--pdcts-white-20); }

/* ─── Responsive ─────────────────────────────────────── */
@media (max-width: 1100px) {
  .pdcts-episodes-grid, .pdcts-stats-grid { grid-template-columns: 1fr 1fr; }
  .pdcts-ep-card.pdcts-featured { grid-column: span 2; }
  .pdcts-guests-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .pdcts-section { padding: 70px 24px; }
  .pdcts-divider { margin: 0 24px; }
  .pdcts-strip { padding: 18px 24px; }
  .pdcts-episodes-grid { grid-template-columns: 1fr; }
  .pdcts-ep-card.pdcts-featured { grid-column: span 1; display: block; }
  .pdcts-ep-card.pdcts-featured .pdcts-ep-img { height: 220px; }
  .pdcts-stats-grid { grid-template-columns: 1fr 1fr; }
  .pdcts-stat-item { padding: 36px 20px; border-right: none; border-bottom: 1px solid var(--pdcts-border); }
  .pdcts-guests-grid { grid-template-columns: 1fr; }
  .pdcts-subscribe-form { flex-direction: column; border-radius: 16px; padding: 12px; }
  .pdcts-subscribe-form button { width: 100%; padding: 14px; }
}
/** Podcasts Main **/

/*** News-Main **/
.news-main-main{
  --news-accent:        #1a4967;
  --news-accent-dark:   #2a9a9a;
  --news-dark:          #0d1117;
  --news-surface:       #ffffff;
  --news-surface-alt:   #f5f6f8;
  --news-border:        #e4e6ea;
  --news-text:          #1a1d23;
  --news-muted:         #6b7280;
  --news-radius:        12px;
  --news-radius-lg:     20px;
  --news-shadow:        0 4px 24px rgba(0,0,0,.08);
  --news-shadow-hover:  0 12px 40px rgba(0,0,0,.16);
  --news-transition:    .35s cubic-bezier(.4,0,.2,1);
  --news-font:          'Inter', 'Segoe UI', system-ui, sans-serif;
  --news-maroon-lt:  #c47c5a;
      --news-gold:       #c9a84c;
      --news-gold-light: #e8c874;
}

.news-main-hero {
  position: relative;
  height: 70vh; 
  overflow: hidden;
  animation: news-pagein .7s ease both;
  display: block;
}

.news-main-hero__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1.06);
  transition: transform 8s ease;
}

.news-main-hero:hover .news-main-hero__bg { transform: scale(1); }



.news-main-hero__body {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 50px;
  max-width: 1300px;
  margin:0 auto;
}

.news-main-hero__tag {
  display: inline-block;
  background: var(--news-accent);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 14px;
  animation: news-pagein .6s .2s ease both;
}

.news-main-hero__title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 16px;
  animation: news-pagein .6s .35s ease both;
  font-family: "Montserrat-Bold";
  text-shadow: 1px 2px 5px rgb(0, 0, 0);
}

/* .news-main-hero__title span {
  background: linear-gradient(90deg, #fff, rgba(255,255,255,.75));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.news-main-hero__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255,255,255,.75);
  font-size: 1rem;
  animation: news-pagein .6s .5s ease both;
  text-shadow: 1px 2px 5px rgb(0, 0, 0);
}

.news-main-hero__meta-dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--news-accent);
}

.news-main-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  background: var(--news-accent);
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 40px;
  transition: var(--news-transition);
  animation: news-pagein .6s .65s ease both;
}

.news-main-hero__cta:hover {
  background: var(--news-accent-dark);
  transform: translateX(4px);
}

.news-main-hero__cta svg { transition: transform var(--news-transition); }
.news-main-hero__cta:hover svg { transform: translateX(4px); }

/* ─── Scroll indicator ──────────────────────────────────────── */
@keyframes news-bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(6px); }
}

.news-main-hero__scroll {
  position: absolute;
  bottom: 24px;
  right: 48px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.5);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  animation: news-bounce 2s ease infinite;
}

.news-main-main-hero__scroll-line {
  width: 1px;
  height: 32px;
  background: linear-gradient(to bottom, rgba(255,255,255,.5), transparent);
}
/* ─── Container ─────────────────────────────────────────────── */
.news-main-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 0;
}

/* ─── Section header ────────────────────────────────────────── */
.news-main-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0;
}

.news-main-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-main-section-title::before {
  content: '';
  display: block;
  width: 4px;
  height: 22px;
  background: var(--news-accent);
  border-radius: 2px;
}
.news-main-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ─── Card ──────────────────────────────────────────────────── */
.news-main-card {
  background: var(--news-surface);
  border-radius: var(--news-radius-lg);
  overflow: hidden;
  box-shadow: var(--news-shadow);
  transition: box-shadow var(--news-transition), transform var(--news-transition);
  /* scroll-reveal initial state */
  
  /* transform: translateY(32px); */
}

.news-main-card.news-main-card--visible {
  animation: news-card-reveal .55s ease forwards;
}

@keyframes news-card-reveal {
  to { opacity: 1; transform: translateY(0); }
}

.news-main-card:hover {
  box-shadow: var(--news-shadow-hover);
  transform: translateY(-2px);
}

/* wide card spans 2 columns */
.news-main-card--wide {
  grid-column: span 2;
  display: flex;
  flex-direction: row;
}

.news-main-card--wide .news-main-card__image { flex: 0 0 55%; height: 100%; }
.news-main-card--wide .news-main-card__image img { height: 100%; }
.news-main-card--wide .news-main-card__body { flex: 1; display: flex; flex-direction: column; justify-content: center; }

/* ─── Card image ────────────────────────────────────────────── */
.news-main-card__image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.news-main-card__image img {
  width:100%;
  transition: transform .65s cubic-bezier(.4,0,.2,1);
}

.news-main-card:hover .news-main-card__image img { transform: scale(1.07); }

.news-main-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--news-accent);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
}

.news-main-card__image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,17,23,.3) 0%, transparent 50%);
  opacity: 0;
  transition: opacity var(--news-transition);
}

.news-main-card:hover .news-main-card__image-overlay { opacity: 1; }

/* ─── Card body ─────────────────────────────────────────────── */
.news-main-card__body {
  padding: 22px 24px 24px;
}

.news-main-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .75rem;
  color: var(--news-muted);
  margin-bottom: 12px;
}

.news-main-card__meta-dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--news-border);
}

.news-main-card__date {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.news-main-card__date svg { width: 12px; height: 12px; }

.news-main-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-main-card--wide .news-main-card__title {
  font-size: 1.2rem;
  -webkit-line-clamp: 4;
}

/* hover underline animation on title */
.news-main-card__title-link {
  background-image: linear-gradient(var(--news-accent), var(--news-accent));
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background-size var(--news-transition);
}

.news-main-card:hover .news-main-card__title-link {
  background-size: 100% 2px;
}

.news-main-card__excerpt {
  font-size: .84rem;
  color: var(--news-muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 16px;
}

.news-main-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--news-border);
  font-size: .78rem;
}

.news-main-card__author {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--news-muted);
}

.news-main-card__author-avatar {
  width: 26px; height: 26px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--news-surface-alt);
  border: 2px solid var(--news-border);
  flex-shrink: 0;
}

.news-main-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--news-accent);
  font-weight: 600;
  font-size: .78rem;
  transition: gap var(--news-transition);
}

.news-main-card:hover .news-main-card__read-more { gap: 8px; }


.news-main-loadmore {
      display: flex;
      justify-content: center;
      margin-top: 52px;
    }

    .news-main-loadmore__btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 36px;
      background: transparent;
      border: 2px solid var(--news-accent);
      color: var(--news-accent);
      border-radius: 40px;
      font-size: .9rem;
      font-weight: 600;
      font-family: var(--news-font);
      cursor: pointer;
      transition: var(--news-transition);
      position: relative;
      overflow: hidden;
    }

    .news-main-loadmore__btn::before {
      content: '';
      position: absolute;
      inset: 0;
      background: var(--news-accent);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform var(--news-transition);
      z-index: 0;
    }

    .news-main-loadmore__btn:hover::before { transform: scaleX(1); }

    .news-main-loadmore__btn:hover { color: #fff; }

    .news-main-loadmore__btn span,
    .news-main-loadmore__btn svg { position: relative; z-index: 1; }

    /* dots loading animation */
    @keyframes news-dot-bounce {
      0%, 80%, 100% { transform: scale(0); }
      40%            { transform: scale(1); }
    }

    .news-main-loadmore__dots {
      display: none;
      gap: 5px;
    }

    .news-main-loadmore__dots.active { display: flex; }

    .news-main-loadmore__dots span {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: currentColor;
      animation: news-dot-bounce 1.4s ease infinite both;
    }

    .news-main-loadmore__dots span:nth-child(2) { animation-delay: .16s; }
    .news-main-loadmore__dots span:nth-child(3) { animation-delay: .32s; }


@media (max-width: 1024px) {
  .news-main-grid { grid-template-columns: repeat(2, 1fr); }
  .news-main-card--wide { grid-column: span 2; }
  .news-main-hero__body, .news-main-filters, .news-main-container { padding-left: 32px; padding-right: 32px; }
}

@media (max-width: 720px) {
  .news-main-hero { height: 420px; }
  .news-main-hero__body { padding: 32px 24px; }
  .news-main-hero__scroll { display: none; }
  .news-main-filters { padding: 0 24px; }
  .news-main-container { padding: 32px 24px 60px; }
  .news-main-grid { grid-template-columns: 1fr; }
  .news-main-card--wide { grid-column: span 1; flex-direction: column; }
  .news-main-card--wide .news-card__image { height: 200px; }
}

/*** News-Main **/


/*** global-offices ***/
.global-offices{
      --navy:        #060d1f;
      --deep:        #090f22;
      --mid:         #0d1530;
      --accent:      #2563eb;
      --gold:        #c8973a;
      --gold-light:  #f5c87a;
      --teal:        #0ea5e9;
      --light:       #c8d8f0;
      --muted:       #7a90b4;
      --white:       #ffffff;
      --surface:     #101828;
      --border:      rgba(255,255,255,.08);
      --radius:      16px;
      --shadow:      0 8px 40px rgba(0,0,0,.35);
      background: var(--navy);
}
.go-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 5% 80px;
  overflow: hidden;
  background: var(--navy);
}

/* Ambient orbs */
.go-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}
.go-orb-1 {
  width: 640px; height: 640px;
  background: radial-gradient(circle, #1d4ed8 0%, transparent 70%);
  top: -15%; left: -12%;
  opacity: .32;
  animation: go-drift 14s ease-in-out infinite alternate;
}
.go-orb-2 {
  width: 480px; height: 480px;
  background: radial-gradient(circle, #92400e 0%, transparent 70%);
  bottom: -10%; right: -8%;
  opacity: .22;
  animation: go-drift 11s ease-in-out infinite alternate-reverse;
}
.go-orb-3 {
  width: 320px; height: 320px;
  background: radial-gradient(circle, #0ea5e9 0%, transparent 70%);
  top: 45%; left: 55%;
  opacity: .14;
  animation: go-drift 9s ease-in-out infinite alternate;
}

/* Subtle grid overlay */
.go-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.go-hero-inner {
  position: relative;
  z-index: 2;
  /* max-width: 760px; */
}

.go-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
  opacity: 0;
  animation: go-fadeDown .6s .1s ease forwards;
}
.go-hero-tag::before,
.go-hero-tag::after {
  content: '';
  display: block;
  height: 1px;
  width: 28px;
  background: var(--gold);
  opacity: .6;
}

.go-hero-title {
  font-family: "Montserrat-Bold";
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: var(--white);
  margin-bottom: 22px;
  opacity: 0;
  animation: go-fadeDown .7s .25s ease forwards;
}
.go-hero-title span {
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.go-hero-desc {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 560px;
  margin: 0 auto;
  opacity: 0;
  animation: go-fadeDown .7s .4s ease forwards;
}

/* Gold divider line */
.go-hero-line {
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 3px;
  margin: 28px auto 0;
  opacity: 0;
  animation: go-scaleX .7s .55s ease forwards;
  transform-origin: center;
}

/* ─── OFFICES SECTION ──────────────────────────────── */
.go-section {
  padding: 20px 5% 100px;
  max-width: 1300px;
  margin: 0 auto;
  background: var(--navy);
}

.go-section-head {
  text-align: center;
  margin-bottom: 52px;
  opacity: 0;
  animation: go-fadeUp .6s .65s ease forwards;
}
.go-section-head h2 {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}

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

/* Office card */
.go-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 36px 20px 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--white);
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  transform: translateY(24px);
  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .28s ease,
    background .28s ease;
}

.go-card.go-visible {
  opacity: 1;
  transform: translateY(0);
}

.go-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 56px rgba(0,0,0,.5), 0 0 0 1px rgba(200,151,58,.35);
  border-color: rgba(200,151,58,.4);
  background: #131d35;
}

/* Glow on hover */
.go-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  background: radial-gradient(circle at 50% 0%, rgba(200,151,58,.12) 0%, transparent 70%);
  opacity: 0;
  transition: opacity .32s ease;
  pointer-events: none;
}
.go-card:hover::before { opacity: 1; }

/* Logo wrapper */
.go-logo-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  overflow: hidden;
  flex-shrink: 0;
  transition: border-color .28s ease, background .28s ease;
}
.go-card:hover .go-logo-wrap {
  border-color: rgba(200,151,58,.4);
  background: rgba(200,151,58,.06);
}

/* Flag emoji stand-in — replace src with real logo paths */
.go-logo-wrap img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.4));
}

/* Fallback monogram if no image */
.go-logo-mono {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--gold);
}

.go-card-body {
  text-align: center;
}

.go-card-city {
  font-size: .95rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
  letter-spacing: -.01em;
}

.go-card-country {
  font-size: .78rem;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* Arrow indicator */
.go-card-arrow {
  position: absolute;
  bottom: 14px;
  right: 16px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(200,151,58,.15);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .24s ease, transform .24s ease;
}
.go-card:hover .go-card-arrow {
  opacity: 1;
  transform: translateX(0);
}
.go-card-arrow svg {
  width: 10px; height: 10px;
  fill: var(--gold);
}

/* HQ badge */
.go-hq-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--navy);
  background: var(--gold);
  padding: 3px 8px;
  border-radius: 30px;
}

/* ─── FOOTER STRIPE ────────────────────────────────── */
.go-footer-stripe {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5% 60px;
}
.go-footer-stripe-inner {
  height: 3px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--teal) 50%, var(--gold) 100%);
  border-radius: 3px;
  opacity: 0;
  animation: go-scaleX 1s 1.8s ease forwards;
  transform-origin: left;
}

/* ─── KEYFRAMES ────────────────────────────────────── */
@keyframes go-fadeDown {
  from { opacity: 0; transform: translateY(-18px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes go-fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes go-scaleX {
  from { opacity: 0; transform: scaleX(0); }
  to   { opacity: 1; transform: scaleX(1); }
}
@keyframes go-drift {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(30px, 20px) scale(1.06); }
}

/* ─── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 600px) {
  .go-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .go-hero-desc { font-size: .95rem; }
}
@media (max-width: 380px) {
  .go-grid { grid-template-columns: 1fr; }
}
/*** global-offices ***/


