/* =========================================
   1. GLOBAL & BODY STYLES
   ========================================= */
body {
    background-color: #34495e; /* Signature Dark Slate Blue */
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    padding-top: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

a { text-decoration: none !important; transition: all 0.2s ease; }

/* =========================================
   2. TRANSPARENT NAVIGATION BAR
   ========================================= */
.navbar.navbar-default {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 20px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-brand {
    color: #ffffff !important;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.navbar-brand:hover { color: #e0e0e0 !important; opacity: 0.9; }

.navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 18px !important;
    border-radius: 4px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    transform: translateY(-1px);
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.25) !important;
    font-weight: 700;
}

/* Mobile Toggle Button */
.navbar-toggle { border-color: rgba(255, 255, 255, 0.5) !important; }
.navbar-toggle .icon-bar { background-color: #ffffff !important; }
.navbar-toggle:hover { background-color: rgba(255, 255, 255, 0.2) !important; }

@media (max-width: 767px) {
    .navbar-collapse {
        background-color: #2c3e50;
        border-radius: 8px;
        margin-top: 10px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.4);
        padding: 10px;
    }
}

/* =========================================
   3. MAIN ORDER CARD (Centered & Clean)
   ========================================= */
.well {
    background-color: #f0f4f7; /* Soft Off-White to reduce brightness */
    border: none;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #2c3e50;
}

.form-control {
    background-color: #ffffff;
    border: 1px solid #dbe4ea;
    color: #2c3e50;
    height: 50px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    font-size: 15px;
    padding-left: 15px;
    font-weight: 500;
}

.form-control:focus {
    border-color: #34495e;
    box-shadow: 0 0 0 3px rgba(52, 73, 94, 0.15);
}

label.control-label {
    color: #586a7c;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 13px;
    text-transform: uppercase;
}

/* Professional Description Box */
.panel-body.border-solid {
    background-color: #e6eaee;
    border: 1px solid #dbe4ea;
    border-radius: 8px;
    padding: 20px;
    color: #4a5a6a;
    line-height: 1.7;
    font-size: 14px;
}

.btn-primary {
    background-color: #34495e;
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(52, 73, 94, 0.3);
}

.btn-primary:hover {
    background-color: #233140 !important;
    transform: translateY(-2px);
}

.alert { border-radius: 8px; border: none; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.badge { background-color: #e67e22; padding: 5px 10px; border-radius: 20px; }

/* =========================================
   4. SERVICE PROOF WIDGET (Live Activity)
   ========================================= */
.proof-card {
    background: #ffffff;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    margin-bottom: 25px;
    margin-top: 15px;
}

.proof-header {
    background: #f8f9fa;
    padding: 10px 15px;
    border-bottom: 1px solid #e1e8ed;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.proof-title { 
    font-size: 11px; 
    font-weight: 800; 
    color: #34495e; 
    text-transform: uppercase; 
}

.proof-live-indicator { 
    font-size: 10px; 
    color: #e74c3c; 
    font-weight: 700; 
    display: flex; 
    align-items: center; 
    text-transform: uppercase;
}

.blink-dot { 
    width: 6px; 
    height: 6px; 
    background: #e74c3c; 
    border-radius: 50%; 
    margin-right: 5px; 
    animation: blinker 1.5s linear infinite; 
}

/* Small text for update frequency */
.proof-update-text {
    font-size: 9px;
    color: #7f8c8d;
    font-weight: normal;
    margin-left: 5px;
    text-transform: none;
}

.proof-item {
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
}

.proof-item:last-child { border-bottom: none; }

.proof-icon-box {
    width: 32px; height: 32px;
    background: #ecf0f1; color: #7f8c8d;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-right: 12px; font-size: 14px;
}

.proof-details { flex: 1; }
.proof-row-top { display: flex; justify-content: space-between; margin-bottom: 2px; }

.proof-user { 
    font-weight: 700; 
    color: #2c3e50; 
    font-size: 12px; 
}

.proof-qty { 
    font-weight: 800; 
    color: #27ae60; 
    font-size: 12px; 
}

.proof-row-bot { display: flex; justify-content: space-between; }

.proof-time { 
    font-size: 10px; 
    color: #bdc3c7; 
}

/* --- LINK FIX FOR PROOF --- */
/* This makes the order look like a button when you hover over it */
.proof-item-link:hover .proof-item {
    background: #f8f9fa !important; 
    cursor: pointer;
}

/* This ensures the link doesn't turn blue or purple */
.proof-item-link {
    text-decoration: none !important;
    display: block;
    color: inherit !important;
}

/* Styling for the new Instagram icon in place of the thunderstorm */
.proof-icon-box {
    width: 32px;
    height: 32px;
    background: #ffffff !important; /* White background to let the IG colors pop */
    border: 1px solid #efefef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    overflow: hidden;
}

.platform-icon-img {
    width: 20px; /* Adjust size to fit inside the circle */
    height: 20px;
    object-fit: contain;
}

/* Ensure the username text remains clear without masking */
.proof-user {
    font-weight: 700;
    color: #2c3e50;
    font-size: 13px;
    text-transform: none; /* Keeps original casing */
}

@keyframes blinker { 50% { opacity: 0; } }