.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Theme colors */
:root {
  rpgr-red: #8C1D40;
  rpgr-gold: #C8A862;
  rpgr-soft: #FFF7F5;
  rpgr-gray: #EDEDED;      /* new neutral gray */
  rpgr-gray-hover: #efefef;
}

/* Base card */
.feature-card {
  background: var(--rpgr-gray);
  border: 1px solid var(--rpgr-red);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  position: relative;
  cursor: pointer;
  outline: none;
}

/* Hover/focus micro-interaction */
.feature-card:hover,
.feature-card:focus,
.feature-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(140, 29, 64, 0.15);
  border-color: var(--rpgr-gold);
  background: var(--rpgr-gray-hover);
}

/* Chevron hint (appears on hover) */
.feature-card::after {
  content: "›";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) translateX(4px);
  font-size: 22px;
  color: var(--rpgr-gold);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.feature-card:hover::after,
.feature-card:focus::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* Underline animation on the H3 */
.feature-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--rpgr-red);
  position: relative;
  display: inline-block;
}
.feature-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--rpgr-gold), #f3dba2);
  transition: width 0.25s ease;
  border-radius: 2px;
}
.feature-card:hover h3::after,
.feature-card:focus h3::after {
  width: 100%;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .feature-card,
  .feature-card::after,
  .feature-card h3::after {
    transition: none;
  }
}

/* Theme variables */
/* Theme variables */
/* Theme Colors */
/* Container for all year cards */
/* ROWS that equalize height using flexbox */

:root {
  rpgr-maroon: #8C1D40;
  rpgr-gold: #C8A862;
  rpgr-light-gold: #F3DBA2;
  rpgr-white: #FFFFFF;
  rpgr-soft-gray: #F7F7F7;
  rpgr-text: #2E2E2E;
}

.awards-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;           /* make items match tallest in the row */
  justify-content: flex-start;
}

/* 4-up on desktop, 3-up tablet, 2-up mobile */
.award-card{
  flex: 1 1 calc(25% - 24px);     /* 4 columns */
  display: flex;                  /* let inner content push height */
  flex-direction: column;
  min-height: 120px;              /* base height when closed */
  background: linear-gradient(180deg,#FFFFFF 0%,#F7F7F7 100%);
  border: 1px solid #8C1D40;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 3px 8px rgba(0,0,0,.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
  position: relative;
  cursor: pointer;
  outline: none;
}

/* lift / highlight without changing width */
.award-card:hover,
.award-card:focus-within{
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 28px rgba(140,29,64,.22);
  border-color: #C8A862;          /* gold */
  background: linear-gradient(180deg,#FFFAF3 0%,#FFF1DC 100%);
  z-index: 5;
}

/* Year */
.award-card h3{
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-weight: 800;
  color: #8C1D40;
  text-align: center;
}

/* Recipients collapsed by default */
.award-card ul{
  list-style: disc inside;
  margin: 0;
  padding: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, opacity .25s ease, margin-top .25s ease;
  color: #2E2E2E;
  font-size: .95rem;

  /* allow the list to consume remaining vertical space when open */
  flex-grow: 1;
}

/* Reveal on hover/focus – row height grows, siblings stretch to match */
.award-card:hover ul,
.award-card:focus-within ul{
  opacity: 1;
  max-height: 800px;              /* big enough for long years */
  margin-top: 10px;
}

/* Responsive columns */
@media (max-width: 1024px){
  .award-card{ flex: 1 1 calc(33.333% - 24px); } /* 3 columns */
}
@media (max-width: 768px){
  .award-card{ flex: 1 1 calc(50% - 24px); }     /* 2 columns */
}
@media (max-width: 480px){
  .award-card{ flex: 1 1 100%; }                 /* 1 column */
}/* End custom CSS */