body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav li {
    display: inline;
    margin-right: 10px;
}

.card-link {
    color: #1E376D;
}

#BlueTX {
    color: #1E376D;
}

#BlueBG {
    background-color: #1E376D !important;
}

.PullHover:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.BlogPreview {
    object-fit: cover;
    height: 200px;
    width: 100%;
}

/* Force consistent slide height */
#heroCarousel .carousel-item {
    min-height: 500px;   /* pick a base size */
    height: 70vh;        /* responsive height */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.8s ease-in-out !important; /* smooth slide */
}

/* Keep rounded edges and prevent overflow */
#heroCarousel .carousel-inner {
    border-radius: 0.5rem;
    overflow: hidden;
}

.carousel-item-next.carousel-item-start,
.carousel-item-prev.carousel-item-end {
    transition: transform 0.8s ease-in-out !important;
}

.card-button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    max-height: 85px;
}

.card-img {
    max-height: 85px;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
}

.AccountICON {
    background-color: #ffffff;
    color: #000000;
    transition: all 0.2s ease-in-out; /* smooth transition */
}

.AccountICON:hover {
    background-color: #a6a6a6;  /* background flips */
    color: #3a3a3a;             /* icon color flips */
}