.header-container,
.header-desktop .container{
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    padding:25px 40px;
    }
    
    /* Big logo */
    .logo-box img{
    width:420px;
    }
    
    /* Nav links grouped toward center banner (screenshot) */
    .left-menu{
    position:absolute;
    left:max(24px, calc(50% - 348px));
    }
    
    .right-menu{
    position:absolute;
    right:max(24px, calc(50% - 348px));
    }
    
    .main-menu ul{
    display:flex;
    gap:30px;
    list-style:none;
    }
    
    /* Desktop show */
    .header-desktop{
    display:block;
    }
    .desktop-view{
    display:block;
    }
    .mobile-view, .camp-circles-mobile{
    display:none;
    }
    .header-mobile{
    display:none;
    }
    
    .camp-circles-mobile {
        margin-top: 0px;
        overflow-x: hidden;
        overflow-y: visible;
    }
    .camp-circles {
        padding: 100px 0px 120px 0px;
        margin-top: 0px;
       /*background: url(https://aicamps.com/images/homepage/landscape-fg-1920.png);*/
        background: url(../images/landscape-fg-1920.1.png);

        height: 100%;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom;
        position: relative;
    }

    #ai_home_holder{
        position:relative;
    }
    
    
    .circle-wrapper {
        position: relative;
        height: 450px;
        top: 0px;
        margin-left:17%;
    }
    
    /* Base circle */
    
    .circle{
        position:absolute;
        width:180px;
        height:180px;
        border-radius:50%;
        background:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        text-align:center;
        padding:25px;
        font-weight:600;
        text-decoration:none;
        color:#333;
        box-shadow:0 15px 30px rgba(0,0,0,0.15);
        transition:.3s;
    }
    
    .circle:hover{
    transform:scale(1.08);
    z-index:20;
    }
    
    /* COLORS + POSITION */
    .circle-orange {
        border: 16px solid #f39c12;
        left: 100px;
        top: 109px;
        z-index: 99;
    }
    
    .circle-blue {
       border: 16px solid #3d8ec9;
        left: 236px;
        top: 49px;
        z-index: 5;
    }
    
    .circle-green {
       border: 16px solid #6bbf6b;
        left: 230px;
        top: 187px;
        z-index: 5;
    }
    
    .circle-lightgreen {
        border: 16px solid #99ca3e;
        left: 375px;
        z-index: 4;
    }
    
    .circle-red {
        border: 16px solid #e74c3c;
        left: 375px;
        top: 149px;
        z-index: 4;
    }
    
    .circle-gray {
        border: 16px solid #ccc;
        right: 200px;
        bottom: 0;
        z-index: 1;
    }
    .circle-abc {
        right: 0;
        bottom: 0;
        z-index: 1;
        position: absolute;
        width: 180px;
        height: 180px;
    }
    
    /* BADGE 
    
    .badge{
    position:absolute;
    top:-18px;
    left:50%;
    transform:translateX(-50%);
    background:#4CAF50;
    color:#fff;
    padding:6px 15px;
    border-radius:20px;
    font-size:12px;
    }*/
    
    .badge {
        position: absolute;
        transform: rotate(29deg) !important;
        top: 8px;
        left: 49px;
        background: #4CAF50;
        color: #fff;
        padding: 5px 2px;
        border-radius: 20px;
        word-wrap: break-word;
        width: 111px;
        display: block;
        font-size: 10px;
        font-weight: normal;
        white-space: normal;
    }

    .circle-orange .badge { background: #f39c12; }
    .circle-blue .badge { background: #3d8ec9; }
    .circle-lightgreen .badge { background: #99ca3e; }
    .circle h5{
    font-family:'Bitter', serif;
    font-weight:700;
    }
    
    
    
    #ai_home_mobile_holder {
        margin: 0;
        background: linear-gradient(to bottom, #00bff3, #fff);
        width: 100vw;
        min-height: 90vh;
        position: relative;
    }
    
    
    
    
    
    
    @media (max-width:991px){
    
    /* Full-page sky gradient under header + hero (replaces body hill image on small screens) */
    body {
        background-image: none !important;
        background-color: #e8fbff;
    }
    .boxed_wrapper {
        min-height: 100vh;
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
        background: linear-gradient(to bottom, #00bff3 0%, #b8ecfc 38%, #f2fbff 72%, #ffffff 100%);
        background-attachment: scroll;
    }
    
    /* Sky header: logo centered (screenshot 2); menu top-right */
    .header-mobile.main-header .header-lower {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        padding: 12px 56px 14px 16px !important;
        background: transparent !important;
        position: relative;
        z-index: 20;
        bottom: 0;
    }
    .header-mobile .header-lower .logo-box {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        text-align: center;
        margin: 0 auto;
        flex: 0 1 auto;
        max-width: calc(100vw - 72px);
    }
    .header-mobile .header-lower .logo img,
    .header-mobile .header-lower .logo-box img {
        width: auto !important;
        max-width: min(420px, 81vw) !important;
        max-height: clamp(88px, 22vmin, 118px);
        height: auto !important;
    }
    .header-mobile .outer-box {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-width: 0;
        width: auto;
    }
    .header-mobile .menu-right-content {
        display: none !important;
    }
    .header-mobile .menu-area .navbar-collapse.show,
    .header-mobile .menu-area #navbarSupportedContent {
        display: none !important;
    }
    .header-mobile .menu-area .mobile-nav-toggler {
        float: none !important;
        margin-top: 0 !important;
        padding: 0 !important;
        width: 42px;
        height: 42px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 5px;
        background-color: rgba(210, 213, 216, 0.95);
        border-radius: 2px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    }
    .header-mobile .menu-area .mobile-nav-toggler .icon-bar {
        background-color: #4a4a4a;
        width: 20px !important;
        margin-bottom: 0 !important;
    }
    .header-mobile .menu-area .mobile-nav-toggler .icon-bar:last-child {
        margin-bottom: 0;
    }
    
    .header-mobile .sticky-header {
        display: none !important;
    }
    
    .header-desktop{
    display:none;
    }
    .desktop-view{
    display:none;
    }
    .mobile-view{
    display:block;
    }
    .mobile-prefooter-cta.mobile-view {
        display: flex;
		bottom: 96px;
    left: 70px;
    gap: 1px;
    }
    .header-mobile{
    display:block;
    flex-shrink: 0;
    }
    
    
    #ai_home_mobile_holder {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: visible;
        touch-action: pan-y;
        overscroll-behavior-x: none;
        background: transparent !important;
    }

    #ai_home_mobile_holder .clouds {
        z-index: 0;
        pointer-events: none;
    }
    .main-footer {
        flex-shrink: 0;
        background: #3b251a;
    }

    /* Mobile: pill banners on grass portrait */
    .mobile-landscape-footer .footer-disclaimers-overlay.mobile-view{
        display:flex;
        position:absolute;
        left:0;
        right:0;
        bottom:3%;
        z-index:6;
        padding:0 12px;
    }

    .mobile-landscape-footer .footer-disclaimers-overlay .grass-banner{
        max-width:96%;
        font-size:clamp(11px, 3.15vw, 14px);
    }

    .footer-disclaimers-overlay.desktop-view{
        display:none !important;
    }

    .main-footer .footer-bar-thin{
        padding:7px 12px 9px;
    }

    .footer-contact-compact{
        margin:0 0 3px;
        font-size:clamp(11px, 3.1vw, 13px);
    }

    .main-footer .footer-bar-thin .copyright p{
        font-size:clamp(10px, 2.8vw, 12px);
    }
    
    /* Bottom landscape + donate/seal on grass (screenshot) */
    .mobile-landscape-footer {
        position: relative;
        width: 100%;
        flex-shrink: 0;
        margin-top: auto;
        z-index: 2;
    }

    .mobile-landscape-footer .bottom-fg-img,
    #ai_home_mobile_holder > img {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        display: block;
        margin-top: 0;
        flex-shrink: 0;
        object-fit: contain;
        object-position: center bottom;
        z-index: 1;
    }
    
    .camp-circles-mobile .container {
        max-width: 100%;
        overflow-x: visible;
        overflow-y: visible;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 0 1 auto;
        min-height: 0;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: clamp(12px, 4vmin, 28px);
        padding-bottom: 0;
        min-height: min(52vh, 440px);
        margin-bottom: clamp(-36px, -8vmin, -12px);
        position: relative;
        z-index: 3;
        box-sizing: border-box;
        -webkit-overflow-scrolling: auto;
        overscroll-behavior-x: none;
        --cluster-scale: min(1, calc((100vw - 24px) / 520px));
    }
    
    .camp-circles-mobile .circle-wrapper {
        min-width: 0;
        width: 520px;
        height: 360px;
        top: 59px;
        margin-left: 0 !important;
        margin-right: 0;
        padding-bottom: 0;
        box-sizing: border-box;
        transform: scale(var(--cluster-scale));
        transform-origin: center center;
        margin-bottom: calc(-300px * (1 - var(--cluster-scale)));
    }

    .camp-circles-mobile .badge {
        width: 96px;
        font-size: 9px;
        left: 55px;
    }

    /* Mobile flower cluster (screenshot) */
    .camp-circles-mobile .circle-orange {
        left: 28px;
        top: 72px;
        z-index: 8;
    }
    .camp-circles-mobile .circle-blue {
        left: 168px;
        top: 8px;
        z-index: 15;
    }
    .camp-circles-mobile .circle-lightgreen {
      left: 311px;
    top: -31px;
    z-index: 8;
    }
    .camp-circles-mobile .circle-green {
        left: 158px;
        top: 148px;
        z-index: 6;
    }
    .camp-circles-mobile .circle-red {
        left: 288px;
        top: 108px;
        z-index: 12;
    }
    
    /* Donate + seal: centered on grass */
    .mobile-prefooter-cta {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        gap: clamp(14px, 5vw, 32px);
        flex-wrap: nowrap;
        padding: 0 16px;
        margin: 0;
        background: transparent;
        flex-shrink: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: clamp(52px, 12vw, 76px);
        z-index: 4;
        pointer-events: auto;
    }
    
    .mobile-prefooter-cta .mobile-prefooter-circle.circle {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: clamp(106px, 30vmin, 140px);
        height: clamp(106px, 30vmin, 140px);
        border-width: clamp(10px, 2.4vmin, 14px);
        padding: 12px;
        flex-shrink: 0;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
        font-family: 'Bitter', Georgia, serif;
    }
    
    .mobile-prefooter-cta .circle-abc.mobile-prefooter-circle {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: clamp(118px, 30vmin, 140px);
        height: clamp(118px, 30vmin, 140px);
        flex-shrink: 0;
        padding: 10px;
    }
    
    .mobile-prefooter-cta .circle-abc.mobile-prefooter-circle img {
        max-width: 94%;
        max-height: 94%;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
    }
    
    .mobile-prefooter-cta .circle-gray.mobile-prefooter-circle h5 {
        margin: 0;
        font-size: 12px;
        color: #666;
        line-height: 1.15;
		margin-top: 17px;
    }

    .mobile-prefooter-cta .circle-gray.mobile-prefooter-circle span {
        display: block;
        font-size: 8px;
        line-height: 1.2;
        color: #888;
        margin-top: 4px;
        font-weight: 400;
        font-family: 'Bitter', Georgia, serif;
    }
    
    .camp-circles-mobile .circle-red h5 {
        color: #e74c3c;
        position: relative;
        z-index: 2;
    }
    
    }
    
    html,body{margin:0;padding:0}body{position:relative;width:100vw;overflow-x:hidden}
    img{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}@keyframes floatAcross{to{transform:translateX(100vw)}}
    
    #ai_home_holder{width:100%;height:auto;min-height:700px;position:relative}#ai_home_holder>img{position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);height:100%;width:auto}#ai_home_holder .clouds{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}#ai_home_holder .clouds>img{position:absolute;left:0;top:0;transform:translateX(-100%);animation:floatAcross 30s linear infinite;opacity:0.7;z-index:-1;}
    
    #ai_home_holder .clouds>img:nth-child(1){
        height:5%;top:4%;animation-delay:-40s;animation-duration:60s
    }
    
    #ai_home_holder .clouds>img:nth-child(2){height:7%;top:13%;animation-delay:-20s;animation-duration:60s}#ai_home_holder .clouds>img:nth-child(3){height:16%;top:6%;animation-delay:-10s}#ai_home_holder .clouds>img:nth-child(4){height:23%;top:30%;animation-delay:-20s}#ai_home_holder .clouds>img:nth-child(5){height:25%;top:20%;animation-delay:-25s;transform:translateX(calc(-100% - 200vw));animation-duration:90s}#ai_home_holder .clouds>img:nth-child(6){height:13%;top:6%;animation-delay:-20s;animation-duration:45s;transform:translateX(calc(-130% - 50vw)) rotateZ(15deg);margin-left:50vw}#ai_home_holder .clouds>img:nth-child(7){height:10%;top:36%;animation-delay:-5s;animation-duration:25s;transform:translateX(-200%) rotateZ(35deg)}#ai_home_mobile_holder{overflow:hidden;margin:0;background:linear-gradient(to bottom, #00bff3, #fff);width:100vw;min-height: 80vh;position:relative;/* top: 8px; */}#ai_home_mobile_holder>img{position:absolute;left:0;right:0;height:auto;width:100%}#ai_home_mobile_holder>img.top-fg-img{top:0}#ai_home_mobile_holder>img.bottom-fg-img{bottom:0}#ai_home_mobile_holder #ai_home_buttons_mobile_holder{width:100vw;padding-top:25vw;padding-bottom:40vw;display:flex;align-items:center;justify-content:center;min-height:100vh;box-sizing:border-box;position:relative}#ai_home_mobile_holder #ai_home_buttons_mobile_holder img{width:600px;max-width:75vw}#ai_home_mobile_holder .clouds{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}#ai_home_mobile_holder .clouds>img{position:absolute;left:0;top:0;transform:translateX(-100%);animation:floatAcross 25s linear infinite;opacity:0.7}#ai_home_mobile_holder .clouds>img:nth-child(1){height:5%;top:4%;animation-delay:-10s;animation-duration:40s;transform:translateX(calc(-100% - 20vw))}#ai_home_mobile_holder .clouds>img:nth-child(2){height:16%;top:13%;animation-delay:-20s;animation-duration:30s;transform:translateX(calc(-100% - 10vw))}#ai_home_mobile_holder .clouds>img:nth-child(3){height:25%;top:50%;animation-delay:-25s;transform:translateX(calc(-100% - 100vw));animation-duration:50s}div.bottom-text{text-align:center;font-size:1.084vw;color:#e1eaf3;font-family:'Patrick Hand', Arial, sans-serif;padding-bottom:0.75em;position:absolute;bottom:0;left:0;right:0}@media (max-width: 650px){div.bottom-text{font-size:2.5vw}}@media (min-width: 1200px){div.bottom-text{font-size:13px}}div.bottom-text div{margin:0}div.bottom-text div p{background-color:rgba(50,50,50,0.5);display:inline-block;padding:0.2em 1em;border-radius:1em;margin:0}div.bottom-text div+div{margin-top:0.5em}div.bottom-text a.non-discrimination-statement{color:inherit;text-decoration:underline;font-size:1.1em}
    
    
    .desktop-view .circle-gray{
        display:block;
		width: 150px;
		height: 150px;
		font-size: 11px;
		right: 159px;
    }
    .desktop-view .circle-gray h5{
        margin-top: 15px;
    }
    .desktop-view .circle-gray span{
    line-height: normal;
        font-size: 8px;
        display: block;
    }

