/* -----------------------------
           BASIC RESET
        ----------------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    /* overflow-x: hidden; */
}

body {
    font-family: "Georgia", "Times New Roman", serif;
    background: #000;
    color: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit !important;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Georgia", "Times New Roman", serif;
    color: inherit !important;
}

.btn {
    background-color: inherit !important;
    border-color: inherit !important;
    color: inherit !important;
}

input,
select,
textarea {
    border: 1px solid #ccc !important;
    color: inherit !important;
}


.bsm-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
    transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
     will-change: transform;
    transition: 
        transform 0.35s ease,
        background 0.3s ease,
        box-shadow 0.3s ease,
        padding 0.3s ease;
}
.bsm-header.hide-on-scroll {
    transform: translateY(-100%);
}

.bsm-header.scrolled {
    background: #ffffff !important;
    color: #000000 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.bsm-header.scrolled a {
    color: #f6a71b !important;
    opacity: 1 !important;
}

.bsm-header.scrolled .bsm-submenu {
    background: #ef9b11 !important;
    border-radius: 4px;
}

.bsm-header.scrolled .bsm-submenu li a {
    color: #ffffff !important;
}

.bsm-header.scrolled .bsm-submenu li a:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}



.bsm-header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px 24px 10px;
}

.bsm-topbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 8px;
    opacity: 0.9;
    position: relative;
    z-index: 1001;
}

/* Submenu Wrapper */
.has-top-submenu {
    position: relative;
    display: inline-block;
}

.bsm-topbar a,
.top-submenu-trigger {
    margin-left: 18px;
    white-space: nowrap;
    cursor: pointer;
    color: #ffffff;
    transition: color 0.3s ease;
}

/* Hover effect */
.bsm-topbar a:hover,
.top-submenu-trigger:hover {
    color: rgba(255, 255, 255, 0.85) !important;
    opacity: 0.85;
}

.bsm-top-submenu {
    position: absolute;
    top: 100%;
    right: 10%;
    left: 0;
    min-width: 220px;
    background: #ef9b11;
    /* Canary Orange */
    padding: 5px 0;
    margin-top: 0px;
    display: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    z-index: 9999 !important;
    /* Always stays on top */
    list-style: none;
    text-align: left;
}

.bsm-top-submenu li a {
    display: block !important;
    padding: 10px 18px !important;
    margin-left: 0 !important;
    font-size: 11px !important;
    color: #ffffff !important;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    letter-spacing: 0.05em;
}

.bsm-top-submenu li:last-child a {
    border-bottom: none;
}

.bsm-top-submenu li a:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

.has-top-submenu:hover .bsm-top-submenu {
    display: block;
}

/* ---------------------------------------------------------
   STICKY HEADER (SCROLLED) - IMAGE MATCH
--------------------------------------------------------- */

.bsm-header.scrolled .bsm-topbar a,
.bsm-header.scrolled .top-submenu-trigger {
    color: #ef9b11 !important;
}

.bsm-header.scrolled .bsm-top-submenu li a {
    color: #ffffff !important;
}

/* Search Icon Circle - Scrolled color update */
.bsm-header.scrolled .bsm-topbar .bsm-topbar-icon {
    border-color: #ef9b11 !important;
    color: #ef9b11 !important;
}

