/* Bootstrap CSS Variables */
:root {
    --bs-border-color: #f5f5f5;
}

/* Dropdown Menu Override */
.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 7rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0rem;
    --bs-dropdown-spacer: 0rem;
    --bs-dropdown-font-size: 0.9375rem;
    --bs-dropdown-color: #6b7989;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #071321;
    --bs-dropdown-link-hover-color: #06111e;
    --bs-dropdown-link-hover-bg: #f4f7fa;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #3f3eed;
    --bs-dropdown-link-disabled-color: #76808e;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6b7989;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid rgb(0 0 0 / 5%);
    border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-item.active, 
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #f5f5f5;
}

/* Menu alignment - push to right */
.mx-auto {
    margin-right: 15px !important;
    margin-left: auto !important;
}

/* Menu Link Styling */
.suphero-menu-link {
    display: flex;
    align-items: center;
    color: #232323;
    font-weight: 600;
    font-size: .905rem;
    background-color: transparent;
    padding: .5rem 1.5rem;
    white-space: nowrap;
}

/* Active Menu Link Styling - STRICT: Only PHP-added active class works */
/* Default: All menu links are black */
.suphero-menu-link {
    color: #232323 !important;
}

/* Active: Only items with .active class (added by PHP) are blue */
.suphero-menu-item.active .suphero-menu-link,
.suphero-menu-link.active {
    color: #3f3eed !important;
}

/* Override: JavaScript current-page class is IGNORED - only active matters */
.suphero-menu-item.current-page:not(.active) .suphero-menu-link,
.suphero-menu-item.current-page .suphero-menu-link:not(.active) {
    color: #232323 !important;
}

/* Language Dropdown Styling - Flag SVG with country codes */
#languageDropdown {
    border: 1px solid #e8e9eb !important;
    padding: 6px 10px !important;
    line-height: 1 !important;
    min-width: auto !important;
}

#languageDropdown .flag-img {
    width: 18px !important;
    height: 14px !important;
    display: block !important;
}

.dropdown-menu .dropdown-item {
    padding: 8px 16px !important;
    display: flex !important;
    align-items: center !important;
}

.dropdown-menu .dropdown-item .flag-img-menu {
    width: 24px !important;
    height: 18px !important;
    display: inline-block !important;
}

.dropdown-menu .dropdown-item span {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #303030 !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa !important;
}

/* Header alignment - Simple vertical center */
.suphero-header-wrap {
    align-items: center !important;
}

.suphero-header-logo {
    display: inline-flex;
    height: 2.5rem;
    align-items: center;
    margin-top: -5px;
    flex-shrink: 0;
}

/* Remove margin-top when header shrinks */
.is-shrink .suphero-header-logo,
.suphero-header.is-sticky .suphero-header-logo,
.suphero-menu-main.is-shrink .suphero-header-logo {
    margin-top: 0;
}

.suphero-header-menu,
.suphero-menu-list,
.suphero-menu-item {
    align-items: center !important;
}

/* Custom Logo Size */
.logo-wrap img,
.suphero-header-logo img,
.logo-img {
    height: 35px !important;
    width: auto !important;
    transition: height 0.3s ease !important;
}

/* Remove top spacing from logo container */
.logo-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Logo size when header shrinks - Multiple class attempts */
.will-shrink.is-shrink .logo-wrap img,
.will-shrink.is-shrink .suphero-header-logo img,
.will-shrink.is-shrink .logo-img,
.is-shrink .logo-wrap img,
.is-shrink .suphero-header-logo img,
.is-shrink .logo-img,
.suphero-header.is-sticky .logo-wrap img,
.suphero-header.is-sticky .logo-img,
.suphero-header.sticky .logo-wrap img,
.suphero-header.sticky .logo-img,
.header-shrink .logo-wrap img,
.header-shrink .logo-img,
.suphero-menu-main.shrink .logo-wrap img,
.suphero-menu-main.shrink .logo-img {
    height: 30px !important;
}

/* JavaScript controlled logo shrinking */
.logo-small,
.logo-wrap img.logo-small,
.logo-img.logo-small {
    height: 30px !important;
    margin-top: 5px;
}

