.mb-0{
  margin-bottom: 0px;
}
.text-center{
  text-align: center;
}
.text-justify{
  text-align: justify;
}
.justify-content-center{
  justify-content: center;
}
.text-gradient{
    background: linear-gradient(to right, #fc8236, #994712);
    color: transparent;
    background-clip: text;
}
.breadcrumb{background:#fff;border-bottom:1px solid #eef2f7}
.breadcrumb .container{display:flex;gap:.5rem;align-items:center;padding:.6rem 0}
.breadcrumb a{color:#475569}
.breadcrumb span[aria-hidden]{color:#94a3b8}
.breadcrumb [aria-current]{color:#0f172a;font-weight:600}

.president-layout{
  display:grid;
  grid-template-columns: minmax(0,1fr) 320px;
  gap: 28px;
  align-items:start;
}
@media (max-width: 980px){
  .president-layout{ grid-template-columns: 1fr; }
  .col-side{ order:-1; } /* show photo first on mobile if you prefer */
}

.col-main .lead{
  font-size:1.05rem;
  color:#334155;
  margin-top:-.25rem;
  margin-bottom:1rem;
}

.quote{
  margin: 1rem 0;
  padding: .9rem 1rem;
  border-left: 4px solid #f36b21;
  background: #fff7f0;
  border-radius: 8px;
  color:#7a2e0e;
}
.signature{
  margin-top: 1.25rem;
  padding-top: .9rem;
  border-top: 1px solid #eef2f7;
  color:#334155;
}

.sticky-card{
  position: sticky;
  top: 92px; /* below sticky header */
  text-align:center;
  border-radius:14px;
  border:1px solid rgba(243,107,33,.18);
  box-shadow:0 6px 16px rgba(0,0,0,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.sticky-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
  border-color: #f36b21; /* subtle orange accent */
}
.profile-photo{
  width:100%;
  height: 360px;
  object-fit: cover;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  background:#fff5ef;
}
.profile-name{font-weight:800;font-size:1.1rem;margin:.6rem 0 .2rem}
.profile-role{margin-bottom:.9rem}

.share-row{
  display:flex; align-items:center; gap:.5rem; margin-top:1rem;
}
.share-row img{width:18px;height:18px;opacity:.8}
.share-row a:hover img{opacity:1}
.faq-container {
    max-width: 800px;
    margin: auto;
}

.faq-title {
    font-size: 24px;
    text-align: center;
    margin: 10px 0px;
    color: #222;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.faq-question {
    padding: 18px 20px;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #333;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #f0f0f0;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 22px;
    transition: 0.3s;
}

.faq-item.active .faq-question::after {
    content: '-';
}

.faq-answer {
    display: none;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    border-top: 1px solid #eee;
    background: #fafafa;
}

.top__cta a{
  margin-bottom: 5px;
}
footer .brand-img img{
  max-width: 300px;
}
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  background: #f9a133;
  padding: 8px;
  border-radius: 5px;
}

.mobile-menu-toggle span {
  width: 28px;
  height: 2px;
  background: #fff;
  display: block;
  border-radius: 3px;
}
.mobile-menu-close {
  display: none;
}
.hero__wrap .hero__side .slot img{
  max-width: 300px;
  border-radius: 20px;
}
#registration-fees .table-container{
  overflow: auto;
}
.hero .cta a{
  margin-bottom: 5px;
}
.venue-card{
  /* height: 100%; */
}
.pill span{
  /* font-size: 2rem; */
}
.pill em{
  /* font-size: 1.15rem; */
}
.committee_style_2{
  background-color: #0358A3;
}
.committee_style_2 .section__head{
  color: #F79B2A;
  margin-bottom: 30px;
  text-align: center;
}
.committee_style_2 .container{
  width: 100%;
}
.committee_style_2 .cards{
  justify-content:center; 
  text-align:center;
}
.committee_style_2 .committee_list,
.committee_style_2 .committee_list_2{
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}
.committee_style_2 .committee_list.column-3{
  column-count: 3;
}
.committee_style_2 .committee_list_2{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}
.committee_style_2 .committee_list_2 .committee_title{
  color: #F79B2A;
  margin-bottom: 10px;
  font-weight: 600;
}
.committee_style_2 .card.org{
    background: transparent;
    box-shadow: none;
    border: none;
    color: #fff;
}
.committee_style_2 .card.org .org__role{
  color: #fff;
}
.reg-table tbody td{
  white-space: nowrap;
}
.reg-table tbody tr td:first-child{
  text-align: left;
}
.profile-photo{
  height: auto;
}
.band__row{
  /* justify-content: center; */
}
.hero--bg::before{
    background: url(./images/hero_banner.jpg) center / cover no-repeat;
}



.program-box {
    background: #fff;
    border: 3px solid #0b5cab;
    border-radius: 20px;
    /* padding: 20px 30px; */
    padding: 10px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.program-box .program-row {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 20px 0;
    border-bottom: 2px solid #0b5cab;
    align-items: center;
}

.program-box .program-row:last-child {
    border-bottom: none;
}

.program-box .date {
    padding-right: 20px;
}

.program-box .date strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.program-box .date span {
    /* display: block; */
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: normal;
}

.program-box .date.multi strong {
    margin-top: 10px;
}

.program-box .content {
    border-left: 3px solid #0b5cab;
    padding-left: 20px;
}

.program-box .content h3 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.2;
}

.program-box .orange {
    color: #f5a623;
}

.program-box .blue {
    color: #0b5cab;
}

.program-box .content p {
    margin: 5px 0;
    font-size: 15px;
}

.program-box .content small {
    font-size: 13px;
}

.social-events {
    max-width: 1100px;
    margin: 0px auto;
    padding: 40px;
    /* background: rgba(255, 255, 255, 0.85); */
    background: #f7e9df;
    border-radius: 10px;
}

/* .social-events .section-title {
    text-align: center;
    color: #0a5aa5;
    letter-spacing: 1px;
    margin-bottom: 40px;
} */

.social-events .events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
}

.social-events .event-card {
    padding: 20px 30px;
    text-align: center;
}

.social-events .event-card.bordered {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.social-events .icon {
    font-size: 36px;
    margin-bottom: 15px;
}

.social-events .event-card h3 {
    color: #0a5aa5;
    margin-bottom: 10px;
    font-size: 20px;
}

.social-events .date,
.social-events .venue {
    /* font-size: 14px; */
    color: #000;
    margin: 6px 0;
}

.social-events .note {
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
}
#places{
  background: url(images/bg-1.jpg) no-repeat scroll 0 0;
}