/* --------------------------------------------------------- */
/* GLOBAL RESET / BASE                                       */
/* --------------------------------------------------------- */

body {
    padding: 0;
    margin: 0;
    font-family: 'Adobe Clean', Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    color: #686666;
    background: url('/images/bg-1.png') repeat #141414;
    background-attachment: fixed;
}

a { color:#000; text-decoration:none; }

.full-site-width {
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
    border-left: 10px solid #000;
    border-right: 10px solid #000;
    position: relative;
}

/* --------------------------------------------------------- */
/* NAVIGATION — FINAL, CENTERED, PERFECT ON DESKTOP & MOBILE */
/* --------------------------------------------------------- */

nav {
    position: fixed;
    top: 0;
    width: 100%;
    background:#fff;
    border-top: 20px solid #550F10;
    z-index: 1000;
    display:flex;
    justify-content:center;
}

.nav-bar-wrapper {
    max-width:1400px;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:28px;
    padding: 12px 0;
}

nav a {
    font-weight:700;
    padding:10px 20px;
    display:inline-block;
}

nav a.active,
nav a:hover {
    color:#DB7319;
}

.nav-highlight {
    font-size:1.2em;
    background:linear-gradient(45deg, black, orange);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}

/* Mobile Nav */
@media (max-width:768px){
    .nav-bar-wrapper{
        flex-wrap:wrap;
        gap:10px;
        padding:10px 0;
    }
    nav a{
        font-size:14px;
        padding:8px 10px;
    }
}

/* --------------------------------------------------------- */
/* SUBPAGE HEADER — USING BACKGROUND IMAGE ONLY (NO TEXT)    */
/* --------------------------------------------------------- */

.site-header {
    width:100%;
    height:170px;
    margin-top:80px;
    background:url('/images/new/header1.png') no-repeat center top;
    background-size:cover;
}

/* FINAL MOBILE HEADER FIX */
@media (max-width:768px){
    .site-header {
        height:170px !important;  /* adjust 160–190 until perfect */
        margin-top:120px !important;
        background-size:contain !important;
        background-position:top center !important;
        background-repeat:no-repeat !important;
    }
}


/* --------------------------------------------------------- */
/* TYPOGRAPHY                                                */
/* --------------------------------------------------------- */

h1 {
    color:#DB7319;
    font-size:2em;
    font-family:'Bebas Neue', sans-serif;
    font-weight:700;
}

h2 {
    font-family:'Bebas Neue', sans-serif;
    font-size:1.5em;
    font-weight:700;
    color:#000;
}

/* --------------------------------------------------------- */
/* HOME HERO SECTION                                         */
/* --------------------------------------------------------- */

.home-banner1 {
    background:url('/images/home-banner1.jpg?r=1') no-repeat;
    background-size:cover;
    width:100%;
    border-bottom:20px solid #DB7319;
    color:#fff;
    padding-bottom:40px;
}

#home-new-aden-full {
    width:100%;
    max-width:500px;
    height:auto;
}

/* Home hero tagline box */
.home-content-banner {
    padding-top:210px;
    text-align:center;
}

/* “About Me” button */
.bb_link {
    background:url(/images/btn-ball.png) no-repeat 10px center;
    background-color:#DB7319;
    padding:25px 25px 25px 80px;
    border-radius:40px;
    color:#fff !important;
    font-weight:bold;
    font-size:1.2em;
    display:inline-block;
}
.bb_link:hover {
    background-color:#fff;
    color:#DB7319 !important;
}

/* Home quote */
.home-dreams {
    color:#550F10;
    font-weight:bold;
    font-size:3.4em;
    font-family:'Anton', sans-serif;
    line-height:1.05em;
    text-transform:uppercase;
    letter-spacing:-2px;
    text-align:center;
}

/* --------------------------------------------------------- */
/* HOME — NBN BLOG IMAGE BORDER                             */
/* --------------------------------------------------------- */

.img-border {
    border:5px solid #DB7319;
}

/* --------------------------------------------------------- */
/* VIDEO LIGHTBOX THUMBS                                     */
/* --------------------------------------------------------- */

img.mklbItem {
    -webkit-filter:brightness(70%);
    transition:1s ease;
}
img.mklbItem:hover { -webkit-filter:brightness(100%); }

/* --------------------------------------------------------- */
/* HOME — BOTTOM VIDEO SECTION                               */
/* --------------------------------------------------------- */

.home-banner2 {
    background:url('/images/home-banner2.jpg') no-repeat;
    background-size:cover;
    width:100%;
    border-bottom:20px solid #DB7319;
    color:#fff;
    padding:40px 0;
}

.home-banner2 video {
    width:70%;
    max-width:900px;
    margin:0 auto;
    display:block;
    height:auto;
}

.home-feedback {
    font-size:3.2em;
    font-family:'Anton', sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
}

/* --------------------------------------------------------- */
/* MOBILE — HOME PAGE FIXES                                  */
/* --------------------------------------------------------- */

@media (max-width:768px){

    /* Hero stacks */
    .home-banner1 .row { display:block !important; text-align:center; }

    #home-new-aden-full {
        width:80% !important;
        margin:0 auto;
    }

    .home-content-banner {
        padding-top:20px !important;
    }

    /* Quote scaling */
    .home-dreams {
        font-size:2.1em !important;
        padding:0 10px;
    }

    /* NBN section */
    .row.p-5 {
        display:flex !important;
        flex-direction:column !important;
    }
    .row.p-5 img {
        width:85% !important;
        margin:0 auto;
    }

    /* Bottom video section */
    .home-banner2 .row {
        display:flex !important;
        flex-direction:column !-important;
        text-align:center;
    }
    .home-banner2 video {
        width:100% !important;
    }
    .home-feedback {
        font-size:2em !important;
        margin-top:20px;
    }
}