/* Modern Simple Menu System - Fixed center positioning with short delay */
.has-dropdown .suphero-menu-dropdown,
.suphero-menu-dropdown,
.suphero-header .has-dropdown .suphero-menu-dropdown,
.suphero-header .suphero-menu-dropdown {
    background: #ffffff !important;
    border-radius: 6px !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15) !important;
    border: 1px solid #e8e9eb !important;
    padding: 0 !important;
    margin-top: 0px !important;
    overflow: visible !important;
    position: fixed !important;
    z-index: 9990 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 70px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.2s ease, visibility 0s 0.3s !important;
}

/* Show menu on hover - instant open, keep open when hovering menu itself */
.has-dropdown:hover .suphero-menu-dropdown,
.suphero-menu-dropdown:hover,
.suphero-header .has-dropdown:hover .suphero-menu-dropdown,
.suphero-header .suphero-menu-dropdown:hover {
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.2s ease, visibility 0s 0s !important;
}

/* Disable hover for Live Chat mega menu - only click to open */
.live-chat-menu-click:hover .suphero-menu-dropdown,
.suphero-header .live-chat-menu-click:hover .suphero-menu-dropdown {
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Enable menu only when explicitly opened via click */
.live-chat-menu-click.menu-open .suphero-menu-dropdown,
.live-chat-menu-click.menu-open:hover .suphero-menu-dropdown,
.suphero-header .live-chat-menu-click.menu-open .suphero-menu-dropdown,
.suphero-header .live-chat-menu-click.menu-open:hover .suphero-menu-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.2s ease, visibility 0s 0s !important;
}