/* Default Icon styling */
.bsm-topbar .bsm-topbar-icon {
    font-size: 11px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Icon style */
.bsm-topbar .bsm-topbar-icon {
    font-size: 13px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bsm-topbar .bsm-topbar-icon {
    font-size: 13px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Main header row: logo left, nav right */
.bsm-main-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bsm-logo-wrap {
    display: flex;
    align-items: center;
}

.bsm-logo {
    display: flex;
    align-items: center;
}

.bsm-logo img {
    height: 60px;
    /* adjust to match your logo */
    max-width: 100%;
}

/* Main navigation */
.bsm-nav {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 14px;
    display: inline-block;
    line-height: 1.2;
    transition: 0.25s ease;
    display: flex;
    align-items: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bsm-nav>ul {
    display: flex;
    align-items: center;
}

.bsm-nav>ul>li {
    position: relative;
    margin-left: 32px;
}

.bsm-nav>ul>li>a {
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease, opacity 0.2s ease;
    opacity: 0.95;
}

.bsm-nav>ul>li>a:hover {
    border-color: #ffffff;
    color: #f6a71b;
    opacity: 1;
}

/* Dropdown submenu (single submenu as requested) */
/* .bsm-nav li.has-submenu>a::after {
    content: "▾";
    font-size: 10px;
    margin-left: 6px;
} */

.bsm-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 190px;
    background: #ef9b11;
    color: #fff;
    padding: 10px 0;
    display: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.7);
}

.bsm-submenu li a {
    display: block;
    padding: 8px 18px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.85;
    color: #fff;
}

.bsm-submenu li a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    opacity: 1;
}

/* show on hover (desktop) */
.bsm-nav li.has-submenu:hover>.bsm-submenu {
    display: block;
}

/* -----------------------------
           HAMBURGER (MOBILE/TABLET)
        ----------------------------- */
.bsm-hamburger {
    display: none;
    width: 26px;
    height: 20px;
    cursor: pointer;
    position: relative;
}

.bsm-hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e67215;
    border-radius: 2px;
    transition: transform 0.25s ease, top 0.25s ease, opacity 0.25s ease;
}

.bsm-hamburger span:nth-child(1) {
    top: 0;
}

.bsm-hamburger span:nth-child(2) {
    top: 9px;
}

.bsm-hamburger span:nth-child(3) {
    top: 18px;
}

.bsm-hamburger.active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
}

.bsm-hamburger.active span:nth-child(2) {
    opacity: 0;
}

.bsm-hamburger.active span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
}

/* -----------------------------
           HERO SECTION WITH VIDEO
        ----------------------------- */
.bsm-hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

.bsm-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}


.bsm-hero-overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
    z-index: -1;
}

/* Bottom-left video control (play/pause) */
.bsm-video-control {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    font-size: 14px;
}

.bsm-video-control:hover {
    background: rgba(0, 0, 0, 0.9);
}

/* Floating Bar */
.canary-float-buttons {
    position: fixed;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.canary-float-buttons a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transition: 0.3s;
}

/* WhatsApp */
.canary-float-whatsapp {
    background: #25D366;
}

.canary-float-whatsapp:hover {
    background: #1ebe5c;
}

