/* Snak Appeal — clean stylesheet for the static rebuild.
 *
 * The original DNN theme depended on runtime-generated CSS and JavaScript that
 * no longer exist, so instead of shipping it we style the (real) recovered
 * content ourselves. Class names match the recovered markup so content drops in
 * unchanged; Font Awesome (real, bundled) still supplies the .fa icons.
 */

:root {
    --purple: #8a1a9b;
    --purple-dark: #5f0a6e;
    --purple-tint: #f6eef8;
    --ink: #33323a;
    --muted: #6c6a75;
    --line: #e7e2ec;
    --gold: #e8a33d;
    --max: 1140px;
    --radius: 8px;
    --shadow: 0 6px 20px rgba(58, 12, 66, .08);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: var(--ink);
    background: #fff;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; border: 0; }

a { color: var(--purple); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
    font-weight: 800;
    line-height: 1.2;
    color: var(--ink);
    margin: 0 0 .6em;
    letter-spacing: -.01em;
}
h1 { font-size: clamp(28px, 4vw, 40px); }
h2 { font-size: clamp(23px, 3vw, 30px); }
h3 { font-size: 21px; }
h4 { font-size: 17px; }

p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.3em; }
li { margin-bottom: .4em; }

strong, b { font-weight: 700; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2em 0; }

/* ---------------------------------------------------------------- layout */

.dnn_layout, .content_mid {
    max-width: var(--max);
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
}
.dnn_layout .dnn_layout,
.content_mid .content_mid,
.dnn_layout .content_mid { max-width: none; padding-left: 0; padding-right: 0; }

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: stretch;
}
[class*="col-sm-"], [class*="col-md-"] {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.clear { clear: both; }
.clearfix::after { content: ""; display: table; clear: both; }

@media (min-width: 768px) {
    .col-sm-3 { width: 25%; }
    .col-sm-4 { width: 33.333%; }
    .col-sm-5 { width: 41.666%; }
    .col-sm-6 { width: 50%; }
    .col-sm-7 { width: 58.333%; }
    .col-sm-8 { width: 66.666%; }
    .col-sm-9 { width: 75%; }
    .col-sm-12 { width: 100%; }
}
@media (min-width: 992px) {
    .col-md-3 { width: 25%; }
    .col-md-6 { width: 50%; }
}

/* spacing utilities from the content */
.pt-20 { padding-top: 20px; } .pt-30 { padding-top: 34px; }
.pt-40 { padding-top: 44px; } .pt-60 { padding-top: 60px; }
.pb-20 { padding-bottom: 20px; } .pb-30 { padding-bottom: 34px; }
.pb-60 { padding-bottom: 60px; }

/* the theme's scroll-reveal classes — just show everything */
.animation, .animation_item { opacity: 1 !important; }

/* ---------------------------------------------------------------- header */

.header_top {
    background: var(--purple-dark);
    color: #fff;
    font-size: 14.5px;
}
.header_top .head_mid {
    max-width: var(--max);
    margin: 0 auto;
    padding: 9px 22px;
}
.header_top .HeadPane :is(ul, p) { margin: 0; padding: 0; list-style: none; }
.header_top .HeadPane li { display: inline-block; margin: 0 18px 0 0; }
.header_top a { color: #fff; }
.header_top .fa { margin-right: 5px; opacity: .85; }

.roll_menu {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .07);
    position: sticky;
    top: 0;
    z-index: 100;
}
.LogoMenuBox .head_mid {
    max-width: var(--max);
    margin: 0 auto;
    padding: 10px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.dnn_logo img { max-height: 66px; width: auto; }

.dnn_menu .primary_structure {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
}
.dnn_menu .primary_structure > li { margin: 0; }
.dnn_menu .primary_structure > li > a {
    display: block;
    padding: 10px 15px;
    color: var(--ink);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.5px;
    letter-spacing: .02em;
    border-radius: 6px;
    white-space: nowrap;
}
.dnn_menu .primary_structure > li > a:hover {
    background: var(--purple-tint);
    color: var(--purple);
    text-decoration: none;
}
.dnn_menu .primary_structure > li.current > a { background: var(--purple); color: #fff; }

.nav_toggle, .nav_toggle_label { display: none; }

@media (max-width: 860px) {
    .nav_toggle_label {
        display: block;
        cursor: pointer;
        color: var(--purple);
        font-size: 30px;
        line-height: 1;
        padding: 4px 6px;
    }
    .dnn_menu { position: relative; }
    .dnn_menu .primary_structure {
        display: none;
        position: absolute;
        right: 0;
        top: calc(100% + 12px);
        flex-direction: column;
        background: #fff;
        min-width: 220px;
        padding: 8px;
        border-radius: 10px;
        box-shadow: var(--shadow);
        border: 1px solid var(--line);
        z-index: 200;
    }
    .nav_toggle:checked ~ nav .primary_structure { display: flex; }
    .dnn_menu .primary_structure > li > a { padding: 11px 14px; }
}

/* ---------------------------------------------------------------- banner */

.BannerBox {
    background: linear-gradient(135deg, var(--purple), var(--purple-dark));
    padding: 30px 22px 0;
}
.BannerBox .dnn_layout { padding: 0; }
.BannerBox p { margin: 0; text-align: center; }
.BannerBox img {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow);
}
.BannerBox h3 {
    color: #fff;
    text-align: center;
    font-size: clamp(24px, 4vw, 34px);
    margin: 0;
    padding: 22px 10px 30px;
}

/* --------------------------------------------------------- section title */
/* The content's various title blocks, normalised to one centred look. */
.Lead, .Pricing_title, .time_line_title, .our_team,
.home4_service > h3, .theme_features > h3:first-child {
    text-align: center;
}
.Lead .Lead_font h1, .Lead h1, .time_line_title, .Pricing_title, .our_team {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
.Lead .Lead_font h1::after, .time_line_title::after,
.Pricing_title::after, .our_team::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 64px;
    height: 4px;
    border-radius: 3px;
    background: var(--purple);
}
.Lead .Lead_font p { text-align: center; color: var(--muted); font-size: 19px; }
.time_line_title, .our_team { display: block; }

/* --------------------------------------------------- welcome / features */

.theme_features h3 { color: var(--purple); }
.theme_features ul { list-style: none; padding: 0; }
.theme_features ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}
.theme_features ul li .fa {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--gold);
}

