@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap');

:root {
    --primary-color: var(--camp-brand-primary-light, #ff8c33);
    --accent-color: var(--camp-brand-accent, #ffa347);
    --box: #F6F6F6;
    --light: #fff;
    --dark: #1b1b1b;
    --camp-brand-primary: #ff6b00;
    --camp-brand-primary-dark: #c24100;
    --camp-brand-primary-mid: #e85d00;
    --camp-brand-primary-light: #ff8c33;
    --camp-brand-accent: #ffa347;
    --camp-hero-from: #1a0c04;
    --camp-hero-mid: #c24100;
    --camp-hero-to: #8f3000;
    --camp-hero-glow-rgb: 255, 107, 0;
    --camp-navbar-rgb: 154, 52, 0;
    --camp-navbar-mobile-rgb: 122, 41, 0;
    --camp-sidebar-from: #9a3400;
    --camp-sidebar-mid: #7a2900;
    --camp-sidebar-to: #5c1f00;
}

/* HEADER */

.header {
    background-color: red;
    width: 100%;
    padding: 45px;
    
}

.bg-blur {
    background-color: #ffffff00;
    backdrop-filter: blur(0px);
}

.bg-temp {
    background-color: #ffffff00;
    backdrop-filter: blur(0px);
}

.text-header1 {
    color: #dbdbdb;
    font-size: 12px;
    font-weight: 400;
}

.text-header1:hover {
    color: #fff;
}

.nav-item {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.dropdown-menu {
    border-radius: 0px;
    padding: 10px;
}

.dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #7D8388;
    border: 0px;
}




/* MAIN */
.main-box {
    background-color: var(--box);
    padding: 30px;
    margin-bottom: 30px;
}

.dev-box {
    background-color: var(--camp-brand-primary, #ff6b00);
    color: #fff;
    padding: 10px;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
}

.noAStyle {
    text-decoration: none;
    color: var(--dark);
}

body {
    background-color: #fff;
    color: #000;
}

.page-box {
    background-color: var(--box);
    padding: 30px;
    margin-bottom: 30px;
    height: 100%;
}

.page-box-groups {
    background-image: url("../img/homehero.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 30px;
    margin-bottom: 30px;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

.page-box-news {
    background-image: url("../img/yl.JPG");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 30px;
    margin-bottom: 30px;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

.page-box-register {
    background: linear-gradient( rgba(0,0,0, 0.9), rgba(0, 0, 0, 0.5) ), url('../img/section_logos/network_bg.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 30px;
    margin-bottom: 30px;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

.page-box-leaders {
    background: linear-gradient( rgba(0,0,0, 0.9), rgba(0, 0, 0, 0.5) ), url('../img/fire.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 30px;
    margin-bottom: 30px;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

.page-box-groups2 {
    background: linear-gradient( rgba(0,0,0, 0.9), rgba(0, 0, 0, 0.5) ), url('../img/homehero.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 30px;
    margin-bottom: 30px;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

.page-box-groups:hover {
    border: 10px solid #006EE0;
}

.page-box-news:hover {
    border: 10px solid #006EE0;
}

.page-box-register:hover {
    border: 10px solid #000000;
}

.page-box-leaders:hover {
    border: 10px solid #000000;
}

.page-box-groups2:hover {
    border: 10px solid #000000;
}

.form-control {
    border-radius: 0px;
    border: 0px;
}

/* HEADER */

.header-button-1 {
    background-color: var(--primary-color);
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid var(--primary-color);
    cursor: pointer;
    transition: 0.3s;
}

.header-button-1:hover {
    background-color: var(--accent-color);
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid var(--primary-color);
    cursor: pointer;
    transition: 0.3s;
}

.osm-button-1 {
    background-color: #4D2177;
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid #4D2177;
    cursor: pointer;
    transition: 0.3s;
}

.osm-button-1:hover {
    background-color: #9791B7;
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid #4D2177;
    cursor: pointer;
    transition: 0.3s;
}

.yellow-button-1 {
    background-color: #FFE632;
    color: #000;
    padding: 10px 20px;
    border: 2px solid #FFE632;
    cursor: pointer;
    transition: 0.3s;
}

.yellow-button-1:hover {
    background-color: #F4EBAD;
    color: #000;
    padding: 10px 20px;
    border: 2px solid #FFE632;
    cursor: pointer;
    transition: 0.3s;
}


.header-button-2 {
    background-color: var(--light);
    color: var(--primary-color);
    padding: 10px 20px;
    border: 2px solid var(--primary-color);
    cursor: pointer;
    transition: 0.3s;
}

.header-button-2:hover {
    background-color: var(--primary-color);
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid var(--primary-color);
    cursor: pointer;
    transition: 0.3s;
}

.fordell-button-1 {
    background-color: #BC1236;
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid #BC1236;
    cursor: pointer;
    transition: 0.3s;
}

.fordell-button-1:hover {
    background-color: #bc123756;
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid #BC1236;
    cursor: pointer;
    transition: 0.3s;
}

.fordell-button-2 {
    background-color: var(--light);
    color: #BC1236;
    padding: 10px 20px;
    border: 2px solid #BC1236;
    cursor: pointer;
    transition: 0.3s;
}

.fordell-button-2:hover {
    background-color: #BC1236;
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid #BC1236;
    cursor: pointer;
    transition: 0.3s;
}

.btb-button {
    background-color: #000000;
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid #000000;
    cursor: pointer;
    transition: 0.3s;
}

.btb-button:hover {
    background-color: #00000056;
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid #000000;
    cursor: pointer;
    transition: 0.3s;
}

.btb-button-2 {
    background-color: var(--light);
    color: #000000;
    padding: 10px 20px;
    border: 2px solid #000000;
    cursor: pointer;
    transition: 0.3s;
}

.btb-button-2:hover {
    background-color: #000000;
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid #000000;
    cursor: pointer;
    transition: 0.3s;
}


.volunteer-button-1 {
    background-color: #622599;
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid #622599;
    cursor: pointer;
    transition: 0.3s;
}

.volunteer-button-1:hover {
    background-color: #62259956;
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid #622599;
    cursor: pointer;
    transition: 0.3s;
}

.volunteer-button-2 {
    background-color: var(--light);
    color: #622599;
    padding: 10px 20px;
    border: 2px solid #622599;
    cursor: pointer;
    transition: 0.3s;
}

.volunteer-button-2:hover {
    background-color: #622599;
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid #622599;
    cursor: pointer;
    transition: 0.3s;
}


.header-button-acres {
    background-color: rgb(129,162,61);
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid rgb(129,162,61);
    cursor: pointer;
    transition: 0.3s;
}

.header-button-acres:hover {
    background-color: rgba(129,162,61, 0.4);
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid rgb(129,162,61);
    cursor: pointer;
    transition: 0.3s;
}


/* HOME */

.section-box {
   background-color: #F6F6F6;
   cursor: pointer;
   transition: 0.3s;
   box-sizing: border-box;
}

.info-box {
    background-color: #F6F6F6;
    box-sizing: border-box;
 }

.info-box .find-out-more {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.join-box {
    background-color: #F6F6F6;
    cursor: pointer;
    transition: 0.3s;
    box-sizing: border-box;
}

.join-box-blue {
    background-color: #006EE0;
    cursor: pointer;
    box-sizing: border-box;
    padding:10px;
    color:#fff;
}

.btb-box {
    background-color: #F6F6F6;
    transition: 0.3s;
    box-sizing: border-box;
}

.join-box:hover {
    border: 5px solid #999999;
}

.join-box .find-out-more {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.btb-box .find-out-more {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.section-box .find-out-more {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.section-box-squirrels:hover {
    border: 10px solid #F9571B;
}

.section-box-beavers:hover {
    border: 10px solid #3D95DB;
}

.section-box-cubs:hover {
    border: 10px solid #B1C43D;
}

.section-box-scouts:hover {
    border: 10px solid #145862;
}

.section-box-explorers:hover {
    border: 10px solid #3E4575;
}

.section-box-network:hover {
    border: 10px solid #272727;
}

.safeguarding-1 {
    background-color: var(--light);
    color: #000;
    padding: 10px 20px;
    border: 2px solid var(--light);
    cursor: pointer;
    transition: 0.3s;
}

.safeguarding-1:hover {
    background-color: #FFE627;
    color: #000;
    padding: 10px 20px;
    border: 2px solid #000;
    cursor: pointer;
    transition: 0.3s;
}

.page {
    background-color: #F6F6F6;
    margin-top: -50px;
}

.safeguarding {
    background-color: #FFE627;
    padding: 8%;
    
}

.home-hero-1 {
    background-color: var(--primary-color);
    color: var(--light);
    padding: 30px;
    min-height: 600px;
}

.home-hero-2 {
    background: linear-gradient( rgba(0,110,224, 0.5), rgba(0, 0, 0, 0.5) ), url("../img/fire.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
}


.hero-button-1 {
    background-color: var(--light);
    color: var(--primary-color);
    padding: 10px 20px;
    border: 2px solid var(--light);
    cursor: pointer;
    transition: 0.3s;
}

.hero-button-1:hover {
    background-color: var(--primary-color);
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid var(--light);
    cursor: pointer;
    transition: 0.3s;
}

.hero-button-2 {
    background-color: var(--primary-color);
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid var(--light);
    cursor: pointer;
    transition: 0.3s;
}

.hero-button-2:hover {
    background-color: var(--light);
    color: var(--primary-color);
    padding: 10px 20px;
    border: 2px solid var(--light);
    cursor: pointer;
    transition: 0.3s;
}

.home-beavers {
    background-color: #006CDE;
    min-height: 150px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.beavers {
    background-color: #006CDE;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-beavers:hover {
    background-color: #3d89db;
    min-height: 150px;
}

.home-cubs {
    background-color: #36AB47;
    min-height: 150px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-activesupport {
    background-color: #840D70;
    min-height: 150px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cubs {
    background-color: #36AB47;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-cubs:hover {
    background-color: #75aa7d;
    min-height: 150px;
}

.home-scouts {
    background-color: #013B46;
    min-height: 150px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scouts {
    background-color: #013B46;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-scouts:hover {
    background-color: #35707c;
    min-height: 150px;
}

.home-explorers {
    background-color: #003981;
    min-height: 150px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.explorers {
    background-color: #003981;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-explorers:hover {
    background-color: #365e8f;
    min-height: 150px;
}

.footer {
    background-color: #ff8c33;
    color: var(--light);
    padding: 30px;
}

.footer-button-1 {
    background-color: var(--light);
    color: #ff6b00;
    padding: 10px 20px;
    border: 2px solid var(--light);
    cursor: pointer;
    transition: 0.3s;
}

.footer-button-1:hover {
    background-color: var(--camp-brand-primary, #ff6b00);
    color: var(--light);
    padding: 10px 20px;
    border: 2px solid var(--light);
    cursor: pointer;
    transition: 0.3s;
}


.copyright {
    background-color: var(--camp-brand-primary, #ff6b00);
    color: var(--light);
    padding: 30px;
}

.outline {
    border: 8px solid #FFE632;

}

.join {
    background-color: #0161CE;
    color: #fff;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.center-components {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact {
    background:linear-gradient( rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0.6)100%),url("../img/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.about {
    background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../img/cdn/277557624_5063974130355703_2051868316991908377_n.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.login {
    background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../img/cdn/303519573.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.shop {
    background:linear-gradient( rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0.4)100%),url("../img/shop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.home-status-red {
    background-color: #d47e7e;
    color: #fff;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.home-status-green {
    background-color: rgb(255, 140, 51);
    color: #fff;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.news-bar {
    background-color: #006EE0;
    min-height: 50px;
    padding: 20px;
    color: #fff;
}

.news-toparticle {
    background-color: #006EE0;
    min-height: 350px;
}

.news-toparticle-overlay {
    min-height: 350px;
    padding: 20px;
    color: #fff;
    position: relative;
}

.news-toparticle-overlay .news-toparticle-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    color: #fff;
}

.news-article {
    background-color: #006EE0;
    min-height: 250px;
}

.news-article-overlay {
    background-color: #006ce04d;
    min-height: 250px;
    padding: 20px;
    color: #fff;
    position: relative;
}

.news-article-overlay-small {
    min-height: 250px;
    padding: 20px;
    color: #fff;
    position: relative;
}

.news-article-overlay .news-article-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    color: #fff;
}

.news-article-overlay-small .news-article-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    color: #fff;
}


.page-hero-join {
    background: linear-gradient( rgba(0,110,224, 0.5), rgba(0, 0, 0, 0.5) ), url("../img/homehero.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: -1;
    min-height: 450px;
}

.page-hero-join .page-hero-text {
    position: absolute;
    bottom: 120px;
}

.page-hero-join .page-hero-text-sa {
    position: absolute;
    bottom: 50px;
}

.page-breadcrumb {
    background-color: #F6F6F6;
    color: #fff;
    padding: 10px;
    width: 100%;
}


/* ANIMATE BOX */

.animate-box {
    transition: transform ease 0.5s;
}

.animate-box:hover {
    transform: translateY(-5px);
} 

.animate-box-home {
    transition: transform ease 0.5s;
}

.animate-box-home:hover {
    transform: translateY(-2px);
} 

/* Site toast notifications */
.site-notif {
    position: fixed;
    z-index: 10050;
    bottom: 20px;
    right: 20px;
    left: auto;
    top: auto;
    transform: none;
    width: min(380px, calc(100vw - 32px));
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    pointer-events: none;
}

@media (max-width: 575.98px) {
    .site-notif {
        right: 12px;
        left: 12px;
        bottom: 16px;
        width: auto;
    }
}

.site-notif-toast {
    pointer-events: auto;
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 12px;
    padding: 14px 14px 16px 0;
    background: #fff;
    border: 1.5px solid #fde8d4;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(26, 46, 22, 0.14), 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    opacity: 0;
    transform: translateY(12px) scale(0.98);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.site-notif-toast.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.site-notif-accent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 14px 0 0 14px;
}

.site-notif-toast--success .site-notif-accent { background: linear-gradient(180deg, #34d399, #059669); }
.site-notif-toast--warning .site-notif-accent { background: linear-gradient(180deg, #fbbf24, #d97706); }
.site-notif-toast--danger  .site-notif-accent { background: linear-gradient(180deg, #f87171, #dc2626); }
.site-notif-toast--info    .site-notif-accent { background: linear-gradient(180deg, #60a5fa, #2563eb); }

.site-notif-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    flex-shrink: 0;
    margin-left: 14px;
}

.site-notif-toast--success .site-notif-icon { background: #dcfce7; color: #166534; }
.site-notif-toast--warning .site-notif-icon { background: #fef3c7; color: #92400e; }
.site-notif-toast--danger  .site-notif-icon { background: #fee2e2; color: #b91c1c; }
.site-notif-toast--info    .site-notif-icon { background: #dbeafe; color: #1d4ed8; }

.site-notif-body {
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.45;
    color: #2d2d2d;
    padding-top: 8px;
    padding-right: 4px;
}

.site-notif-close {
    border: none;
    background: transparent;
    color: #aaa;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 4px;
    margin-right: 4px;
    transition: background 0.15s, color 0.15s;
}

.site-notif-close:hover {
    background: #fff4eb;
    color: #c24100;
}

.site-notif-progress {
    position: absolute;
    left: 4px;
    right: 0;
    bottom: 0;
    height: 3px;
    background: rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.site-notif-progress::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    transform-origin: left center;
    animation: siteNotifProgress 5s linear forwards;
}

.site-notif-toast--success .site-notif-progress::after { background: #10b981; }
.site-notif-toast--warning .site-notif-progress::after { background: #d97706; }
.site-notif-toast--danger  .site-notif-progress::after { background: #dc2626; }
.site-notif-toast--info    .site-notif-progress::after { background: #2563eb; }

@keyframes siteNotifProgress {
    from { transform: scaleX(1); }
    to   { transform: scaleX(0); }
}

/* Legacy class hooks (older inline markup) */
.site-notif .success,
.site-notif .warning,
.site-notif .danger,
.site-notif .info {
    display: none;
}

.site-notif .close {
    cursor: pointer;
}

.page-padding {
    padding: 0% 10% 0% 10%;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
    color: #fff;
}

.footer-display {
    display: flex;
}
/* Custom CSS for mobile layout */
@media (max-width: 767px) {
    .bg-mobile {
        background-color: #ff8c33e3;
        backdrop-filter: blur(8px);
    }

    .desktop-only {
        display: none;
    }

    .footer-display {
        display: block;
    }

    .footer-padding {
        padding: 0% 5% 0% 5%;
        margin-top: 30px;
    }

    .page-padding {
        padding: 0% 5% 0% 5%;
    }

    .home-hero-1 {
        min-height: 300px;
    }
    .home-hero-2 {
        min-height: 600px;
    }

    .nav-mob {
        margin-top: 50px;
    }
    
    .contact {
        min-height: 290px;
    }
    
    .shop {
        min-height: 290px;
    }
}