/* Additional custom styles */
.pillar-marker {
    z-index: 1000 !important;
}

.pillar-marker .leaflet-marker-icon {
    background: transparent !important;
    border: none !important;
    z-index: 1000 !important;
}

/* Pillar icon hover animation - Bright Orange Theme */
.pillar-marker-icon .pillar-icon-container {
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.pillar-marker-icon .pillar-icon-container:hover {
    transform: scale(1.35);
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.35) 0%, rgba(255, 140, 66, 0.35) 50%, rgba(255, 160, 122, 0.35) 100%) !important;
    border-color: rgba(255, 107, 53, 0.25) !important;
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.2), 0 0 0 4px rgba(255, 107, 53, 0.15), inset 0 1px 3px rgba(255, 255, 255, 0.3) !important;
    z-index: 2000 !important;
}

/* Ensure hover works on marker */
.leaflet-marker-icon.pillar-marker-icon:hover .pillar-icon-container {
    transform: scale(1.35);
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.35) 0%, rgba(255, 140, 66, 0.35) 50%, rgba(255, 160, 122, 0.35) 100%) !important;
    border-color: rgba(255, 107, 53, 0.25) !important;
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.2), 0 0 0 4px rgba(255, 107, 53, 0.15), inset 0 1px 3px rgba(255, 255, 255, 0.3) !important;
}

.leaflet-marker-pane {
    z-index: 600 !important;
}

.leaflet-marker-icon {
    z-index: 1000 !important;
}

.leaflet-popup-content {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.leaflet-popup-content h3 {
    color: #00B4D8;
    margin-bottom: 8px;
    font-weight: 600;
}

.leaflet-popup-content p {
    margin: 5px 0;
}

/* Compartment Popup - ESRI Glassmorphism Theme */
.compartment-popup-container .leaflet-popup-content-wrapper {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.4) 0%, 
        rgba(240, 242, 245, 0.45) 100%) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(144, 164, 174, 0.4) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 
                0 0 0 1px rgba(255, 255, 255, 0.1) inset !important;
    padding: 0 !important;
    overflow: hidden !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.compartment-popup-container .leaflet-popup-content {
    margin: 0 !important;
    width: auto !important;
    min-width: 200px !important;
    max-width: 280px !important;
    padding: 0 !important;
}

.compartment-popup {
    padding: 0 !important;
    margin: 0 !important;
}

.compartment-popup .popup-header {
    background: #000000 !important;
    color: #FFFFFF !important;
    padding: 10px 36px 10px 18px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    border-bottom: 1px solid rgba(144, 164, 174, 0.3) !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    position: relative !important;
}

.compartment-popup .popup-content {
    padding: 14px 20px !important;
    background: transparent !important;
    backdrop-filter: none !important;
}

.compartment-popup .popup-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 8px !important;
    padding: 8px 12px !important;
    background: linear-gradient(135deg, 
        rgba(0, 150, 199, 0.3) 0%, 
        rgba(0, 180, 216, 0.25) 100%) !important;
    border-radius: 6px !important;
    border: 1px solid rgba(144, 164, 174, 0.2) !important;
    gap: 12px !important;
}

