  .item-active {
    font-weight: bold;
  }

.subtitle {padding-bottom:20px!important;}
.img_radius {border-radius: 4px;}
#layout-v6 header .app-bar__logo{height:100px;}
#layout-v6 header .app-bar__right>a {margin-right: 30px;}
#layout-v6 main .how-it-works__step[data-step=polish] .how-it-works__step-left {top: 5vh;width: 40%; margin-bottom: 50px;}
/* #layout-v6 main .how-it-works__step-right {width: 60%;} */
#layout-v6 main .how-it-works__step[data-step=polish] .how-it-works__step-visual {width: 100%; max-width: 690px;}
#layout-v6 .section-text-18, #layout-v6 .section-text-18 * {font-size: 18px;} 

#layout-v6 .section-text-44, #layout-v6 .section-text-44 * {
    font-family: 'Source Sans Pro', Inter, 'Plus Jakarta Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}
/* #layout-v6 header.with-menu .app-bar__menu-burger-btn{display:block;position:relative;z-index:10;width:50px;height:50px;
    background-color:rgba(0,0,0,0);background-image:url("../images/menu-burger-icon.svg");background-size:20px auto;background-repeat:no-repeat;background-position:center;border:none;font-size:0;cursor:pointer;pointer-events:all}
#layout-v6 header.app-bar__menu-burger-btn{display:none} */

/* Default: Hide burger button */
#layout-v6 header.with-menu .app-bar__menu-burger-btn {
    display: none;
}

/* Show burger button ONLY on mobile/tablet */
@media (max-width: 980px) {
    #layout-v6 header.with-menu .app-bar__menu-burger-btn {
        display: block;
        position: relative;
        z-index: 10;
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0);
        background-image: url(../images/menu-burger-icon.svg);
        background-size: 20px auto;
        background-repeat: no-repeat;
        background-position: center;
        border: none;
        font-size: 0;
        cursor: pointer;
        pointer-events: all;
    }
}

/* Hide sign-in button ONLY on mobile/tablet */
@media (max-width: 980px) {
    #layout-v6 header.with-menu .login {
    display: none;
    }
}
#layout-v6 main .how-it-works__step-visual-left {
    width: 100%;
    padding: 48px 15px 10px 48px;
}
#layout-v6 header .app-bar__logo {
    position: relative;
    width: auto;
    height: 97px;
    

}
@media (max-width: 1080px) {
    #layout-v6 main .how-it-works__step[data-step=polish] .how-it-works__step-left {
        position: relative;
        top: auto;
        width: 100%;
        margin-bottom: 30px;
    }
}
@media (max-width: 550px) {
    #layout-v6 main .how-it-works__step-title-line {
        font-size: 26px;
        line-height: 32px;
}
}

#layout-v6 header.app-bar-mobile {
    display: none;
}
#layout-v6 header.app-bar__menu-burger-btn {
    display: none;
}

#layout-v6 header .app-bar__center {
    gap: 30px;
}

/* @media (max-width: 1080px) {
    #layout-v6 main .how-it-works__step[data-step=generate] .how-it-works__step-right::before {
        content: "";
        top: 0;
        bottom: auto;
        left: 10%;
        right: 10%;
        transform: translateY(-100%);
        padding-bottom: 35%;
        -webkit-mask-size: auto 120%;
        mask-size: auto 120%;
        -webkit-mask-position: right top;
        mask-position: right top;
    }
} */
@media (max-width: 980px) {
    #layout-v6 header.with-menu .app-bar-mobile.is-open {
        transform: translateX(0);   /* Slide into view */
    }
}
@media only screen and (max-width: 767px) {
    #layout-v6 .section-text-18, #layout-v6 .section-text-18 * {
        padding-right:35px;
        font-size:16px;
    }
}
@media (max-width: 550px) {
    #layout-v6 main .how-it-works__step[data-step=polish] .how-it-works__step-visual-left img {
        border-radius: 0px;
        /* width:90%; */
        
    }
}

@media (max-width: 550px) {
    #layout-v6 main .how-it-works__step[data-step=polish] .how-it-works__step-visual-left .three-column-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
    }
}

@media (max-width: 550px) {
    #layout-v6 main .how-it-works__step-visual-left {
    width: 80%;
    padding: 48px 5px 0 48px;
    } 
}
@media (max-width: 550px) {
    #layout-v6 main .how-it-works__step[data-step=polish] .how-it-works__step-visual-left {
        padding: 20px 0 10px 30px;
    }
}

