.hub-qr-sec {
    padding: 130px 0px 100px;
}

.hub-qr-wrapper {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.hub-qr-main {
    flex: 1;
    background-color: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    border: 1.5px solid #F0F0F0;
    font-size: 14px;
}

.hub-qr-side {
    width: 35%;
}

.hub-qr-side-card {
    background-color: rgb(244 128 32 / 5%);
    color: currentColor;
    padding: 20px;
    border-radius: 20px;
    font-size: 14px;
}

.hub-qr-header {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.hub-qr-header-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
}

.hub-qr-header-title h1 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0;
}

.hub-qr-header-tag {
    color: #5B5B5C;
    width: 100%;
}

.hub-qr-badge-pet {
    background: rgb(17 47 69 / 10%);
    color: #1e1e1e;
    border: 1px solid rgb(17 47 69 / 30%);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 6px;
}

.hub-qr-status-badge {
    background: #FFF4EC;
    color: #F48020;
    border: 1.5px solid #FAD7C1;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    flex-shrink: 0;
}

.hub-qr-section {
    padding: 0 20px 20px;
}

.hub-qr-section:nth-of-type(n+3) {
    padding-top: 20px;
}

.hub-qr-main .hub-qr-section:last-of-type {
    padding-bottom: 20px;
}

.hub-qr-divider {
    border-bottom: 2px solid #FAFAFA;
    margin: 0 20px 20px;
}

.hub-qr-action-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hub-qr-service-grid+.hub-qr-action-list {
    margin-top: 24px;
}

.hub-qr-welcome-box {
    background-color: #FAFAFA;
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    padding: 20px;
}

.hub-qr-content-editor {
    margin-bottom: 24px;
}

.hub-qr-content-editor h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #1A1A1B;
}

.hub-qr-content-editor p {
    font-size: 14px;
    color: #5B5B5C;
    margin-bottom: 20px;
    line-height: 1.6;
}

.hub-qr-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

.hub-qr-info-card {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    padding: 16px;
    border-radius: 20px;
    flex: 1 1 calc(50% - 16px);
    box-sizing: border-box;
}

.hub-qr-info-card h4 {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 800;
}

.hub-qr-info-card p {
    font-size: 13px;
    color: #5B5B5C;
    line-height: 1.4;
}

.hub-qr-section-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 0px;
}

.hub-qr-section-head span {
    font-size: 24px;
}

.hub-qr-section-head h3 {
    font-size: 14px;
    font-weight: 800;
}

.hub-qr-section-desc {
    font-size: 12px;
    color: #5B5B5C;
    margin-bottom: 24px;
}

.hub-qr-service-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hub-qr-service-item {
    display: flex;
    align-items: center;
    padding: 16px;
    border: 1.5px solid #F0F0F0;
    border-radius: 20px;
    background: white;
    cursor: pointer;
    transition: 0.2s;
    flex: 1 1 calc(50% - 16px);
    box-sizing: border-box;
}

.hub-qr-service-item:hover {
    border-color: #F48020;
    background-color: #FFF4EC;
}

.hub-qr-service-icon {
    font-size: 24px;
    margin-right: 16px;
}

.hub-qr-service-info {
    flex: 1;
}

.hub-qr-service-name {
    font-weight: 700;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
}

.hub-qr-service-price {
    font-size: 12px;
    color: #5B5B5C;
    margin-top: 2px;
}

.hub-qr-service-status {
    font-size: 10px;
    font-weight: 800;
    color: #4CAF50;
}

.hub-qr-action-item {
    padding: 16px 20px;
    border: 1.5px solid #F0F0F0;
    border-radius: 20px;
    color: #1A1A1B;
    text-decoration: none;
    background: #FFFFFF;
}

.hub-qr-action-item .title {
    font-weight: 800;
    display: block;
    margin-bottom: 4px;
}

.hub-qr-action-item .link {
    font-size: 12px;
    color: #F48020;
    word-break: break-all;
}

