/*
Theme Name: Astra Child - HB Exclusive Help
Theme URI: https://help.hbexclusive.com
Description: Child theme for HB Exclusive Help Center
Author: HB Exclusive
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Hero Section */
.help-hero {
/*     background: linear-gradient(135deg, #4040ff 0%, #5050ff 100%); */
	 background-image: url('https://help.hbexclusive.com/wp-content/uploads/2025/12/banner-scaled.png');
    background-size: cover;       
    background-position: center;  
    background-repeat: no-repeat;  
    padding: 120px 0px 60px 0px;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    height: 350px !important;
}
}

.help-hero-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
	justify-content:center;
}

.help-hero-bike {
    flex: 0 0 408px;
    position: relative;
	display:none;
}

.help-hero-bike::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -60px;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.15);
    transform: rotate(-15deg);
    z-index: 0;
}

.help-hero-bike img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.help-hero-content {
       display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.help-hero h1 {
     font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: rgb(255, 255, 255);
	text-align: center;
}
	@media (min-width: 870px) {
		.help-hero h1{
	   font-size: 40px!important;
        line-height: 44px!important;
		margin-bottom: 60px;
			text-align: center;
}
}

.help-search-box {
    position: relative;
    width: 530px;
}
.help-search-box input[type="text"]{
	height:52px!important;
}

.help-search-box input[type="text"] {
     width: 100%;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    padding: 14px 16px 14px 50px;
    box-shadow: rgba(22, 22, 22, 0.16) 0px 2px 4px;
}

.help-search-box::before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
}

.help-search-box .search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
	display:none;
}

/* View Toggle */
.view-toggle {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 30px 0 20px 0;
    padding: 0 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.view-toggle button {
    background: white;
    border: 1px solid #e0e0e0;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-toggle button.active {
    background: #4040ff;
    color: white;
    border-color: #4040ff;
}

/* Categories Grid */
.help-categories {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}
@media(max-width:767px){
	.help-categories {
		grid-template-columns: repeat(2, minmax(0px, 1fr));
        gap: 16px;
	
}
}
.help-category-card {
     box-sizing: border-box;
    background-color: white;
    max-width: 1200px;
    border-radius: 8px;
    border: 1px solid rgb(221, 221, 221);
    padding: 0px;
    overflow: hidden;
}

.help-category-card:hover {
     border: 1px solid #4733FF;
}

.help-category-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.help-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.help-category-card:hover .help-category-image img {
    transform: scale(1.05);
}

.help-category-content {
   padding: 12px 16px;
}

.help-category-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
	color: #1C1535;
}

.help-category-count {
    font-size: 12px;
    line-height: 20px;
	color: rgb(106, 106, 106);
	margin-bottom:0px;
	
}

/* Help Section */
.help-support-section {
    max-width: 1200px;
    margin: 0px auto 0px auto;
    padding: 0 20px;
}

.help-support-section h2 {
     font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 60px;
	margin-top: 40px;
	color:#334155;
}

.help-support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.help-support-card {
    background: white;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 8px;
    padding: 16px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    position: relative;
}


.help-support-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
}

.help-support-card-icon {
    width: 48px;
    height: 48px;
    background: #4040ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(71, 51, 255);
    font-size: 18px;
}

.help-support-card-icon.email {
    background: #fff;
}

.help-support-card-icon.chat {
    background: #fff;
}

.help-support-card-arrow {
    color: #ccc;
    font-size: 20px;
	display:none;
}

.help-support-card h3 {
     font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.help-support-card p {
    
    font-size: 14px;
    line-height: 24px;
    color: #6a6a6a;
	margin-bottom:0px;
}

/* Language Selector */
.help-language-selector {
    text-align: right;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.help-language-selector select {
    padding: 8px 32px 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

/* Responsive Design */
@media (max-width: 869px) {
    .help-hero-container {
        flex-direction: column;
        text-align: center;
    }
    
    .help-hero-bike {
        flex: 0 0 200px;
    }
    
    .help-hero h1 {
        font-size: 24px;
		text-align:center;
    }
    
    .help-support-grid {
        grid-template-columns: 1fr;
    }
	.help-search-box {
    width: 345px;
		margin-top:52px;
	}
	.help-hero{
		padding: 100px 0px 60px 0px;
	}
}

/* Chat Widget Styling */
.help-chat-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.help-chat-button {
      cursor: pointer;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background: rgb(28, 21, 53);
    border: 3px solid transparent;
    border-radius: 100px;
    box-shadow: rgba(22, 22, 22, 0.16) 0px 2px 4px;
    height: 60px;
    max-width: 60px;
    margin: 7px 10px;
    padding: 16px 20px;
}

.help-chat-button:hover {
         transform: scale(1.1);
    transition: transform 200ms ease-out;
	background: rgb(28, 21, 53);
    border: 3px solid transparent;
}

/* Additional Refinements */
body {
    background-color: #fff!important;
}


/* Remove default Astra title from homepage */
.home .entry-header {
    display: none;
}

/* Remove default content on homepage */
.home .entry-content {
    display: none;
}

/* Remove sidebar on homepage */
.home .ast-container {
    max-width: 100%;
    padding: 0;
}

.home #primary {
    width: 100%;
}

.home .site-content {
    padding: 0;
}

/* Better focus states */
.help-search-box input[type="text"]:focus {
    outline: none;
    box-shadow: 0 4px 16px rgba(64, 64, 255, 0.15);
    border: 2px solid #4040ff;
}

/* Loading animation for images */
.help-category-image img {
    background: #f0f0f0;
}

/* Better link styling in support cards */
.help-support-card h3,
.help-category-title {
    transition: color 0.3s ease;
}


/* Print styles */
@media print {
    .help-hero,
    .help-chat-widget,
    .help-support-section {
        display: none;
    }
}

.site-below-footer-wrap[data-section="section-below-footer-builder"]
 {
        background-color: rgb(249, 249, 249);
	    border:0px!important;
}
@media (max-width: 544px) {
    .ast-separate-container #content .ast-container {
        padding-left: 0;
        padding-right: 0;
    }
}
.category-breadcrumbs{
	font-size: 16px!important;
    font-weight: 400;
    line-height: 24px;
    color: #161616!important;
	margin-bottom: 56px!important;
}
.category-breadcrumbs .separator {
	    fill: #AFAFAF!important;
	    margin: 0 8px!important;
}
.category-breadcrumbs a {
    color: #000!important;
}
.category-icon {
    background: #f0f0ff00!important;
	color:#4733FF!important;
}
@media (min-width: 993px) {
	.ast-separate-container #primary{
		margin:5em 0!important;
	}
}
@media (max-width: 992px){
.ast-separate-container #primary {
    margin: 20px 0px!important;
}
}
.ast-logo-title-inline .ast-site-identity {
	padding: 0em 0!important;
}
.category-header{
	    padding: 40px 0px!important;
}
.category-description{
	
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #161616!important;
    margin-bottom: 0!important;
	margin-left: 56px!important;
	padding-bottom:24px!important;
}
@media(max-width:545px){
	.category-description{
		margin-left: 20px!important;
		margin-right: 20px!important;
	}
}