/* Keep menu open when hovering over dropdown itself */
.live-chat-menu-click.menu-open .suphero-menu-dropdown:hover {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Dynamic Stripe-style Menu Arrow - Follows menu item */
.has-dropdown:hover .suphero-menu-dropdown::before {
    content: '' !important;
    position: absolute !important;
    top: -6px !important;
    left: calc(50% - var(--arrow-offset, 0px)) !important;
    transform: translateX(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 6px solid #ffffff !important;
    z-index: 99999 !important;
}

/* Arrow border for depth - also dynamic */
.has-dropdown:hover .suphero-menu-dropdown::after {
    content: '' !important;
    position: absolute !important;
    top: -7px !important;
    left: calc(50% - var(--arrow-offset, 0px)) !important;
    transform: translateX(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 7px solid #d1d5db !important;
    z-index: 99998 !important;
}

/* Arrow for Live Chat menu when opened via click */
.live-chat-menu-click.menu-open .suphero-menu-dropdown::before,
.live-chat-menu-click.menu-open:hover .suphero-menu-dropdown::before {
    content: '' !important;
    position: absolute !important;
    top: -6px !important;
    left: calc(50% - var(--arrow-offset, 0px)) !important;
    transform: translateX(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 6px solid #ffffff !important;
    z-index: 99999 !important;
}

/* Arrow border for Live Chat menu when opened via click */
.live-chat-menu-click.menu-open .suphero-menu-dropdown::after,
.live-chat-menu-click.menu-open:hover .suphero-menu-dropdown::after {
    content: '' !important;
    position: absolute !important;
    top: -7px !important;
    left: calc(50% - var(--arrow-offset, 0px)) !important;
    transform: translateX(-50%) !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 7px solid #d1d5db !important;
    z-index: 99998 !important;
}

/* Mega menu specific width - wider */
.suphero-menu-dropdown.suphero-menu-mega {
    min-width: 750px !important;
}

/* Regular dropdown width */
.suphero-menu-dropdown:not(.suphero-menu-mega) {
    min-width: 280px !important;
}

/* Hide sticky toolbar on the side */
.suphero-sticky-toolbar {
    display: none !important;
}

/* Override gradient background with suphero version */
.bg-gradient-a {
    background-image: url(../images/gradient/a-blur-suphero.png), url(../images/gradient/a-blur-suphero.png) !important;
}

/* Shimmer effect keyframes */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

/* Header Login Link with Shimmer Effect */
.header-login-link {
    font-weight: 600;
    background: linear-gradient(90deg, #2a2a2a 0%, #2a2a2a 40%, #2874a6 50%, #2a2a2a 60%, #2a2a2a 100%);
    background-size: 1000px 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 5s infinite linear;
    text-decoration: none;
}

.header-login-link:hover {
    background: linear-gradient(90deg, #2a2a2a 0%, #2a2a2a 40%, #2874a6 50%, #2a2a2a 60%, #2a2a2a 100%);
    background-size: 1000px 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 5s infinite linear;
}

/* Lead text styling */
.lead {
    font-size: 1rem;
    font-weight: 400;
}

/* Highlight text - No credit card required */
.lead {
    font-size: 1rem;
    font-weight: 500;
}

.highlight-text {
    color: #1a1a1a !important;
    font-weight: 600 !important;
}

/* Review logos height */
.h-1-5rem {
    height: 1rem !important;
}

/* Based on reviews text styling - only text, not stars */
.suphero-hero span.fs-5 {
    font-size: 0.9rem !important;
    color: #252525 !important;
    font-weight: 600;
}

/* Shimmer border animation - light moving on the border */
@keyframes shimmer-border {
    0% {
        clip-path: polygon(0 0, 0 0, 0 1px, 0 1px);
    }
    25% {
        clip-path: polygon(0 0, 100% 0, calc(100% - 1px) 1px, 1px 1px);
    }
    50% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 1px, 1px 1px, 0 1px, 0 0);
    }
    75% {
        clip-path: polygon(100% 100%, 0 100%, 1px calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 1px, 1px 1px, 0 1px, 0 0, 100% 0, 100% 100%);
    }
    100% {
        clip-path: polygon(0 100%, 0 0, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 0 100%);
    }
}

.form-submit-init > div {
    position: relative !important;
    background: white !important;
    border: 1px solid rgba(200, 200, 200, 0.3) !important;
}

.form-submit-init > div::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 0.75rem;
    padding: 1px;
    background: linear-gradient(90deg, transparent 40%, rgba(255, 136, 0, 0.9) 50%, transparent 60%);
    background-size: 200% 100%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: shimmer-border-move 4s linear infinite;
    pointer-events: none;
}

@keyframes shimmer-border-move {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Hero section bottom padding and smooth gradient transition */
.suphero-hero {
    padding-bottom: 1rem !important;
    position: relative !important;
}

.suphero-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.7) 70%, #ffffff 100%);
    pointer-events: none;
    z-index: 1;
}

/* Remove hero top padding and adjust title size */
@media (min-width: 992px) {
    .pt-lg-9 {
        padding-top: 0rem !important;
    }
    
    .display-6 {
        font-size: 1.5rem;
        font-weight: 600 !important;
        background: linear-gradient(90deg, #2a2a2a 0%, #2a2a2a 40%, #2874a6 50%, #2a2a2a 60%, #2a2a2a 100%);
        background-size: 1000px 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        animation: shimmer 5s infinite linear;
    }
}

/* Container max-width override */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

/* Override theme's mega menu padding */
@media (min-width: 992px) {
    [data-menu-collapse=lg] .suphero-menu-mega-wrap {
        padding: 0px !important;
    }
}

/* Mega menu specific styling - Strong selectors with visible border */
.suphero-menu-mega.suphero-menu-dropdown,
.suphero-header .suphero-menu-mega.suphero-menu-dropdown,
.has-dropdown .suphero-menu-mega.suphero-menu-dropdown {
    background: #ffffff !important;
    border-radius: 6px !important;
    border: 1px solid #e8e9eb !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15) !important;
    overflow: visible !important;
    padding: 0 !important;
}

/* Force border on mega menu */
.suphero-header .suphero-menu > .suphero-menu-main > .has-dropdown > .suphero-menu-mega {
    border: 1px solid #e8e9eb !important;
    border-radius: 6px !important;
}

/* Mega menu grid layout - 3 column wider - NO border on wrap */
.suphero-menu-mega .suphero-menu-mega-wrap {
    display: grid !important;
    grid-template-columns: 220px 1fr 180px !important;
    gap: 0 !important;
    min-height: 240px !important;
    border-radius: 6px !important;
    border: none !important;
    background: #ffffff !important;
}

/* Left feature section - no padding */
.suphero-menu-sub:first-child {
    background: #f8fafc !important;
    padding: 0 !important;
    padding: 10px !important;
    flex-direction: column !important;
    justify-content: center !important;
    border-right: none !important;
}

.suphero-menu-sub:first-child::before {
    content: none !important;
    display: none !important;
}

.suphero-menu-sub:first-child::after {
    content: none !important;
    display: none !important;
}

/* Middle tools section - no padding */
.suphero-menu-sub:nth-child(2) {
    padding: 20px 0 !important;
}

.suphero-menu-sub:nth-child(2)::before {
    content: "Features" !important;
    display: block !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #666666 !important;
    margin-bottom: 12px !important;
    padding: 0 16px !important;
}

/* Right resources section - no padding */
.suphero-menu-sub:nth-child(3) {
    padding: 20px 0 !important;
    background: #fafafa !important;
    border-left: none !important;
}

.suphero-menu-sub:nth-child(3)::before {
    content: "Resources" !important;
    display: block !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #666666 !important;
    margin-bottom: 12px !important;
    padding: 0 14px !important;
}

/* Menu items styling - darker color */
.suphero-menu-sub li {
    margin-bottom: 2px !important;
    list-style: none !important;
}

.suphero-menu-sub .suphero-menu-link {
    color: #303030 !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    display: block !important;
    transition: none !important;
    text-decoration: none !important;
    font-size: 14px !important;
    border-bottom: none !important;
}

/* Mega menu active link - orange color */
.suphero-menu-sub .suphero-menu-link.active {
    color: #ff8800 !important;
}

/* Complete removal of all hover effects on menu links - Mega menu specific */
.suphero-menu-mega-wrap .suphero-menu-link:hover,
.suphero-menu-mega .suphero-menu-mega-wrap .suphero-menu-link:hover,
.suphero-menu-sub:not(:nth-child(2)) .suphero-menu-link:hover,
.suphero-menu-sub:first-child .suphero-menu-link:hover,
.suphero-menu-dropdown:not(.suphero-menu-mega) .suphero-menu-sub .suphero-menu-link:hover,
.suphero-menu-mega .suphero-menu-sub:not(:nth-child(2)) .suphero-menu-link:hover,
.suphero-header .suphero-menu-sub:not(:nth-child(2)) .suphero-menu-link:hover,
.has-dropdown .suphero-menu-sub:not(:nth-child(2)) .suphero-menu-link:hover,
.suphero-menu-sub:not(:nth-child(2)) .suphero-menu-item .suphero-menu-link:hover,
.suphero-menu-sub:first-child .suphero-menu-item .suphero-menu-link:hover {
    background: transparent !important;
    background-color: transparent !important;
    color: #303030 !important;
    padding: 8px 16px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: none !important;
    margin: 0 !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
}

/* Add descriptions to menu items - smaller */
.suphero-menu-sub:nth-child(2) .suphero-menu-link::after {
    content: attr(data-description) !important;
    display: block !important;
    font-size: 11px !important;
    color: #9ca3af !important;
    font-weight: 400 !important;
    margin-top: 2px !important;
}

/* Demo button for left section - full width */
.suphero-menu-sub:first-child .suphero-menu-link {
    background: #10b981 !important;
    color: white !important;
    padding: 8px 20px !important;
    border-radius: 6px !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    margin: 8px 20px 20px 20px !important;
    border: none !important;
}

/* Regular dropdown styling (non-mega) - compact */
.suphero-menu-dropdown:not(.suphero-menu-mega) {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: auto !important;
}

.suphero-menu-dropdown:not(.suphero-menu-mega) .suphero-menu-sub {
    padding: 16px !important;
    background: #ffffff !important;
    border: none !important;
}

.suphero-menu-dropdown:not(.suphero-menu-mega) .suphero-menu-sub::before {
    content: none !important;
}

.suphero-menu-dropdown:not(.suphero-menu-mega) .suphero-menu-sub .suphero-menu-link {
    color: #374151 !important;
    font-weight: 500 !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    display: block !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    font-size: 13px !important;
    border: none !important;
    margin-bottom: 2px !important;
}


/* Hover effect removed - only scroll shrinking remains */

/* STICKY FIX - Override all overflow restrictions */
.suphero-app-root,
main,
section,
.container,
.row {
    overflow: visible !important;
    position: relative !important;
}

/* Body color */
body {
    color: #414141;
}

.overline-title {
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 700;
    /* letter-spacing: .1em; */
    color: #6b7989;
}

.text-heading {
    color: #222222 !important;
}

/* Inter Font Family for All Theme - Excluding Icons */
body, 
html,
h1, h2, h3, h4, h5, h6,
p, span:not([class*="icon"]):not([class*="ni"]), 
div:not([class*="icon"]):not([class*="ni"]), 
a:not([class*="icon"]):not([class*="ni"]),
.title, .lead, .caption-text,
.btn, button, input, textarea,
.nav, .menu, .link,
.card, .section {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Preserve icon fonts */
.icon, 
[class*="ni-"],
[class*="icon ni"],
em.icon,
i.icon {
    font-family: 'Nioicon' !important;
}

/* Custom Orange Styles */
.btn-primary { 
    background: linear-gradient(135deg, #e67700, #ff8800, #ffa500) !important; 
    border-color: #ff8800 !important; 
    color: white !important;
}
.btn-primary:hover { 
    background: linear-gradient(135deg, #d66600, #e67700, #ff8800) !important; 
    border-color: #e67700 !important;
    color: white !important;
}

/* Footer Active Link Styling - Orange color */
.footer-link.active,
.suphero-footer .footer-link.active,
.suphero-footer a.footer-link.active,
footer .footer-link.active,
footer a.footer-link.active,
.lisuphero-base.footer-link.active {
    color: #ff8800 !important;
    font-weight: 400 !important;
}
/* Content area links only - exclude menu */
.suphero-pages a,
.suphero-hero a,
.suphero-footer a,
.block-text a,
.card-body a { 
    color: #ff8800 !important; 
}
.suphero-pages a:hover,
.suphero-hero a:hover,
.suphero-footer a:hover,
.block-text a:hover,
.card-body a:hover { 
    color: #e67700 !important; 
}
.link-suphero-primary {
    color: #ff8800 !important;
}
.link-suphero-primary:hover {
    color: #e67700 !important;
}

/* Feature titles styling - Live, Intelligent, and Customizable section */
.feature .feature-text .title,
.feature .feature-text h4.title {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
}

/* Feature cards - add subtle border */
.card.rounded-4.shadow-sm {
    border: 1px solid #f0f1f3 !important;
}

/* Features main title styling */
.features-main-title {
    font-size: 1.45rem !important;
}

/* ============================================
   FEATURE CARDS - COMPLETE OVERRIDE 
   ============================================ */

/* Text clamp - collapsed by default */
.line-clamp-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #414141 !important;
    overflow: hidden !important;
    line-height: 1.3em !important;
    max-height: 2.6em !important;
}

/* RESET ALL TRANSFORMS/SCALES - GLOBAL */
* {
    transform: none !important;
    -webkit-transform: none !important;
}

/* Exception for trusted brands carousel */
#trusted-brands-carousel {
    transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
}

/* Feature section container */
.section-content .row {
    position: relative;
}

.section-content .col-xl-4 {
    position: relative;
}

/* Feature cards - base state */
.section-content .card.rounded-4.shadow-sm {
    position: relative !important;
    background: #ffffff !important;
    overflow: hidden !important;
    transform: none !important;
    -webkit-transform: none !important;
    transition: box-shadow 0.2s ease !important;
    animation: none !important;
    z-index: 1 !important;
}

/* Hover - only overflow and z-index change, position remains unchanged */
.section-content .card.rounded-4.shadow-sm {
    cursor: pointer !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.section-content .card.rounded-4.shadow-sm:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

/* Card body should allow expansion */
.section-content .card.rounded-4.shadow-sm .card-body {
    position: relative !important;
}
    max-height: none !important;
    overflow: visible !important;
}


/* Mobile responsiveness */
@media (max-width: 991px) {
    .showcase-images-wrapper {
        position: relative;
        top: 0;
        height: auto;
        margin-bottom: 40px;
    }
    
    .showcase-image-item {
        position: relative;
        opacity: 1 !important;
        margin-bottom: 30px;
    }
    
    .showcase-content-item {
        min-height: auto;
        padding-left: 0;
    }
}

.block-text p+.btn-list {
    margin-top: 1rem;
}

.h-1-5rem {
    height: 0.8rem !important;
}

#languageDropdown {
    border: 1px solid #ffffff6b !important;
    padding: 6px 10px !important;
    background-color: #ff000000;
    line-height: 1 !important;
    min-width: auto !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 1em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* Scroll to Top Button Styles */
.scroll-to-top-btn {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-to-top-btn.visible {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top-btn .progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    transform: rotate(-90deg);
}

.scroll-to-top-btn .progress-ring-progress {
    transition: stroke-dashoffset 0.1s linear;
}

.scroll-to-top-icon {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #2a2a2a;
    border: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    z-index: 1;
    padding: 0;
    margin: 0;
}

.scroll-to-top-icon:hover {
    background: #ff8800;
    transform: scale(1.1);
}

.scroll-to-top-icon .icon {
    font-size: 18px;
    line-height: 1;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* ============================================
   CONTACT FORM STYLES
   ============================================ */

/* Contact Form Card */
.contact-form-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 32px;
    max-width: 500px;
    width: 100%;
}

/* Form Progress Indicator */
.form-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    position: relative;
}

.form-progress::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 25%;
    right: 25%;
    height: 2px;
    background: #e5e5e5;
    z-index: 0;
}

.form-progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    flex: 1;
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 2px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #999999;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.form-progress-step.active .step-circle {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #ffffff;
}

.step-label {
    font-size: 0.75rem;
    font-weight: 500;
    color: #999999;
    text-align: center;
    transition: color 0.3s ease;
}

.form-progress-step.active .step-label {
    color: #2a2a2a;
}

/* Form Steps */
.form-step {
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form Groups */
.contact-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    font-size: 0.875rem;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    color: #2a2a2a;
    background: #ffffff;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
    outline: none;
    border-color: #2a2a2a;
    box-shadow: 0 0 0 3px rgba(42, 42, 42, 0.1);
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
    color: #999999;
}

.contact-form .form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Error Messages */
.contact-form .error-message {
    display: none;
    color: #dc3545;
    font-size: 0.75rem;
    margin-top: 6px;
    font-weight: 500;
}

.contact-form .form-group.error input,
.contact-form .form-group.error textarea {
    border-color: #dc3545;
}

.contact-form .form-group.error .error-message {
    display: block;
}

/* Submit Button */
.form-submit-btn {
    width: 100%;
    padding: 14px 24px;
    background: #2a2a2a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.form-submit-btn:hover {
    background: #3a3a3a;
    transform: translateY(-1px);
}

.form-submit-btn:active {
    transform: translateY(0);
}

/* Legal Text */
.form-legal-text {
    font-size: 0.7rem;
    color: #999999;
    text-align: left;
    margin-top: 16px;
    line-height: 1.5;
}

.form-legal-text a {
    color: #2a2a2a;
    text-decoration: underline;
}

.form-legal-text a:hover {
    color: #ff8800;
}

/* Success Message */
#successMessage {
    text-align: center;
    padding: 40px 20px;
}

#successMessage .success-icon {
    width: 60px;
    height: 60px;
    background: #2a2a2a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

#successMessage .success-icon span {
    color: #ffffff;
    font-size: 1.5rem;
}

