/* Custom Scrollbar for Pro Feel */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0a0f1d; }
::-webkit-scrollbar-thumb { background: #1e293b; border-radius: 10px; }

/* Phone Preview Frames with Rounded Corners and Shadow */
.phone-frame {
    border: 8px solid #1e293b;
    border-radius: 30px;
    background: #000;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}

/* Base style for customizable elements in preview */
.preview-custom {
    border-radius: 15px; /* Common rounded corners */
}

/* Landscape orientation button styling */
.nav-btn { transition: all 0.2s ease; }
.nav-btn:active { transform: scale(0.95); }