.compartment-popup .popup-row-last {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.compartment-popup .popup-label {
    font-weight: 700 !important;
    color: #4A5568 !important;
    font-size: 11px !important;
    flex: 0 0 auto !important;
    line-height: 1.5 !important;
    text-transform: none !important;
    white-space: nowrap !important;
}

.compartment-popup .popup-value {
    color: #1A202C !important;
    word-break: break-word !important;
    font-size: 11px !important;
    flex: 1 !important;
    text-align: right !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    min-width: 0 !important;
}

.compartment-popup-container .leaflet-popup-tip {
    background: linear-gradient(135deg, 
        rgba(96, 125, 139, 0.25) 0%, 
        rgba(69, 90, 100, 0.3) 100%) !important;
    border: 1px solid rgba(144, 164, 174, 0.3) !important;
}

.compartment-popup-container .leaflet-popup-close-button {
    color: #90E0EF !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    width: 26px !important;
    height: 26px !important;
    line-height: 26px !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    top: 8px !important;
    right: 8px !important;
    transition: all 0.3s ease !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    z-index: 10 !important;
}

.compartment-popup-container .leaflet-popup-close-button:hover {
    background-color: rgba(0, 180, 216, 0.2) !important;
    color: #FFFFFF !important;
    box-shadow: 0 2px 8px rgba(0, 180, 216, 0.3) !important;
}

.marker-cluster-custom {
    background-clip: padding-box;
    border-radius: 20px;
}

.marker-cluster-custom div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Measure tooltip (A/B labels on selected pillars) */
.measure-tooltip {
    background: rgba(30, 41, 59, 0.92) !important;
    border: 1px solid rgba(100, 160, 220, 0.5) !important;
    border-radius: 4px !important;
    color: #e2e8f0 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 2px 6px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4) !important;
}
.measure-tooltip::before { display: none !important; }

/* Boundary labels */
.boundary-label {
    background: transparent !important;
    border: none !important;
}

.compartment-label {
    opacity: 0.8 !important;
}

.compartment-label div {
    background: rgba(55, 65, 81, 0.7) !important;
    color: #e5e7eb !important;
    border: 1px solid rgba(107, 114, 128, 0.5) !important;
}

.range-label {
    opacity: 0.8 !important;
}

.range-label div {
    background: rgba(55, 65, 81, 0.7) !important;
    color: #e5e7eb !important;
    border: 1px solid rgba(107, 114, 128, 0.5) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #map {
        height: calc(100vh - 64px);
    }
    
    .sidebar {
        position: absolute;
        top: 64px;
        left: 0;
        height: calc(100vh - 64px);
        z-index: 1000;
    }
    
    .base-map-toggle {
        font-size: 12px;
        padding: 6px 8px;
    }
    
    .map-control-btn {
        width: 32px;
        height: 32px;
        padding: 4px;
    }
    
    .status-bar {
        flex-direction: column;
        gap: 8px;
        padding: 8px;
        font-size: 11px;
    }
    
    #gotoCoords {
        width: 100%;
        font-size: 11px;
    }
    
    nav h1 {
        font-size: 16px;
    }
    
    nav img {
        max-height: 36px;
        max-width: 100px;
    }
}

/* Tooltip styles */
[title] {
    cursor: help;
}

/* Status bar transparency */
.status-bar {
    background: rgba(107, 114, 128, 0.8) !important;
    backdrop-filter: blur(10px);
    color: white !important;
}

/* Boundary layer styles */
.leaflet-interactive {
    cursor: pointer;
}

/* Loading spinner */
.fa-spinner {
    animation: spin 1s linear infinite;
    color: #00B4D8 !important;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Export Master CSV button cursor */
#exportMasterCsv {
    cursor: pointer;
}

#exportMasterCsv:hover {
    cursor: pointer;
}

/* Search input cursor */
#searchInput {
    cursor: text;
}

#searchInput:focus {
    cursor: text;
    outline: none;
    border-color: #9ca3af;
}

/* Status bar - bottom right compact */
.status-bar {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: 8px !important;
    padding: 6px 12px !important;
    background: rgba(107, 114, 128, 0.85) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(156, 163, 175, 0.3) !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    color: white !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
    z-index: 1000 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    max-width: fit-content !important;
}

/* Ensure map container accounts for status bar */
#map {
    padding-bottom: 0;
}

/* Measure mode: crosshair cursor on the map and every element inside it */
#map.measure-mode,
#map.measure-mode * {
    cursor: crosshair !important;
}

/* Map container wrapper to ensure status bar visibility */
.flex-1.relative {
    position: relative;
}

/* Body and html adjustments to prevent browser status bar overlap */
body {
    padding-bottom: 0;
    margin-bottom: 0;
    overflow-x: hidden;
    position: relative;
}

html {
    overflow-x: hidden;
    height: 100%;
}

/* ==================================================
   ESRI-INSPIRED DESIGN SYSTEM
   Teal/Cyan color palette + Glassmorphism
   ================================================== */