#successMessage h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 10px;
}

#successMessage p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contact-form-card {
        padding: 24px;
        max-width: 100%;
    }
    
    .form-progress {
        margin-bottom: 24px;
    }
    
    .step-circle {
        width: 36px;
        height: 36px;
        font-size: 0.8rem;
    }
    
    .step-label {
        font-size: 0.7rem;
    }
}

#successMessage p {
    font-size: 0.80rem;
    color: #666666;
    line-height: 1.6;
}

/* ============================================
   CAREERS PAGE STYLES
   ============================================ */

/* Jobs Container */
.jobs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

/* Jobs Grid */
.jobs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 0;
}

/* Job Card */
.job-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 28px;
    transition: all 0.3s ease;
    cursor: default;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.job-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #d0d0d0;
    transform: translateY(-2px);
}

/* Job Card Header */
.job-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
}

.job-title {
    font-size: 0.90rem;
    font-weight: 600;
    color: #2a2a2a;
    margin: 0 0 8px 0;
    font-family: 'Inter', sans-serif;
}

.job-department {
    font-size: 0.8rem;
    color: #666666;
    font-weight: 500;
}

/* Job Meta */
.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.job-meta-item {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #666666;
}

.job-meta-item span {
    font-weight: 500;
    font-size: 0.80rem;
}

