.elementor-2921 .elementor-element.elementor-element-44763f0{--display:flex;}.elementor-2921 .elementor-element.elementor-element-7cba95c{--display:flex;}.elementor-2921 .elementor-element.elementor-element-b07a0a5{--display:flex;}.elementor-2921 .elementor-element.elementor-element-10e2d39{--display:flex;}.elementor-2921 .elementor-element.elementor-element-681b6fa{--display:flex;}.elementor-2921 .elementor-element.elementor-element-b7a363e{--display:flex;}.elementor-2921 .elementor-element.elementor-element-b9c54e6{--display:flex;}.elementor-2921 .elementor-element.elementor-element-7e44c70{--display:flex;}/* Start custom CSS for html, class: .elementor-element-919e64d */.hb-state-hero{
position:relative;
padding:110px 0;
overflow:hidden;
}
.hb-hero-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    z-index:0;
    display:block;
}

.hb-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.62);
    z-index:1;
}


.hb-container{
position:relative;
z-index:2;
max-width:1280px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
gap:70px;
padding:0 30px;
}

.hb-left{
width:58%;
}

.hb-tag{
display:inline-block;
color:#111111;
font-size:14px;
font-weight:700;
letter-spacing:2px;
margin-bottom:18px;
text-transform:uppercase;
}

.hb-left h1{
font-size:72px;
font-weight:800;
line-height:1.05;
color:#fff;
margin-bottom:25px;
}

.hb-left h1 span{
display:block;
color:#f6b019;
}

.hb-left p{
font-size:20px;
line-height:1.8;
color:#ececec;
margin-bottom:35px;
max-width:700px;
}

.hb-keywords{
display:flex;
flex-wrap:wrap;
gap:14px;
margin-bottom:35px;
}

.hb-keywords span{
padding:12px 20px;
border:1px solid rgba(255,255,255,.25);
border-radius:999px;
background:rgba(255,255,255,.08);
color:#fff;
font-size:14px;
backdrop-filter:blur(8px);
}

.hb-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
}

.hb-btn1{
background:#f6b019;
color:#000;
padding:18px 34px;
border-radius:50px;
font-weight:700;
text-decoration:none;
}

.hb-btn2{
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.25);
color:#fff;
padding:18px 34px;
border-radius:50px;
text-decoration:none;
font-weight:700;
backdrop-filter:blur(8px);
}

.hb-right{
width:380px;
}

.hb-card{
background:rgba(255,255,255,.88);
backdrop-filter:blur(15px);
padding:40px;
border-radius:30px;
box-shadow:0 20px 50px rgba(0,0,0,.35);
}

.hb-card small{
color:#f6b019;
font-weight:700;
letter-spacing:2px;
}

.hb-card h3{
font-size:40px;
margin:18px 0;
line-height:1.2;
}

.hb-card p{
font-size:16px;
line-height:1.8;
color:#555;
}

.hb-card h2{
margin:25px 0;
font-size:40px;
font-weight:800;
}

.hb-card-btns{
display:flex;
gap:15px;
}

.hb-card-btns a{
flex:1;
padding:16px;
border-radius:14px;
background:#111;
color:#fff;
text-align:center;
text-decoration:none;
font-weight:700;
}

.hb-card-btns a:last-child{
background:#f6b019;
color:#000;
}

@media(max-width:991px){

.hb-container{
flex-direction:column;
}

.hb-left{
width:100%;
}

.hb-right{
width:100%;
}

.hb-left h1{
font-size:48px;
}

.hb-card{
margin-top:30px;
}

}
/* =========================================
   HERO BACKGROUND FIX + DARK OVERLAY
   放在 CSS 最底部
========================================= */

.hb-state-hero{
    position:relative !important;
    overflow:hidden !important;
}


/* 第一张真实图片：保留 ALT / TITLE */
.hb-hero-bg{
    position:absolute !important;
    top:0 !important;
    left:0 !important;

    width:100% !important;
    height:100% !important;

    max-width:none !important;

    object-fit:cover !important;
    object-position:center center !important;

    display:block !important;

    z-index:0 !important;
}


