/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* ============================================================
   LAYER 1 — Brand Palette
   Update these values per client to rebrand the entire site
   ============================================================ */
:root {
  --brand-primary: #BD0304;
  --brand-secondary: #F7FAFF;
  --brand-dark:    #222222;
  --brand-light:   #ffffff;
  --brand-text:    #000000;
  --brand-text-light: #fff;
  --brand-neutral: #f1f1f1;
  --brand-hover: #a30304;
	
  --text-xs:   12px;
  --text-sm:   14px;
  --text-base: 16px;
  --text-md:   18px;
  --text-lg:   20px;
  --text-xl:   24px;
  --text-2xl:  28px;
  --text-3xl:  32px;
  --text-4xl:  49px;
  --text-5xl:  52px;
}

/* ============================================================
   LAYER 2 — Semantic Assignments
   These reference Layer 1 — do not use hex values here
   ============================================================ */
:root {
	/* Typography */
	--font-primary: 'Montserrat', sans-serif;
	--color-text: var(--brand-text);
	--color-text-contrast: var(--brand-text-light);

	--text-body:           var(--text-base);
	--text-nav:            var(--text-base);
	--text-eyebrow:        var(--text-sm);
	--text-subheading:     var(--text-md);

	--text-h1:             var(--text-4xl);
	--text-h2:             28px;
	--text-h3:            24px;
	--text-h4:             var(--text-xl);
	--text-h5:             var(--text-lg);
	--text-h6:             var(--text-md);

	--text-hero-eyebrow:   var(--text-md);
	--text-hero-heading:   var(--text-4xl);
	--text-hero-subheading: 24px;

	--text-footer-body:    var(--text-sm);
	--text-footer-heading: var(--text-lg);
	--text-topbar:         var(--text-sm);
	--text-btn:            var(--text-sm);
	
	--hero-banner-btn-bg: var(--brand-light);
	--hero-banner-btn-color: var(--brand-text);
	--hero-banner-btn-hover-bg: var(--brand-neutral);

	--primary-button-bg: var(--brand-primary);
	--primary-button-color: var(--brand-light);
	--primary-button-hover-bg: var(--brand-hover);

	--secondary-button-bg: var(--brand-dark);
	--secondary-button-hover-bg: #0d0d0d;
	--secondary-button-color: var(--brand-light);

	/* Layout */
	--container-width:   1280px;
	--container-padding: 0 40px;

	/* Header */
	--color-topbar-bg:   var(--brand-dark);
	--color-topbar-text: var(--brand-light);
	--color-nav-bg:      var(--brand-light);
	--color-nav-text:    var(--brand-text);
	--color-accent:      var(--brand-primary);

	/* Footer */
	--color-footer-bg:        var(--brand-neutral);
	--color-footer-bottom-bg: var(--brand-dark);
	--color-footer-social-icons-bg: var(--brand-primary);
	--color-footer-social-icons-text: var(--brand-light);

	--color-footer-social-icons-bg-hover: var(--brand-dark);
	--color-footer-social-icons-text-hover: var(--brand-light);
	
	/*Home Page*/
	--color-want-system-card-bg: var(--brand-neutral);

	/* Page Sections*/
	--color-body-area-bg: #F7FAFF;
	--color-bottom-cta-bg: var(--brand-dark);

	--service-row-bg: var(--brand-neutral);
	
	--service-card-bg: var(--brand-neutral);
}

/* ============================================================
   GLOBAL
   ============================================================ */


.brx-sticky.scrolling .container-header-inner {
	display:none !important;
}