.hub-qr-cred-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hub-qr-cred-box {
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    padding: 20px 24px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.hub-qr-cred-box .hub-qr-cred-info {
    display: flex;
    flex-direction: column;
}

.hub-qr-cred-label {
    font-size: 12px;
    color: #5B5B5C;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hub-qr-cred-val {
    font-weight: 800;
    color: #1A1A1B;
}

.hub-qr-btn-primary {
    background: #F48020;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.2s;
    white-space: nowrap;
}

.hub-qr-btn-primary:hover {
    background: #000;
}

.hub-qr-cta-wrap {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.hub-qr-cta-wrap p {
    font-size: 12px;
    color: #5B5B5C;
    margin-bottom: 0;
}

.hub-qr-btn-xl {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FAFAFA;
    color: #1A1A1B;
    border: 1.5px solid #EDEDED;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 800;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
    white-space: nowrap;
}

.hub-qr-btn-xl:hover {
    background: #F48020;
    color: white;
    border-color: #F48020;
}

.hub-qr-concierge-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hub-qr-concierge-item {
    background: #FFFFFF;
    border: 1.5px solid #F0F0F0;
    padding: 20px;
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    flex: 1 1 calc(50% - 16px);
    box-sizing: border-box;
}

.hub-qr-concierge-item h5 {
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 6px;
}

.hub-qr-concierge-item span {
    font-size: 12px;
    color: #F48020;
}

.hub-qr-side-title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8px;
}

.hub-qr-side-text {
    margin-bottom: 20px;
}

.hub-qr-side-box {
    background: rgb(244 128 32 / 15%);
    padding: 14px;
    border-radius: 12px;
    margin-bottom: 12px;
    border-left: 3px solid #F48020;
}

.hub-qr-side-box:last-child {
    margin-bottom: 0px;
}

@media(max-width: 1199px) {
    .hub-qr-sec {
        padding: 100px 0px 100px;
    }
}

@media (max-width: 991px) {
    .hub-qr-sec {
        padding: 100px 0 60px;
    }

    .hub-qr-wrapper {
        flex-direction: column;
    }

    .hub-qr-side {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hub-qr-header {
        flex-direction: column;
        gap: 15px;
    }

    .hub-qr-status-badge {
        align-self: flex-start;
    }

    .hub-qr-cta-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .hub-qr-btn-xl {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 650px) {

    .hub-qr-info-card,
    .hub-qr-service-item,
    .hub-qr-concierge-item {
        flex: 1 1 100%;
    }

    .hub-qr-cred-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .hub-qr-btn-primary {
        width: 100%;
        justify-content: center;
        margin-top: 5px;
    }

    .hub-qr-header-title h1 {
        font-size: 20px;
    }
}

.modal-content {
    border-radius: 24px;
    border: none;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF !important;
}

.modal-header {
    border-bottom: 1.5px solid #F0F0F0;
    padding: 24px;
}

.modal-header .btn-close {
    filter: brightness(0) invert(0);
    /* Force black close button icon */
    opacity: 0.8;
}

.modal-header .btn-close:hover {
    opacity: 1;
}

.modal-header .modal-title {
    font-weight: 800;
    font-size: 18px;
    color: #1A1A1B;
}

.modal-body {
    padding: 24px;
}

.hub-qr-modal-box {
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

.hub-qr-modal-box label {
    display: block;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 15px;
    color: #1A1A1B;
}

.hub-qr-modal-scroll-text {
    max-height: 150px;
    overflow-y: auto;
    font-size: 13px;
    color: #5B5B5C;
    line-height: 1.6;
    background: #FFFFFF;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #EDEDED;
}

.hub-qr-modal-scroll-text b {
    color: #1A1A1B;
}

.hub-qr-modal-box .form-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.hub-qr-modal-box .form-check .form-check-input {
    margin-top: 4px;
    /* Align with first line of text */
    flex-shrink: 0;
}

.hub-qr-modal-box .form-check:last-child {
    margin-bottom: 0;
}

.hub-qr-modal-box .form-check-label {
    font-size: 14px;
    color: #1A1A1B;
    font-weight: 500;
    cursor: pointer;
}

.hub-qr-modal-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #5B5B5C;
    margin-bottom: 8px;
    display: block;
    padding-left: 5px;
}

.hub-qr-modal-input {
    background: #FFFFFF;
    border: 1.5px solid #D9D9D9;
    /* More visible border */
    border-radius: 15px;
    padding: 12px 16px;
    width: 100%;
    font-size: 14px;
    color: #1A1A1B;
    transition: 0.2s;
    margin-bottom: 15px;
}

.hub-qr-modal-input:focus {
    border-color: #F48020;
    outline: none;
    background: #FFFFFF;
}

.hub-qr-modal-note {
    font-size: 12px;
    color: #999;
    margin-top: 15px;
}

.modal-footer {
    border-top: 1.5px solid #F0F0F0;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hub-qr-modal-footer-text {
    font-size: 12px;
    color: #5B5B5C;
    margin-bottom: 0;
}

.hub-qr-modal-btn-close {
    background: #FAFAFA;
    color: #1A1A1B;
    border: 1.5px solid #EDEDED;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 800;
    cursor: pointer;
    font-size: 13px;
    transition: 0.2s;
}

.hub-qr-modal-btn-close:hover {
    background: #EDEDED;
}

.modal-backdrop.show {
    opacity: 0.8 !important;
}

.hub-qr-modal-form-grid {
    display: flex;
    gap: 16px;
}

.hub-qr-modal-form-col {
    flex: 1;
}

@media (max-width: 576px) {
    .hub-qr-modal-form-grid {
        flex-direction: column;
        gap: 0;
    }
}