/* Glassmorphism Login Modal */
.login-modal-glass {
    background: linear-gradient(135deg, 
        rgba(96, 125, 139, 0.25) 0%, 
        rgba(69, 90, 100, 0.3) 100%);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-radius: 16px;
    border: 1px solid rgba(144, 164, 174, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

/* Login Input Fields */
.login-input {
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.login-input:focus {
    background: rgba(96, 125, 139, 0.25) !important;
    border-color: rgba(0, 150, 199, 0.6) !important;
    box-shadow: 0 0 0 3px rgba(0, 150, 199, 0.15), 
                0 2px 8px rgba(0, 150, 199, 0.2);
    outline: none;
}

.login-input::placeholder {
    color: #90A4AE;
    opacity: 0.6;
}

/* Teal Gradient Button (ESRI Style) */
.login-btn-teal,
.export-btn-teal {
    background: linear-gradient(135deg, #0096C7 0%, #00B4D8 100%);
    color: #FFFFFF;
    border: 1px solid rgba(0, 180, 216, 0.5);
    box-shadow: 0 2px 8px rgba(0, 150, 199, 0.3);
}

.login-btn-teal:hover,
.export-btn-teal:hover {
    background: linear-gradient(135deg, #0077B6 0%, #0096C7 100%);
    box-shadow: 0 4px 12px rgba(0, 150, 199, 0.4);
    transform: translateY(-1px);
}

.login-btn-teal:active,
.export-btn-teal:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 150, 199, 0.3);
}

/* Teal/Cyan Color Variables (ESRI Palette) */
:root {
    --esri-teal: #00B4D8;
    --esri-teal-dark: #0096C7;
    --esri-teal-darker: #0077B6;
    --esri-cyan: #48CAE4;
    --esri-cyan-light: #90E0EF;
    --esri-gray: #607D8B;
    --esri-gray-light: #78909C;
    --esri-gray-lighter: #90A4AE;
    --esri-gray-lightest: #B0BEC5;
}

/* ==================================================
   MAP CONTROLS - ESRI GLASSMORPHISM STYLE
   ================================================== */

/* Base Map Toggle Buttons */
.base-map-toggle {
    background: linear-gradient(135deg, 
        rgba(96, 125, 139, 0.25) 0%, 
        rgba(69, 90, 100, 0.3) 100%);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border: 1px solid rgba(144, 164, 174, 0.4);
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 4px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #ECEFF1;
    font-size: 13px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.base-map-toggle:hover {
    background: linear-gradient(135deg, 
        rgba(96, 125, 139, 0.4) 0%, 
        rgba(69, 90, 100, 0.45) 100%);
    border-color: rgba(0, 150, 199, 0.5);
    box-shadow: 0 3px 12px rgba(0, 150, 199, 0.25);
    transform: translateX(2px);
}

.base-map-toggle.active {
    background: linear-gradient(135deg, 
        rgba(0, 150, 199, 0.35) 0%, 
        rgba(0, 180, 216, 0.4) 100%);
    color: #FFFFFF;
    border-color: rgba(0, 180, 216, 0.6);
    box-shadow: 0 0 16px rgba(0, 180, 216, 0.4), 
                0 3px 12px rgba(0, 0, 0, 0.2);
}

.base-map-toggle i {
    color: var(--esri-cyan);
}

.base-map-toggle.active i {
    color: #90E0EF;
}

/* Map Control Buttons (Home, Zoom, Location) */
.map-control-btn {
    background: linear-gradient(135deg, 
        rgba(96, 125, 139, 0.3) 0%, 
        rgba(69, 90, 100, 0.35) 100%);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border: 1px solid rgba(144, 164, 174, 0.4);
    border-radius: 8px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #ECEFF1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    margin-bottom: 4px;
}

.map-control-btn:hover {
    background: linear-gradient(135deg, 
        rgba(0, 150, 199, 0.4) 0%, 
        rgba(0, 180, 216, 0.45) 100%);
    border-color: rgba(0, 180, 216, 0.6);
    box-shadow: 0 0 12px rgba(0, 180, 216, 0.4), 
                0 3px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.map-control-btn i {
    color: var(--esri-cyan);
}

.map-control-btn:hover i {
    color: #90E0EF;
}

/* Map Controls Container */
.map-controls-container {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Basemap Widget Container */
.basemap-widget {
    background: linear-gradient(135deg, 
        rgba(96, 125, 139, 0.2) 0%, 
        rgba(69, 90, 100, 0.25) 100%);
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(144, 164, 174, 0.3);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* Status Bar */
.status-bar {
    background: linear-gradient(135deg, 
        rgba(96, 125, 139, 0.85) 0%, 
        rgba(69, 90, 100, 0.9) 100%);
    backdrop-filter: blur(16px) saturate(150%);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    padding: 8px 16px;
    border-radius: 8px 0 0 0;
    border-top: 1px solid rgba(144, 164, 174, 0.4);
    border-left: 1px solid rgba(144, 164, 174, 0.4);
    color: #ECEFF1;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
}

.status-bar span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.status-bar #scale {
    color: var(--esri-cyan-light);
    font-weight: 600;
}

.status-bar input {
    background: rgba(96, 125, 139, 0.4) !important;
    border-color: rgba(144, 164, 174, 0.5) !important;
}

.status-bar input:focus {
    background: rgba(96, 125, 139, 0.6) !important;
    border-color: var(--esri-teal) !important;
}

.status-bar button {
    background: linear-gradient(135deg, 
        rgba(0, 150, 199, 0.5) 0%, 
        rgba(0, 180, 216, 0.6) 100%) !important;
    border-color: rgba(0, 180, 216, 0.6) !important;
}

.status-bar button:hover {
    background: linear-gradient(135deg, 
        rgba(0, 150, 199, 0.7) 0%, 
        rgba(0, 180, 216, 0.8) 100%) !important;
    box-shadow: 0 2px 8px rgba(0, 180, 216, 0.4);
}

/* Replace Indigo with Teal globally */
.bg-indigo-600, [class*="bg-indigo"] {
    background: linear-gradient(135deg, var(--esri-teal-dark) 0%, var(--esri-teal) 100%) !important;
}

.bg-indigo-600:hover, [class*="bg-indigo"]:hover {
    background: linear-gradient(135deg, var(--esri-teal-darker) 0%, var(--esri-teal-dark) 100%) !important;
}

.text-indigo-400, [class*="text-indigo"] {
    color: var(--esri-teal) !important;
}

.border-indigo-500, [class*="border-indigo"] {
    border-color: var(--esri-teal) !important;
}

/* Focus states - Teal instead of Blue */
input:focus, select:focus, textarea:focus {
    border-color: var(--esri-teal) !important;
    box-shadow: 0 0 0 3px rgba(0, 180, 216, 0.15) !important;
}

/* Teal Buttons (Modern Gradient) */
button[class*="indigo"], 
.btn-teal {
    background: linear-gradient(135deg, var(--esri-teal-dark) 0%, var(--esri-teal) 100%);
    border-color: var(--esri-teal);
    transition: all 0.3s ease;
}

button[class*="indigo"]:hover, 
.btn-teal:hover {
    background: linear-gradient(135deg, var(--esri-teal-darker) 0%, var(--esri-teal-dark) 100%);
    box-shadow: 0 4px 12px rgba(0, 150, 199, 0.3);
    transform: translateY(-1px);
}

/* Cyan Accents (replace violet/purple) */
.text-purple-400, .text-violet-400 {
    color: var(--esri-cyan) !important;
}

.bg-purple-600, .bg-violet-600 {
    background: var(--esri-cyan) !important;
}

.border-purple-500, .border-violet-500 {
    border-color: var(--esri-cyan) !important;
}

/* Teal Icons */
/* Icon Color Scheme - ESRI Theme */
.fa-shield-alt, .fa-download, .fa-check-circle {
    color: var(--esri-teal) !important;
}

/* Icon animations and hover effects */
.fas, .far, .fab {
    transition: all 0.3s ease;
}

/* Map control icons */
.map-control-btn .fas {
    color: #90E0EF !important;
    transition: all 0.3s ease;
}

.map-control-btn:hover .fas {
    color: #ADE8F4 !important;
    transform: scale(1.1);
}

/* Basemap toggle icons */
.base-map-toggle .fas {
    transition: all 0.3s ease;
}

.base-map-toggle:hover .fas {
    color: #ADE8F4 !important;
    transform: scale(1.1);
}

.base-map-toggle.active .fas {
    color: #00B4D8 !important;
}

/* Sidebar boundary toggle icons */
.boundary-toggle .fas {
    transition: all 0.3s ease;
}

.boundary-toggle:hover .fas {
    filter: brightness(1.2);
    transform: scale(1.05);
}

/* Search icon pulse on focus */
#searchInput:focus + .fa-search {
    color: #00B4D8 !important;
    animation: iconPulse 1.5s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* Upload icon hover */
.fa-cloud-upload-alt {
    transition: all 0.3s ease;
}

label:hover .fa-cloud-upload-alt {
    color: #00B4D8 !important;
    transform: translateY(-3px);
}

/* Status icons */
.fa-info-circle, .fa-clock {
    transition: all 0.3s ease;
}

/* Export button icons */
#exportMasterCsv .fas {
    transition: all 0.3s ease;
}

#exportMasterCsv:hover .fa-table {
    color: #00B4D8 !important;
    transform: rotate(-5deg) scale(1.1);
}

#exportMasterCsv:hover .fa-file-code {
    color: #90E0EF !important;
    transform: rotate(5deg) scale(1.1);
}

/* Session icons */
.fa-user-shield {
    color: #00B4D8 !important;
}

#logoutBtn:hover .fa-sign-out-alt {
    transform: translateX(3px);
}

/* Chevron rotation animation */
#compartmentChevron {
    transition: transform 0.3s ease;
}

#compartmentChevron.rotated {
    transform: rotate(180deg);
}