/* Grass pill banners + compact footer (desktop + mobile) */
.footer-disclaimers-overlay{
    display:none;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    gap:0.45em;
    text-align:center;
    pointer-events:none;
    box-sizing:border-box;
}

.footer-disclaimers-overlay .grass-banner{
    display:inline-block;
    max-width:min(920px, 94vw);
    margin:0;
    padding:0.28em 0.95em;
    border-radius:999px;
    background-color:rgba(45,45,45,0.58);
    color:#e8f2fa;
    font-size:clamp(12px, 1.05vw, 15px);
    line-height:1.35;
    font-family:'Patrick Hand', Arial, sans-serif;
    font-weight:400;
    box-shadow:0 1px 4px rgba(0,0,0,0.18);
}

.footer-disclaimers-overlay .non-discrimination-statement{
    color:inherit;
    text-decoration:underline;
    pointer-events:auto;
}

.footer-disclaimers-overlay .grass-banner .non-discrimination-statement:hover{
    color:#fff;
}

.main-footer .footer-bottom.footer-bar-thin{
    padding:8px 20px 10px !important;
    background:#3b251a !important;
}

.main-footer .footer-bar-thin .auto-container{
    padding:0;
}

.footer-contact-compact{
    display:block;
    margin:0 0 4px;
    font-size:clamp(12px, 0.95vw, 14px);
    line-height:1.35;
    color:rgba(255,255,255,0.88);
    font-family:'Rubik', sans-serif;
}

