.mt-lift-65 {
    margin-top: -65px;
}

.action-text {
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
}

.btn-glyph-std
{
    display: inline-block;
    width: 16px;
    height: 16px;
}

.btn-glyph-24
{
    display: inline-block;
    width: 24px;
    height: 24px;
}

.btn-glyph-32
{
    display: inline-block;
    width: 32px;
    height: 32px;
}

.btn-glyph-64 {
    display: inline-block;
    width: 64px;
    height: 64px;
}

.contact-img
{
    width: 64px;
}

.hero {
    width: 100%;
    height: 280px;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/photos/house.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    overflow: hidden;
}

.hero-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
    z-index: 2;
}

.ad-bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white; /* Optional: ensure text is visible */
}

.dark-background {
    background-color: #000;
    color: #fff;
    padding: 20px;
    opacity: 0.5;
    width: 100vw;
    margin-right: 0;
    margin-left: -20px;
}

.local-news-badge-img {
    margin-top: 10px;
    margin-left: 10px;
    width: 48px;
    height: 48px;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 50%; /* Optional: if badge is round */
}

.drop-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.white-link {
    font-weight: bolder !important;
    color: white !important;
    text-decoration: underline;
}

.table-header-blue {
    background-color: #0077B5;
}

.library-image-component-100 {
    max-height: 100%;
    width: auto;
    border-radius: 10px;
}

.library-image-component-128px {
    max-height: 128px;
    width: auto;
    border-radius: 10px;
}

.library-image-component-64px {
    max-height: 64px;
    width: auto;
    border-radius: 10px;
}

.library-image-component-32px {
    max-height: 32px;
    width: auto;
    border-radius: 10px;
}

.fixed-card {
    width: auto;
    height: 350px;
    overflow: hidden;
}

.fixed-image-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
}

.fixed-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-text {
    font-size: 1rem;    
    
}

.local-news-headline {
    width: 100%;    
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif, serif;    
    font-size: 1.0rem;
    line-height: 1.4;
    text-transform: uppercase;
    overflow-wrap: break-word;
    white-space: normal;
    margin: 0 auto;
    color: black;
    z-index: 100;
    padding: 10px
}

.primary-button {
    background-color: #ff5a60;
    border-radius: 20px;
    border-color: azure;
    width: 100%;
    padding: 12px;
    color: white;
    font-size: 1.4em;
}

.primary-button:hover {
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
    transition: all 0.2s ease-in-out;
    background-color: #ff5a60;
    color: white;
}

.secondary-button {
    background-color: #61265d;
    border-radius: 20px;
    border-color: azure;
    width: 100%;
    padding: 12px;
    color: white;
    font-size: 1.4em;
}

.secondary-button:hover {
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.02);
    transition: all 0.2s ease-in-out;
    background-color: #61265d;
    color: white;
}

.social-login-button {
    background-color: #666;
    border-radius: 20px;
    border-color: black;
    border-width: 1px;
    border-style: inset;
    width: 100%;
    padding: 8px;
    color: white;
    font-size: 1.4em;
}

.bottom-menu {
    background-color: #3f143a;
    color: white;
}

.primary-menu-header-content {
    color: azure;
    font-size: 1.4em;
    align-items: center;
}

.icon-button img {
    width: 24px;
    height: 24px;
}

.page-header-spacing {
    margin-top: 65px
}

.mt-50 {
    margin-top: 50px
}
.mt-100 {
    margin-top: 100px
}

.font-primary-color {
    color: #61265d;
}

.bg-primary-color {
    background-color: #61265d;
}

.square-card {
    width: 150px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,…"); /* default hamburger */
}

.navbar-toggler svg {
    color: black; /* visible on white navbar */
    stroke: currentColor; /* ensure stroke uses this color */
}

.navbar-toggler-icon {
    background-image: none !important;
}

/* Ensure color contrast (black lines on light bg) */
.navbar-light .navbar-toggler-icon svg {
    color: #fff;
}

/* For dark navbars, turn lines white */
.navbar-dark .navbar-toggler-icon svg {
    color: #fff;
}





/* AI PAGE STYLES */

.ai-textarea {
    resize: vertical;
    min-height: 100px;
    max-height: 300px;
    padding: 12px 15px;
    border-radius: 10px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-size: 1rem;
    line-height: 1.5;
}

    .ai-textarea:focus {
        outline: none;
        border-color: #4a90e2;
        box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.25);
        background: #fff;
    }

.ai-container .card {
    border-radius: 12px;
}

/* AI typing animation */
.ai-typing-loader {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .ai-typing-loader .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #4a90e2;
        animation: aiPulse 1.2s infinite ease-in-out;
    }

        .ai-typing-loader .dot:nth-child(1) {
            animation-delay: 0s;
        }

        .ai-typing-loader .dot:nth-child(2) {
            animation-delay: 0.2s;
        }

        .ai-typing-loader .dot:nth-child(3) {
            animation-delay: 0.4s;
        }

@keyframes aiPulse {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/* AI PAGE STYLES */