.container-global {
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

@media (max-width:567px){
	.container-global {
		padding: 20px;
	}
}

body, a, li, p, div {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: var(--text-body);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  font-weight: 700;
}

h2 {
  font-size: var(--text-h2);
}

h3 {
  font-size: var(--text-h3);
}

h4 {
  font-size: var(--text-h4);
}


.block-cta-buttons {
	gap: 20px;
	margin-top:20px;
}

.container-extended {
	width:100%;
}

/* ============================================================
   HEADER
   ============================================================ */
.container-header-outer {
/*   background: var(--color-topbar-bg); */
  width: 100%;
}

.section-topbar {
	background: var(--color-topbar-bg);
}

.section-hero-banner {
	margin-top:-150px
}

.block-topbar {
  background: var(--color-topbar-bg);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;
  width: 100%;
  height: 65px;
}

.block-topbar-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.topbar-icon {
  font-size: 20px;
  color: var(--color-accent);
}

.topbar-text {
  color: var(--color-topbar-text);
}

.section-topbar .sdm-socials {
  color: var(--color-topbar-text);
}

.block-navigation {
/*   background: var(--color-nav-bg); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  min-height: 120px;
/*   height: 120px; */
}

.scrolling {
	background: var(--color-nav-bg);
}

.scrolling #menu-main-navigation a {
	color: white
}

.block-navigation-logo {
  max-width: 200px;
}

.block-navigation-logo img {
  width: 150px;
  height: auto;
  display: block;
}

.container-navigation-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-main .icon-right button {
	display:none
}

.nav-main {
  margin-left: auto;
}

.nav-main ul li a {
/*   color: var(--color-nav-text); */
  color: var(--color-text-contrast);
  text-decoration: none;
  transition: color 0.2s ease;
}

.scrolling #menu-main-navigation > li > div > a {
	color: var(--color-nav-text) !important;
}

.sub-menu {
	background: var(--brand-secondary);
}

.sub-menu li:hover {
	background: grey;
}

.sub-menu li a {
	font-size: 13px !important;
	color: var(--color-text) !important;
	line-height: 3.4;
}

.sub-menu li:not(:last-child) {
	border-bottom: 1px solid grey;
}

.nav-main ul li a:hover,
.nav-main ul li.current-menu-item a {
  color: var(--color-accent);
}

#menu-main-navigation li a {
  font-size: var(--text-nav);
  font-weight:500;
}

.btn-phone-mobile {
  display: none;
}

/* ============================================================
   FOOTER
   ============================================================ */
.section-footer {
  background: var(--color-footer-bg);
  padding: 60px 0 40px;
}

.section-footer-bottom {
  background: var(--color-footer-bottom-bg);
  padding: 20px 0;
  text-align: center;
}

.block-footer-row1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

.block-footer-col1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 260px;
}

.block-footer-col2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.block-footer-col2 .brxe-text-basic {
  font-size: var(--text-body);
  color: var(--color-nav-text);
  line-height: 1.6;
}

.footer-label {
  font-size: var(--text-body);
  font-weight: 600;
  color: var(--color-nav-text);
  margin-bottom: 4px;
}

/* ============================================================
   MOBILE — max-width: 768px
   ============================================================ */
@media (max-width: 768px) {
	
	.container-hero-banner  {
		flex-direction: column-reverse !important;
	}
	
	.container-hero-banner .brxe-block {
		align-items: center;
		text-align: center;
	}
	
	.section-hero-banner {
		margin-top:0;
		padding:60px 0 !important;
	}
	
  .block-topbar {
    display: none;
  }

  .block-navigation {
    padding: 0 20px;
    min-height: 70px;
    height: auto;
  }

  .container-navigation-inner {
    padding: 0;
    justify-content: space-between;
    align-items: center;
  }

  .block-navigation-logo {
    max-width: 120px;
    order: 2;
  }

  .block-navigation-menu {
    order: 1;
    flex: 0 0 50px;
  }

  .btn-phone-mobile {
    display: flex;
    order: 3;
    background: var(--color-accent);
    color: var(--brand-light);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }
}

.section-footer {
  background: var(--color-footer-bg);
  padding: 60px 20px 40px 20px;
}

.section-footer-bottom {
  background: var(--color-footer-bottom-bg);
  padding: 20px 0;
  text-align: center;
}

/* ── Footer Row 1 ── */
.block-footer-row1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #ddd;
}

.block-footer-col1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 260px;
}