/* Session Status with Teal Gradient */
#sessionStatus .bg-gray-700 {
    background: linear-gradient(135deg, 
        rgba(96, 125, 139, 0.2) 0%, 
        rgba(69, 90, 100, 0.25) 100%);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(144, 164, 174, 0.3);
}

/* Glassmorphism for Modal Backgrounds */
.modal-glass {
    background: linear-gradient(135deg, 
        rgba(75, 85, 99, 0.85) 0%, 
        rgba(55, 65, 81, 0.9) 100%);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
}

/* Smooth transitions for all interactive elements */
button, input, select, .boundary-toggle, .base-map-toggle {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Modern gradient for export button */
#exportMasterCsv {
    background: linear-gradient(135deg, 
        rgba(96, 125, 139, 0.8) 0%, 
        rgba(78, 109, 124, 0.85) 100%);
    border-color: rgba(144, 164, 174, 0.5);
}

#exportMasterCsv:hover {
    background: linear-gradient(135deg, 
        rgba(96, 125, 139, 0.95) 0%, 
        rgba(78, 109, 124, 1) 100%);
    box-shadow: 0 4px 12px rgba(0, 150, 199, 0.2);
    transform: translateY(-1px);
}

/* Teal glow for active states */
.boundary-toggle.active,
.base-map-toggle.active {
    border-color: var(--esri-teal) !important;
    box-shadow: 0 0 12px rgba(0, 180, 216, 0.3);
}

/* Modern scrollbar with teal accent */
::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--esri-gray) 0%, var(--esri-gray-light) 100%);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, var(--esri-teal-dark) 0%, var(--esri-teal) 100%);
}

/* Compact Header */
nav {
    min-height: 56px !important; /* Logo (44px) + padding (2×6px) = 56px */
    max-height: 56px !important;
    height: 56px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* Logo round background in header */
.logo-box {
    background: #FFFFFF !important;
    padding: 3px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s ease !important;
    width: 44px !important;
    height: 44px !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 1 !important;
}

.logo-box img {
    border-radius: 50% !important;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.logo-box:hover {
    box-shadow: 0 3px 10px rgba(0, 180, 216, 0.3);
    transform: scale(1.05);
}