a.qhlk:link {
  color: black;
} 
a.qhlk:visited {
  color: black;
} 
a.qhlk:hover {
  color: black;
}
a.qhlk:active {
  color: black;
}
@media screen and (max-width: 2400px) {
/* start of desktop styles */
	.qb_header{
		padding-left : 4% ;
		padding-right : 5% ;
		display: flex;
		flex-direction: row; 
		justify-content: space-between;
	}
	.qb_header_src{
		width: 30% ;
		order :  2 ;
		margin-top : 2vh ;
	}
	.qb_header_logo{
		width : 25vw ;
		order : 1 ;
	}
	.qb_header_nav{
		width : 40vw ;
		order : 3 ;
	}
}
@media screen and (max-width: 1400px) {
/* start of desktop styles */
	.qb_header{
		padding-left : 4% ;
		padding-right : 5% ;
		padding-top : 0px;
		display: flex;
		flex-direction: row; 
		justify-content: space-between;
	}
	.qb_header_src{
		width: 35% ;
		order :  2 ;
		margin-left : auto ;
		margin-top : 0px;
	}
	.qb_header_logo{
		width : 220px;
		order : 1 ;
		margin-top : 0px;
	}
	.qb_header_nav{
		width : 35vw ;
		order : 3 ;
		margin-top : 2vh;
	}
}
@media screen and (max-width: 991px) {
/* start of large tablet styles */
	.qb_header{
		padding-left : 2% ;
		padding-right : 2% ;
		display: flex;
		flex-direction: row; 
		justify-content: space-between;
	}
	.qb_header_src{
		width: 30% ;
		order :  2 ;
		margin-top : 2vh ;
	}
	.qb_header_logo{
		width : 25vw ;
		order : 1 ;
	}
	.qb_header_nav{
		width : 40vw ;
		order : 3 ;
	}
}

@media screen and (max-width: 767px) {
/* start of medium tablet styles */
	.qb_header{
		padding-left : 4% ;
		padding-right : 4% ;
		display: flex;
		flex-direction: row; 
		justify-content: space-between;
	}
	.qb_header_src{
		width: 100% ;
		order :  3 ;
		margin-top : 2vh ;
	}
	.qb_header_logo{
		width : 25vw ;
		order : 1 ;
	}
	.qb_header_nav{
		width : 60vw ;
		order : 2 ;
	}
}
@media screen and (max-width: 767px) and (max-height: 400px) {
/* start of medium tablet styles */
	.qb_header{
		padding-left : 2% ;
		padding-right: 2% ;
		display: flex;
		flex-direction: row; 
		justify-content: space-between;
	}
	.qb_header_src{
		width: 100vw ;
		order :  3 ;
		margin-top : 2vh ;
	}
	.qb_header_logo{
		width : 25vw ;
		order : 1 ;
	}
	.qb_header_nav{
		width : 60vw ;
		order : 2 ;
	}
}

@media screen and (max-width: 479px){
/* start of phone styles */
	.qb_header{
		padding-left : 3% ;
		padding-right : 2% ;
		display: flex;
		flex-direction: row; 
		justify-content: space-between;
	}
	.qb_header_src{
		width: 100% ;
		order :  3 ;
		margin-top : 2vh ;
		margin-left : 0px;
	}
	.qb_header_logo{
		width : 25vw ;
		order : 1 ;
	}
	.qb_header_nav{
		width : 65vw ;
		order : 2 ;
	}
}

