/* ==========================================================================
   HQDM Skin: Airevo
   Port of the Envato "Airevo" HVAC template onto HQDM Blocks markup.
   Brand colors come from tokens (--hb-*); everything else is the template's
   look: rounded 10px corners, yellow/brand badge squares, tinted alt sections,
   dark navy footer, Urbanist headings + Inter body.
   ========================================================================== */

:root {
  --hb-primary: #f8cf2a;
  --hb-primary-contrast: #060b2c;
  --hb-accent: #060b2c;
  --hb-heading: #060b2c;
  --hb-text: #5a5c67;
  --hb-bg: #ffffff;
  --hb-bg-alt: #fefae9;
  --hb-border: #eeeeee;
  --hb-radius: 10px;
  --hb-container: 1140px;
  --hb-space: 135px;
  --hb-space-compact: 80px;
  --hb-space-large: 170px;
  --hb-shadow: 0 5px 50px rgba(0, 0, 0, .05);
}
@media (max-width: 1199px) { :root { --hb-space: 100px; --hb-space-compact: 64px; } }
@media (max-width: 767px)  { :root { --hb-space: 70px;  --hb-space-compact: 48px; --hb-space-large: 90px; } }

body { font-size: 16px; line-height: 25px; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; }
h2 { font-size: 46px; line-height: 56px; }
h3 { font-size: 30px; line-height: 36px; }
h4 { font-size: 24px; line-height: 30px; }
h5 { font-size: 20px; line-height: 26px; }
@media (max-width: 991px) { h2 { font-size: 36px; line-height: 44px; } h3 { font-size: 26px; line-height: 32px; } }
@media (max-width: 575px) { h2 { font-size: 30px; line-height: 38px; } h3 { font-size: 24px; line-height: 30px; } h4 { font-size: 22px; } }

/* ---------- headings ---------- */
.hb-eyebrow { font-size: 16px; line-height: 26px; font-weight: 500; margin-bottom: 10px; }
.hb-heading .hb-title { margin-bottom: 22px; font-size: 46px; line-height: 56px; }
.hb-heading .hb-title:is(h3) { font-size: 36px; line-height: 44px; }
.hb-heading .hb-title:is(h4) { font-size: 30px; line-height: 38px; }
.hb-intro { font-size: 16px; line-height: 26px; }
@media (max-width: 991px) { .hb-heading .hb-title { font-size: 36px; line-height: 44px; } .hb-heading .hb-title:is(h3) { font-size: 30px; line-height: 38px; } .hb-heading .hb-title:is(h4) { font-size: 26px; line-height: 34px; } }
@media (max-width: 575px) { .hb-heading .hb-title { font-size: 30px; line-height: 38px; } .hb-heading { margin-bottom: 30px; } }

/* ---------- buttons ---------- */
.hb-btn { min-width: 220px; height: 60px; padding: 0 28px; font-size: 16px; font-weight: 500; transition: all .8s ease-in-out; }
.hb-btn__icon { width: 13px; height: 13px; margin-left: 4px; }
.hb-btn--sm { min-width: 171px; height: 48px; }
.hb-btn--link { min-width: 0; height: auto; }
.hb-header__cta { min-width: 0; height: 48px; }
@media (max-width: 767px) { .hb-btn { min-width: 190px; height: 54px; } }

