.purp-txt {
  color: #8031a7;
}

.mrg-top-20 {
  margin-top: 20px;
}

.gap-5 {

  gap: 5px;
}

.txt-cnt {
  text-align: center;
}

.coe-banner {
  background: url(/images/quality/AACE_Banners_3.jpg);
  background-size: cover;
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
  color: #fff;
}


.coe-logo img {
  width:100%;
  max-width:400px;
}

#coelogo-clr {
  margin-top:-100px;
}

#coelogo-wht {
  display: none;
}

.quality_banner {
  background: url(/images/quality/AACE_Banners_2.jpg);
  background-size: cover;
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.compass_banner {
  background: url(/images/quality/AACE_Banners_3.jpg);
  background-size: cover;
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
  color: #fff;
}


#coe-logo {
  width: 420px;
  margin-top: -100px;
}

.banner-txt-bg {
  /*background-color: rgb(55 8 55 / 62%);
    padding: 25px;
    border-radius: 20px; */
}

.hero-section {
  background:
    linear-gradient(135deg, rgba(111, 66, 193, 0.96), rgba(75, 42, 134, 0.96)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 30%);
  color: #fff;
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.hero-section>.container {
  position: relative;
  z-index: 2;
}

.hero-bg-circles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%,
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0.08) 45%,
      rgba(255, 255, 255, 0.02) 70%,
      rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  filter: blur(1px);
  will-change: transform, opacity;
  animation: premiumFloat ease-in-out forwards;
}

@keyframes premiumFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(0.92);
    opacity: 0;
  }

  18% {
    opacity: var(--circle-opacity, 0.12);
  }

  72% {
    opacity: calc(var(--circle-opacity, 0.12) * 0.75);
  }

  100% {
    transform: translate3d(var(--dx), var(--dy), 0) scale(1.08);
    opacity: 0;
  }
}

.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  margin-bottom: 1rem;
}

.hero-title {
  font-size: clamp(2.25rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.hero-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  margin: 0 auto;
}

.hero-stat {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  padding: 1.25rem;
  height: 100%;
}

.hero-stat-number {
  font-size: 1.85rem;
  font-weight: 800;
  display: block;
}

.content-section {
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

.content-card {
  background: #ffffff;
  border: 1px solid rgba(111, 66, 193, 0.1);
  border-radius: 1.5rem;
  box-shadow: 0 16px 40px rgba(33, 37, 41, 0.08);
  padding: 2rem;
}

.section-title {
  font-family: sans-serif !important;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.section-subtitle {
  color: var(--aace-muted);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0;
}

.vision-box {
  background: linear-gradient(180deg, #ffffff 0%, #faf7ff 100%);
  border: 1px solid var(--aace-border);
  border-radius: 1.25rem;
  padding: 1.5rem;
  height: 100%;
}

.vision-box h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--aace-purple-dark);
  margin-bottom: 0.75rem;
}

.vision-box p {
  margin-bottom: 0;
  color: #495057;
  line-height: 1.75;
}

.priority-card {
  background: #fff;
  border: 1px solid #ebe7f4;
  border-radius: 1.25rem;
  padding: 1.5rem;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.priority-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(111, 66, 193, 0.08);
}

.priority-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.priority-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
  color: var(--aace-ink);
}

.priority-card ul {
  padding-left: 1.15rem;
  margin-bottom: 0;
  color: #4b5563;
}

.priority-card li {
  margin-bottom: 0.55rem;
  line-height: 1.6;
}

.callout-section {
  background: linear-gradient(135deg, #ffffff, #f7f3ff);
  border: 1px solid var(--aace-border);
  border-radius: 1.5rem;
  padding: 2rem;
}

.contact-box {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #ece8f5;
  padding: 1.25rem 1.5rem;
}

.contact-box a {
  color: var(--aace-purple);
  text-decoration: none;
  font-weight: 700;
}

.contact-box a:hover {
  text-decoration: underline;
}

.navbar-brand {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--aace-purple-dark) !important;
}

.top-nav {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(111, 66, 193, 0.08);
}

/*-----------------tile-card-section-----------------------*/



.aace-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #5c3ea5;
}