/* Job Description */
.job-description {
    font-size: 0.8rem;
    line-height: 1.7;
    color: #414141;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5.4rem;
}

/* Job Requirements */
.job-requirements {
    margin-bottom: 24px;
    flex-grow: 1;
}

.job-requirements-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 12px;
}

.job-requirements-list {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 9rem;
    max-height: 9rem;
    overflow: hidden;
}

.job-requirements-list li {
    font-size: 0.8rem;
    color: #414141;
    padding-left: 24px;
    margin-bottom: 8px;
    position: relative;
    line-height: 1.6;
}

.job-requirements-list li::before {
    content: '•';
    position: absolute;
    left: 8px;
    color: #ff8800;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Job Apply Button */
.job-apply-btn {
    width: 100%;
    padding: 12px 24px;
    background: #2a2a2a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 0.9375rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
}

.job-apply-btn:hover {
    background: #3a3a3a;
    transform: translateY(-1px);
}

.job-apply-btn:active {
    transform: translateY(0);
}

/* Application Modal */
.application-modal .modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.application-modal .modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 24px;
}

.application-modal .modal-title {
    font-size: 1rem;
    font-weight: 600;
    color: #2a2a2a;
    font-family: 'Inter', sans-serif;
}

.application-modal .modal-body {
    padding: 24px;
}

