/* BRZ Construction — site-specific styles on top of the Roadly theme */

:root {
  --brz-red: #e53925;
  --brz-navy: #0f1e36;
  --brz-text: #4a4a4a;
}

html,
body.brz-body {
  overflow-x: clip;
}

.brz-skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 10000;
  background: #fff;
  color: var(--brz-navy);
  padding: 8px 16px;
  font-weight: 700;
}
.brz-skip-link:focus {
  left: 8px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--brz-red);
  outline-offset: 2px;
}

/* ------------------------------------------------------------------ */
/* Header: shared container, no template pixel offsets                  */
/* ------------------------------------------------------------------ */
.roadly-header-area.brz-header,
.roadly-header-area.brz-header.inner-style,
.roadly-header-area.brz-header.upper {
  position: relative;
  z-index: 20;
  background: #fff;
}
.roadly-header-area.brz-header::before,
.roadly-header-area.brz-header::after,
.roadly-header-area.inner-style::before,
.roadly-header-area.inner-style::after {
  display: none !important;
}

.brz-header-top {
  background: var(--brz-red);
}
.brz-header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  min-height: 42px;
  padding: 8px 0;
}
.brz-header .header-top-icon-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 28px;
  margin: 0;
  padding: 0;
}
.brz-header .header-top-icon-list ul li {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}
.brz-header .header-top-icon-list ul li i {
  margin-right: 10px;
}
.brz-header .header-top-social-icon-list {
  text-align: right;
}
.brz-header .header-top-social-icon-list ul {
  margin: 0;
  padding: 0;
}
.brz-header li.header-flow-title a {
  margin-right: 0;
}
.brz-header li.header-flow-title a::before {
  display: none;
}

