/* ---------- ABOUT US PAGE STYLES ---------- */

/* --- HERO SECTION --- */
.about-hero {
  position: relative;
  padding: 180px 0 120px;
  background-color: var(--clr-blue-deep);
  color: var(--clr-white);
  text-align: start;
  background-image:
    /* linear-gradient(rgba(5, 20, 41, 0.8), rgba(5, 20, 41, 0.8)), */
    url("../images/about-hero.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.about-hero .title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: var(--clr-white);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.about-hero .title span,
.about-hero .subtitle span {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.about-hero .subtitle {
  font-size: clamp(1rem, 3vw, 2rem);
  font-weight: 500;
  margin-bottom: 1rem;
  color: var(--clr-white);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.about-hero .desc {
  max-width: 700px;
  margin: 0 0 3rem;
}

.about-hero .desc-para{
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.about-hero-btn{
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.btn-gold {
  position: relative;
  padding: 15px 45px;
  border: none;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1a1a1a;
  cursor: pointer;
  background: linear-gradient(
    180deg,
    #fff3a6 0%,
    #ffd85f 35%,
    #ffbf2f 70%,
    #d78a10 100%
  );
  box-shadow:
    0 4px 15px rgba(215, 138, 16, 0.2),
    0 0 20px rgba(255, 204, 51, 0.2);
  overflow: hidden;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
}

/* Inner border */
.btn-gold::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  pointer-events: none;
  z-index: 1;
}

/* Moving shine */
.btn-gold::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -150px;
  width: 100px;
  height: 200%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
  transform: rotate(25deg);
  animation: shine-btn 3.5s linear infinite;
  z-index: 2;
}

@keyframes shine-btn {
  0% {
    left: -150px;
  }

  100% {
    left: 120%;
  }
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow:
    0 8px 25px rgba(215, 138, 16, 0.4),
    0 0 30px rgba(255, 204, 51, 0.4);
  color: #000;
}

.btn-gold:active {
  transform: scale(0.98);
}

/* --- INTRO SECTION --- */
.about-intro {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}

.about-intro p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--clr-text-muted);
  max-width: 1000px;
  margin: 0 auto;
  font-weight: 400;
}

/* --- COMPACT INSTITUTIONAL GRID (REDESIGNED) --- */
.about-stats-v4 {
  padding: 100px 0;
  background: #051429;
}

.stats-header-v4 {
  text-align: center;
  margin-bottom: 50px;
}

.stats-title-v4 {
  font-size: 52px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
}

.stats-title-v4 span {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.stats-subtitle-v4 {
  font-size: 0.95rem;
  color: var(--clr-text-muted);
}

.stats-grid-v4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /* max-width: 1100px;
    margin: 0 auto; */
}
.our-values-grid{
    display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.stat-card-v4 {
  /* padding: 35px 25px; */
  border-radius: 20px;
  border: 1px solid rgb(188 188 188 / 36%);
  text-align: start;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.stat-card-v4:hover {
  transform: translateY(-5px);
  border-color: #c5a021;
  box-shadow: 0 15px 30px rgba(232, 232, 232, 0.38);
}
.primeway-img{
  width: 100%;
  overflow: hidden;
}
.primeway-img img{
  width: 100%;
}

.stat-value-v4 {
  font-size: 30px;
  font-weight: 400;
  color: white;
  margin: 5px 0;
  letter-spacing: -1px;
  padding: 0px 15px;
}

.stat-card-v4:hover .stat-value-v4 {
  color: #c5a021;
}

.stat-label-v4 {
  font-size: 13px;
  font-weight: 400;
  color: white;
  padding: 10px 15px;
}

/* our values */
.our-values-sec {
  padding: 100px 0;
  background: #051429;
}
.our-values-header {
  text-align: start;
  margin-bottom: 50px;
}
.our-values-head {
  font-size: 52px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;  
}
.our-values-head span {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.our-values-subhead {
  font-size: 0.95rem;
  max-width: 600px;
  color: white;
}
.our-value-icon-border {
  border-bottom: 2px solid #ead000e6;  
}
.our-value-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.about-steps .steps-content .title span{
    background: var(--grad-gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
/* Responsive Grid */
@media (max-width: 1024px){
  .our-values-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .stats-grid-v4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .stats-grid-v4 {
    grid-template-columns: 1fr;
  }

  /* .stat-card-v4 {
    padding: 30px 20px;
  } */
}

/* --- INSTITUTIONAL NOTICE (REDESIGNED) --- */
.institutional-notice {
  padding: 100px 0;
  background: #fff;
}

.notice-box {
  background: #fff;
  border-radius: 40px;
  padding: 80px 60px;
  border: 1px solid rgba(8, 32, 70, 0.08);
  box-shadow: 0 20px 60px rgba(8, 32, 70, 0.03);
  text-align: center;
}

.notice-header {
  margin-bottom: 50px;
}

.notice-icon {
  font-size: 50px;
  color: #c5a021;
  margin-bottom: 25px;
}

.notice-title {
  font-size: 36px;
  font-weight: 800;
  color: var(--clr-navy);
  margin-bottom: 20px;
}

.notice-title span {
  color: #c5a021;
}

.notice-line {
  width: 60px;
  height: 4px;
  background: #c5a021;
  margin: 0 auto;
  border-radius: 2px;
}

.main-desc {
  font-size: 1.2rem;
  color: var(--clr-text-muted);
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

.notice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}

.notice-item {
  padding: 40px 30px;
  background: #f8fbff;
  border-radius: 30px;
  border: 1px solid rgba(197, 160, 33, 0.1);
  transition: all 0.4s ease;
}

.notice-item:hover {
  background: #fff;
  border-color: #c5a021;
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(197, 160, 33, 0.08);
}

.notice-item i {
  font-size: 32px;
  color: #c5a021;
  margin-bottom: 25px;
}

.notice-item h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--clr-navy);
  margin-bottom: 15px;
}

.notice-item p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--clr-text-muted);
}

.notice-footer {
  padding-top: 40px;
  border-top: 1px solid rgba(8, 32, 70, 0.05);
}

.notice-footer p {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--clr-navy);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive Institutional Notice */
@media (max-width: 992px) {
  .notice-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .notice-box {
    padding: 60px 25px;
    border: none;
    box-shadow: none;
    background: transparent;
  }

  .institutional-notice {
    background: #f8fbff;
  }
}

@media (max-width: 768px) {
  .institutional-notice {
    padding: 60px 0;
  }

  .notice-title {
    font-size: 26px;
    line-height: 1.2;
  }

  .notice-line {
    width: 40px;
    height: 3px;
  }

  .main-desc {
    font-size: 0.95rem;
    margin-bottom: 40px;
    color: #555;
  }

  .notice-grid {
    margin-bottom: 40px;
  }

  .notice-item {
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    display: block;
    border: 1px solid rgba(197, 160, 33, 0.05);
    box-shadow: 0 5px 15px rgba(8, 32, 70, 0.02);
  }

  .notice-item i {
    margin-bottom: 15px;
    font-size: 28px;
    display: inline-block;
    color: #c5a021;
  }

  .notice-item h3 {
    font-size: 17px;
    margin-bottom: 10px;
    color: var(--clr-navy);
  }

  .notice-item p {
    font-size: 13.5px;
    line-height: 1.5;
    color: #666;
  }

  .notice-footer {
    padding-top: 30px;
  }

  .notice-footer p {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
  }
}

/* --- ROYAL HALL OF FAME (REDESIGNED) --- */
.hall-of-fame {
  padding: 120px 0;
  background: #fff;
}

.fame-header {
  text-align: center;
  margin-bottom: 80px;
}

.fame-badge {
  color: #c5a021;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 15px;
}

.fame-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--clr-navy);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.fame-title span {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fame-subtitle {
  font-size: 1.15rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.fame-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.award-card-v3 {
  background: #fff;
  border-radius: 40px;
  padding: 70px 40px;
  text-align: center;
  position: relative;
  border: 1px solid rgba(8, 32, 70, 0.04);
  box-shadow: 0 15px 40px rgba(8, 32, 70, 0.02);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.card-halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(0, 112, 243, 0.04) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.award-card-v3:hover {
  transform: translateY(-15px);
  box-shadow: 0 50px 100px rgba(8, 32, 70, 0.08);
  border-color: rgba(0, 112, 243, 0.1);
}

.award-card-v3:hover .card-halo {
  opacity: 1;
}

.award-v3-icon {
  width: 150px;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.award-v3-icon img {
  width: 100%;
  filter: drop-shadow(0 15px 30px rgba(0, 112, 243, 0.2));
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.award-card-v3:hover .award-v3-icon img {
  transform: scale(1.15) rotate(4deg);
}

.award-v3-info {
  position: relative;
  z-index: 2;
}

.award-plaque {
  display: inline-block;
  padding: 6px 20px;
  background: var(--grad-gold);
  color: var(--clr-navy);
  font-size: 11px;
  font-weight: 800;
  border-radius: 100px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(197, 160, 33, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}

.award-v3-info h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--clr-navy);
  line-height: 1.3;
  margin-bottom: 15px;
}

.award-v3-info p {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

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

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

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

  .award-card-v3 {
    padding: 50px 20px;
  }

  .award-v3-icon {
    width: 120px;
  }
}

/* --- FINAL CTA STEPS --- */
.about-steps {
  padding: 100px 0;
  background: #fff;
}

.steps-container {
  background: var(--grad-primary);
  border-radius: 40px;
  padding: 100px 60px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(8, 32, 70, 0.2);
}

.steps-container .title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.steps-container .subtitle {
  font-size: 1.3rem;
  opacity: 0.8;
  margin-bottom: 60px;
}

.steps-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}

.step-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 15px 30px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.step-item .num {
  width: 32px;
  height: 32px;
  background: #fff;
  color: var(--clr-navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.step-item span {
  font-weight: 600;
}

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

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

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

  .notice-box {
    padding: 60px 10px;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: 140px 0 80px;
  }

  .about-intro p {
    font-size: 1.1rem;
  }

  .steps-container {
    padding: 60px 20px;
    border-radius: 0;
    /* Full width feel on mobile */
    margin: 0 -20px;
    /* Bleed to edges */
  }

  .steps-container .title {
    font-size: 1.7rem;
    padding: 0 10px;
  }

  .steps-row {
    flex-direction: column;
    align-items: flex-start;
    /* Align left for timeline */
    gap: 0;
    /* Remove gap, use padding for timeline line */
    margin-bottom: 40px;
    position: relative;
    padding-left: 20px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  /* Vertical Timeline Line */
  .steps-row::before {
    content: "";
    position: absolute;
    left: 35px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: rgba(255, 255, 255, 0.2);
  }

  .step-item {
    background: transparent;
    backdrop-filter: none;
    border: none;
    padding: 20px 0;
    width: 100%;
    max-width: none;
    justify-content: flex-start;
    position: relative;
    gap: 25px;
  }

  .step-item .num {
    width: 32px;
    height: 32px;
    background: var(--grad-gold);
    color: var(--clr-navy);
    flex-shrink: 0;
    z-index: 2;
    box-shadow: 0 0 15px rgba(197, 160, 33, 0.4);
  }

  .step-item span {
    font-size: 15px;
    text-align: left;
    color: #fff;
  }

  .btn-gold {
    width: 100%;
    max-width: 320px;
    padding: 18px;
  }

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

  .fame-grid {
    grid-template-columns: 1fr;
  }

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

  .steps-container .title {
    font-size: 1.8rem;
  }
}
