/* hero tweaks */
 @media (max-width: 1199.98px) {
     .hero__title {
         font-size: calc(2.575rem + 3.9vw);
    }
}
 .hero-content {
     padding: 2rem;
}
 .hero-content .hero-content-heading {
     font-size: 2.5rem;
}
 .hero-heading-border {
     border-bottom: 1px solid #F2A900;
}
 .hero-index__heading-refresh {
     font-family: "Crimson Pro", serif;
     font-weight: 200;
     color: #fff;
     letter-spacing: unset;
}
 @media (max-width: 1200px) {
     .hero-content .hero-content-heading {
         font-size: calc(1.375rem + 1.5vw);
    }
}
 .hero-content.hero-content-primary {
     background-color: rgba(1, 33, 105, 0.9);
     color: #fff;
}
 .hero-content.hero-content-primary .hero-content-heading, .hero-content.hero-content-primary .hero-content-text, .hero-content.hero-content-primary .hero-content-btn {
     color: #fff;
}
 .hero-content.hero-content-primary .hero-content-btn {
     border-color: #fff;
}
 .hero-content.hero-content-primary .hero-content-btn:hover {
     background-color: #fff;
     color: #012169;
}
 .hero-content.hero-content-secondary {
     background-color: rgba(0, 125, 186, 0.9);
     color: #fff;
}
 .hero-content.hero-content-secondary .hero-content-heading, .hero-content.hero-content-secondary .hero-content-text, .hero-content.hero-content-secondary .hero-content-btn {
     color: #fff;
}
 .hero-content.hero-content-secondary .hero-content-btn {
     border-color: #fff;
}
 .hero-content.hero-content-secondary .hero-content-btn:hover {
     background-color: #fff;
     color: #007dba;
}
 .hero-content.hero-content-success {
     background-color: rgba(52, 131, 56, 0.9);
     color: #fff;
}
 .hero-content.hero-content-success .hero-content-heading, .hero-content.hero-content-success .hero-content-text, .hero-content.hero-content-success .hero-content-btn {
     color: #fff;
}
 .hero-content.hero-content-success .hero-content-btn {
     border-color: #fff;
}
 .hero-content.hero-content-success .hero-content-btn:hover {
     background-color: #fff;
     color: #348338;
}
 .hero-content.hero-content-info {
     background-color: rgba(99, 102, 106, 0.9);
     color: #fff;
}
 .hero-content.hero-content-info .hero-content-heading, .hero-content.hero-content-info .hero-content-text, .hero-content.hero-content-info .hero-content-btn {
     color: #fff;
}
 .hero-content.hero-content-info .hero-content-btn {
     border-color: #fff;
}
 .hero-content.hero-content-info .hero-content-btn:hover {
     background-color: #fff;
     color: #63666a;
}
 .hero-content.hero-content-warning {
     background-color: rgba(255, 205, 89, 0.9);
     color: #101820;
}
 .hero-content.hero-content-warning .hero-content-heading, .hero-content.hero-content-warning .hero-content-text, .hero-content.hero-content-warning .hero-content-btn {
     color: #101820;
}
 .hero-content.hero-content-warning .hero-content-btn {
     border-color: #101820;
}
 .hero-content.hero-content-warning .hero-content-btn:hover {
     background-color: #101820;
     color: #ffcd59;
}
 .hero-content.hero-content-danger {
     background-color: rgba(218, 41, 28, 0.9);
     color: #fff;
}
 .hero-content.hero-content-danger .hero-content-heading, .hero-content.hero-content-danger .hero-content-text, .hero-content.hero-content-danger .hero-content-btn {
     color: #fff;
}
 .hero-content.hero-content-danger .hero-content-btn {
     border-color: #fff;
}
 .hero-content.hero-content-danger .hero-content-btn:hover {
     background-color: #fff;
     color: #da291c;
}
 .hero-content.hero-content-light {
     background-color: rgba(255, 255, 255, 0.9);
     color: #101820;
}
 .hero-content.hero-content-light .hero-content-heading, .hero-content.hero-content-light .hero-content-text, .hero-content.hero-content-light .hero-content-btn {
     color: #101820;
}
 .hero-content.hero-content-light .hero-content-btn {
     border-color: #101820;
}
 .hero-content.hero-content-light .hero-content-btn:hover {
     background-color: #101820;
     color: #fff;
}
 .hero-content.hero-content-dark {
     background-color: rgba(66, 68, 71, 0.9);
     color: #fff;
}
 .hero-content.hero-content-dark .hero-content-heading, .hero-content.hero-content-dark .hero-content-text, .hero-content.hero-content-dark .hero-content-btn {
     color: #fff;
}
 .hero-content.hero-content-dark .hero-content-btn {
     border-color: #fff;
}
 .hero-content.hero-content-dark .hero-content-btn:hover {
     background-color: #fff;
     color: #424447;
}

/* homepage*/

.custom-svg-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    fill: #007dba; 
    display: block;
  }
  
  .card-featured {
    padding: 2rem;
    text-align: left;
  }
  
/* accordions */
/* Container Spacing */
.accordion .card {
    border: none;
    margin-bottom: 20px;
}

/* Header Styling */
.accordion .card-header {
    background-color: #e9ab3d; /* Emory Gold/Yellow color from image */
    padding: 0;
    border-bottom: none;
}

/* Toggle Button Styling */
.accordion .btn-link {
    width: 100%;
    text-align: left;
    color: #002d72; /* Dark blue text color from image */
    font-weight: 800;
    text-decoration: none;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.accordion .btn-link:hover,
.accordion .btn-link:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

/* Custom Chevron Icon */
.accordion .btn-link::before {
    content: '\f078'; /* FontAwesome Chevron Down */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 15px;
    transition: transform 0.3s ease;
}

/* Rotate icon when collapsed (Bootstrap default is .collapsed) */
.accordion .btn-link.collapsed::before {
    transform: rotate(-90deg);
}

/* Body Content Styling */
.accordion .card-body {
    padding: 25px 40px;
    line-height: 1.6;
    color: #333;
}

/* Bullet points styling */
.accordion .card-body ul {
    list-style-type: none;
    padding-left: 0;
}

.accordion .card-body li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.accordion .card-body li::before {
    content: "■"; /* Square bullet from image */
    color: #e9ab3d;
    position: absolute;
    left: 0;
}