.full-width-div {
    width: 100%;
    position:relative;
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
    left: 0;
    top:0;
    opacity: 100.0;
    background-color:#000000;
    z-index:10;
}

.feature-gradient {
   /* background: linear-gradient(to bottom right, #dee2e6, #c0c0c0) !important;*/
    background: radial-gradient(circle, #dee2e6 0%, #a2a2a2 100%); /* dark gradient */
    border-radius: 1rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5) !important; /* strong shadow */
    border: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-highlight {
    background: radial-gradient(circle, #444444 0%, #000000 100%); /* dark gradient */
    color: #ffffff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.9) !important; /* strong shadow */
    text-align: center;
    transition: box-shadow 0.3s ease-in-out;
}
.feature-highlight:hover {
    box-shadow: 0 0 15px 4px rgba(236, 0, 0, 0.9), 0 12px 40px rgba(0, 0, 0, 0.9) !important;
}
.feature-story {
    background: radial-gradient(circle, #444444 0%, #000000 100%);
    color: white;
    border-radius: 1rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6) !important; /* strong shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.compact-label {
    margin-bottom: 0.25rem; /* tighter than Bootstrap's default 0.5rem */
    font-size: 0.95rem;     /* optional: smaller text for a compact feel */
}
.popover {
    background-color: #000;         /* Black background */
    color: #fff;                    /* White text */
    border: 2px solid #ec0000;      /* Red border */
    border-radius: 0.75rem;         /* Rounded corners */
    box-shadow: 0 0 20px rgba(236, 0, 0, 0.5); /* Red glow */
    max-width: 300px;               /* Optional size limit */
}

.popover-header {
    background-color: #1a1a1a;
    color: #ec0000;
    font-weight: bold;
    border-bottom: 1px solid #ec0000;
}
#trailblazer_cont{
    position: relative;
}
.popover-body {
    color: #fff;
    font-size: 0.95rem;
}

.hero-card {
    background: linear-gradient(to right, #444, #777); /* sleek gray gradient */
    border-radius: 0.75rem;
    display: inline-block;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.hero-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.hero-subheading {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    color: #ffc107; /* soft contrast, or swap with #ec0000 */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.btn {
    position: static !important;
    top: auto !important;
    right: auto !important;
}
.skew-highlight {
    display: inline-block;
    position: relative;
    color: black;
    z-index: 1;
}
.skew-highlight::before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: 50%;
    transform: translateY(-50%) skew(-20deg);
    height: 1.2em;
    background: #ec0000;
    z-index: -1;
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}


.text-shadow {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

.text-shadow-sm {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.feature-box {
    border-radius: 1rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    margin-bottom: 2rem;
}
.badge-ribbon {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ec0000;
    color: #fff;
    padding: 0.3rem 0.75rem;
    font-size: 0.75rem;
    font-weight: bold;
    transform: rotate(45deg);
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
.badge-ribbon-inside {
    position: absolute;
    top: 2.0rem;
    right: 2.0rem;

    transform-origin: top right;
    background-color: #ec0000;
    color: #fff;
    padding: 0.05rem 0.05rem;
    font-size: 0.65rem;
    font-weight: bold;
    border-radius: 0.2rem;
    z-index: 10;
    box-shadow: 0 0 8px rgba(236, 0, 0, 0.4);
    white-space: nowrap;
}

.hide{
    display: none !important;
}

.badge-price {
    font-size: 1.25rem;
    font-weight: bold;
    background: linear-gradient(145deg, #ec0000, #b00000); /* gradient red */
    color: white;
    margin-top: 25px;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3), inset 0 -2px 4px rgba(0, 0, 0, 0.2); /* outer + inner shadow */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); /* glow under text */
    transition: transform 0.2s ease;
}
.badge-price + small {
    font-size: 0.75rem;
    margin-top: 0.25rem;
}
.bottom-line-text {
    border-top: 2px solid #ec0000;
    padding-top: 5px;
    width: 60%;
    margin-left: auto;
    font-weight: bold;
    font-size: 0.95rem;
    color: #ec0000;
}

/* Add this for pulsing urgency */
.feature-highlight.urgent {
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 12px rgba(255, 0, 0, 0.4);
    }
    50% {
        box-shadow: 0 0 24px rgba(255, 0, 0, 0.8);
    }
    100% {
        box-shadow: 0 0 12px rgba(255, 0, 0, 0.4);
    }
}


.testimonials {
    background: #f1f1f1;
}
.testimonial {
    font-style: italic;
    margin: 20px auto;
    max-width: 600px;
    color: #333;
}

/* Bootstrap 3 Spoofs */
.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hidden {
    display: none !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.modal-header.custom-header {
    background-image: url('/images/voicerecordheader.jpg'); /* Your background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80px;
    width: 100%;
    display:block;
    border-bottom: none;
    padding: 0;
    position: relative;
}
@media (max-width: 576px){
    .modal-header.custom-header{
        height: 50px;
    }
}

.modal-header.custom-header-whitepaper {
    background-image: url('/images/whitepaperheader.jpg'); /* Your background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80px;
    width: 100%;
    display:block;
    border-bottom: none;
    padding: 0;
    position: relative;
}
@media (max-width: 576px){
    .modal-header.custom-header-whitepaper{
        height: 50px;
    }
}

.spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1085;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.spinner-overlay.show {
    opacity: 1;
    pointer-events: all;
}

.countdown-timer {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: white;
    background-color: #212121;
    border-radius: 50%;
    border: 2px solid #ec0000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}


.countdown-timer.glow {
    animation: pulseGlow 0.7s infinite;
}

.countdown-timer.warning {
    color: #ec0000;
}

@keyframes pulseGlow {
    0%   { box-shadow: 0 0 5px #ec0000; }
    50%  { box-shadow: 0 0 15px #ff4d4d; }
    100% { box-shadow: 0 0 5px #ec0000; }
}


.vr-btn {
    min-width: 100px;
    height: 48px;
    font-size: 1rem;
}

.btn-emphasis {
    font-weight: bold;
    border: 2px solid #fff;
    box-shadow: 0 0 8px rgba(0, 255, 0, 0.5);
    transition: all 0.3s ease;
}

.btn-emphasis:hover {
    box-shadow: 0 0 12px rgba(0, 255, 0, 0.8);
}

/* Default: Let buttons flow inline */
#voiceModal .button-grid .btn {
    flex: 0 0 auto;
}

/* On small screens, enforce 2-per-row */
@media (max-width: 576px) {
    #voiceModal .button-grid .btn {
        flex: 0 0 48%;   /* roughly half width with small gap */
    }
}
.modal-header .btn-close {
    position: absolute;
    top: 8px;
    right: 8px;
    filter: invert(1);
}
.modal-content {
    background-color: #000;
    color: #fff;
    border: 3px solid #ec0000;
    border-radius: 12px;
    width: 100%;
}
.modal-header {
    border-bottom: none;
    background-color: #fff;
}
.modal-header img {
    max-height: 60px;
    margin: 0 auto;
}
.line-wrapper{
    width: 100%;
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: auto;
    line-height: 0;
    max-width: none;
}
.btn-success { background-color: #ec0000; border: none; }
.btn-danger { background-color: #333; border: none; }
.btn-warning, .btn-primary, .btn-info {
    border: none;
}
.btn-warning { background-color: #b30000; }
.btn-primary { background-color: #444; }
.btn-info { background-color: #ec0000; }
#uploadStatus {
    font-weight: bold;
    color: #ec0000;
}