.footer-contact-compact a{
    color:#fff;
    text-decoration:none;
}

.footer-contact-compact a:hover{
    text-decoration:underline;
}

.footer-contact-compact .footer-sep{
    opacity:0.55;
    padding:0 0.2em;
}

.main-footer .footer-bar-thin .copyright{
    margin:0;
}

.main-footer .footer-bar-thin .copyright p{
    margin:0;
    font-size:clamp(11px, 0.85vw, 13px);
    line-height:1.3;
    color:rgba(255,255,255,0.55);
}

.main-footer .footer-bar-thin .copyright a{
    color:rgba(255,255,255,0.7);
}

@media (min-width: 992px){
    #ai_home_holder .footer-disclaimers-overlay.desktop-view{
        display:flex;
        position:absolute;
        left:0;
        right:0;
        bottom:clamp(36px, 4.5%, 56px);
        z-index:10;
        padding:0 24px;
    }

    .footer-disclaimers-overlay.mobile-view{
        display:none !important;
    }
}

.circle-wrapper-donate{
    position:relative;
    top:126%;
}

.desktop-view .circle-abc {
    display: block;
    width: 150px;
    height: 150px;
    font-size: 11px;

}
.desktop-view .circle-gray h5 {

    font-size: 12px;
}

.desktop-view .circle-wrapper {
    position: relative;
    height: 450px;
    top: -120px;
    margin-left: 17%;
}