@media (max-width: 1080px) {
    #layout-v6 main .how-it-works__step[data-step=polish] .how-it-works__step-right {
        padding-left: 0px;
    }
}
@media only screen and (max-width: 767px) {
    #layout-v6 .section-text-18, #layout-v6 .section-text-18 * {
        padding-right: 0px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #layout-v6 .section-text-18, #layout-v6 .section-text-18 * {
        padding-right: 0px;
        font-size: 16px;
    }
}
@media (max-width: 1280px) {
    #layout-v6 header .app-bar__center a {
        line-height: 24px;
        font-size: 18px;
    }
}
#layout-v6 main .how-it-works__content-container {
    padding-top: 0px;
}
@media (max-width: 1080px) {
    #layout-v6 main .how-it-works__step-left-container {
        max-width: 100%;
        margin: 0;
    }
}
.app-bar__right button {
    width: auto;
    min-width: 100px;
    height: 48px;
    border: 1px solid #222;
    border-radius: 8px;
    background-color: #222;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    flex-shrink: 0;
}
#layout-v6 header .app-bar__right .sign-in {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: color .5s ease-out;
}

#layout-v6 .section-text-18 a {
    color: blue;
    text-decoration: underline;
}
img.face {
    width: 300px;
    float: left;
    margin: 0 1em 1em 0;
}
a.activepage{background-color: #F3FAED;
    padding: 0.5rem 1rem;
    font-weight:600;
    border-radius: 4px;}
 #articles .post p a:link, #articles .post p a:visited {
    color: #2A7801;
    text-decoration: none;
}
#articles .post {
    float: left;
    clear: left;
    width: 100%;
    padding: 20px 0 25px;
    border-bottom: 2px solid #f0f0f0;
}
#articles .post p, #results p {
    font-size: 0.9em;
    color: #777777;
    padding: 0 10px 8px;
}
#articles .post h3 {
    font-size: 0.9em;
    line-height: 1.2em;
    color: #2A7801;
}
#articles .post h3, #articles .post h4, #articles .post h5 {
    padding: 0 10px;
}
#articles .post h5 {
    font-size: 0.9em;
    line-height: 1.2em;
    color: #777777;
    margin-bottom: 10px;
}
#articles .post h4 {
    font-size: 0.9em;
}
.two-column-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.three-column-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
}

        /* FOOTER STYLES */
        footer {
            background: #484848;
            color: #ecf0f1;
            padding: 2rem;
            margin-top: auto;
        }

        .footer__container {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 2rem;
            align-items: start;
        }

        .footer__section {
            padding: 1rem;
        }

        .footer__section h3 {
            font-size: 1.1rem;
            margin-bottom: 1rem!important;
            color: #fff;
            font-weight: 600;
        }

        .footer__copyright-text {
            color: #ecf0f1;
            text-decoration: none;
            font-size: 0.9rem;
            line-height: 1.6;
            display: block;
        }

        .footer__copyright-text:hover {
            color: #3498db;
        }

        .footer__list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer__list li {
            margin-bottom: 0.5rem;
        }

        .footer__logo-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            align-items: center;
        }

        .footer__logo-list a {
            display: inline-block;
            transition: transform 0.2s ease, opacity 0.2s ease;
        }

        .footer__logo-list a:hover {
            transform: translateY(-2px);
            opacity: 0.8;
        }

        .footer__logo-list img {
            height: 25px;
            width: auto;
            display: block;
        }

        .footer__text {
            color: #bdc3c7;
            font-size: 0.9rem;
            line-height: 1.6;
            margin-bottom: 1rem;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .footer__container {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .footer__section {
                text-align: center;
            }

            .footer__logo-list {
                justify-content: center;
            }
        }

        @media (max-width: 768px) {
            footer {
                padding: 1.5rem 1rem;
            }

            .footer__logo-list {
                gap: 0.3rem;
            }

            .footer__logo-list img {
                height: 20px;
            }
        }
        /* SCROLL TO TOP BUTTON STYLES */
        .scroll-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 40px;
            height: 40px;
            background: #FDFBE8;
            color: #484848;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            font-size: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            opacity: 0;
            visibility: hidden;
            z-index: 1000;
        }

        .scroll-to-top.visible {
            opacity: 1;
            visibility: visible;
        }

        .scroll-to-top:hover {
            background: #FDFBE8;
            transform: translateY(-3px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
        }

        .scroll-to-top:activepage {
            transform: translateY(-1px);
        }

        /* Font Awesome icon styling */
        .scroll-to-top i {
            font-size: 1.5rem;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .scroll-to-top {
                width: 45px;
                height: 45px;
                bottom: 20px;
                right: 20px;
                font-size: 1.3rem;
            }
        }

.faq__questions-item__header {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    position: relative;
}

.faq__questions-item__header:hover {
    background-color: #f8f9fa;
}

/* Accordion icon */
.faq__questions-item__header {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    position: relative;
}

.faq__questions-item__header:hover {
    background-color: #f8f9fa;
}

/* Accordion icon */
.faq__questions-item__header::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #3498db;
    transition: transform 0.3s ease;
}

.faq__questions-item.active .faq__questions-item__header::after {
    transform: translateY(-50%) rotate(180deg);
}