.aace-card {
  background: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #e4e4e4;
  height: 100%;
}

.aace-card-header {
  background: #4b2f8f;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 18px 20px;
  line-height: 1.2;
}

.aace-card-body {
  padding: 20px 26px 18px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
}

.aace-card-text {
  line-height: 1.35;
  color: #666;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.aace-card-link {
  text-decoration: none;
  color: #6a3fb0;
  font-weight: 600;
  font-size: 1.05rem;
  align-self: flex-end;
}

.aace-card-link:hover {
  text-decoration: underline;
  color: #5a3497;
}

.aace-arrow {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-left: 4px;
}

.aace-quick-links {
  text-align: center;
}

.email-card {
  background: #f3f4f6;
  border-radius: 16px;
  padding: 20px 24px;
  margin: 20px 0;
}

.email-icon {
  width: 48px;
  /* MUCH smaller than before */
  height: 48px;
  flex-shrink: 0;
  margin-right:15px;
}

.email-content {
  display: flex;
  flex-direction: column;
}

.email-title {
  font-weight: 600;
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 4px;
}

.email-link {
  color: #6f42c1;
  /* AACE purple */
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

.email-link:hover {
  text-decoration: underline;
}


.framework {
  margin: 0 auto;
  background: #f4f4f4;
  border: 1px solid #d8d8d8;
}

.framework-header {
  background: #4b2f8f;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
}

.framework-header h1 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.45);
}

.framework-subtitle {
  background: #efefef;
  text-align: center;
  padding: 16px 40px 14px;
  line-height: 1.4;
  color: #222;
}

.qf-priority-grid {
  display: flex;
  justify-content: center;
  gap: 34px;
  padding: 0 28px 0;
  background: #ffffff;
  flex-wrap: wrap;
}

.qf-priority-card {
  width: 180px;
  min-height: 205px;
  color: #fff;
  padding: 18px 16px 18px;
  box-shadow: 3px 0px 2px rgba(0, 0, 0, .45);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card-purple-dark {
  background: #4a3292;
}

.card-purple {
  background: #7c3996;
}

.card-blue {
  background: #006ca4;
}

.card-orange {
  background: #f47822;
}

.card-sky {
  background: #0b91d0;
}

.icon {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 18px;
  opacity: 0.95;
}

.qf-priority-card h2 {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}

.qf-priority-card p {
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.96);
}

.framework-footer {
  background: #e7e5ea;
  padding: 12px 26px 18px;
  margin-top: 0;
}

.framework-footer p {
  line-height: 1.35;
  color: #222;
  margin-bottom: 6px;
}

.framework-footer .adopted {
  font-size: 14px;
  font-weight: 400;
}

.timeline-info-hrz {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.timeline-info-vert {
  display: none;
}

table, .table-bordered, table th {
  border: none;
}

table th:first-child {
  border-top-left-radius: 10px;

}

table th:last-child {

  border-top-right-radius: 10px;
}


.pc-wrap > div {
  margin-bottom:15px;
}

@media (max-width: 1200px) {

  #coelogo-clr {
    display: none;
  }

  #coelogo-wht{
    display: block;
  }

  .coe-banner:after {

    background-image: none;
  }

  .container {
    max-width: fit-content;
  }

.coe-banner {
  padding:15px;
}

}



@media (max-width: 900px) {



  .timeline-info-vert {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .timeline-info-hrz {
    display: none;
  }

  .coe-banner:after {
    background-image: none;
  }

  .priority-grid {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .framework-header h1 {
    font-size: 22px;
  }

  .framework-subtitle {
    padding: 14px 20px;
    font-size: 14px;
  }

  .priority-grid {
    padding: 20px;
  }

  .priority-card {

  }

  .framework-footer {
    padding: 16px 20px;
  }
}

@media (max-width: 520px) {
  .priority-card {
    width: 100%;
    min-width: unset;
  }
}

@media (max-width: 767.98px) {

  .content-card,
  .callout-section {
    padding: 1.5rem;
  }

  .hero-section {
    padding: 4rem 0 3rem;
  }
}