.block-footer-col2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.block-footer-col2 .brxe-text-basic {
  font-size: 15px;
  color: var(--color-nav-text);
  line-height: 1.6;
}

.footer-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-nav-text);
  margin-bottom: 4px;
}

/* ── Footer Row 2 ── */
.block-footer-row2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}

.block-footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.block-footer-newsletter .brxe-heading {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-nav-text);
}

.btn-footer-newsletter {
  background: var(--color-footer-bottom-bg);
  color: var(--brand-light);
  padding: 12px 24px;
  border-radius: 50px;
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease;
}

.btn-footer-newsletter:hover {
  background: var(--color-accent);
}

.block-footer-nav {
  display: flex;
  align-items: flex-end;
}

/* ── Footer Row 3 ── */
.block-footer-row3 {
  display: flex;
  justify-content: flex-end;
  padding: 40px 0;
}

.block-footer-connect {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  padding-top: 10px;
}

.block-footer-connect .brxe-heading {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-nav-text);
}

/* ── Footer Bottom Bar ── */
.container-footer-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 0;
}

.container-footer-bottom .brxe-shortcode,
.container-footer-bottom .brxe-text-basic {
  color: var(--brand-light);
  font-size: 14px;
}

.container-footer-bottom .brxe-shortcode {
  width: 50px;
	margin-right:5px;
}

.section-footer-bottom .brxe-text-basic {
  color: var(--brand-light);
  font-size: 14px;
}

.section-footer-bottom a {
  color: var(--brand-light);
  text-decoration: none;
}

.section-footer-bottom a:hover {
  color: var(--color-accent);
}

/* ── SDM Socials Footer ── */
.sdm-socials-footer a {
  background: var(--color-footer-social-icons-bg);
  color: var(--color-footer-social-icons-text);
}

.sdm-socials-footer a:hover {
  background: var(--color-footer-social-icons-bg-hover);
  color: var(--color-footer-social-icons-text-hover);
}

/* ── SDM Footer Nav ── */
.sdm-footer-nav {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
}

.sdm-footer-nav-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sdm-footer-nav-heading {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-nav-text);
  margin-bottom: 8px;
}

