/* LandingPage.aspx — standalone dark ezyshare theme */

body.ezyshare-landing main {
    position: relative;
    z-index: 2;
}

/* Nav / sidenav — mirror ezyshare-master */
body.ezyshare-landing .navbar {
    background-color: var(--surface) !important;
    border-bottom: 1px solid var(--line);
    position: relative;
    z-index: 100;
}

body.ezyshare-landing #companyname {
    margin: 0;
    align-content: center;
    color: var(--text) !important;
    font-family: var(--display);
    font-weight: 700;
    font-size: 1.1rem;
}

body.ezyshare-landing .btnmenu {
    font-size: 30px;
    cursor: pointer;
    background: transparent;
    color: var(--text);
    border: none;
}

body.ezyshare-landing .btnmenu:hover {
    color: var(--gold);
}

body.ezyshare-landing .nav-link {
    color: var(--muted);
}

body.ezyshare-landing .nav-link:hover,
body.ezyshare-landing .nav-link.active {
    color: var(--gold);
}

body.ezyshare-landing .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: var(--surface);
    border-right: 1px solid var(--line-strong);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

body.ezyshare-landing .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.1rem;
    color: var(--muted);
    display: block;
    transition: 0.3s;
}

body.ezyshare-landing .sidenav a:hover {
    color: var(--gold);
}

body.ezyshare-landing .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: var(--muted);
}

body.ezyshare-landing .sidenav .closebtn:hover {
    color: var(--gold);
}

body.ezyshare-landing .btncart .cartbadge {
    background: var(--gold);
    color: #15110a;
    font-weight: 700;
}

body.ezyshare-landing select,
body.ezyshare-landing .select {
    background-color: var(--surface-2);
    color: var(--text);
    border: 1px solid var(--line-strong);
    border-radius: 6px;
}

body.ezyshare-landing select option {
    background-color: var(--surface);
    color: var(--text);
}

/* Hero video */
body.ezyshare-landing .hero-section {
    background: transparent;
    position: relative;
    z-index: 2;
}

body.ezyshare-landing .blur-image-inner {
    background-color: var(--surface-2) !important;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--line);
}

body.ezyshare-landing .blur-image-bg {
    background-color: var(--surface) !important;
    opacity: 0 !important;
}

body.ezyshare-landing .carousel-control-prev-icon,
body.ezyshare-landing .carousel-control-next-icon {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(5deg);
}

body.ezyshare-landing .carousel-indicators li {
    background-color: var(--gold);
}

body.ezyshare-landing .sound-toggle-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(8, 7, 13, 0.7);
    color: var(--gold);
    border: 1px solid var(--line-strong);
    border-radius: 40px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    z-index: 5;
}

body.ezyshare-landing .sound-toggle-btn:hover {
    background-color: rgba(8, 7, 13, 0.9);
    border-color: var(--gold);
}

/* Faculty Partners */
body.ezyshare-landing .artists-section {
    background: transparent !important;
}

body.ezyshare-landing #section_2 h2,
body.ezyshare-landing #section2_name {
    color: var(--text);
    font-family: var(--display);
    font-weight: 800;
}

body.ezyshare-landing .artists-thumb {
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    transition: border-color 0.25s, transform 0.25s;
}

body.ezyshare-landing .artists-thumb:hover {
    border-color: var(--gold);
    transform: translateY(-4px);
}

body.ezyshare-landing .artists-image-wrap {
    border-radius: 8px;
    overflow: hidden;
}

body.ezyshare-landing .artists-thumb p {
    color: var(--text);
}

body.ezyshare-landing .artists-thumb p:last-child {
    color: var(--muted);
    font-size: 10pt !important;
}

body.ezyshare-landing .landing-section-eyebrow {
    text-align: center;
    margin-bottom: 0.5rem;
}

/* Footer */
body.ezyshare-landing .site-footer {
    background: var(--surface);
    border-top: 1px solid var(--line);
    color: var(--muted);
    position: relative;
    z-index: 2;
}

body.ezyshare-landing .site-footer-title {
    color: var(--gold) !important;
    font-family: var(--display);
}

body.ezyshare-landing .site-footer-link {
    color: var(--muted);
}

body.ezyshare-landing .site-footer-link:hover {
    color: var(--gold);
}

body.ezyshare-landing #mycontact {
    color: var(--gold) !important;
}

body.ezyshare-landing .copyright-text {
    color: var(--muted-2);
}

/* Chat widget */
body.ezyshare-landing #divchatws {
    z-index: 50;
    position: fixed;
    right: 0;
    top: 50vh;
}

/* Hidden legacy sections */
body.ezyshare-landing .schedule-section,
body.ezyshare-landing .about-section,
body.ezyshare-landing .pricing-section {
    background-color: transparent !important;
    background-image: none !important;
    color: var(--text);
}

/* Modals */
body.ezyshare-landing .modal-content {
    background: var(--surface);
    border: 1px solid var(--line-strong);
    color: var(--text);
}

body.ezyshare-landing .modal-header .close {
    color: var(--muted);
}

body.ezyshare-landing .modal-header .close:hover {
    color: var(--gold);
}

/* Layout helpers extracted from inline styles */
body.ezyshare-landing,
body.ezyshare-landing html {
    overflow-x: hidden;
}

body.ezyshare-landing .btncart .cartbadge {
    position: absolute;
    top: -10px;
    right: 0px;
    padding: 4px 10px;
    border-radius: 50%;
}

body.ezyshare-landing .blur-image {
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

body.ezyshare-landing .blur-image-inner {
    border-radius: 4px;
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    padding: 50% 0 0 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

body.ezyshare-landing .carousel img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
}

body.ezyshare-landing .banner-section {
    text-align: -webkit-center;
    margin-top: 40px;
    padding-bottom: 30px;
    background: none;
    position: relative;
}

body.ezyshare-landing .video-frame {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

body.ezyshare-landing .video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(18px);
    transform: scale(1.2);
    opacity: 0.85;
}

body.ezyshare-landing .video-fg {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-height: 450px) {
    body.ezyshare-landing .sidenav {
        padding-top: 15px;
    }

    body.ezyshare-landing .sidenav a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 600px) {
    body.ezyshare-landing .carousel-video {
        padding-top: 80px !important;
    }

    body.ezyshare-landing .hero-section {
        height: calc(60vh - 1px) !important;
    }

    body.ezyshare-landing .item-video {
        height: calc(40vh - 1px);
    }
}

@media only screen and (max-width: 991px) {
    body.ezyshare-landing .carousel-video {
        padding-top: 80px !important;
    }

    body.ezyshare-landing .hero-section {
        height: calc(60vh - 80px) !important;
    }

    body.ezyshare-landing .item-video {
        height: calc(40vh - 1px);
    }

    body.ezyshare-landing .video-frame {
        height: calc(60vh - 80px);
    }
}

@media only screen and (max-width: 767px) {
    body.ezyshare-landing .carousel-video {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }

    body.ezyshare-landing #sectionvideo.hero-section {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    body.ezyshare-landing .hero-section {
        height: calc(60vh - 210px) !important;
    }

    body.ezyshare-landing .item-video {
        height: calc(40vh - 1px);
    }
}