.application-modal .form-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
}

.application-modal .required {
    color: #dc3545;
}

.application-modal .form-control {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 0.9375rem;
    font-family: 'Inter', sans-serif;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.application-modal .form-control:focus {
    outline: none;
    border-color: #2a2a2a;
    box-shadow: 0 0 0 3px rgba(42, 42, 42, 0.1);
}

.application-modal .btn-submit {
    width: 100%;
    padding: 12px 24px;
    background: #2a2a2a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 0.9375rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 8px;
}

.application-modal .btn-submit:hover {
    background: #3a3a3a;
    transform: translateY(-1px);
}

.application-modal .btn-submit:active {
    transform: translateY(0);
}

/* File Upload Status */
.upload-status {
    display: none;
    font-size: 0.8125rem;
    color: #666666;
    margin-top: 8px;
}

.upload-status.uploading {
    display: block;
    color: #ff8800;
}

.upload-status.success {
    display: block;
    color: #10b981;
}

.upload-status.error {
    display: block;
    color: #dc3545;
}

/* Success Message */
.success-message {
    display: none;
    text-align: center;
    padding: 40px 20px;
}

.success-message.show {
    display: block;
}

.success-message .success-icon {
    width: 60px;
    height: 60px;
    background: #10b981;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.success-message .success-icon span {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
}

.success-message h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
}

