@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital,wght@0,400;1,400&display=swap');

:root {
    --color-accent: #FF6B00;
    --color-primary-950: #0c0c19;
}

/* ========================================
   TYPOGRAPHY OVERRIDES
======================================== */

/* Headings & Display Typography - Instrument Serif */
.font-display {
    font-family: 'Instrument Serif', Georgia, serif !important;
}

/* Body Typography - Helvetica Regular & Sans */
.font-sans {
    font-family: 'Helvetica Regular', 'Helvetica Neue', 'Helvetica', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* Fix for transparent dropdown options (Tailwind reset issue) */
select option {
    background-color: #ffffff !important;
    color: #0f172a !important;
}

/* ========================================
   CUSTOM BUTTON COMPONENTS
======================================== */

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1.75rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.875rem;
    background-color: #FF6B00;
    color: #000000;
    border: 1px solid #FF6B00;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(255, 107, 0, 0.3);
    text-decoration: none;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #e05300;
    border-color: #e05300;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.4);
}

.btn-secondary-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1.75rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.25s ease;
    backdrop-filter: blur(8px);
    text-decoration: none;
    cursor: pointer;
}

.btn-secondary-dark:hover {
    background-color: #FF6B00;
    border-color: #FF6B00;
    color: #000000;
    transform: translateY(-2px);
}

body.no-scroll {
    overflow: hidden;
}

/* ========================================
   HEADER NAVBAR & WHATSAPP WIDGET STYLES
======================================== */

.wa-dropdown-item {
    transition: all 0.25s ease !important;
}

.wa-dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.wa-dropdown-item:hover .wa-item-name,
.wa-dropdown-item:hover .wa-item-phone {
    color: #1cc95bff !important;
}

.wa-nav-btn {
    transition: all 0.25s ease !important;
}

.wa-nav-btn:hover {
    background-color: #25D366 !important;
    color: #000000 !important;
    border-color: #25D366 !important;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.4) !important;
}

.email-nav-btn {
    background-color: #FF6B00 !important;
    color: #000000 !important;
    border: 1px solid #FF6B00 !important;
    transition: all 0.25s ease !important;
}

.email-nav-btn:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
    box-shadow: 0 4px 18px rgba(255, 255, 255, 0.4) !important;
}

/* Mobile Menu Drawer — always white text */
#mobile-menu-drawer,
#mobile-menu-drawer a,
#mobile-menu-drawer button,
#mobile-menu-drawer span,
#mobile-menu-drawer div {
    color: #ffffff !important;
}

#mobile-menu-drawer a:hover,
#mobile-menu-drawer button:hover {
    color: #FF6B00 !important;
}

/* ========================================
   SCOPED FOOTER STYLES
======================================== */

#footer {
    background-color: #0a1024 !important;
    color: #ffffff !important;
}

#footer h4 {
    color: #FF6B00 !important;
}

#footer p,
#footer div,
#footer span,
#footer li {
    color: rgba(255, 255, 255, 0.85) !important;
}

#footer a {
    color: rgba(255, 255, 255, 0.9) !important;
    transition: color 0.2s ease;
}

#footer a:hover {
    color: #FF6B00 !important;
}

#footer .text-\[\#FF6B00\] {
    color: #FF6B00 !important;
}

/* ========================================
   BACKGROUND SCROLL VIDEO & GLASSMORPHISM
======================================== */

.video-bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2 !important;
    overflow: hidden;
    pointer-events: none;
}

#bg-scroll-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
}

.video-overlay-tint {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1 !important;
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(12, 19, 34, 0.15) 0%, rgba(12, 19, 34, 0.45) 100%);
}

/* Homepage Transparent Overrides */
html.home-page-transparent,
body.home-page-transparent {
    background-color: transparent !important;
    background: transparent !important;
}

.glass-panel-dark {
    background: rgba(12, 19, 34, 0.72) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.glass-panel-light {
    background: rgba(255, 255, 255, 0.88) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.glass-card-hover {
    transition: all 0.35s ease !important;
}

.glass-card-hover:hover {
    background: rgba(255, 255, 255, 0.98) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

/* ========================================
   GLASS CARDS & GRADIENT BORDERS
======================================== */
.card-glass-border {
    position: relative;
    background-clip: padding-box;
    border: 1px solid transparent !important;
}
.card-glass-border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.2) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    transition: all 0.35s ease;
}
.group:hover.card-glass-border::before,
.card-glass-border:hover::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.5) 100%);
}

/* ========================================
   MARQUEE LOGO SLIDER ANIMATIONS
======================================== */
@keyframes marquee-left {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

@keyframes marquee-right {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0%); }
}

.animate-marquee-left {
    animation: marquee-left 45s linear infinite;
}

.animate-marquee-right {
    animation: marquee-right 45s linear infinite;
}

.group:hover .animate-marquee-left,
.group:hover .animate-marquee-right {
    animation-play-state: paused;
}

/* ========================================
   HIDE SCROLLBAR UTILITY
======================================== */
.no-scrollbar {
    -ms-overflow-style: none !important; /* IE and Edge */
    scrollbar-width: none !important;  /* Firefox */
}
.no-scrollbar::-webkit-scrollbar {
    display: none !important; /* Chrome, Safari and Opera */
    width: 0 !important;
    height: 0 !important;
}