/* 黑色遮罩 —— 让背景变暗 */
.hb-state-hero::after{
    content:"";
    position:absolute;
    inset:0;

    background:rgba(0,0,0,0.52);

    z-index:1;
    pointer-events:none;
}


/* Hero 内容全部放到遮罩上面 */
.hb-state-hero > *:not(.hb-hero-bg){
    position:relative;
    z-index:2;
}


/* 白色文字保持清楚 */
.hb-state-hero h1,
.hb-state-hero p{
    color:#ffffff;
}


/* =========================
   MOBILE
========================= */

@media (max-width:767px){

    .hb-state-hero{
        position:relative !important;
        overflow:hidden !important;
    }

    .hb-hero-bg{
        position:absolute !important;
        inset:0 !important;

        width:100% !important;
        height:100% !important;

        max-width:none !important;

        object-fit:cover !important;
        object-position:center center !important;

        z-index:0 !important;
    }

    /* 手机背景稍微再暗一点 */
    .hb-state-hero::after{
        background:rgba(0,0,0,0.60);
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6fd6453 */.il-about{
padding:100px 0;
background:#ffffff;
}

.il-wrap{
max-width:1280px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:flex-start;
gap:70px;
padding:0 30px;
}

.il-left{
flex:1;
}

.il-small{
display:inline-block;
font-size:13px;
letter-spacing:2px;
font-weight:700;
color:#d58b00;
margin-bottom:18px;
text-transform:uppercase;
}

.il-left h2{
font-size:60px;
font-weight:800;
line-height:1.1;
margin-bottom:35px;
color:#111;
}

.il-left p{
font-size:19px;
line-height:1.9;
color:#555;
margin-bottom:25px;
}

.il-right{
width:380px;
}

.il-card{
background:#fff;
border-radius:28px;
padding:40px;
box-shadow:0 18px 45px rgba(0,0,0,.08);
border:1px solid #eee;
position:sticky;
top:100px;
}

.il-card h3{
font-size:34px;
margin-bottom:30px;
font-weight:800;
color:#111;
}

.il-row{
padding:18px 0;
border-bottom:1px solid #ececec;
}

.il-row strong{
display:block;
font-size:16px;
margin-bottom:8px;
color:#111;
}

.il-row span{
font-size:15px;
line-height:1.7;
color:#666;
}

.il-link{
display:inline-block;
margin-top:28px;
font-size:17px;
font-weight:700;
color:#d58b00;
text-decoration:none;
}

.il-link:hover{
color:#111;
}

@media(max-width:991px){

.il-wrap{
flex-direction:column;
}

.il-left h2{
font-size:40px;
}

.il-right{
width:100%;
}

.il-card{
position:relative;
top:auto;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f59648 */.hb-host-section{
padding:110px 30px;
background:#f8f8f8;
}

.hb-host-wrap{
max-width:1280px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:35px;
}

.hb-host-left{
background:#111827;
padding:55px;
border-radius:28px;
color:#fff;
box-shadow:0 20px 60px rgba(0,0,0,.15);
}

.hb-mini{
display:inline-block;
font-size:13px;
letter-spacing:2px;
font-weight:700;
color:#f4b223;
margin-bottom:18px;
text-transform:uppercase;
}

.hb-host-left h2{
font-size:48px;
line-height:1.1;
font-weight:800;
margin-bottom:22px;
color:#fff;
}

.hb-host-left p{
font-size:18px;
line-height:1.8;
color:#cfd4dc;
margin-bottom:35px;
}

.hb-left-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:16px;
}

.hb-item{
background:rgba(255,255,255,.06);
border:1px solid rgba(255,255,255,.08);
padding:18px;
border-radius:16px;
font-size:16px;
line-height:1.6;
transition:.3s;
}

.hb-item:hover{
background:#f4b223;
color:#111;
transform:translateY(-5px);
}

.hb-host-right{
background:#fff;
padding:55px;
border-radius:28px;
border:1px solid #ececec;
box-shadow:0 15px 45px rgba(0,0,0,.06);
}

.hb-mini2{
display:inline-block;
font-size:13px;
letter-spacing:2px;
font-weight:700;
color:#d89b18;
margin-bottom:18px;
text-transform:uppercase;
}

.hb-host-right h2{
font-size:48px;
line-height:1.1;
font-weight:800;
color:#111;
margin-bottom:18px;
}

.hb-text{
font-size:18px;
line-height:1.8;
color:#666;
margin-bottom:35px;
}

.hb-step{
display:flex;
gap:20px;
padding:24px 0;
border-top:1px solid #ececec;
}

.hb-step:first-of-type{
border-top:none;
}

.hb-number{
width:52px;
height:52px;
flex-shrink:0;
display:flex;
align-items:center;
justify-content:center;
background:#f4b223;
color:#111;
font-size:20px;
font-weight:800;
border-radius:14px;
}

.hb-step h4{
font-size:24px;
font-weight:700;
color:#111;
margin:0 0 10px;
}

.hb-step p{
font-size:16px;
line-height:1.7;
color:#666;
margin:0;
}

@media(max-width:991px){

.hb-host-wrap{
grid-template-columns:1fr;
}

.hb-host-left,
.hb-host-right{
padding:35px;
}

.hb-host-left h2,
.hb-host-right h2{
font-size:36px;
}

.hb-left-grid{
grid-template-columns:1fr;
}

.hb-step{
align-items:flex-start;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb28ac9 */.hb-party-process{
padding:100px 30px;
background:#fafafa;
}

.hb-process-header{
max-width:1200px;
margin:auto;
text-align:center;
margin-bottom:60px;
}

.hb-process-header span{
display:block;
font-size:13px;
font-weight:700;
letter-spacing:2px;
color:#d7a11b;
text-transform:uppercase;
margin-bottom:15px;
}

.hb-process-header h2{
font-size:56px;
font-weight:800;
line-height:1.1;
color:#111;
margin-bottom:18px;
}

.hb-process-header p{
max-width:720px;
margin:auto;
font-size:18px;
line-height:1.8;
color:#666;
}

.hb-process-grid{
max-width:1280px;
margin:auto;
display:grid;
grid-template-columns:1.45fr .95fr;
gap:35px;
align-items:start;
}

.hb-events{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:22px;
}

.hb-event-card{
background:#fff;
padding:30px;
border-radius:22px;
border:1px solid #ececec;
box-shadow:0 10px 30px rgba(0,0,0,.05);
transition:.35s;
}

.hb-event-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.hb-icon{
width:60px;
height:60px;
background:#f4b223;
border-radius:16px;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
margin-bottom:18px;
}

.hb-event-card h3{
font-size:28px;
font-weight:700;
color:#111;
margin-bottom:12px;
}

.hb-event-card p{
font-size:16px;
line-height:1.7;
color:#666;
margin:0;
}

.hb-booking{
background:#111827;
border-radius:26px;
padding:40px;
color:#fff;
position:sticky;
top:30px;
}

.hb-booking h3{
font-size:34px;
margin-bottom:30px;
font-weight:800;
}

.hb-step{
display:flex;
gap:18px;
padding:20px 0;
border-bottom:1px solid rgba(255,255,255,.12);
}

.hb-step:last-of-type{
border-bottom:none;
margin-bottom:30px;
}

.hb-num{
width:48px;
height:48px;
border-radius:14px;
background:#f4b223;
color:#111;
font-weight:800;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
flex-shrink:0;
}

.hb-step h4{
font-size:21px;
margin:0 0 8px;
color:#fff;
}

.hb-step p{
font-size:15px;
line-height:1.7;
color:#cfd5dd;
margin:0;
}

.hb-book-btn{
display:block;
text-align:center;
background:#f4b223;
color:#111;
font-weight:700;
padding:16px;
border-radius:14px;
text-decoration:none;
transition:.3s;
}

.hb-book-btn:hover{
background:#111;
color:#fff;
}

@media(max-width:991px){

.hb-process-grid{
grid-template-columns:1fr;
}

.hb-events{
grid-template-columns:1fr;
}

.hb-booking{
position:relative;
top:0;
}

.hb-process-header h2{
font-size:38px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a74e1e7 */.hb-booking-section{
padding:110px 30px;
background:#ffffff;
}

.hb-booking-wrap{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:35% 65%;
gap:35px;
align-items:start;
}

.hb-book-left{

background:#111827;
padding:30px;
border-radius:28px;
color:#fff;

position:relative;

height:fit-content;

align-self:start;

box-shadow:0 20px 60px rgba(0,0,0,.15);

}

.hb-tag{
display:inline-block;
padding:4px 14px;
background:#f4b223;
color:#111;
font-size:11px;
font-weight:700;
border-radius:50px;
letter-spacing:2px;
margin-bottom:15px;
text-transform:uppercase;
}

.hb-book-left h2{
    font-size:34px;
    line-height:1;
    font-weight:800;
    margin-bottom:14px;
    color:#ffffff;
}
.hb-book-left p{
font-size:17px;
line-height:1.8;
color:#d2d6dc;
margin-bottom:30px;
}

.hb-check{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:10px;
margin-bottom:25px;
}

.hb-check div{
background:rgba(255,255,255,.08);
padding:12px 16px;
border-radius:12px;
font-size:16px;
}

.hb-book-left h3{
font-size:26px;
margin-bottom:18px;
}

.hb-book-left ul{
list-style:none;
padding:0;
margin:0 0 35px;
}

.hb-book-left li{
padding:10px 0;
font-size:16px;
color:#f5f5f5;
border-bottom:1px solid rgba(255,255,255,.08);
}

.hb-buttons{
display:flex;
gap:15px;
margin-top:30px;
}

.hb-btn-menu,
.hb-btn-book{
flex:1;
text-align:center;
padding:16px;
border-radius:14px;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.hb-btn-menu{
background:#fff;
color:#111;
}

.hb-btn-menu:hover{
background:#f4b223;
}

.hb-btn-book{
background:#f4b223;
color:#111;
}

.hb-btn-book:hover{
background:#fff;
}

.hb-small{
margin-top:20px;
font-size:14px;
color:#bfc5ce;
}

.hb-book-right{
background:#fff;
border-radius:28px;
padding:25px;
border:1px solid #ececec;
box-shadow:0 15px 45px rgba(0,0,0,.08);
min-height:850px;
margin-top:120px;
}

#acuity-booking{
width:100%;
height:100%;
min-height:800px;
}

#acuity-booking iframe{
width:100%;
height:800px;
border:none;
border-radius:18px;
}

@media(max-width:991px){

.hb-booking-wrap{
grid-template-columns:1fr;
}

.hb-book-left{
position:relative;
top:0;
padding:35px;
}

.hb-book-left h2{
font-size:36px;
}

.hb-buttons{
flex-direction:column;
}

.hb-book-right{
min-height:auto;
padding:15px;
}

#acuity-booking iframe{
height:700px;
}

}
/* ========== Mobile ========== */
@media (max-width:768px){

.hb-booking-wrap{
    grid-template-columns:1fr;
    gap:25px;
}

.hb-book-left{
    position:relative;
    top:0;
    padding:20px;
    border-radius:20px;
}

.hb-book-left h2{
    font-size:32px;
    line-height:1.1;
    margin-bottom:14px;
}

.hb-book-left p{
    font-size:15px;
    line-height:1.6;
}

.hb-tag{
    font-size:8px;
    padding:4px 12px;
}

.hb-check{
    grid-template-columns:1fr;
    gap:10px;
}

.hb-check div{
    font-size:12px;
    padding:10px 13px;
}

.hb-book-left ul li{
    font-size:12px;
    padding:8px 0;
}

.hb-buttons{
    flex-direction:column;
    gap:12px;
}

.hb-buttons a{
    width:100%;
    text-align:center;
}

.hb-book-right{
    min-height:650px;
}

iframe{
    width:100%;
    min-height:650px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36f15d0 */<style>

.hb-menu-area{
padding:100px 30px;
background:#f8f7f4;
}

.hb-head{
max-width:1280px;
margin:auto;
margin-bottom:45px;
text-align:center;
}

.hb-head span{
font-size:13px;
font-weight:700;
letter-spacing:2px;
text-transform:uppercase;
color:#c58d1a;
}

.hb-head h2{
font-size:54px;
font-weight:800;
margin:18px 0;
color:#111;
}

.hb-head p{
max-width:760px;
margin:auto;
font-size:18px;
line-height:1.8;
color:#666;
}

.hb-grid{
max-width:1280px;
margin:auto;
display:grid;
grid-template-columns:360px 1fr;
gap:30px;
align-items:start;
}

/* LEFT */

.hb-city-card{
background:#fff5df;
padding:35px;
border-radius:28px;
border:1px solid #f0d89b;
box-shadow:0 15px 35px rgba(0,0,0,.06);
}

.hb-city-card h3{
font-size:30px;
margin-bottom:28px;
color:#111;
}

.hb-city-grid{
display:grid;
grid-template-columns:1fr;
gap:15px;
}

.hb-city-grid a{
height:58px;
display:flex;
align-items:center;
justify-content:center;
background:#fff;
border-radius:14px;
text-decoration:none;
font-weight:700;
color:#111;
border:1px solid #ececec;
transition:.3s;
}

.hb-city-grid a:hover{
background:#f4b223;
transform:translateY(-3px);
}

.more-city{
background:#111827!important;
color:#fff!important;
}

/* RIGHT */

.hb-menu-wrap{
display:grid;
grid-template-rows:auto auto;
gap:28px;
}

.hb-protein-card{
background:#fffdf8;
padding:35px;
border-radius:28px;
border:1px solid #eee;
box-shadow:0 15px 35px rgba(0,0,0,.05);
}

.hb-title{
display:flex;
align-items:center;
gap:12px;
font-size:30px;
margin-bottom:28px;
}

.hb-title h3{
margin:0;
font-size:30px;
font-weight:800;
color:#111;
}

.hb-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px;
}

.hb-list div{
padding:14px 18px;
background:#fafafa;
border-radius:12px;
border:1px solid #ececec;
font-weight:600;
transition:.3s;
}

.hb-list div:hover{
background:#fff4da;
border-color:#f4b223;
}

/* Upgrade */

.hb-upgrade-card{
padding:35px;
border-radius:28px;
background:linear-gradient(135deg,#101827,#202d45);
color:#fff;
box-shadow:0 18px 45px rgba(0,0,0,.2);
}

.hb-upgrade{
display:grid;
gap:14px;
margin:25px 0 35px;
}

.hb-upgrade div{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 18px;
background:rgba(255,255,255,.08);
border-radius:14px;
}

.hb-upgrade strong{
color:#f4b223;
font-size:18px;
}

.hb-upgrade-card h4{
margin-bottom:20px;
font-size:24px;
color:#fff;
}

.hb-addon{
display:flex;
flex-wrap:wrap;
gap:12px;
}

.hb-addon span{
padding:10px 16px;
background:rgba(255,255,255,.08);
border-radius:999px;
font-size:14px;
}

/* Hover */

.hb-city-card,
.hb-protein-card,
.hb-upgrade-card{
transition:.35s;
}

.hb-city-card:hover,
.hb-protein-card:hover,
.hb-upgrade-card:hover{
transform:translateY(-8px);
box-shadow:0 25px 60px rgba(0,0,0,.12);
}

/* Tablet */

@media(max-width:991px){

.hb-grid{
grid-template-columns:1fr;
}

.hb-head h2{
font-size:40px;
}

}

/* Mobile */

@media(max-width:768px){

.hb-menu-area{
padding:70px 20px;
}

.hb-head h2{
font-size:34px;
}

.hb-city-card,
.hb-protein-card,
.hb-upgrade-card{
padding:24px;
}

.hb-title h3{
font-size:24px;
}

.hb-city-card h3{
font-size:24px;
}

.hb-list{
grid-template-columns:1fr;
}

.hb-upgrade div{
font-size:15px;
}

.hb-addon{
gap:10px;
}

.hb-addon span{
font-size:13px;
padding:8px 12px;
}

}

</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6177cef *//* =============== FAQ + BOOK =============== */

.hb-final-section{
    padding:90px 30px;
    background:#fafafa;
}

.hb-final-wrap{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:65% 35%;
    gap:40px;
    align-items:start;
}

.hb-small-title{
    display:inline-block;
    color:#c58d28;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:15px;
}

.hb-faq h2{
    font-size:52px;
    line-height:1.1;
    margin-bottom:18px;
}

.hb-desc{
    color:#666;
    margin-bottom:35px;
    max-width:650px;
}

.hb-faq details{
    background:#fff;
    border:1px solid #ececec;
    border-radius:16px;
    margin-bottom:15px;
    overflow:hidden;
}

.hb-faq summary{
    cursor:pointer;
    padding:22px 26px;
    font-size:18px;
    font-weight:700;
    list-style:none;
}

.hb-faq summary::-webkit-details-marker{
    display:none;
}

.hb-faq details p{
    padding:0 26px 22px;
    color:#666;
    line-height:1.8;
}

/* RIGHT CARD */

.hb-ready-card{
    background:#111827;
    color:#fff;
    border-radius:26px;
    padding:40px;
    position:sticky;
    top:30px;
}

.hb-ready-tag{
    color:#f5b942;
    font-size:14px;
    letter-spacing:2px;
    font-weight:700;
    margin-bottom:18px;
}

.hb-phone{
    font-size:32px;
    font-weight:800;
    margin-bottom:30px;
}

.hb-btn-white,
.hb-btn-gold{
    display:block;
    text-align:center;
    text-decoration:none;
    border-radius:14px;
    padding:16px;
    font-weight:700;
    margin-bottom:15px;
    transition:.3s;
}

.hb-btn-white{
    background:#fff;
    color:#111;
}

.hb-btn-gold{
    background:#f4b223;
    color:#111;
}

.hb-btn-white:hover{
    transform:translateY(-3px);
}

.hb-btn-gold:hover{
    transform:translateY(-3px);
}

.hb-stars{
    font-size:28px;
    margin-top:25px;
}

.hb-review{
    font-size:18px;
    margin-top:10px;
}

/* =============== CTA =============== */

.hb-bottom-banner{
    max-width:1300px;
    margin:70px auto 0;
    background:#111827;
    border-radius:26px;
    padding:35px 45px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#fff;
}

.hb-banner-tag{
    color:#f5b942;
    font-size:13px;
    letter-spacing:2px;
    font-weight:700;
}

.hb-bottom-banner h2{
    margin:10px 0;
    font-size:42px;
}

.hb-bottom-banner p{
    color:#d6d6d6;
    max-width:700px;
}

.hb-banner-right{
    display:flex;
    gap:18px;
}

.hb-banner-btn-white,
.hb-banner-btn-gold{
    padding:16px 34px;
    border-radius:14px;
    text-decoration:none;
    font-weight:700;
    white-space:nowrap;
}

.hb-banner-btn-white{
    background:#fff;
    color:#111;
}

.hb-banner-btn-gold{
    background:#f4b223;
    color:#111;
}

/* =============== MOBILE =============== */

@media(max-width:991px){

.hb-final-wrap{
    grid-template-columns:1fr;
}

.hb-ready-card{
    position:relative;
    top:auto;
}

.hb-faq h2{
    font-size:34px;
}

.hb-phone{
    font-size:26px;
}

.hb-bottom-banner{
    flex-direction:column;
    text-align:center;
    gap:25px;
    padding:30px 25px;
}

.hb-bottom-banner h2{
    font-size:30px;
}

.hb-banner-right{
    width:100%;
    flex-direction:column;
}

.hb-banner-btn-white,
.hb-banner-btn-gold{
    width:100%;
}

}/* End custom CSS */