﻿#page-content-row {
    padding: 0;
}

.jumbotron {
    background-color: #013149;
    color: #fff;
}

.radio-inline label {
    font-weight: 400;
}

.navbar-header {
    width: 400px !important;
}

.panel-header {
    padding: 10px 15px;
}

#sidebar.affix {
    top: 55px;
}

.bg-info h3 {
    padding: 5px;
}

/* Hero Contact Card */
.hero-stat {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.15);
    padding: 15px 20px;
    border-radius: 12px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.hero-stat:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.hero-stat strong {
    font-size: 1.1rem;
    display: block;
}

.hero-stat a {
    color: white;
    text-decoration: none;
}

.hero-stat a:hover {
    text-decoration: underline;
}