/* --------------------------------------------------------- */
/* ABOUT PAGE — MOBILE FIXES                                 */
/* --------------------------------------------------------- */

@media (max-width:768px){

    .row.p-5 {
        display:flex;
        flex-direction:column;
    }

    .row.p-5 > .col:nth-child(2) {
        order:-1;
    }

    .row.mt-4.text-center {
        display:flex;
        flex-direction:column;
        gap:20px;
    }

    .row.mt-4.text-center img {
        width:80%;
        max-width:350px;
        margin:0 auto;
    }
}

/* --------------------------------------------------------- */
/* CONTACT PAGE                                               */
/* --------------------------------------------------------- */

@media (max-width:768px){
    .contact-wrapper {
        margin-top:120px;
        padding:0 15px;
    }
    .contact-img {
        width:90%;
        margin:0 auto 20px;
    }
}

/* --------------------------------------------------------- */
/* FOOTER                                                     */
/* --------------------------------------------------------- */

footer {
    text-align:center;
    color:#747474;
    font-size:.9em;
    font-weight:700;
    margin-top:50px;
}
/* ================================
   MOBILE FIXES — HERO + CONTENT
   ================================ */
@media (max-width: 768px) {

    /* Fix body padding so sections center again */
    .full-site-width {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* HERO SECTION — show full background + keep Aden visible */
    .home-banner1 {
        background-position: center top !important;
        background-size: cover !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    /* Stack hero columns properly */
    .home-banner1 .row {
        display: flex !important;
        flex-direction: column !important;
        text-align: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Hero IMG (Aden cut-off fix) */
    #home-new-aden-full {
        width: 75% !important;
        margin: 0 auto 20px auto !important;
        display: block !important;
        height: auto !important;
    }

    /* Hero text block */
    .home-content-banner {
        padding-top: 0 !important;
        text-align: center !important;
        width: 100% !important;
    }

    /* ABOUT ME BUTTON */
    .bb_link {
        margin: 20px auto !important;
        display: inline-block !important;
    }

    /* ================================
       CONTENT SECTION FIX
       (removes shift-left issue)
       ================================ */
    .row, .col, .col-1, .col-5, .col-6, .col-4 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* ================================
       BOTTOM VIDEO SECTION
       ================================ */
    .home-banner2 .row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .home-banner2 video {
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto 20px auto !important;
        display: block !important;
    }

    .home-feedback {
        text-align: center !important;
        font-size: 2.2em !important;
        padding: 10px 20px !important;
        width: 100% !important;
    }
}
/* ========================= */
/* MOBILE NAV + HERO SPACING */
/* ========================= */

@media (max-width: 768px) {

    nav {
        position: sticky !important;
        top: 0 !important;
    }

    .home-banner1 {
        margin-top: 20px !important; /* pushes hero down below nav */
    }

    .site-header {
        margin-top: 20px !important;
    }
}
/* ========================= */
/* FIX BOTTOM VIDEO LAYOUT   */
/* ========================= */

@media (max-width: 768px) {

    .home-banner2 .row {
        flex-direction: row !important;     /* side-by-side */
        align-items: center !important;
        justify-content: center !important;
    }

    .home-banner2 .col {
        width: 50% !important;
        padding: 10px !important;
    }

    .home-feedback {
        font-size: 1.8em !important;
        line-height: 1.2em !important;
        padding: 0 10px !important;
    }

    .home-banner2 video {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
}
/* ============================= */
/*   BOTTOM VIDEO SIZE TUNING    */
/* ============================= */

@media (max-width: 768px) {

    .home-banner2 .row {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    /* Make video area bigger than text */
    .home-banner2 .col:first-child {
        width: 60% !important;
    }

    .home-banner2 .col:last-child {
        width: 40% !important;
    }

    /* Scale video appropriately */
    .home-banner2 video {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        border-radius: 6px;
    }

    /* Adjust quote text to balance visual weight */
    .home-feedback {
        font-size: 1.6em !important;
        line-height: 1.15em !important;
    }
}
@media (max-width: 768px) {

    .home-banner2 .col:first-child {
        width: 85% !important;
    }

    .home-banner2 video {
        width: 100% !important;
        max-width: none !important;
        height: auto !important;
    }

    .home-banner2 .home-feedback {
        width: 60% !important;
        font-size: 1.6rem !important;
        line-height: 1.15 !important;
    }
}
/* =========================== */
/*   DESKTOP HERO PERFECT FIX  */
/* =========================== */
@media (min-width: 992px) {

    /* Aden size & position (keeping your last version but refined) */
    #home-new-aden-full {
        width: 102% !important;
        max-width: none !important;
        margin-top: 30px !important;
        margin-bottom: -10px !important;
    }

    /* Main text block (quote + ADEN MILLWEE + button) */
    .home-content-banner {
        padding-top: 250px !important;  /* LOWER the whole text block */
        margin-left: -60px !important;  /* SHIFT LEFT for better balance */
        text-align: center !important;
    }

    /* Ensure ADEN MILLWEE stays centered relative to text */
    .home-content-banner div[style*="border-top"] {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Center the button underneath cleanly */
    .home-content-banner .p-5 {
        padding: 2rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/* REMOVE FORCED GAP UNDER HEADER ON MOBILE */
@media (max-width:768px){

    body:not(.home) .site-header {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* This is the real culprit — mobile rules pushed content DOWN */
    body:not(.home) .full-site-width > .row,
    body:not(.home) .full-site-width > div.row,
    body:not(.home) .row.p-5:first-of-type {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
/* Home Page - Moving Video Thumbnail */
.home-video-thumb {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px; /* optional but looks clean */
}

.home-video-thumb video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