/* ------------------------------------------------------- service columns */

.home4_service .service_title,
.home4_service h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--purple);
    font-size: 20px;
}
.home4_service .service_title .fa { color: var(--gold); font-size: 22px; }
.home4_service .service_main, .home4_service p { color: var(--muted); }
.home4_service ul { color: var(--muted); }

/* ------------------------------------------------- charity logo grid (471) */

.OurServices_Box4 .row { align-items: stretch; }
.OurServices_Box4_img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    transition: box-shadow .2s, transform .2s;
}
.OurServices_Box4_img:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.OurServices_Box4_img img { max-height: 96px; width: auto; }

/* --------------------------------------------- franchise function boxes */

.functionBox {
    text-align: center;
    padding: 26px 18px;
    height: 100%;
    background: var(--purple-tint);
    border-radius: var(--radius);
}
.functionIcon.fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--purple);
    color: #fff;
    font-size: 26px;
}
.functiontitle {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: var(--ink);
    margin: 0 0 8px;
}
.functionMain { color: var(--muted); font-size: 15.5px; }

/* franchise pricing block (467) */
.Pricing_left img, .Pricing_right img { margin: 0 auto; }
.Pricing_right ul { padding-left: 1.1em; }

/* ------------------------------------------------------- contact strip */

.backgroundImage26 { background: var(--purple-tint); }
.contact_information {
    text-align: center;
    padding: 18px;
    height: 100%;
}
.contact_information .fa {
    color: #fff;
    background: var(--purple);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 12px;
}
.info_title { font-weight: 800; color: var(--purple); font-size: 19px; margin: 0 0 8px; }
.info_article { color: var(--muted); margin: 0; }
.info_article span { display: block; margin-bottom: 5px; }

/* --------------------------------------------------------------- team */

.our_team { font-size: 30px; margin-bottom: 34px; }
.resp-tabs-list {
    display: flex;
    justify-content: center;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    flex-wrap: wrap;
}
.resp-tabs-list .resp-tab-item {
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 50%;
    overflow: hidden;
    width: 92px;
    height: 92px;
    transition: border-color .2s, transform .2s;
}
.resp-tabs-list .resp-tab-item img { width: 100%; height: 100%; object-fit: cover; }
.resp-tabs-list .resp-tab-item:hover { transform: translateY(-2px); }
.resp-tabs-list .resp-tab-item.resp-tab-active { border-color: var(--purple); }

.resp-accordion { display: none; }
.resp-tab-content { display: none; }
.resp-tab-content.resp-tab-content-active { display: block; }
.resp-tab-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    background: var(--purple-tint);
    padding: 26px 30px;
    border-radius: var(--radius);
}
.member_title { font-size: 22px; font-weight: 800; color: var(--ink); margin: 0; }
h4.member_title, .member_introduce h4 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--purple);
    margin: 2px 0 14px;
}
.member_content { color: var(--muted); margin: 0; }
.member_introduce ul { list-style: none; padding: 0; display: flex; gap: 10px; justify-content: center; margin-top: 14px; }
.member_introduce ul li a {
    width: 36px; height: 36px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--purple); color: #fff;
}

/* --------------------------------------------------------- FAQ (402) */