.faq__questions-item__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 1.5rem;
}

.faq__questions-item.active .faq__questions-item__content {
    max-height: 1000px;
    padding: 0 1.5rem 1.5rem 1.5rem;
}


.auth-view input {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 1em;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.auth-view {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 5px 32px 24px 0px;
    min-height: 100%;
    /* min-width: 100%; */
    transition: background-color .3s;
    margin: 0;
    font-family: 'Source Sans Pro';
}
.auth-view  button {
    width: 100%;
    height: 48px;
    border: 1px solid #222;
    border-radius: 8px;
    background-color: #222;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
}

.auth-view2 input {
    flex: 1;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 1em;
    margin-bottom: 0;
    box-sizing: border-box;
}

.auth-view2 button {
    width: auto;
    min-width: 100px;
    height: 48px;
    border: 1px solid #222;
    border-radius: 8px;
    background-color: #222;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    flex-shrink: 0;
}
.signin-with-password {
    display: flex;
    gap: 8px;
    width: 100%;
}
.hidden {
display: none!important;
}
li.indent {
    margin-left: 20px;
}
ul.resources {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
#layout-v6 main .how-it-works__step[data-step=polish] .how-it-works__step-container::before {
    height: 2vh;
}

#projects .post h3, #projects .post h4, #projects .post h5 {
    padding: 0 10px;
}



#projects .post h3 {
    font-size: 1em;
    line-height: 1.2em;
    color: #2A7801;
}
#projects .post p, #results p, p.countinfo {
    font-size: 0.9em!important;
    color: #777777!important;
    padding: 0 10px 10px!important;
}
#projects .post h3 {
    padding: 0 10px!important;
    margin: 0;
}
#projects .post h4 {
    padding: 10px 10px 0px 10px!important;
    margin: 0;
    font-size: 0.8em;
}
#projects .post h5 {
    padding: 0 10px 10px 10px!important;
    margin: 0;
}
#projects .post {
    float: left;
    clear: left;
    width: 100%;
    padding: 20px 0 25px;
    border-bottom: 2px solid #f0f0f0;
}
.floatrightimgs {
    float: right;
    margin: 3px;
    padding: 4px;
    border: 1px solid #D9e0e6;
    border-bottom-color: #C8CDD2;
    border-left-color: #C8CDD2;
    clear: right;
}
.pagination {
    margin: 10px 0;
}
.pagination a {
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}
.pagination a:hover {
    background-color: #f0f0f0;
}
.pagination .current-page {
    padding: 5px 10px;
    margin: 0 2px;
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}
.pagination .disabled {
    padding: 5px 10px;
    margin: 0 2px;
    color: #999;
}

.meeting-link {
    color: #333; /* Default color */
    text-decoration: none;
    cursor: pointer;
}

.meeting-link.active {
    color:#2A7801;;
    font-weight: bold; /* Optional: make it stand out more */
}
.pagination {
    margin: 20px 0;
    text-align: center;
}

.pagination a {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
}

.pagination a:hover {
    background-color: #f0f0f0;
}

.pagination .current-page {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    background-color: green;
    color: white;
    border-radius: 4px;
}

.pagination .disabled {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    color: #ccc;
}

.public-notice {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}

.public-notice p {
    margin: 0;
    color: #856404;
}

.public-notice a {
    color: #2A7801;
    font-weight: bold;
    text-decoration: underline;
}

.public-notice a:hover {
    color: #1a4d01;
}

.brandimage {
    max-width: 100%;
    height: auto;
    display: block;
}

/* @media (min-width: 768px) {
    .brandimage {
        width: 50%; 
    }
} */

/* .app-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
} */


/* .app-bar__left {
    flex: 0 0 auto;
} */


/* .app-bar__center {
    flex: 1 1 auto;
} */

/* .app-bar__right {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
} */

/* .app-bar__menu-burger-button {
    display: none;
} */

/* Mobile/Tablet - when screen is narrower */
/*
@media (max-width: 768px) {
    /* .app-bar {
        justify-content: space-between;
    } */
    
    /* .app-bar__left {
        flex: 1 1 auto;
        max-width: 70%;
    } */
    
    
    /* .app-bar__right {
        flex: 0 0 auto;
        order: 2; /* Keeps it on the right */
    /*} */
    
    /* Hide navigation links on mobile */
    /* .app-bar__right a {
        display: none;
    } */
    
    /* Show burger button on mobile */
    /* .app-bar__menu-burger-button {
        display: block;
    } */
    
    /* Make navigation wrap to next line if needed */
    /* .app-bar__right {
        width: 100%;
        order: 3;
        justify-content: center;
        margin-top: 10px;
    } */
/* } */

/* Show full menu on larger screens */
/* @media (min-width: 769px) {
    .app-bar__right a {
        display: inline-block;
    }
} */