/* ── Search bar, nav, CTA button ──────────────────────────────── */
.qb-header-search {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 52px 0 20px;
    border: 1px solid #d6dce5 !important;
    border-radius: 16px;
    background: #f3f5f7 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 6px 16px rgba(15, 23, 42, 0.05) !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.qb-header-search:hover,
.qb-header-search:focus-within {
    border-color: #c8d0da !important;
    background: #eef2f5 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 8px 18px rgba(15, 23, 42, 0.08) !important;
    transform: translateY(-1px);
}

.qb-header-search i {
    position: absolute;
    left: 9px;
    top: 50%;
    color: #64748b;
    transform: translateY(-50%);
    pointer-events: none;
}

.qb-header-search-wrap {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.qb-header-search .form-control {
    height: 46px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #0f172a;
    font-size: 0.95rem;
}

.qb-header-search .form-control:focus {
    background: transparent;
    box-shadow: none;
}

.qb-header-search .form-control::placeholder {
    color: #94a3b8;
}

.qb-header-search-submit {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
}

.qb-header-search-submit:hover,
.qb-header-search-submit:focus {
    background: #2563eb;
    color: #fff;
    outline: none;
}

.qb-search-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 1050;
    display: none;
    padding: 10px;
    border: 1px solid #dbe3ee;
    border-radius: 16px;
    background: rgba(255,255,255,0.98);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(8px);
}

.qb-search-suggestions.is-open {
    display: block;
}

.qb-search-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
    padding: 0 4px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #64748b;
}

.qb-search-clear {
    border: 0;
    background: transparent;
    color: #2563eb;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0;
}

.qb-search-list {
    display: grid;
    gap: 6px;
}

.qb-search-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #0f172a;
    text-align: left;
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.qb-search-item:hover,
.qb-search-item:focus,
.qb-search-item.is-active {
    background: #eff6ff;
    color: #1d4ed8;
    outline: none;
    transform: translateY(-1px);
}

.qb-search-item-icon {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: #e2e8f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    flex-shrink: 0;
}

.qb-search-item-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.qb-search-item-title {
    display: block;
    font-size: 0.86rem;
    font-weight: 600;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qb-search-item-sub {
    display: block;
    margin-top: 2px;
    font-size: 0.72rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qb-search-item mark {
    padding: 0;
    background: transparent;
    color: #dc2626;
    font-weight: 700;
}

.qb-search-mobile-tip {
    display: none;
    margin-top: 8px;
    padding: 0 4px;
    font-size: 0.72rem;
    color: #64748b;
}

.qb-site-nav .qb-site-nav-link {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #475569;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.qb-site-nav .qb-site-nav-link:hover,
.qb-site-nav .qb-site-nav-link:focus {
    color: #0f172a;
}

.qb-site-nav .qb-site-nav-link.active {
    font-weight: 600;
    color: #0f172a;
}

#btn_smb_offer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.24);
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

/* Country selector link — prevent flag+name from wrapping */
.qb-country-link {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Login link — compact pill style matching avatar size */
.qb-login-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1.5px solid #d1d9e6;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151 !important;
    background: #fff;
    transition: border-color 0.18s, background 0.18s, color 0.18s;
    text-decoration: none;
    margin-left: 10px;
}

.qb-login-link:hover,
.qb-login-link:focus {
    border-color: #2563eb;
    color: #2563eb !important;
    background: #eff6ff;
    text-decoration: none;
}

#btn_smb_offer:hover,
#btn_smb_offer:focus {
    color: #ffffff !important;
    box-shadow: 0 16px 30px rgba(29, 78, 216, 0.3);
    filter: brightness(1.03);
    transform: translateY(-1px);
}

#btn_smb_offer i {
    width: 16px;
    height: 16px;
}

@media (max-width: 767.98px) {
    .qb-header-search {
        min-height: 44px;
        padding-left: 18px;
        padding-right: 48px;
    }

    .qb-header-search .form-control {
        height: 42px;
        font-size: 0.9rem;
    }

    .qb-header-search-submit {
        width: 32px;
        height: 32px;
        right: 6px;
    }

    #btn_smb_offer {
        min-height: 40px;
        padding: 0 14px;
    }

    .qb-header-search-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .qb-search-suggestions {
        top: calc(100% + 6px);
        padding: 8px;
        border-radius: 14px;
    }

    .qb-search-item {
        padding: 9px 10px;
    }

    .qb-search-mobile-tip {
        display: block;
    }
}