.sdm-footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sdm-footer-nav-list a,
.sdm-footer-nav-single {
  font-size: 14px;
  color: var(--color-nav-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.sdm-footer-nav-list a:hover,
.sdm-footer-nav-single:hover {
  color: var(--color-accent);
}

/* ── Mobile ── */
@media (max-width: 768px) {
  .block-footer-row1,
  .block-footer-row2,
  .block-footer-row3 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .block-footer-col1,
  .block-footer-col2,
  .block-footer-newsletter,
  .block-footer-nav,
  .block-footer-connect {
    align-items: center;
    width: 100%;
  }

  .block-footer-connect {
    align-items: center;
  }

  .block-footer-col2 .brxe-text-basic {
    text-align: center;
  }

  .btn-footer-newsletter {
    margin-bottom: 40px;
  }

  .block-footer-nav .brxe-nav-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .sdm-footer-nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}



/* ============================================================
 * INNER PAGE
   ============================================================ */
.section-hero-banner {
	padding: 220px 0;
}

.text-hero-heading {
  font-size: var(--text-hero-heading);
  font-weight: 700;
  color: var(--brand-light);
	line-height:1.1;
/* 	text-transform: uppercase; */
}

.text-hero-eyebrow {
  font-size: var(--text-hero-eyebrow);
  font-weight: 600;
  color: var(--color-text-contrast);
  letter-spacing: 2px;
}

.text-hero-subheading {
  font-size: var(--text-hero-subheading);
  font-weight: 400;
  color: var(--brand-light);
	margin-top:5px;
}

.section-top-cta {
	background: var(--brand-primary);
	padding:20px 0;
	color: var(--brand-light);
}

.shortcode-top-cta-form button,
.shortcode-bottom-cta-form button {
	background: var(--brand-light) !important;
	color: var(--brand-dark) !important;
	border-radius:50px !important;
	padding: 0 30px !important;
	font-weight: bold !important;
	height: 50px !important;
}

.text-top-cta-body {
	font-size: var(--text-base);
}

.heading-top-cta-title {
	margin-bottom:10px;
}

.container-top-cta-inner  {
	gap: 40px;
}

.container-body-area {
	padding-top:80px;
	padding-bottom:80px;
	gap: 60px;
	align-items: center;
}

.container-body-area .brxe-text-basic {
	font-size:16px;
	line-height: 30px;
	font-weight:400;
}

.divider-body-area .line {
	border-top: 2px solid;
	max-width:100px;
	margin: 15px 0;
}

.section-body-2 {
	background: var(--color-body-area-bg);
}

.section-bottom-cta {
	padding: 100px 0;
	background: var(--color-bottom-cta-bg);
	color: var(--color-text-contrast);
}

.section-bottom-cta .brxe-text-basic {
	font-size: 20px;
}

.container-bottom-cta {
	align-items: center;
}

.container-bottom-cta-bottom-area {
	gap: 60px;
	margin-top:40px;
}

.block-bottom-cta-top-area {
	text-align: center;
}

.block-bottom-cta-top-area .brxe-heading {
	margin:0 auto;
	margin-bottom:10px;
}

.cta-button {
	border: none;
	border-radius:2em;
	height:50px;
	padding: 15px 40px;
	font-weight: 600;
	font-size:16px;
}

.primary-cta-button {
	background: var(--primary-button-bg);
	color: var(--primary-button-color);
}

.primary-cta-button:hover {
	background: var(--primary-button-hover-bg);
}

.secondary-cta-button {
	background: var(--secondary-button-bg);
	color: var(--secondary-button-color);
}

.secondary-cta-button:hover {
	background: var(--secondary-button-hover-bg);	
}

.container-reviews {
	padding-bottom:20px;
}

.container-service-rows {
	padding:40px 0;
}

.block-service-inner {
	  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
/* 	max-width:100%; */
}
.block-service-row:nth-child(even){ 
		background: var(--service-row-bg);
}

.block-service-row {
		padding:40px 0
}

.block-service-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.block-service-row:nth-child(even) .block-service-inner {
	flex-direction: row-reverse;
}

.block-service-row:nth-child(even) img {
	margin-right: auto;
}

.block-service-row .block-service-right-side{
	flex: 0 0 50%;
}

.sdm-modal-body button {
		background: var(--primary-button-hover-bg) !important;
	  border: 1px solid #000 !important;
	border-radius:2em !important;
	height:50px !important;
	padding: 15px 40px !important;
	font-weight: 600 !important;
	font-size:16px !important;
}

.block-service-row-image-wrapper img{
	align-self: center;
}

.container-top-cta-inner {
	align-items:center;
}

@media(max-width:767px){
	.block-service-inner {
		flex-direction: column-reverse !important;
		align-items: center;
		gap:20px;
		text-align: center;
	}
	.block-service-row:nth-child(even) img {
		margin-right: 0;
	}
	
	.block-service-row .brxe-heading {
		align-self: center
	}
	
	.section-hero-banner {
		padding-left:40px;
		padding-right:40px;
	}
	
	.text-hero-heading { 
		font-size: var(--text-2xl);
	}
	
	 .text-hero-eyebrow {
    font-size: var(--text-xs);
  }

  .text-hero-subheading {
    font-size: var(--text-base);
		margin-top:10px;
  }
	
	
	.container-top-cta-inner  {
		gap: 0;
	}
	
	.container-body-area {
		justify-content: center;
		text-align: center;
	}
	
	.divider-body-area .line {
		margin:15px auto;
	}
	
	.container-body-2 {
		flex-direction: column-reverse !important;
		align-items: center;
	}
	
	.block-cta-buttons {
		justify-content: center;
	}
}

@media (max-width:567px){
	.section-hero-banner {
		padding-left:0px;
		padding-right:0px
	}
}