/* Instagram */
.canary-float-instagram {
    background: radial-gradient(circle at 30% 30%, #fdf497, #fd5949, #d6249f, #285AEB);
}

.canary-float-instagram:hover {
    filter: brightness(1.1);
}

/* YouTube */
.canary-float-youtube {
    background: #FF0000;
}

.canary-float-youtube:hover {
    background: #cc0000;
}

/* Facebook */
.canary-float-facebook {
    background: #1877F2;
}

.canary-float-facebook:hover {
    background: #0f5cc6;
}


/* =====================================================
   MOBILE & TABLET (OFF-CANVAS MENU ONLY)
===================================================== */
@media (max-width: 900px) {

    /* ---------- HEADER ---------- */
    .bsm-header {
        background: #ffffff !important;
    }

    .bsm-topbar a,
    .bsm-topbar i {
        color: #ef9b11 !important;
    }

    .has-top-submenu:hover .bsm-top-submenu {
        display: none;
    }

    .bsm-logo img {
        height: 44px;
    }

    /* ---------- HAMBURGER ---------- */
    .bsm-hamburger {
        display: block;
        z-index: 100001;
    }

    .bsm-hamburger span {
        background: #ef9b11;
        /* default */
    }

    /* Close (X) state */
    .bsm-hamburger.active span {
        background: #ffffff !important;
    }

    .bsm-hamburger.active span:nth-child(1) {
        top: 9px;
        transform: rotate(45deg);
    }

    .bsm-hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .bsm-hamburger.active span:nth-child(3) {
        top: 9px;
        transform: rotate(-45deg);
    }

    /* ---------- HIDE DESKTOP NAV ---------- */
    .bsm-nav {
        display: none !important;
    }

    /* ---------- OVERLAY ---------- */
    .mobile-nav-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        opacity: 0;
        pointer-events: none;
        transition: 0.3s ease;
        z-index: 99998;
    }

    .mobile-nav-overlay.active {
        opacity: 1;
        pointer-events: auto;
    }

    /* ---------- MOBILE NAV ---------- */
    .mobile-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 320px;
        height: 100vh;
        background: #ef9b11;
        padding: 90px 20px 30px;
        overflow-y: auto;
        transition: right 0.35s ease;
        z-index: 99999;
    }

    .mobile-nav.open {
        right: 0;
    }

    /* ---------- CLOSE BUTTON ---------- */
    .mobile-close-btn {
        position: absolute;
        top: 18px;
        right: 18px;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        z-index: 100000;
    }

    .mobile-close-btn i {
        font-size: 26px;
        color: #ffffff;
        line-height: 1;
    }

    /* ---------- MENU ---------- */
    .mobile-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu-link {
        width: 100%;
        background: none;
        border: none;
        color: #ffffff;
        font-size: 15px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        padding: 14px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    /* ---------- SUBMENU ---------- */
    .mobile-submenu {
        display: none;
        padding-left: 12px;
        margin-bottom: 10px;
    }

    .mobile-has-submenu.active .mobile-submenu {
        display: block;
    }

    .mobile-submenu a {
        display: block;
        padding: 10px 0;
        font-size: 13px;
        color: #ffffff;
        opacity: 0.9;
    }

    /* ---------- SUBMENU ARROW ---------- */
    .submenu-arrow i {
        font-size: 14px;
        transition: transform 0.25s ease;
    }

    .mobile-has-submenu.active .submenu-arrow i {
        transform: rotate(180deg);
        /* down → up */
    }

    /* ---------- HERO VIDEO ---------- */
    .bsm-hero {
        height: 60vh;
    }

    .bsm-hero-video {
        object-fit: contain !important;
        background: #000;
    }
}

/* MOBILE FIX */
@media (max-width: 768px) {
    .bsm-hero {
        height: 50vh; /* better proportion for mobile */
    }

    .bsm-hero-video {
        object-fit: cover !important;
        width: 100%;
        height: 100%;
    }
}

/* =====================================================
   DESKTOP SAFETY (HIDE MOBILE NAV)
===================================================== */
@media (min-width: 901px) {

    .mobile-nav,
    .mobile-nav-overlay {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

}



/* Overlay */
.canary-search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* Box */
.canary-search-box {
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    border-radius: 12px;
    position: relative;
    animation: fadeIn 0.25s ease;
}

.canary-search-box h3 {
    margin-bottom: 15px;
    color: #0b1f3f;
    text-align: center;
}

/* Input */
.canary-search-box input {
    width: 80%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.canary-search-box button[type="submit"] {
    padding: 12px 15px;
    background: #ef9b11;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

/* Close Button */
.canary-close-search {
    position: absolute;
    right: 15px;
    top: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

/* Animation */
@keyframes fadeIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}







/* Wrapper */
.bsm-video-wrapper {
    width: 100%;
    overflow: hidden;
    background: #000;
}

/* Video base */
.bsm-video {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;   /* 🔑 universal ratio control */
    object-fit: cover;
}

/* Desktop & Laptop */
@media (min-width: 1024px) {
    .bsm-video {
        height: 100vh;
        object-fit: cover;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .bsm-video {
        height: 70vh;
        object-fit: cover;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .bsm-video {
        height: 70vh;
        object-fit: cover; /* 🔑 no crop on mobile */
    }
}