.success-message p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}

/* Careers Mobile Responsive */
@media (max-width: 1200px) {
    .jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .jobs-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .job-card {
        padding: 20px;
    }
    
    .job-title {
        font-size: 1.125rem;
    }
    
    .job-description {
        font-size: 0.875rem;
    }
    
    .job-requirements-list li {
        font-size: 0.8125rem;
    }
}

/* ============================================
   NEWSROOM PAGE STYLES
   ============================================ */

/* Research Container */
.research-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.research-section-subtitle {
    font-size: 1rem;
    color: #666666;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.6;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Research Grid */
.research-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 0;
}

/* Research Card */
.research-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.research-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #d0d0d0;
    transform: translateY(-2px);
}

/* Research Card Image */
.research-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

/* Research Card Title */
.research-card-title {
    font-size: 0.80rem;
    font-weight: 500;
    color: #2a2a2a;
    padding: 20px;
    margin: 0;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    min-height: 80px;
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    min-height: 80px;
    display: flex;
    align-items: center;
}

/* Newsroom Mobile Responsive */
@media (max-width: 1200px) {
    .research-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .research-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .research-card-image {
        height: 180px;
    }
    
    .research-card-title {
        font-size: 0.75rem;
        padding: 16px;
        min-height: 70px;
    }
    
    .research-section-subtitle {
        font-size: 0.9rem;
        margin-bottom: 30px;
    }
}