.category-description p {
	margin-bottom:0px!important
}
.category-view-toggle button.active,.category-view-toggle button{
    width: 36px!important;
    height: 28px!important;
    border-radius: 4px!important;
    background-color: #4733FF!important;
	padding-left:18px;
	padding-right:18px
}
.category-view-toggle button.active i{
	color:#fff!important;
	
}
.category-view-toggle button{
 background-color: #4733ff00!important;
	border:0px!important;
	box-shadow:none!important;
}
.category-view-toggle {
    display: flex!important;
    gap: 0px!important;
    background-color: #4733ff14!important;
    padding: 4px!important;
	    border-radius: 4px!important;
}


.category-view-toggle button i{
        color:#4733FF!important;
}
.article-card{
	
    padding: 24px!important;
    border-radius: 8px!important;
    border: 1px solid #DDDDDD!important;
    min-height: 124px!important;
    max-height: 220px!important;
    height: 100%!important;
	box-shadow:none!important;

}
.article-card:hover{
       outline: none!important;
        border-color: #4733FF!important;
	box-shadow: none!important;
    transform: none!important;
    }
.article-card-title{
    font-size: 16px!important;
    line-height: 24px!important;
    font-weight: 600!important;
	 color: #1C1535!important;
	margin-bottom:4px!important;
}
.article-card-excerpt {
	    font-size: 16px!important;
    line-height: 24px!important;
    color: #6A6A6A!important;
}
@media(min-width:1239px){
.articles-container {
 
    padding: 0 24px 60px 24px!important;
	}
	.archive.category .ast-container{
		padding-left:40px;
		padding-right:40px;
	}
}
@media(min-width:1240px){
.articles-container {
 
    padding: 0 0px 60px 56px!important;
	}
}

.navigation.pagination{
	margin-top:50px!important;
}
.single-post .site-content{
	margin-top:152px!important;
}
.single-post .site-content .ast-container {
    box-shadow: 0 2px 4px rgba(22, 22, 22, 0.16) !important;
    border-radius: 8px !important;
	max-width: 1200px!important;
	margin-bottom: 70px;
}
.single-post .site-content .ast-container article{
	padding:0px!important;
}
.single-post .ast-separate-container #primary
 {
	 margin-top:40px!important;
}
@media(max-width:1239px){
	.category-icon,.category-view-toggle {
		display:none!important;
	}
	.category-title-section {
        padding-left: 20px!important;
    
    }
	.single-post .site-content .ast-container {
    box-shadow:none !important;
}
}
@media(min-width:546px) and (max-width:1239px){
	.category-description{
		margin-left:24px!important;
	}
}
@media (max-width: 768px) {
    .category-breadcrumbs {
        padding-left: 20px!important;
    
    }
}
.single-post .entry-header {
	max-width:750px!important;
	margin:auto!important;
}
@media(max-width:544px){
	.single-post #content .ast-container {
		padding-left:16px;
		padding-right:16px;
	}
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
	min-height:40px!important;
}
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
	display:flex!important;
}
.ast-mobile-svg.ast-menu-svg{
	fill:#6a6a6a!important;
}
/* @media(max-width:921px){
.category .ast-builder-grid-row {
    grid-template-columns: 1fr auto auto !important;
    place-items: center!important;
}
.ast-builder-grid-row {
	gap:0px!important;
}
} */
.ast-logo-title-inline .site-logo-img {
    padding-right: 0em!important;
}
@media(max-width:567px){
	.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar{
		padding-left:16px!important;
		padding-right:16px!important;
	}
}
.ast-scroll-top-icon{
	display:none;
}