/* ---------- topbar + header ---------- */
.hb-topbar { padding: 6px 0; font-size: 16px; }
.hb-topbar strong { font-weight: 700; }
.hb-header { margin-bottom: 0; }
.hb-header__bar { padding: 11px 30px; border-radius: 0 0 10px 10px; box-shadow: none; }
.hb-nav__list { gap: 52px; }
.hb-nav__list a { font-size: 16px; }
.hb-header__phone { font-family: var(--hb-font-heading); font-size: 20px; }
.hb-header__phone .hb-phone__icon { background: #2ecc71; color: #fff; }
.hb-header.is-scrolled .hb-header__bar { box-shadow: 0 10px 40px rgba(0, 0, 0, .08); }
@media (max-width: 1199px) { .hb-nav__list { gap: 32px; } }
@media (max-width: 900px) { .hb-header__bar { padding: 10px 16px; } }

/* Hero sits directly under the header: overlap the header onto the hero */
.hb-main > .hb-hero:first-child, .hb-main > .hb-section.hb-hero:first-child { margin-top: -78px; padding-top: 190px; }
@media (max-width: 767px) { .hb-main > .hb-hero:first-child { padding-top: 140px; } }

/* ---------- hero ---------- */
.hb-hero { background: var(--hb-accent); }
.hb-hero--home { min-height: 836px; padding-bottom: 120px; }
.hb-hero--home .hb-hero__inner { max-width: 900px; }
.hb-hero__title { font-size: 60px; line-height: 70px; font-weight: 700; }
.hb-hero--inner .hb-hero__title { font-size: 60px; line-height: 70px; }
.hb-hero__text { font-size: 18px; line-height: 30px; margin-bottom: 0; }
.hb-hero .hb-eyebrow { font-size: 18px; line-height: 30px; margin-bottom: 8px; }
.hb-hero .hb-actions { gap: 17px; margin-top: 41px; }
.hb-hero .hb-btn--secondary { color: #fff; border-color: #fff; }
.hb-hero .hb-btn--secondary:hover { background: #fff; color: var(--hb-accent); }
.hb-hero--inner { min-height: 639px; }
.hb-hero .hb-bg__overlay { background: linear-gradient(180deg, rgba(6, 11, 44, .55), rgba(6, 11, 44, .75)); }
.hb-breadcrumb { margin-top: 30px; }
.hb-breadcrumb ol { padding: 21px 15px; min-width: 190px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 10px; font-weight: 500; }
@media (max-width: 1440px) { .hb-hero--home { min-height: 700px; } .hb-hero--inner { min-height: 570px; } }
@media (max-width: 1199px) { .hb-hero--home { min-height: 600px; } .hb-hero--inner { min-height: 500px; } .hb-hero__title, .hb-hero--inner .hb-hero__title { font-size: 48px; line-height: 56px; } }
@media (max-width: 991px) { .hb-hero--home { min-height: 570px; } .hb-hero--inner { min-height: 450px; } }
@media (max-width: 767px) { .hb-hero--home, .hb-hero--inner { min-height: 0; padding-bottom: 90px; } .hb-hero__title, .hb-hero--inner .hb-hero__title { font-size: 36px; line-height: 44px; } .hb-hero__text { font-size: 17px; line-height: 28px; } }

/* ---------- text + image (about) ---------- */
.hb-ti__frame img { border: 5px solid #fff; border-radius: 10px; box-shadow: var(--hb-shadow); }
.hb-ti--img-left .hb-ti__media::before, .hb-ti--img-right .hb-ti__media::before { content: ""; position: absolute; top: 0; bottom: 0; right: 85px; margin: auto; width: 255px; height: 70%; border: 3px solid var(--hb-primary); border-radius: 10px; z-index: 0; }
.hb-ti__frame { position: relative; z-index: 1; }
.hb-ti__card { z-index: 2; border-width: 5px; }
.hb-ti .hb-prose { margin-bottom: 20px; }
.hb-ti .hb-checklist { margin-bottom: 37px; }
.hb-ti .hb-checklist li strong { color: var(--hb-heading); }
.hb-ti__stats { justify-content: space-between; width: 85%; margin: 0 0 34px; }
.hb-ti__stats .hb-stat__value { font-size: 36px; }
@media (max-width: 900px) { .hb-ti__media::before { display: none !important; } .hb-ti__stats { width: 100%; } }

/* ---------- checklist ---------- */
.hb-checklist li { padding: 0; margin-bottom: 5px; }
.hb-checklist__icon { width: 16px; height: 16px; margin-top: 5px; }
.hb-checklist--light .hb-checklist__icon { color: var(--hb-primary); }

/* ---------- cards ---------- */
.hb-cards .hb-grid { gap: 50px 30px; }
.hb-card__title { font-size: 24px; line-height: 26px; margin-bottom: 20px; }
.hb-card__title:is(h4) { font-size: 22px; }
.hb-card__img { border-radius: 10px; }
.hb-card__icon { width: 86px; height: 86px; border-radius: 10px; }
.hb-cards--image-icon .hb-card__media { margin-bottom: -43px; padding-bottom: 0; }
.hb-cards--image-icon .hb-card__icon { margin-bottom: 20px; }
.hb-cards--image-icon .hb-card:hover, .hb-cards--icon .hb-card:hover, .hb-cards--image .hb-card:hover { transform: translateY(-3px); }
.hb-cards--icon .hb-card__icon { background: transparent; width: auto; height: auto; margin-bottom: 18px; }
.hb-cards--icon .hb-card__icon img { width: 72px; height: 72px; }
.hb-cards--icon .hb-card__text { max-width: 320px; margin: 0 auto; }
.hb-cards--info .hb-card { border-radius: 15px; padding: 49px 30px 43px; background: #fff; }
.hb-cards--info .hb-card__icon img { width: 70px; height: 70px; }
.hb-cards--info .hb-card__title { margin-bottom: 10px; }
.hb-cards--info .hb-card__text a { color: inherit; text-decoration: none; }
.hb-cards--info .hb-card__text a:hover { color: var(--hb-primary); }
.hb-cards--feature .hb-card__img { border-radius: 10px; margin-bottom: 33px; }
.hb-cards--feature .hb-card__title { margin-bottom: 20px; }
.hb-cards--feature .hb-card__text { margin-bottom: 22px; }
.hb-cards--feature .hb-card__btn { min-width: 186px; height: 54px; }
.hb-cards--image .hb-card__media { margin-bottom: 22px; }
.hb-cards .hb-actions { margin-top: 50px; }

/* ---------- testimonials ---------- */
.hb-testimonials { overflow: hidden; }
.hb-testimonials::before, .hb-testimonials::after { content: "\201C"; position: absolute; top: 60px; left: 60px; font-family: Georgia, serif; font-size: 260px; line-height: 1; color: var(--hb-bg-alt); z-index: 0; pointer-events: none; }
.hb-testimonials::after { content: "\201D"; top: auto; left: auto; right: 60px; bottom: 20px; }
.hb-testimonials .hb-container { z-index: 1; }
.hb-testimonial__quote { font-family: var(--hb-font-body); font-size: 30px; line-height: 42px; font-weight: 400; padding: 0 5%; }
.hb-testimonial__name { font-size: 24px; }
.hb-testimonial__role { font-size: 14px; }
.hb-testimonial__avatar { width: 64px; height: 64px; }
.hb-slider__btn { border-color: var(--hb-border); }
@media (max-width: 991px) { .hb-testimonial__quote { font-size: 22px; line-height: 34px; padding: 0; } .hb-testimonials::before, .hb-testimonials::after { font-size: 160px; } }
@media (max-width: 575px) { .hb-testimonial__quote { font-size: 19px; line-height: 30px; } .hb-testimonials::before, .hb-testimonials::after { display: none; } }

/* ---------- cta ---------- */
.hb-cta--full { min-height: 655px; }
.hb-cta__inner { max-width: 560px; }
.hb-cta--right .hb-cta__inner { margin-left: auto; }
.hb-cta .hb-heading .hb-title { margin-bottom: 21px; }
.hb-cta .hb-eyebrow { margin-bottom: 12px; }
.hb-cta .hb-btn { min-width: 220px; }
.hb-cta .hb-bg__overlay { background: rgba(6, 11, 44, .6); }
.hb-cta--boxed .hb-cta__box { padding: 70px 60px; }
@media (max-width: 1440px) { .hb-cta--full { min-height: 480px; } }
@media (max-width: 767px) { .hb-cta--full { min-height: 0; text-align: center; } .hb-cta__inner { margin: 0 auto; } .hb-cta .hb-actions { justify-content: center; } .hb-cta .hb-checklist { text-align: left; } }

/* ---------- faq ---------- */
.hb-acc { border-radius: 10px; }
.hb-acc[open] { border-color: var(--hb-accent); }
.hb-acc__q { padding: 21px 20px; font-size: 20px; line-height: 24px; }
.hb-acc__a { padding: 0 20px 21px; font-size: 16px; line-height: 26px; }
.hb-bg-alt .hb-acc { box-shadow: var(--hb-shadow); border-color: transparent; }

/* ---------- stats / process ---------- */
.hb-stat--card .hb-stat__value { font-size: 48px; }
.hb-step__icon { width: 86px; height: 86px; border-radius: 10px; }
.hb-step__title { font-size: 24px; line-height: 26px; margin-bottom: 20px; }

/* ---------- content ---------- */
.hb-content__img { border-radius: 10px; margin-bottom: 40px; }
.hb-content .hb-heading { margin-bottom: 40px; }
.hb-content .hb-heading--left { max-width: none; }
.hb-content h3 { font-size: 30px; line-height: 32px; margin-bottom: 25px; }
.hb-content .hb-checklist { margin-bottom: 0; }
.hb-content__closing { margin-top: 33px; }
.hb-prose h2 { font-size: 34px; line-height: 42px; }
.hb-prose h3 { font-size: 28px; line-height: 34px; }
.hb-prose h4 { font-size: 22px; line-height: 28px; }

/* ---------- sidebar content ---------- */
.hb-widget { border-radius: 10px; }
.hb-widget--form { background: var(--hb-accent); color: #fff; }
.hb-widget--form .hb-widget__title { color: #fff; }

/* ---------- contact ---------- */
.hb-contact.has-bg { padding-top: 200px; }
.hb-contact .hb-heading .hb-title { margin-bottom: 32px; }
.hb-contact .hb-eyebrow { margin-bottom: 10px; }
.hb-form-card { padding: 0; background: transparent; box-shadow: none; }
.has-bg .hb-form-card { color: #fff; }
.hb-form input:not([type=checkbox]):not([type=radio]):not([type=submit]), .hb-form select, .hb-form textarea { font-size: 14px; line-height: 14px; padding: 17px 20px 18px; border: 1px solid transparent; border-radius: 10px; background: #fff; }
.hb-form textarea { height: 110px; min-height: 110px; }
.hb-form .ff-el-group { margin-bottom: 15px; }
.hb-form .ff-btn-submit, .hb-form button[type=submit] { font-size: 14px; font-weight: 700; padding: 22px 30px; line-height: 14px; min-height: 0; text-transform: uppercase; }
.hb-form .ff-btn-submit:hover, .hb-form button[type=submit]:hover { background: #fff; color: var(--hb-accent); }
.hb-contact.no-bg .hb-form-card { padding: 40px; background: var(--hb-bg-alt); }
.hb-form-card .hb-form__note { font-size: 12px; }
.hb-form .ff-el-input--label label { color: inherit; }
.hb-form .ff-el-is-required .ff-el-input--label label::after { color: var(--hb-primary); }
@media (max-width: 1440px) { .hb-contact.has-bg { padding-top: 140px; } }
@media (max-width: 767px) { .hb-contact.has-bg { padding-top: 70px; } .hb-contact.no-bg .hb-form-card { padding: 28px 22px; } }

/* ---------- map ---------- */
.hb-map__frame { border-radius: 30px; }
.hb-map__frame iframe { height: 576px; }
@media (max-width: 767px) { .hb-map__frame { border-radius: 16px; } .hb-map__frame iframe { height: 360px; } }

/* ---------- gallery ---------- */
.hb-gallery__item { border-radius: 10px; }

/* ---------- blog ---------- */
.hb-post-card { padding: 15px 10px; }
.hb-post-card__media img { border-radius: 10px; margin-bottom: 9px; }
.hb-post-card__body { padding: 0 16px 15px; }
.hb-post-card__title { font-size: 20px; line-height: 24px; }
.hb-single .hb-prose { font-size: 16px; line-height: 27px; }
.hb-single .hb-post__thumb img { border-radius: 10px; }

/* ---------- logos ---------- */
.hb-logos { padding: 59px 0 40px; }

/* ---------- footer ---------- */
.hb-footer { background: var(--hb-accent); }
.hb-footer__grid { padding: 165px 0 85px; }
.hb-footer__title { font-size: 22px; line-height: 24px; margin-bottom: 34px; }
.hb-footer__about { font-size: 14px; line-height: 24px; margin-bottom: 27px; }
.hb-footer .hb-social a { width: 40px; height: 40px; border-radius: 10px; font-size: 14px; }
.hb-footer__menu a { font-size: 14px; line-height: 14px; }
.hb-footer__menu li + li { margin-top: 12px; }
.hb-footer .hb-contact-list li { margin-bottom: 0; }
.hb-footer__bottom { padding: 26px 0; }
.hb-footer__bottom p { margin: 0; font-size: 14px; }
@media (max-width: 1440px) { .hb-footer__grid { padding: 140px 0 70px; } }
@media (max-width: 991px)  { .hb-footer__grid { padding: 100px 0 40px; } }
@media (max-width: 767px)  { .hb-footer__grid { padding: 80px 0 30px; } }

/* ---------- back to top ---------- */
.hb-totop { width: 64px; height: 64px; right: 80px; bottom: 60px; border-radius: 10px; animation: hb-spineer 2s infinite; }
@keyframes hb-spineer { from { box-shadow: 0 0 0 0 rgba(248, 207, 42, .4); } to { box-shadow: 0 0 0 35px rgba(115, 0, 209, .01); } }
@media (max-width: 767px) { .hb-totop { width: 48px; height: 48px; right: 20px; bottom: 20px; } }