.gray_line { display: none; }
.faq_box { margin-bottom: 8px; }
.faq_box dl { margin: 0; }
.faq_box dt {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-weight: 700;
    font-size: 18px;
    color: var(--ink);
    margin-bottom: 8px;
}
.faq_box dd {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 22px;
    color: var(--muted);
}
.ico_q, .ico_a {
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
    color: #fff;
}
.ico_q { background: var(--purple); }
.ico_a { background: var(--gold); }

/* --------------------------------------------------- history timeline */

.Time_Line { position: relative; margin-top: 20px; }
.Time_Line::before {
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 50%;
    width: 3px;
    background: var(--line);
    transform: translateX(-50%);
}
.Time_Line_top { position: relative; }
.Time_Line_top_time {
    position: relative;
    z-index: 2;
    width: max-content;
    max-width: 90%;
    margin: 0 auto 6px;
    background: var(--purple);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: 7px 20px;
    border-radius: 30px;
    text-align: center;
}
.Time_Line_left, .Time_Line_right { width: 46%; position: relative; }
.Time_Line_left { float: left; clear: both; }
.Time_Line_right { float: right; }
.Time_Line_leftmain, .Time_Line_rightmain {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px 20px;
    box-shadow: var(--shadow);
    color: var(--muted);
    margin-bottom: 26px;
}
.Time_Line .triangle { display: none; }

@media (max-width: 767px) {
    .Time_Line::before { left: 8px; }
    .Time_Line_left, .Time_Line_right { width: 100%; float: none; }
    .Time_Line_top_time { margin-left: 0; }
    .Time_Line_leftmain, .Time_Line_rightmain { margin-left: 24px; }
}

/* --------------------------------------------------- testimonials */

.fa-quote-left { color: var(--purple); font-size: 26px; }

/* video embeds */
iframe {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.img-responsive { margin-left: auto; margin-right: auto; }

/* --------------------------------------------------- static contact form */

.static_form label { display: block; font-weight: 700; margin: 14px 0 5px; }
.static_form input, .static_form textarea {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid var(--line);
    border-radius: 6px;
    font: inherit;
    background: #fff;
}
.static_form input:focus, .static_form textarea:focus {
    outline: none;
    border-color: var(--purple);
    box-shadow: 0 0 0 3px var(--purple-tint);
}
.static_form .form_note {
    background: var(--purple-tint);
    border-left: 4px solid var(--purple);
    padding: 13px 16px;
    border-radius: 0 6px 6px 0;
    margin-bottom: 18px;
    font-size: 15px;
}
.but, button.but {
    display: inline-block;
    background: var(--purple);
    color: #fff;
    border: 0;
    padding: 12px 26px;
    border-radius: 6px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}
.but:hover { background: var(--purple-dark); text-decoration: none; }

/* franchise "Apply for Franchise (X)" buttons (inline flag colours preserved) */
.applybtn {
    display: inline-block;
    background: var(--purple);
    color: #fff;
    padding: 13px 24px;
    margin: 6px 10px 6px 0;
    border-radius: 6px;
    font-weight: 700;
    text-align: center;
}
.applybtn:hover { filter: brightness(1.08); text-decoration: none; }

/* --------------------------------------------------------------- footer */

#footer2 { margin-top: 70px; }
.Footer_Contentbg { background: var(--purple-dark); color: #d9c7e0; padding: 46px 0 34px; }
.Footer_Contentbg .dnn_layout { display: block; }
.Footer_Contentbg h4 { color: #fff; text-transform: uppercase; font-size: 15px; letter-spacing: .05em; }
.Footer_Contentbg a { color: #fff; }
.Footer_Contentbg p { color: #d9c7e0; }
.Footer_Bottombg { background: #46064f; color: #c6a9cf; font-size: 13.5px; padding: 16px 0; }
.Footer_Bottombg .footer_mid {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
#to_top {
    cursor: pointer;
    width: 40px; height: 40px;
    border-radius: 50%;
    background: var(--purple);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* --------------------------------------------------- carousel (home) */

.sync_carousel { }
.carousel_main { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.carousel_main .item { display: none; }
.carousel_main .item.is-active { display: block; }
.carousel_main .item img { width: 100%; height: auto; }
.carousel_nav { display: flex; gap: 8px; margin-top: 10px; flex-wrap: nowrap; }
.carousel_nav .item {
    flex: 1 1 0;
    min-width: 0;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    overflow: hidden;
    opacity: .55;
    transition: opacity .2s, border-color .2s;
}
.carousel_nav .item:hover { opacity: 1; }
.carousel_nav .item.is-active { opacity: 1; border-color: var(--purple); }
.carousel_nav .item img { width: 100%; height: 52px; object-fit: cover; }

/* keep long content sections from touching each other */
#dnn_content > .dnn_layout { padding-top: 8px; padding-bottom: 8px; }