.brz-header-main {
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.brz-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 20px;
  min-height: 88px;
}
.brz-header .header-logo {
  position: static !important;
  top: auto !important;
  right: auto !important;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px 0;
}
.brz-header .header-logo img,
.footer_logo img {
  display: block;
  max-width: 196px;
  height: auto;
}
.brz-header .header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  gap: 8px 12px;
  margin: 0 !important;
  min-width: 0;
}
.brz-header .header-menu > ul.nav_scroll {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.brz-header .header-menu > ul > li {
  display: flex;
  align-items: center;
}
.brz-header .header-menu > ul > li > a {
  padding: 30px 11px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.brz-header .header_right {
  flex: 0 0 auto;
}
.brz-header .header_right .roadly_btn a {
  margin: 0 !important;
  white-space: nowrap;
  padding: 12px 18px;
  font-size: 15px;
}
.header-menu ul .sub_menu {
  max-height: 70vh;
  overflow-y: auto;
  width: 280px;
  left: 0;
  top: 100%;
}

.header-top-icon-list a {
  color: #fff;
  font-weight: 600;
}
.header-top-icon-list a:hover {
  color: #ffd7d2;
}

.roadly-header-area.sticky.brz-header {
  background: #0f1d37 !important;
}
.roadly-header-area.sticky .brz-header-top {
  display: none;
}
.roadly-header-area.sticky .brz-header-main {
  background: transparent;
  border-bottom-color: transparent;
}
.roadly-header-area.sticky .header-menu > ul > li > a {
  color: #fff;
}

.roadly-header-area.inner-style .header-menu ul li a {
  color: #787878;
}

/* ------------------------------------------------------------------ */
/* Hero, counters, sections                                            */
/* ------------------------------------------------------------------ */
section.hero_area {
  min-height: 620px;
  height: auto;
  padding: 90px 0 80px;
  background-position: right center;
}
.hero_content h1 {
  font-size: 56px;
  line-height: 1.12;
  max-width: 16ch;
}
.hero_content p,
.brz-hero-note {
  max-width: 38rem;
  width: 100%;
  opacity: 0.92;
  margin: 0;
  padding: 18px 0 32px;
}

.counter_area .row.counters {
  align-items: stretch;
}
.counter-box {
  height: 100%;
  min-height: 148px;
  padding: 32px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-box:last-child {
  border-right: 0;
}
.counter-title h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 8px;
}
.counter-title p {
  text-transform: none;
  max-width: 220px;
  margin: 0 auto;
  line-height: 1.45;
  padding: 0;
}

.section_title {
  margin-bottom: 42px;
}
.section_title.text-center {
  margin-bottom: 48px;
}
.section_title h2,
.appointment_area .section_title h2 {
  font-size: 42px;
  line-height: 1.2;
  color: #0f1e36;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}
.appointment_area .section_title h2 {
  color: #fff;
}
.section_title .brz-kicker,
h2.brz-kicker {
  padding: 4px 24px 3px 52px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #e53825;
  font-weight: 500;
  background: #fff;
  border-radius: 30px;
  font-family: "DM Sans", sans-serif;
}
.section_title .brz-kicker::before,
h2.brz-kicker::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 24px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: #e53925;
}
.appointment_area .section_title .brz-kicker {
  color: #fff;
  background: #e7604f;
}
.appointment_area .section_title .brz-kicker::before {
  background: #fff;
}
.appointment_area .brz-cta-phone {
  color: #fff;
  margin: 10px 0 0;
}
.appointment_area .brz-cta-phone a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

section.service_area {
  padding: 100px 0 80px;
}
.service_area .row > [class*="col-"],
.service-section .row > [class*="col-"],
.contact-address-area .row > [class*="col-"] {
  display: flex;
}
.single_service_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}
.single_service_box .service_thumb {
  margin-top: auto;
}
.single_service_box .service_thumb img {
  width: 100%;
  height: auto;
  display: block;
}
p.service_des,
.brz-service-grid .service-content p {
  min-height: 0;
  padding: 8px 0 20px;
}
.service_icon {
  top: -28px;
}

section.about_area.style-one {
  padding: 100px 0 90px;
}
.row.list-box {
  margin-right: 0;
  margin-left: 0;
}
.icon-list-box.style-tow {
  margin-left: 0;
}
.icon-list-box ul li {
  line-height: 1.45;
  padding: 6px 0;
}
.about_thumb img {
  max-width: 100%;
  height: auto;
}
.brz-focus-badge {
  min-width: 160px;
  padding: 22px 24px 26px !important;
}
.brz-focus-badge .brz-focus-kicker {
  display: block;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.brz-focus-badge .coun-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
}

section.work_area {
  margin-top: 0 !important;
  padding: 90px 0 70px !important;
}
.work-single-box {
  width: 100%;
}
.work-single-box::before {
  width: 100%;
}
h3.work-title {
  line-height: 1.3;
  margin: 0;
  padding: 0 8px;
}

.service-section.inner-style {
  padding: 90px 0 80px;
}
.service-single-box,
.service-single-box.two,
.service-single-box.three,
.service-single-box.four {
  margin-top: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.inner-style .service-content h3,
.brz-service-grid .service-content h3 {
  font-size: 22px;
  line-height: 1.3 !important;
  margin: 16px 0 10px;
}
.inner-style .service-content p {
  margin-bottom: 18px;
  flex: 1 1 auto;
}
.inner-style .service-btn {
  margin-top: auto;
}

section.appointment_area {
  padding: 56px 0;
}
section.appointment_area .row {
  align-items: center;
}

/* ------------------------------------------------------------------ */
/* Interior pages                                                      */
/* ------------------------------------------------------------------ */
.breadcumb-area,
.breadcumb-area.style_two,
.breadcumb-area.d-flex {
  margin-top: 0 !important;
  padding: 72px 0 64px !important;
  min-height: 0;
  align-items: center;
}
.breadcumb-title h1 {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 0 14px;
  font-size: 48px;
  line-height: 1.15;
  color: #ffffff;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  text-align: center;
}
ol.brz-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.brz-breadcrumbs li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 32px;
  color: #e53825;
  font-weight: 500;
}
ol.brz-breadcrumbs li + li::before {
  content: "/";
  margin: 0 8px;
  color: #e53825;
}
ol.brz-breadcrumbs a {
  color: #e53825;
}

section.blog_details_area {
  padding: 80px 0 90px;
}
.service-details-thumb {
  margin-bottom: 28px;
}
.service-details-thumb img,
.contact-info-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.brz-lead {
  font-size: 20px;
  line-height: 1.6;
  color: var(--brz-navy);
  margin-bottom: 24px;
}
.brz-article h2,
.brz-content h2 {
  font-size: 32px;
  line-height: 1.3;
  margin: 36px 0 14px;
}
.brz-article h3,
.brz-content h3 {
  font-size: 22px;
  line-height: 1.4;
  margin: 28px 0 10px;
}
.brz-article,
.brz-content {
  overflow-wrap: anywhere;
}
.brz-article p,
.brz-content p {
  margin-bottom: 16px;
}
.brz-list,
.brz-related,
.brz-steps {
  margin: 0 0 24px;
  padding-left: 22px;
}
.brz-list li,
.brz-related li,
.brz-steps li {
  margin-bottom: 8px;
  color: var(--brz-text);
}

.brz-faq {
  margin: 40px 0 20px;
}
.brz-faq-item {
  border: 1px solid #eadfdf;
  margin-bottom: 10px;
  background: #fff;
}
.brz-faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--brz-navy);
  padding: 14px 18px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
.brz-faq-item p {
  padding: 0 18px 16px;
  margin: 0;
}

.brz-inline-cta {
  background: #ffebed;
  border-left: 4px solid var(--brz-red);
  padding: 18px 20px;
  margin-top: 28px;
}
.brz-inline-cta p {
  margin: 0;
}

.widget-sidber-content h2,
.footer-widget-title h2 {
  font-size: 24px;
  line-height: 1.3;
  color: inherit;
}
.widget-sidber-content h2 {
  color: #0f1e36;
  margin-bottom: 12px;
}
.widget-category ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget-category ul li a img {
  flex: 0 0 auto;
}
.widget-sidber-contact-number,
p.widget-sidber-contact-number {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 12px;
}
.widget-sidber-contact-number a,
.widget-sidber-contact-btn a {
  color: inherit;
}
.widget-sidber-contact-btn a {
  display: inline-block;
  padding: 14px 22px;
  white-space: normal;
}

