/* help.css override for modern light look */

.main-background {

}
.faq, .editable-content
{
    max-width: 960px`;
    text-align: center;
    margin: auto;
}
.faq-wrapper{
    background: white;
}


.help-hero h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.help-hero p {
    /*color: #6b7280;*/
}

.accordion-button {
    font-weight: 600;
    color: #111827;
}

.accordion-body {
    color: #6b7280;
}

.cta-box {
    background-color: rgba(75, 100, 45, 0.15); /* light green tint */
    backdrop-filter: blur(4px); /* subtle blur effect */
    border-radius: 16px;
    padding: 3rem 2rem;
    margin: 4rem auto 2rem;
    max-width: 960px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    background-image: url('/images/Topographic-Map-Pattern.png');
    background-repeat: repeat;
    background-size: 300px;
}
.cta-box p {
    text-align: center;
    font-size: 1rem;
    color: #374151;
}

.cta-box a {
    color: #2563eb;
    text-decoration: none;
}

.help-wrapper {
    max-width: 100%;
    margin: auto;
    padding: 2rem 1rem;
    font-family: "Segoe UI", sans-serif;
}

.help-hero {
    background: transparent;
    text-align: center;
    padding: 2rem 1rem;
}

.help-hero h1 {
    font-size: 2.25rem;
    font-weight: 700;
    /*color: white;*/
}

.help-hero p {
    /*color: white;*/
    font-size: 1rem;
    margin-top: 0.5rem;
}

.faq {
    /*margin-top: 2rem;*/
}

/* Clean FAQ accordion styling */
.accordion {
    background-color: transparent;
    border: none;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}

.accordion-button {
    background-color: #fff;
    font-weight: 600;
    font-size: 1rem;
    color: #333;
    box-shadow: none;
    padding: 1rem;
}

.accordion-button:not(.collapsed) {
    background-color: #f9f9f9;
    color: #111;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-body {
    padding: 0 1rem 1rem 1rem;
    font-size: 0.95rem;
    color: #666;
}

.edit-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000000cc;
    color: white;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 0.9rem;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.help-hero-section {
    background: linear-gradient(to top, #063A83, #0192D3);
    background-image: url('/images/Topographic-Map-Pattern.png');
    background-repeat: repeat;
    background-size: 300px;
    /*color: white;*/
    text-align: center;
    /*padding: 5rem 1rem 6rem;*/
}

.help-hero-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    /*color: white;*/
}

.help-hero-section p {
    font-size: 1.125rem;
    /*color: #e0eaf3;*/
}
.help-hero h1, .help-hero h2, .help-hero p {
    /*color: white;*/
}

.help-hero ul, .help-hero ol {
    padding-left: 0;
    list-style-position: inside;
}

.faq {
    background: white;
    border-radius: 12px;
    padding: 3rem 1.5rem;
    margin-bottom: 4rem;
    max-width: 960px;
}

.faq h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.faq p {
    color: #6b7280;
    margin-bottom: 2rem;
}
.faq .accordion-button::after {
    transform: scale(1.2);
}

.video-grid-wrapper {
    display: flex;
    justify-content: center;
}

.video-grid {
    width: 100%;
    max-width: 960px;
}

/*.video-grid {*/
/*    max-width: 950px;*/
/*    text-align:center;*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));*/
/*    gap: 2rem;*/
/*}*/

.video-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: opacity 0.5s ease, transform 0.5s ease;
}


.video-card:hover {
    transform: translateY(-4px);
}

.video-card iframe {
    width: 100%;
    height: 200px;
    border: none;
}

.video-card-body {
    padding: 1rem 1.25rem;
    text-align: left;
}

.video-card-body h6 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 0.25rem;
}

.video-card-body h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.video-card-body p {
    font-size: 0.95rem;
    color: #6b7280;
}

.white-pattern-video {
    background: #f1f5f9;
    background-image: url('/images/Topographic-Map-Pattern.png');
    background-repeat: repeat;
    background-size: 300px;
    text-align: center;
    padding: 4rem 2rem;
}

.help-hero-box {
    margin: 1rem auto 1rem;
    max-width: 960px;
    text-align: center;
}

.white-pattern-help-hero {
    background: #f1f5f9;
    background-image: url('/images/Topographic-Map-Pattern.png');
    background-repeat: repeat;
    background-size: 300px;
    text-align: center;
}

/*.video-section{*/
/*    text-align: center;*/
/*    border-radius: 0.5rem;*/
/*    padding: 2rem 1.5rem;*/
/*}*/

/*.video-section h2 {*/
/*    font-size: 1.5rem;*/
/*    font-weight: 600;*/
/*}*/

.cta-box p {
    font-size: 1rem;
}

/*.cta-box {*/
/*    background-color: rgba(255, 255, 255, 0.85);*/
/*    backdrop-filter: blur(3px);*/
/*    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);*/
/*    border-radius: 12px;*/
/*    text-align: center;*/
/*    margin-top: 3rem;*/
/*    background: #f9fafb;*/
/*    padding: 2rem 1.5rem;*/
/*}*/


.cta-box h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}

.cta-box p {
    font-size: 1rem;
    color: #374151;
    margin-bottom: 1.5rem;
}

.cta-box a.btn {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    background-color: #003865;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
}
.editable-block {
    position: relative;
    border-radius: 8px;
    /*     padding: 1rem; */
    /*background: #fff;*/
    /*     margin: 1rem 0; */
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.video-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.2s ease;
}

.video-card:hover {
    transform: translateY(-4px);
}

.video-card-body {
    padding: 1rem 1.25rem;
    text-align: left;
}

.video-card-body h6 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 0.25rem;
}

.video-card-body h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.video-card-body p {
    font-size: 0.95rem;
    color: #6b7280;
}
.watch-video-link {
    display: inline-flex;
    align-items: center;
    color: #3f6212; /* Olive green */
    font-weight: 600;
    margin-top: 0.75rem;
    text-decoration: none;
    font-size: 0.95rem;
}

.watch-video-link:hover {
    text-decoration: underline;
}


.accordion-button::after {
    display: none; /* remove Bootstrap chevron */
}
.accordion-collapse {
    transition: all 0.25s ease;
}