/* ============================================
   ROADMAP VOTING HOVER EFFECTS
   ============================================ */

/* Roadmap column items - smooth transition */
.roadmap-column-items {
    transition: opacity 0.3s ease;
}

/* Hover effect only for non-voted upvote boxes */
.roadmap-upvote-box:not(.voted):hover {
    background: #e5e5e5 !important;
    border-color: #2a2a2a !important;
}

/* No hover effect for voted boxes */
.roadmap-upvote-box.voted:hover {
    background: #2a2a2a !important;
    border-color: #2a2a2a !important;
}

/* ============================================
   LEGAL MODAL STYLES (Terms & Privacy)
   ============================================ */

.suphero-reg-auth-legal-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 9999;
}

.suphero-reg-auth-legal-modal {
  width: 100%;
  max-width: 950px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  max-height: 75vh;
}

.suphero-reg-auth-legal-modal-sidebar {
  width: 320px;
  min-width: 320px;
  background: #f8f9fa;
  border-right: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.suphero-reg-auth-legal-modal-sidebar-header {
  padding: 20px 24px 12px;
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
}

.suphero-reg-auth-legal-modal-sidebar-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}

.suphero-reg-auth-legal-modal-nav {
  flex: 1;
  overflow-y: auto;
  padding: 16px 0;
}

.suphero-reg-auth-legal-modal-nav-item {
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  background: none;
  border: none;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
  display: block;
}

.suphero-reg-auth-legal-modal-nav-item:hover {
  background: #ffffff;
  color: #ff8800;
}

.suphero-reg-auth-legal-modal-nav-item.active {
  background: #ffffff;
  color: #ff8800;
  border-left-color: #ff8800;
  font-weight: 600;
}

.suphero-reg-auth-legal-modal-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.suphero-reg-auth-legal-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 5px;
  border-bottom: 1px solid #f1f5f9;
}

.suphero-reg-auth-legal-modal-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}

.suphero-reg-auth-legal-modal-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #94a3b8;
  font-size: 24px;
  padding: 6px;
  width: 50px;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease;
}

.suphero-reg-auth-legal-modal-close:hover {
  background: #f1f5f9;
  color: #475569;
}

.suphero-reg-auth-legal-modal-body {
    flex: 1 1;
    padding: 10px 24px 24px;
    color: #181818;
    font-size: 13px;
    line-height: 1.7;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.suphero-reg-auth-legal-modal-body::-webkit-scrollbar {
  width: 10px;
}

.suphero-reg-auth-legal-modal-body::-webkit-scrollbar-track {
  background: #f1f5f9;
}

.suphero-reg-auth-legal-modal-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 5px;
}

.suphero-reg-auth-legal-modal-body::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.suphero-reg-auth-legal-modal-body h4,
.suphero-reg-auth-legal-modal-body h5 {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  margin: 18px 0 10px;
}

.suphero-reg-auth-legal-modal-body h5 {
  font-size: 15px;
}

.suphero-reg-auth-legal-modal-body p {
  margin: 0 0 14px;
}

.suphero-reg-auth-legal-modal-body ul {
  padding-left: 20px;
  margin: 0 0 14px;
}

.suphero-reg-auth-legal-modal-body li {
  margin-bottom: 8px;
}

.suphero-reg-auth-legal-modal-body hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 20px 0;
}

.suphero-reg-auth-legal-modal-footer {
  padding: 16px 24px 20px;
  border-top: 1px solid #f1f5f9;
  display: flex;
  justify-content: flex-end;
  background: #ffffff;
}

.suphero-reg-auth-legal-modal-footer button {
  background: linear-gradient(135deg, #ff8800 0%, #e67700 100%);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.suphero-reg-auth-legal-modal-footer button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(255, 136, 0, 0.25);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .suphero-reg-auth-legal-modal {
    max-width: 95%;
    max-height: 90vh;
    flex-direction: column;
  }
  
  .suphero-reg-auth-legal-modal-sidebar {
    width: 100%;
    min-width: 100%;
    max-height: 200px;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }
}