.contact-address-area {
  padding: 80px 0 20px;
}
.single-contact-box {
  width: 100%;
  height: 100%;
}
.contact-area {
  padding: 40px 0 90px;
}
.brz-inquiry-intro h2 {
  font-size: 32px;
  line-height: 1.3;
  margin: 0 0 14px;
}
.brz-inquiry-intro p {
  margin-bottom: 22px;
}
.brz-google-form {
  background: #fff;
  border: 1px solid #eadfdf;
  min-height: 800px;
}
.brz-google-form iframe {
  display: block;
  width: 100%;
  min-height: 1680px;
  border: 0;
}
.form_box {
  margin-bottom: 18px;
}
.form_box select {
  width: 100%;
  height: 55px;
  border: 1px solid #eadfdf;
  padding: 0 16px;
  color: #0f1e36;
  background: #fff;
}
.form_box label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--brz-navy);
  margin-bottom: 6px;
}

/* ------------------------------------------------------------------ */
/* Footer                                                              */
/* ------------------------------------------------------------------ */
.footer_area {
  padding: 90px 0 24px;
}
.footer-widget-content {
  margin-left: 0;
}
.footer-widget-title h2 {
  font-size: 22px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 22px;
}
p.footer_desc {
  width: 100%;
  margin: 16px 0 20px;
  padding: 0 0 20px;
}
.brz-nap {
  color: #d7d7d7;
  font-size: 15px;
  line-height: 1.7;
}
.brz-nap a {
  color: #fff;
}
.brz-tbc {
  opacity: 0.85;
}
.footer-bottom-content-copy p {
  margin: 0;
}

.brz-placeholder-card {
  background: #f5f6f8;
  padding: 28px 24px;
  height: 100%;
  border-left: 4px solid var(--brz-red);
}
.brz-placeholder-card h2,
.brz-placeholder-card h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.brz-alert {
  padding: 14px 18px;
  margin-bottom: 20px;
  border-left: 4px solid var(--brz-red);
  background: #ffebed;
}
.brz-alert.success {
  border-color: #2e7d32;
  background: #e8f5e9;
}
.brz-alert.error {
  border-color: #c62828;
}
.brz-honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.brz-entity {
  font-size: 18px;
  color: var(--brz-navy);
}

.brz-mobile-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: var(--brz-red);
  color: #fff !important;
  text-align: center;
  padding: 12px 16px;
  font-weight: 700;
}
body {
  padding-bottom: 0;
}

.mean-container .mean-nav ul li a {
  text-transform: none;
}
.mean-container .mean-bar {
  background: var(--brz-red);
  min-height: 64px;
  padding: 0 12px;
}
.mean-container .mean-bar::before,
.mean-container .mean-bar::after {
  content: none !important;
}
.mean-container a.meanmenu-reveal {
  top: 10px;
  right: 12px;
  z-index: 1001;
}
.mobile-menu-area {
  position: relative;
  background: var(--brz-red);
}
.brz-mobile-logo {
  position: absolute;
  left: 12px;
  top: 32px;
  z-index: 1002;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  line-height: 0;
}
.brz-mobile-logo img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 180px;
  filter: brightness(0) invert(1);
}

.contact-box-info a {
  color: inherit;
  font-weight: 600;
}

/* ------------------------------------------------------------------ */
/* Breakpoints                                                         */
/* ------------------------------------------------------------------ */
@media (max-width: 1399px) {
  .brz-header .header-menu > ul > li > a {
    padding: 28px 8px !important;
    font-size: 12px !important;
  }
  .brz-header .header_right .roadly_btn a {
    padding: 11px 14px;
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .hero_content h1 {
    font-size: 44px;
  }
  .section_title h2,
  .appointment_area .section_title h2,
  .breadcumb-title h1 {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  body {
    padding-bottom: 52px;
  }
  .brz-header-top-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .brz-header .header-top-social-icon-list {
    text-align: left;
  }
  .breadcumb-title h1 {
    font-size: 32px;
  }
  .section_title h2,
  .appointment_area .section_title h2 {
    font-size: 30px;
  }
  .counter-box {
    border-right: 0;
    border-bottom: 1px solid #e46f64;
    min-height: 0;
  }
  section.appointment_area .roadly_btn {
    text-align: left;
    margin-top: 20px;
  }
  .work-single-box::before {
    display: none;
  }
  .breadcumb-area,
  .breadcumb-area.style_two,
  .breadcumb-area.d-flex {
    padding: 48px 0 48px !important;
  }
}

@media (max-width: 767px) {
  .hero_content h1 {
    font-size: 34px;
    line-height: 1.2;
    max-width: none;
  }
  section.hero_area {
    min-height: 0;
    padding: 70px 0 56px;
    background-position: center;
  }
  .brz-article h2,
  .brz-content h2 {
    font-size: 26px;
  }
  .icon-list-box ul li {
    font-size: 16px;
  }
}
