/* Author: Andy Bui - abui.top */
/* HOME PAGE CSS */
.qm-overlap-box { margin-top: -90px !important; position: relative; z-index: 10; border-radius: 16px; }
.qm-tab-pill { border-radius: 99px !important; color: #555 !important; border: 1px solid #ddd !important; font-weight: 600 !important; background: #fff !important; }
.qm-tab-pill.active, .qm-tab-pill:hover { background-color: #f4f9f6 !important; color: #125B30 !important; border-color: #125B30 !important; }

.qm-process-wrap { display: flex; justify-content: space-between; position: relative; margin-top: 10px; }
.qm-process-line { position: absolute; top: 25px; left: 10%; right: 10%; height: 1px; border-top: 2px dashed #cae0d2; z-index: 1; }
.qm-process-step { width: 80px; text-align: center; position: relative; z-index: 2; }
.qm-process-icon { width: 50px; height: 50px; background: #fff; border: 2px solid #125B30; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px auto; position: relative; }
.qm-process-num { width: 22px; height: 22px; background: #125B30; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; position: absolute; top: -8px; right: -5px; border: 2px solid #fff; }
.qm-process-icon i { font-size: 20px; color: #125B30; }
.qm-process-step p { font-size: 12px; font-weight: 600; color: #444; line-height: 1.3; margin: 0; }

.qm-avatars { display: flex; align-items: center; }
.qm-avatars img { width: 36px; height: 36px; border-radius: 50%; border: 2px solid #fff; margin-left: -12px; object-fit: cover; }
.qm-avatars img:first-child { margin-left: 0; }
.qm-partner-logo { filter: grayscale(100%); opacity: 0.6; transition: 0.3s; object-fit: contain; }
.qm-partner-logo:hover { filter: grayscale(0%); opacity: 1; }
