/*
Theme Name:   Bricks Child Theme - Clyde Windows & Construction
Theme URI:    https://bricksbuilder.io/
Description:  Use this child theme to extend Bricks.
Author:       Moritz Reitz
Author URI:   https://bricksbuilder.io/
Template:     bricks
Version:      1.1
Text Domain:  bricks
*/

/*Global CSS Variables*/
@layer bricks,plugin-styles, utilities, tailwind, custom;

@layer custom{
:root {

/*BRAND COLOURS*/
--col-brand--primary:hsl(217, 50%, 13%); /*#061c40*/
--col-brand--secondary: hsl(197, 88%, 69%); /*#6DCFF6*/

  --blue-100: hsl(217, 50%, 92%); /* #e6eaf7 */
  --blue-200: hsl(217, 50%, 78%); /* #b3c0eb */
  --blue-300: hsl(217, 50%, 65%); /* #8097df */
  --blue-400: hsl(217, 50%, 52%); /* #4d6ed3 */
  --blue-500: hsl(217, 50%, 40%); /* #2649b8 */
  --blue-600: hsl(217, 50%, 32%); /* #1e3690 */
  --blue-700: hsl(217, 50%, 25%); /* #15246d */
  --blue-800: hsl(217, 50%, 18%); /* #0f1649 */
  --blue-900: hsl(217, 50%, 13%); /* #061c40 */

--col-brand--white: hsl(40, 10%, 94%);
--col-brand--black: hsl(30, 10%, 12%);

--blue: var(--col-brand--primary);
--light-blue: var(--col-brand--secondary);
--light: var(--col-brand--white);
--dark: var(--col-brand--black);
--light-10: hsl(40, 10%, 94%, 0.1);
  --light-20: hsl(40, 10%, 94%, 0.2);
  --light-30: hsl(40, 10%, 94%, 0.3);
  --light-40: hsl(40, 10%, 94%, 0.4);
  --light-50: hsl(40, 10%, 94%, 0.5);
  --light-60: hsl(40, 10%, 94%, 0.6);
  --light-70: hsl(40, 10%, 94%, 0.7);
  --light-80: hsl(40, 10%, 94%, 0.8);
  --light-90: hsl(40, 10%, 94%, 0.9);
  --light-100: hsl(40, 10%, 94%, 1);

  /* Light solid shades (100-450) - getting darker */
  --light-100: hsl(40, 10%, 94%); /* base light */
  --light-150: hsl(40, 10%, 90%);
  --light-200: hsl(40, 10%, 86%);
  --light-250: hsl(40, 10%, 82%);
  --light-300: hsl(40, 10%, 78%);
  --light-350: hsl(40, 10%, 74%);
  --light-400: hsl(40, 10%, 70%);
  --light-450: hsl(40, 10%, 66%);

  /* Dark (warm near-black) with transparency (10-100) - for shadows */
  --dark-10: hsl(30, 10%, 12%, 0.1);
  --dark-20: hsl(30, 10%, 12%, 0.2);
  --dark-30: hsl(30, 10%, 12%, 0.3);
  --dark-40: hsl(30, 10%, 12%, 0.4);
  --dark-50: hsl(30, 10%, 12%, 0.5);
  --dark-60: hsl(30, 10%, 12%, 0.6);
  --dark-70: hsl(30, 10%, 12%, 0.7);
  --dark-80: hsl(30, 10%, 12%, 0.8);
  --dark-90: hsl(30, 10%, 12%, 0.9);
  --dark-100: hsl(30, 10%, 12%, 1);

  /* Dark solid shades (100-450) - getting lighter */
  --dark-100: hsl(30, 10%, 12%); /* base dark */
  --dark-150: hsl(30, 10%, 15%);
  --dark-200: hsl(30, 10%, 18%);
  --dark-250: hsl(30, 10%, 21%);
  --dark-300: hsl(30, 10%, 24%);
  --dark-350: hsl(30, 10%, 27%);
  --dark-400: hsl(30, 10%, 30%);
  --dark-450: hsl(30, 10%, 33%);


--col-overlay--light: hsl(40, 10%, 94%, 70%);
--col-overlay--dark: hsl(30, 10%, 12%, 40%);

--gradient-top-light: linear-gradient(to top, var(--col-bg--light) , transparent ) ;
--gradient-top-dark: linear-gradient(to top, var(--col-overlay--dark), transparent) ;

  /*Font Colours*/
  --col-txt--light: var(--col-brand--white) ;
  --col-txt--dark: var(--col-brand--black) ;
  --col-txt--blue: var(--col-brand--primary) ;
  /*Background Colours*/
  --col-bg--light: var(--col-brand--white) ;
  --col-bg--white: #FFF ;
  --col-bg--dark: var(--col-brand--dark) ;
  --col-bg--blue: var(--col-brand--primary) ;


/*SIZE VARIABLES*/

  /*Font Sizes*/
  /* --fs-b-050: clamp(.8rem, 0.75rem + 0.3035vw, 1rem);
  --fs-b-100: clamp(1rem, 0.8837rem + 0.3035vw, 1.1rem);
  --fs-h-100: clamp(1.0625rem, 0.9405rem + 0.6098vw, 1.375rem);
  --fs-h-200: clamp(1.3rem, 0.991rem + 1.0213vw, 1.7188rem);
  --fs-h-300: clamp(1.4rem, 1.0311rem + 1.5682vw, 2.1484rem);
  --fs-h-400: clamp(1.7rem, 1.0552rem + 2.2883vw, 2.6855rem);
  --fs-h-500: clamp(1.9rem, 1.0561rem + 3.2293vw, 3.3569rem);
  --fs-h-600: clamp(2.1rem, 1.0243rem + 4.4517vw, 4.1962rem); */
  --fs-b-050: calc( 1.6 * (clamp(0.8813rem, 0.8744rem + 0.0341vw, .9rem)));
  --fs-b-100: calc( 1.6 * (clamp(0.9375rem, 0.9148rem + 0.1136vw, 1rem)));
  --fs-h-300: calc( 1.6 * (clamp(1.125rem, 1.0795rem + 0.2273vw, 1.25rem)));
  --fs-h-400: calc( 1.6 * (clamp(1.35rem, 1.2727rem + 0.3864vw, 1.5625rem)));
  --fs-h-500: calc( 1.6 * (clamp(1.62rem, 1.4989rem + 0.6057vw, 1.9531rem)));
  --fs-h-600: calc( 1.6 * (clamp(1.944rem, 1.7631rem + 0.9044vw, 2.4414rem)));
  --fs-h-extra: calc( 1.6 * (clamp(1.944rem, 1.7631rem + 0.9044vw, 3.4414rem)));
  /*font styles*/
  --ff-display: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --ff-text:  Montserrat, "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
 /*Text overlay*/
 --txt-shadow--light: 0px 0px 10px var(--col-txt--light);
 --txt-shadow--dark: 0px 0px 10px var(--col-txt--dark);

  /*Spacing sizes*/
  --space-3xs: clamp(0.3125rem, 0.3125rem + 0vw, 0.3125rem);
  --space-2xs: clamp(0.5625rem, 0.5398rem + 0.1136vw, 0.625rem);
  --space-xs: clamp(0.875rem, 0.8523rem + 0.1136vw, 0.9375rem);
  --space-s: clamp(1.125rem, 1.0795rem + 0.2273vw, 1.25rem);
  --space-m: clamp(1.6875rem, 1.6193rem + 0.3409vw, 1.875rem);
  --space-l: clamp(2.25rem, 2.1591rem + 0.4545vw, 2.5rem);
  --space-xl: clamp(3.375rem, 3.2386rem + 0.6818vw, 3.75rem);
  --space-2xl: clamp(4.5rem, 4.3182rem + 0.9091vw, 5rem);
  --space-3xl: clamp(6.75rem, 6.4773rem + 1.3636vw, 7.5rem);

  /*Button variables*/
  --btn-border-: 2px solid var(--col-brand--black);
  --btn-radius: .25rem;
  --btn-padding: .77em 1.5em;
  --btn-padding--s: .5em 1em;


  /*Section sizes*/
  --section-pad--vert: var(--space-3xl);
  --section-pad--hor:  var(--space-l);
  /* content width */
  --content-width: 1240px;
  /*Grid styles*/
  --grid-2xl: repeat(auto-fit, minmax( min(40rem, 100%) , 1fr));
  --grid-xl: repeat(auto-fit, minmax( min(35rem, 100%) , 1fr));
  --grid-l: repeat(auto-fit, minmax( min(30rem, 100%) , 1fr));
  --grid-m: repeat(auto-fit, minmax( min(23rem, 100%) , 1fr));
  --grid-s: repeat(auto-fit, minmax( min(14rem, 100%) , 1fr));
  --grid-xs: repeat(auto-fit, minmax( min(9rem, 100%) , 1fr));

  --grid-3--gap: var(--space-m);
}
@layer theme{

  /*THEME STYLES*/
body{
  color: var(--col-brand--black);
  background: var(--col-brand--white);
  line-height: 1.6;
  font-size: var(--fs-b-100);
  font-family: var(--ff-text);

}
h-050{
  font-size: var(--fs-b-050);
}
h1, h2, h3, h4, h5, h6 { font-family: var(--ff-display); line-height: 1.15}
  /*Heading Styles*/
  h1, .h-600, .fs-6 {
    font-size: var(--fs-h-600);
    font-weight: 700;
  }
  
  h2, .h-500, .fs-5 {
    font-size: var(--fs-h-500);
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -.02em;
    text-transform: capitalize;
  }
  
  h3, .h-400, .fs-4 {
    font-size: var(--fs-h-400);
    font-weight: 700;
  }
  
  h4, .h-300, .fs-3 {
    font-size: var(--fs-h-300);
    font-weight: 700;
  }
  
  h5, .h-200 {font-size: var(--fs-h-200); font-weight: 700;}
  h6, .h-100 { font-size: var(--fs-h-100);font-weight: 700;}
  h-050{font-size: var(--fs-b-050);  }
  /*BRIX STYLES - overwriting brix default styles*/
  section{
    padding: var(--section-pad--vert) var(--section-pad--hor);
  }
    .brxe-container, .container{ /*default section container class Brix Builder*/
      width: var(--content-width);
    }

  /*UTILITY CLASSES START*/
  html {
    scroll-behavior: smooth;
  }
  svg{
    height: 1em;
    width: auto;
  }
}
@layer base{

  /*Button styles*/
button, a { 
  cursor: pointer;
}
/* link styles */
section:not(.dark) .brxe-text-basic a, section:not(.dark) p a{
  color: rgb(0 93 255);
  text-decoration: underline;
}
nav a {
  color: inherit;
}
@layer buttons{
button{
  color: var(--col-txt--blue); /*Overwrite Safari System settings*/
}
.btn-wrap{
  display: flex;
  gap: var(--space-s)
}
.btn-wrap--start{
  justify-content: start;
}
  .btn-wrap > .btn {
    flex-shrink: 0;
  }
  
  .btn, .brxe-button, .bricks-button, .ff-btn.ff_btn_no_style {
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    border: 3px solid var(--col-brand--primary);
    background: var(--col-bg--light);
    color: var(--col-brand--primary);
    line-height: 1;
    padding: var(--btn-padding);
    transition: .4s ease-in-out ;
    border-radius: var(--btn-radius);
    text-shadow: none;
    letter-spacing: .02em;
  }
  .btn:hover{
    transform: scale(1.03);
  }
    .btn a:before{
      position: absolute;
      content: '';
      inset: 0;
    }
.btn--blue {
  background: var(--col-brand--primary);
  color: var(--col-brand--white);
}

.btn--blue {
  background: var(--col-brand--primary) !important;
  color: var(--col-brand--white) !important;
}

  .btn--fill {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: var(--col-bg--light);
  }
  .btn--fill:hover  {
    color: var(--col-txt--light);
    border: 2px solid var(--col-bg--blue);
  }
  .btn--fill::before {
    position: absolute;
    background: var(--col-brand--primary);
    width:0;
    content: '';
    inset: 0;
    transition: .4s ease-in-out;
    z-index: -1;
  }
  .btn--fill:hover::before {
    width: 100%;
  }
    .btn--fill:hover a {
      color: var(--col-brand--white);
    }
    .btn--fill:hover a:before {
      content: '';
      position: absolute;
      inset: 0;
    }
.btn--quote { 
  position: fixed;
  right: 0;
  top: 40%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--space-m);
  max-width: 16rem;
  z-index: 100;
  text-align: center;
  box-shadow: 0px 0px 10px var(--col-overlay--dark);
  border: 2px solid var(--col-brand--white);
}
  .btn--quote:hover { 
    transform: translateX(-5px) scale(1.01);
  }
 .btn--quote__link{
    line-height: 1.3em;
    font-size: .9em;
    transform: translateX(50px);
    width: 0;
    height: 0;
    transition: .4s ease-in-out;
  }
  .btn--quote:hover .btn--quote__link{ 
    transform: translateX(0px);
    height: 100%;
    width: 100%;
  }
  .btn--quote:hover .btn--quote__link::before{
    content: '';
    position: absolute;
    inset: 0;
  }   
    .btn--quote__icn {
      font-size: 1.5em;
    }
/* Form button */
form .ff-btn,
form .ff-btn-submit{
  background: var(--blue) !important;
  border-color: var(--blue) !important;
  padding: var(--btn-padding);
}
/* Form button on dark background */
.bg-blue form .ff-btn,
.bg-blue form .ff-btn-submit,
.dark form .ff-btn-submit,
.dark form .ff-btn
{
  background: var(--blue) !important;
  color: var(--light) !important;
  border-color: var(--light) !important;
}
/* Call to action link > text + icon */
.cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  --icn-size: 1.4em;
  transition: .4s ease-in-out;
  gap: 0;
}
  .cta__txt{
    font-weight: 600;
  }
  .cta__icn{
    height: var(--icn-size);
    width: var(--icn-size);
    transition: .4s ease-in-out;
  }
/*CTA hover styles */
.cta:hover {
  gap:var(--space-2xs);
  padding-left: var(--space-2xs);
}
  .cta:hover .cta__icn {
    transform: rotate(45deg)
  }

}

/* remove scrollbar for overflow scroll */
.hide-scroll-bar{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.hide-scroll-bar::-webkit-scrollbar{ 
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}

/*dark & light section style*/
.dark {
  color: var(--col-txt--light);
  background: var(--col-bg--blue);
}
  .dark *{
    /* color: inherit; */
  }
  .dark a:not(.contact__item):not(a){
    color: var(--col-txt--light);
    text-decoration: underline;
  }
.light {
  background: var(--col-bg--white);
}
.bg-light{
  background: var(--light);
}
.bg-dark{
  background: var(--blue);
}
.bg-blue{
  background: var(--blue);
}
.bg-white{
  background: #fff;
}
}

@layer slider{
  /*Slider arrows*/
.slider-arrw--btm-right { /*target slider navigation arrows*/
  position: relative;
}
  .slider-arrw--btm-right .splide__arrows { /*target slider navigation arrows*/
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;

    bottom:0;
    padding:0;
    height: 50px;
  }
    .slider-arrw--btm-right .splide__arrows .splide__arrow { /*Button*/
      position:static;
      transform: translate(0, 0) !important;
      display: flex;
      gap: var(--space-s);
      height: unset;
      width: unset;

    }
    .slider-arrw--btm-right .splide__arrows .splide__arrow:first-of-type { /*Button*/
      
      transform: translate(0, 0) rotate(180deg) !important;
    }
     .slider-arrw--btm-right .splide__arrow svg {
       height: 25px;
       width: 25px;
     }
}
.icn-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap:var(--space-m);
  position: relative;
  z-index: 1;
}
.icn-list--price-match{
  padding: var(--space-l) 0 var(--space-l) 0;
  }
  .icn-list__li {
    font-size: 1em;  
    display: flex;
    align-items: center;
    gap: var(--space-s);
  }
    .icn-list__icn{
      font-size: 1.3em;  
    }
    .icn-list__txt{
      font-size: 1em;  
      font-weight: 600;
      flex: 1 1;
    }
  .icn-list--seperator .icn-list__txt{
    position: relative;
  }
  .icn-list--seperator .icn-list__txt:after{
    position:absolute;
    bottom: calc((var(--space-s)/2)*-1 - 0.5px);
    left:0;
    content:'';
    width:100%;
    height: .5px;
    max-width: 30rem;
    background: var(--col-overlay--dark);
  }
/* background frame */
  .blue-frame{
    position: relative;
    z-index: 1;
  }
  .blue-frame > *::after{
    position: absolute;
    content: '';
    inset: 0;
    z-index: -2;
    border: 4px solid var(--col-brand--secondary);
    transform: translate(15px, -15px);
  }
  .blue-box-shadow{
    position: relative;
    z-index: 1;
    box-shadow: 15px -15px var(--col-brand--secondary);
  }
/* icn list quote page */
.icn-list--quote  {
  display: flex;
  align-items: start;
}
.icn-list--quote .icn-list__icn { 
  width: var(--fs-h-600);
  height: var(--fs-h-600);
 }
 .icn-list--quote .icn-list__li{
   border: var(--btn-border-);
   border-radius: var(--btn-radius);
   gap: var(--space-s);
   padding: var(--space-3xs) var(--space-s);
 }
 .icn-list--quote .icn-list__txt{
   font-weight: 600;
   font-size: 1.2em;
 }
.columns >*:has(.icn-list--quote){
  order: +1;
}
@media screen and (min-width: 1000px){
  .columns >*:has(.icn-list--quote){
    order: -1;
  }
/*Breadcrumb styles*/

.breadcrumbs{
  font-size: var(--fs-b-050);
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
}
.section-breadcrumbs{ 
  justify-content: center;
}
  .section-breadcrumbs .container { 
    padding: var(--space-2xs) var(--section-pad--hor);
  }
     .dark .breadcrumbs {
      color: var(--col-txt--light);
     }
}
/* Service buttons */
.service-button-loop {
  display: flex;
  gap: var(--space-s);
  flex-wrap: wrap;
  color: var(--col-brand--white);
  text-transform: uppercase;
  font-size: .95em;
}
  .service-button {
    display: flex;
    position: relative;
  } 
/*TRUSTPILOT WIDGETS*/
.dark .trustpilot{
  background: var(--col-txt--light);
  padding: var(--space-m);
  border-radius: var(--btn-radius);
  display: flex;
  flex-grow:0;
}
/*MENU STYLES*/
  /*General menu styles*/

   /* Top level menu */
   .menu { /*menu wrapper*/
    font-family: var(--ff-display);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1em;
  }
  .menu ul {
   flex-wrap: wrap;
   justify-content: end;     
  }
    .menu .bricks-nav-menu { /*parent ul*/
      gap: var(--space-s);
    }
      .menu .bricks-nav-menu > .menu-item { /*Parent li*/ 
      }
      .menu .bricks-nav-menu > .menu-item a{ /*Parent li*/
        padding: var(--space-2xs);
      }
      .menu .bricks-nav-menu .menu-item button{ /*Parent li*/
        margin: 0;
        padding: var(--space-2xs);
      }
      .menu .sub-menu { /*child ul*/
        flex-wrap: wrap;
        justify-content: end;
        gap:  var(--space-m);
      }
      
        .menu .bricks-nav-menu .menu-item {
          margin: 0;
        }
             .menu .bricks-mobile-menu-wrapper .menu-item a {
                line-height: 1.4em;
                 padding: var(--space-m)
              }
          .menu .sub-menu {
          }
            .menu .sub-menu .menu-item {
              line-height: 1.1em;
              padding: var(--space-s);
            }
            /* Mobile menu toggle */
            .menu--primary .bricks-mobile-menu-toggle span {
              background: var(--light);
            }
            .menu--primary .brx-submenu-toggle button{ 
              color: var(--light);
            }
  /* Mobile canvas background */
  .menu--primary .bricks-mobile-menu-wrapper:before {
    background: var(--col-bg--blue);
  }
    /* Sub menu items on mobile canvas */
    .menu--primary .bricks-mobile-menu-wrapper li.open .sub-menu{
      background: var(--col-bg--white) !important;
    }
     .menu--primary .bricks-mobile-menu-wrapper li.open .menu-item{
      padding-left:2.5em;
      color: var(--light);
    }
      /* mobile Sub menu link */
      .menu--primary .bricks-mobile-menu-wrapper .sub-menu li>a{
        padding: 0;
        line-height: 1.4em
      } 
  /* Animate mobile dropdown */
  .bricks-mobile-menu .menu-item .sub-menu {
    max-height: 0vh;
    display: block;
    visibility: collapse;
    overflow: hidden;
    transition: .4s ease-in-out;
  }
.bricks-mobile-menu .menu-item.open .sub-menu {
  max-height: 100vh;
  visibility:visible;
}

/* Footer menus */

/* legal menu */
.menu--legal {
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
}
.menu--legal ul{
  flex-wrap: wrap;
}
/* Vertical menu */
.menu--vertical ul li {
  margin: 0;
}
/*Header menu styles*/
header .menu .bricks-nav-menu { /*main menu ul*/

}
  header .menu-item{ /*main menu li*/

  }
    header .sub-menu { /*Submenu ul*/



    }
      header .menu .sub-menu .menu-item { /*submenu li*/
        text-transform: capitalize;
        font-size: .95em;
      }
  /*Form Styles/ Fluent form */
  .form input, 
  .form textarea {
    border-radius: 5px;
  }
  .form input:focus-visible, 
  .form textarea:focus-visible{
    outline: 2px solid var(--col-brand--primary);
    outline-offset: -3px;
    transition: none;
  }
  .form *::placeholder,
  .form textarea::placeholder{
    color: var(--col-overlay--dark);
  }
  .form label{
    color: inherit;
  }
  form select option{
    color: var(--light);
    background: var(--blue)
  }
  .dark .form label{
    color: inherit;
  }
  /* custom form classes */
  .vff .field-multiplepicturechoice .ff__img-select--f-width  ul.f-radios li{
    flex: 1; /*stretch multiselect with images to full width*/
  }
  .vff .field-multiplepicturechoice .ff__img-select--f-grid ul.f-radios{
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100px, 100%), 2fr));
    gap: var(--space-s);
  }
  .vff .field-multiplepicturechoice .ff__img-select--f-grid ul.f-radios .f-label{
    text-align: center;
    margin:unset
  }
  /* FluentForms: Move radio buttons inline */
  .form--flex-radio-input .vff ul.f-radios { 
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-s);
  }
  .form--flex-radio-input .vff ul.f-radios li{
    display: flex;
    width: auto;
    margin: unset;
  }
  /* blur estimates in form */
  .blur input {
    filter: blur(4px);
    opacity: 1;
  }
/* adjust padding fluent forms conversational forms */
@media screen and (max-width: 1023px) {
    .form .ff_conv_app_frame .vff .ff_conv_section_wrapper .ff_conv_input {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }
}
/* Overwrite spacing settings  */
.form .ffc_inline_form.ffc_conv_wrapper .ff_conv_app .ff_conv_input {
    padding-bottom: .5em !important;
    padding-top: .5em !important;
}
.form .ff_conv_section_wrapper.ff_conv_layout_default {
  padding-top: .5em !important;
}

  /*Dark blue form */
  .form--dark {
    background: var(--col-bg--blue);
    padding: var(--space-xl) var(--space-l);
    border-radius: .5em;
  }
  .form--dark label {
    color: var(--col-txt--light);
  }
  .form--dark select {
    color: var(--col-txt--light);
    background: var(--col-bg--light);
  }
  /*contact element styles*/
  .contact {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: var(--fs-h-200);
    gap: var(--space-s);
    line-height: 1;
  }
  header .contact { /*contact in header*/
    flex-direction: row;
  }
    .contact__item{
      display: flex;
      flex-shrink: 0;
      align-items: center;
      gap: var(--space-2xs);
    }
    .itm--chat{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
      .contact__icon{
        font-size: 1.1em;
        transform: translateY(.05em);
      }
      .contact__txt{
        line-height: 1;
      }





/*Animation styles*/
@keyframes fadeInFromBottom {
  from {
    opacity: 0;
    transform: translateY(20px); /* Slight movement upwards */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* Final position */
  }
}
.hero-section, .services-section .counter-section {
  animation: fadeInFromBottom 1s ease-in-out; /* Adjust timing as needed */
  animation-fill-mode: both; /* Ensures the final state is retained */
}



/*Header Styles*/
header , #brx-header{ 
}
  header section .brxe-container{
    padding: var(--space-s) var(--space-xl); 
  }
    .header__contact-bar{
      display: none;
      background: var(--col-brand--white);
    }
    
      .header__contact-bar > .brxe-container{
        padding: var(--space-2xs) var(--section-pad--hor);
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
      }
      .top-bar-menu ul {
        display: flex;
      }
        .top-bar-menu li:not(:last-of-type) {
          margin: 0;
          padding: var(--space-2xs);
          display: flex;
        }
        .top-bar-menu .btn {
          flex-shrink: 0;
        }
          .top-bar-menu li:not(:last-of-type) a{

          }
.mob-contact {
  position: fixed;
  bottom: 5vh;
  right: 5vw;
  display: flex;
  flex-direction: column;
  z-index: 100;
  gap: var(--space-s);
  padding: var(--space-2xs);
  border-radius: var(--btn-radius);
  transition: .4s ease-in-out;
  overflow: hidden;
}

.mob-contact.mob-contact--active{
  background: var(--col-brand--white);
  
}
      
.mob-contact__toggle {
  font-size: 2rem; 
  color: var(--col-brand--primary);
  background: var(--col-brand--white);
  border: 2px solid var(--col-brand--primary);
  padding: var(--space-s);
  border-radius: 100%;
  box-shadow: 0 0 10px var(--col-brand--secondary);
  transition: .4s ease-in-out;
}
  .mob-contact--active .mob-contact__toggle {
    transform: scale(1.1) rotate(360deg);
    box-shadow: none;
    background: var(--col-brand--secondary);
}
  .mob-contact__icn-wrap {
    display: flex;
    flex-direction: column;
    gap: var(--space-2xs);
    max-height: 0px;
    opacity: 0;
    transition: .4s ease-in-out;
    overflow: hidden;
  }
    .mob-contact--active .mob-contact__icn-wrap {
      display: flex;
      max-height: 300px;
      opacity: 1;
    }
      .mob-contact__icn {
        font-size: 2rem; 
        color: var(--col-brand--white);
        background: var(--col-brand--primary);
        padding: var(--space-s);
        border-radius: 100%;
        opacity: 0;
          transition: opacity 2s ease-out, visibility 0s linear 2s; /* Delay visibility toggle for entry */
      }
      .mob-contact--active .mob-contact__icn {
        opacity: 1;
      }
.mob-call{
  position: fixed;
  bottom: 0;
  left:0;
  width: 100%;
  z-index: 10;
  transition: .2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-xs);
  border-radius: .2em .2em 0 0;
  gap: var(--space-xs);
  font-size: var(--fs-b-050);
}
  .mob-call__txt{
    font-size: 1.2em;
  }
    .mob-call__txt--primary{ 
        font-weight: 700;
    }
    .mob-call__cta{
      background: white;
      color: var(--col-brand--primary);
      padding: var(--space-s);
      font-size: var(--fs-h-300);
      flex-shrink: 100;
      font-weight: 600;
    }
      .mob-call__icn{ 
        font-size: 1.6rem;
      }
      .mob-call__cta__txt { 
        font-size: 1.6rem;
      }
.mob-call.hide {
  transform: translateY(100%);
}
@media only screen and (min-width: 767px){ 
  .header__contact-bar{
    display: flex;
  }
  .btn--quote {
    display: flex ;
  }
  .mob-contact {
    display: none;
  }
  .mob-call{ 
    display: none;
  }
}
.header__main {
    background: var(--col-bg--blue);
    color: var(--col-txt--light)
}
  .header__main .container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
  }
    .header__main button { 
      color: var(--col-bg--light)
    }


  .header__logo {
    width: 30%;
    max-width: 18rem;
    flex-shrink:0;
  }

/*footer styles*/

footer .container {
  gap: var(--space-l)
}
  .footer-columns{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--space-l);
  }
    .footer-columns > * {
      display: flex;
      flex-direction: column;
      flex: 1 0 200px
    }
    .footer-columns__phones, .footer-columns__showroom { 
      flex-shrink: 0;
    }

footer .socials {
  width: 100%;
  display: flex;
  justify-content: end;
  gap: var(--space-xs);
  font-size: 2rem;
  color: var(--col-brand--primary);
  border-top: 1px solid var(--col-overlay--dark);
  margin-top: var(--space-xl);
  padding-top: var(--space-l);
}
  footer .social__icn {
    font-size: 2.5rem;
  }
footer .copyright {
  width: 100%;
  text-align: center;
}
/*HERO STYLES*/
/* Hero overlays */
.hero--overlay-dark {
  position: relative;
}
.hero--overlay-dark:before {
  position: absolute;
  content: '';
  background: var(--col-overlay--dark);
  inset: 0;
}
  .hero--overlay-dark > * {
    z-index: 1;
    position: relative;
  }
.hero--overlay-light {
  position: relative;
}
.hero--overlay-light:before {
  position: absolute;
  content: '';
  background: var(--col-overlay--light);
  inset: 0;
}
  .hero--overlay-light > * {
    position: relative;
    z-index: 1;
  }
/* Hero center */
.hero--center .container{ 
  display: flex;
  justify-content: center;
  align-items: center;
}
  .hero--center .hero__content{ 
    justify-content: center;
    align-items: center;
    text-align: center;
  }
/* default hero - Homepage, Services  */
.hero{
  justify-content: space-around;
}
  .hero__content {
      display: flex;
      flex-direction: column;
      gap: var(--space-m);
      max-width: 60rem;
      text-shadow: 0px 0px 5px var(--col-bg--light);
      border-radius: var(--btn-radius);
  }
    .hero__excerpt { 
      font-weight: 600;
      font-size: 1.2em;
      max-width: 60rem;
    }
    
 /*Homepage Hero*/
.hero-home {
  position: relative;
  }
  .hero-home .brxe-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 70vh;
  }
    .hero-home__content > * {
      position: relative;
      z-index:2; 
    }
    .hero-home__content::after {
      content: '';
      background: var(--col-overlay--light);
      position: absolute;
      inset: 0;
      z-index: 1;
    }
    .hero-home__img-wrap{
      position: absolute;
      inset:0;   
    }
      .hero-home__img, .hero-home__img img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height:100%;
        z-index: -1;

      }
      .hero-home__form-wrap {
        display: none;
      }
@media only screen and (min-width: 1000px){ /*Hero Homepage Desktop styles */
  .hero-home .brxe-container {
    align-items: start;
    justify-content: end;
    text-align: left;
    position: static;
  }
    .hero-home__content::after {
      left:0;
      height: 100%;
      width: 50%;
      background: var(--col-brand--white);
    }
    .hero-home__img-wrap{
      inset: unset;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 50%;
    }
      .hero-home__form-wrap{
        display: flex;
        flex-direction: column;
        background: var(--col-brand--white);
        position: absolute;
        bottom: 0;
        padding: var(--space-l);
        left: 30%;
        max-width: 28rem;
        border-radius:  1em 1em 0 0;
        border: var(--btn-border-);
      }
        .hero-home__form {
          padding: var(--space-l);
          border-radius: 15px 15px 0 0;
        }
     
}

 /* Hero--Columns Mobile*/
 .hero--columns {
  position: relative;
  overflow: hidden;
  }
  .hero--columns .brxe-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
    .hero--columns__columns {
      flex-direction: column;
    }
      .hero--columns .service-button-loop{
        /* z-index: 2;
        position: relative; */
      }
      .hero--columns__left{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: var(--space-l);
        position: relative;
        z-index: 2;
      }
        .hero--columns__heading{
          font-size: var(--fs-h-extra);
        }
        .hero--columns .service-button-loop {
          justify-content: center;
        }
        .hero--columns__btn{
          /* z-index: 1; */
          width: 100%;
        }
      .hero--columns__right{
        flex-basis: 0;
        }
          .hero--columns__content {
            position: relative;
            z-index:2; 
          }
          .hero--columns::after {
            content: '';
            background: var(--col-overlay--light);
            position: absolute;
            inset: 0;
            z-index: 1;
          }

    .hero--columns__img-wrap{
      position: absolute;
      inset:0;   
    }
    .hero--columns__breadcrumbs{
      position: absolute;
      background: var(--col-overlay--light);
      left: 0;
      width: 100%;
      padding: 0 0 0 var(--space-xs);
      z-index: 2;
    }
      .hero--columns__img, .hero--columns__img img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height:100%;
        z-index: -1;

      }
      .hero--columns__form-wrap {
        display: none;
      }
@media only screen and (min-width: 1000px){ /*Hero Homepage Desktop*/
  .hero--columns .brxe-container {
    align-items: start;
    justify-content: static;
    text-align: left;
    position: static;
    min-height: 70vh;
  }
    .hero--columns__columns {
      flex-direction: row;
    }
    .hero--columns__left { 
      align-items: start;
      padding-right: var(--space-s);
    }
      .hero--columns .service-button-loop {
        justify-content: start;
      }
    .hero--columns__right {
      flex-basis: 300px;
      justify-content: center;
      align-items: start;
    }
        .hero--columns::after { /*Hide image overlay on desktop*/
          display: none;
        }
        .hero--columns__img-wrap{
          inset: unset;
          right: 0;
          top: 0;
          bottom: 0;
          height: 100%;
          width: 50%;
        }
        .hero--columns__breadcrumbs{
          position: absolute;
          background: var(--col-bg--blue);
          color: var(--col-txt--light) ;
          left: 0;
          bottom:0;
          width: 100%;
          padding: var(--space-xs) var(--space-xs) var(--space-xs) var(--space-xs);
        }
          .hero--columns__form-wrap{
            display: flex;
            flex-direction: column;
            background: var(--col-brand--white);
            position: absolute;
            bottom: 0;
            padding: var(--space-l);
            left: 30%;
            max-width: 28rem;
            border-radius:  1em 1em 0 0;
            border: var(--btn-border-);
          }
            .hero--columns__form {
              padding: var(--space-l);
              border-radius: 15px 15px 0 0;
            }
        
}

/*image gallery*/

/* overwrite default bricks gallery style  */

.brxe-image-gallery .image {
  object-fit: contain;
}

.img-gal.bricks-layout-wrapper.brxe-image-gallery{
  display: grid;
  grid-template-columns: var(--grid-m);
  gap: var(--space-m);
}
  .img-gal li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
    .img-gal figure { 
      display: flex;
      margin: 0;
      padding:0;
		justify-content: center;
      margin-block: unset;
      margin-inline:unset;
    }
      .img-gal img.image {
        object-fit: cover;
        aspect-ratio: unset;
        height: 100%;
        width: auto;
        aspect-ratio: unset;
      }
.img-gal--certificates.bricks-layout-wrapper.brxe-image-gallery {
  display: grid;
  grid-template-columns: var(--grid-m);
  gap: var(--space-m)
}
  .img-gal--certificates figure { 
    
  }
    .img-gal--certificates img.image{
      object-fit: contain;
      width: 100%;
      max-width: 20rem;
    }

/* Gallery section Services page */
.section-gallery .container {
  gap: var(--space-m);
}
/* Trusted Trader Logo Gallery - PPC Pages */
.trusted-trader-grid li{
  display: flex;
  justify-content: center;
}

/*Review Slider*/
.review-slider {
  background: var(--col-bg--white);
  padding: var(--space-s);
}
  .review-slider .splide__arrows { /*target slider navigation arrows*/
   position: absolute;
   bottom: 0;
   right: 0;
   display: flex;
  }
    .review-slider .splide__arrows .splide__arrow {
     position: relative;
    }
  .review-slider__card {
    padding: var(--space-xl) var(--space-m);
    gap: var(--space-m);
    min-height: 55rem;
  }
    .review-card__star-wrap {
      display: flex;
      flex-direction: row;
      gap: var(--space-3xs);
      
    }
      .review-card__star {
        font-size: 2.5rem;
        color: var(--col-brand--primary);
      }
    .review-card__content {
      display: flex;
      flex-direction: column;
      align-items: end;
      max-width: 45rem;
      gap: var(--space-xs);
    } 
      .review-card__txt {
        
      }
      .review-card__name {
  
      }
    .review-card__icn {
      max-height: 5rem;
    }
/* single review with image */
.review-text-wrap{
  position: relative;
  --icn-size: 190%;
}
  .review-text-wrap__txt{
    position: relative;
    z-index:1;
  }
  .review-text-wrap__icn{
    z-index:0;
    position: absolute;
    top: 50%;
    left: 50%;
    color: transparent;
    transform: translate(-50%, -50%) rotateX(10deg) rotateY(80deg) rotateZ(190deg);
    height: var(--icn-size);
    width: var(--icn-size);
  }
/* review-bar logos */
.review-bar{
  overflow-x: auto;
}
  .review-bar>*{
    width: 15rem;
    flex-shrink: 0;
  }
/*Counter section*/

.section-counter .container{ 
  gap: var(--space-l);
}
.counter-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--space-l);
  width: 100%;
  justify-content: space-around;
  align-items: stretch;
  color: var(--col-txt--light);
  font-size: var(--fs-h-300); 
  text-align: center;
  
}
  .counter-list__item { 
    border-radius: 100%;
    padding: var(--space-l);
    width: 12em;
    height: 12em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--col-brand--primary);
    border: 2px solid white;
  }
    .counter-item__pre-txt{ 
      font-size: .8em;
      font-weight: 200;
      text-transform: uppercase;
    }
    .counter-item__number {
      font-size: 1.9em;
      font-weight: 700
    }
    .counter-item__after-txt{ 
      font-size: 1.1em;
      font-weight: 500;
      text-transform: capitalize;
    }
    
/*Services Section*/

.service-loop{
  list-style-type:none;
  margin:0;
  padding:0;
  display: grid;
  grid-template-columns: var(--grid-l);
  gap: var(--space-l);
  width: 100%;
}

  .service-loop__card{
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: var(--space-3xl) var(--space-m);
    gap: var(--space-m);
    position: relative;
    z-index: 5;
    text-align: center;
    overflow: hidden;
    box-shadow: -6px 6px 0 var(--col-brand--primary);
    transition: .4s ease-in-out;
  }
    /*Hover effects hovering card*/
    .service-loop__card:hover {
      transform: translateY(-.5rem);
      box-shadow: -10px 10px 30px var(--col-brand--primary);
    }
    .service-loop__title{
      z-index: 2;
      text-transform: uppercase;
      font-weight: 600;
      text-shadow: var(--txt-shadow--light);
      letter-spacing: -.02em
      /* position: relative; */
    }
      .service-loop__title a:before{/*Make whole card clickable*/
        content: '';
        position: absolute;
        inset: 0;
        z-index: -1; /*Ensures the hover effect on the card is still working*/
      }

    .service-loop__img-wrap {
      position: absolute;
      inset: 0;
      transition: .4s ease-in-out;
    }
    .service-loop__img-wrap:before {
      position: absolute;
      inset: 0;
      content: '';
      background: var(--col-overlay--light);
      opacity: 1;
      z-index: 1;
      
    }
      .service-loop__img, .service-loop__img img{
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: cover;
        z-index: 0;
      }
      .service-loop__list  {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: .4s ;
        text-align: center;
        list-style: none;
        padding: 0;
        margin: 0;
      }
        .service-loop__list-item{
          font-size: 1.1em;
          position: relative;
          z-index: 5;
          font-weight: 700;
          padding: var(--space-3xs) var(--space-m);  
          text-shadow: var(--txt-shadow--light);       
        }
        .service-loop__list-item::after{ 
          position: absolute;
          content: '';
          bottom: 0;
          left:0;
          height: 2px;
          width: 70%;
          background: var(--col-brand--primary);
          transform-origin: bottom center;
          transition: .4s ease-in-out;
          transform: scale(0) translateX(20%);
        }
        .service-loop__list-item:hover::after{ 
          transform: scale(1) translateX(20%);
        }
.columns--finance { 
  color: var(--col-txt--dark);
  background: var(--col-bg--light);
}
.columns--contact {
  gap: var(--space-3xl);
}
  .columns--contact .column {
    gap: var(--space-l);
  }
/*Finance section*/
/*Finance section*/
.columns--finance {
  border: 3px solid white;
  position: relative;
  color: var(--col-txt--dark);
  border-radius: 2rem;
  padding: var(--space-l) 0;
  box-shadow: 0 0 20px var(--col-brand--black);
  transition: .4s ease-in-out ;

  width: 100%;
  flex-direction: row;
  padding: var(--space-m);
  justify-content:space-around;
  align-items:center;
  flex-wrap: wrap;
}
.columns--finance:hover{
  transform: translateY(-5px);
  box-shadow: 0 0 20px var(--col-brand--secondary);
}
  .columns--finance a::before{
    content:0;
    position: absoute;
    inset: 0;
    z-index:0;
  }
/*Contact Section*/
.section-contact .container{
  justify-content: center;
  align-items: center;
}
  .columns--contact {
    gap: var(--space-2xl);
  }
    .section-contact .content{
      display: flex;
      flex-direction: column;
      gap: var(--space-l);
      justify-content: space-around;
      align-items: center;
    }

      .section-contact .contact{
        justify-content: center;
        flex-direction: row;
        line-height: 1;
      }
        .section-contact  .contact__item{
          display: flex;
          flex-shrink: 0;
          align-items: center;
          font-size: 1.2em ;
          gap: var(--space-2xs);
          padding: var(--btn-padding--s);
          border: 2px solid var(--col-txt--dark);
          border-radius: var(--btn-radius);
        }
          .section-contact  .contact__icon{
            font-size: 0em;
            transform: scale(0);
            transition: .4s ease-in-out;
          }
          .section-contact  .contact__item:hover .contact__icon{
            display: flex;
            font-size: 1em;
            transform: scale(1);
          }

/*Contact Section Dark*/
  .section-contact.dark  .contact__item:hover .contact__icon{
    display: flex;
    font-size: 1.1em;
    transform: scale(1.1);
  }
      .section-contact.dark  .contact__item{
        border-color: var(--col-txt--light);
      }
 
/*Project loop class*/
.project-section .container {
  gap: var(--space-2xl);
  }
  .project-section ul { /*remove list styles*/
      list-style-type: none;
      padding: 0;
      margin:0;
    }
.project-loop {
  display: grid;
  grid-template-columns: var(--grid-l);
  gap: var(--space-2xl)
}
  .project-loop__card{ 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 2px solid var(--col-brand--primary);
  }
    .project-loop__type{ 

    }
    .project-loop__title { 
      padding: var(--space-s);
      border-top: none;
      font-size: var(--fs-h-300);
      background: var(--col-bg--white);
      display: flex;
      flex-grow: 1;
    }
    .project-loop__title  a:before{ 
      content: '';
      inset: 0;

    }
    .project-loop__slider { 
      height: calc( 15rem + 15vh);
    }
      .project-loop__slider .splide__arrows {
        background: var(--col-brand--primary);
        z-index: 4;
        padding: var(--space-2xs) var(--space-s);

      }
      
      .project-loop__slide { 
        display:flex;
        height: calc( 10rem + 10vh);
      
      }
      .project-loop__img { 
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
      }

/*swapper section - single service*/
@media only screen and (min-width: 1000px) {
  .swapper:nth-of-type(2n) .columns > *:last-of-type,
  .swapper.columns:nth-of-type(2n) > *:last-of-type{
    order: -1;
  }
}

.single-service main section:not(.dark):not(.bg-blue):nth-of-type(2n) {background:white}

.section-swapper{
  overflow: hidden;
}
/* Disabled/Replaced by utilit  */
/* .section-swapper:nth-of-type(2n){
  background: var(--col-bg--white);
} */
  .section-swapper .container{
    padding: var(--space-3xl) var(--section-pad--hor);
  }
    .section-swapper .columns{
      gap: var(--space-3xl);
    }
      .swapper__content { 
        display: flex;
        flex-direction: column;
        gap: var(--space-m);
      }
      .swapper__col--img{ 
        position: relative;
        justify-content: center;
        align-items: center;
      }
        .swapper__img-wrap{
          position: relative;
          width: 90%;
        }
        .swapper__img-wrap::before{
          content: '';
          background: var(--col-bg--blue);
          position: absolute;
          z-index: 0;
          inset: 0;
          transform: translateX(5%) translateY(-5%);
        }
        .swapper__img-wrap::after{
          content: '';
          position: absolute;
          border: 4px solid var(--col-brand--secondary);
          position: absolute;
          z-index: 1;
          inset: 0;
          transform: translateX(10%) translateY(-10%);
        }
          .swapper__img {
            position: relative;
            z-index: 2;
          } 
          .swapper__img img{
            object-fit: cover;
            height: 100%;
            width: 100%;
          }
          @media only screen and (min-width: 1000px){ /*swapper section desktop*/
            .section-swapper:nth-of-type(2n - 1) .columns > *:last-of-type{
              order:-1;
            }
              .section-swapper .columns{
                gap: var(--space-3xl);
              }
                .swapper__txt{
                  text-align: left;
                }
          }
/* swap columns - applied to the column parent container*/
@media only screen and (min-width: 1000px){
  .swap-columns .columns:nth-of-type(2n) > div:last-of-type{
  order: -1;
  } 
}
/*Accordion styles*/
.section-accordion .container {
  gap: var(--space-3xl);
  align-items: center;
}
.accordion{
  width: 80rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
  .accordion__itm{
    background: var(--col-bg--light);
    color: var(--col-txt--dark);
    padding: var(--space-2xs) var(--space-l);
    border-radius: var(--btn-radius);
    transition: .4s ease-in-out;
  }
    .accordion__itm > *{
      padding: var(--space-s) 0;
    }
  .accordion__itm:hover{
    box-shadow: 6px 6px 0 var(--col-brand--secondary); 
    transform: translate(-3px, -3px);
  }
  .accordion__itm.brx-open{
      box-shadow: 6px 6px 0 var(--col-brand--secondary); 
      transform: translate(-3px, -3px);
    }
    .accordion__main {
      display: flex;
      flex-wrap: nowrap;
      gap: var(--space-xl);
      
    }
      .accordion__title{ 
        font-size: 1.2em;
      }
      .accordion__icn {
        font-size: 3rem;
        transform: rotate(-180deg);
        transition: .4s ease-in-out;
      }
      .accordion__itm:hover .accordion__icn{
        transform: translateX(-.5em) rotate(-180deg); 
      }
      .accordion__itm.brx-open .accordion__icn, .accordion__itm.brx-open:hover .accordion__icn{
        transform: translateX(-.5em) rotate(-270deg);
      }
    .accordion__drop {
      border-top: 1px solid var(--col-bg--blue);
    }
/* grid accordion */
.accordion--grid{
  align-items: start; /*Prevents grid children from stretching to full height*/
}
/* Location Accordion*/
.accordion--location__sub-list{
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-s);
  list-style: none;
  margin:0;
  padding:0;
}

  .accordion--location__sub-itm a{
    display: flex;
    color: var(--col-txt--light);
    background: var(--col-bg--blue);
    padding: var(--btn-padding--s);
    border-radius: var(--btn-radius);
    font-weight: 600;
    letter-spacing: 0.02em;
  }

/* Loaction page */
.hero--location {
  position: relative;
}
.hero--location:before{
  content: '';
  inset: 0;
  background: var(--col-overlay--dark);
  position: absolute;  
}
  .hero--location .h-double {
    font-size: var(--fs-h-extra); 
    color: var(--col-txt--light);
    gap:0;
    z-index: 1;
    text-shadow: 0px 0px 6px black;
  }
    .hero--location .excerpt{
      color: var(--col-txt--light);
      gap:0;
      z-index: 1;
      text-shadow: 0px 0px 6px black;
    }
    .container--location-sing {
      padding: 10vw 0;
    }
.old-content--location { 
  max-width: 800px;
}
  .columns__location-content {
    gap: var(--space-l);
  }
    .section--location {
      padding: var(--space-m) 0;
    }
/* USP list - Single Service Page */
.usp-ul{

}
  .usp__li{
    display:flex;
    gap:  var(--space-s);
    align-items: center;
  }
    .usp__icn{
      font-size: 1.5em;
    }
    .usp__txt{
      font-weight: 700;
    }

/* Key features list */
.key-ul{
  display: flex;
  flex-direction: column;
  gap: var(--space-s)
}
  .key__li{
    background: var(--col-bg--light);
    color: var(--col-txt--blue);
    border: 2px solid var(--col-bg--blue);
    padding: var(--space-xs);
    border-radius: .5em;
    box-shadow: 4px 4px 0px var(--col-brand--primary);
    gap: var(--space-s);
    align-items: center;
  }
  .key__icn{
    font-weight: 700;
    font-size: 1.3em;
  }

.brx-popup-content:has(.pop-up){
  padding: calc(var(--space-l) + 10vh) var(--space-m);
  position: relative;
 }
 .pop-up {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-around;
   width: 100%;
   gap: var(--space-2xl);
   text-align: center;
 }
 
 .pop-up__close{
  position: absolute;
  right: 0.5em;
  top: .5em;
}
  .pop-up__close-icn{
    font-size: 2em;
  }
  .pop-up .h-double {
    margin: 0;
  }
  .pop-up__contact--icns{ 
    display: flex;
    flex-direction: column;
    gap: var(--space-l);
  }
.contact--icns{
  display:flex;
  flex-direction: row;
  gap: var(--space-s);
}
  .contact--icns__itm{
    border: 2px solid var(--col-bg--blue);
    margin: auto;
    padding: var(--space-xs);
    border-radius: var(--btn-radius);
  }
    .contact--icns__itm{
      border: 2px solid var(--col-bg--blue);
    }
      .contact--icns_icn{
        font-size: 2em;
        color: var(--col-brand--primary)
      }
      .contact--icns_text{
        font-size: 1.1em;
        font-weight: 600;
        color: var(--col-brand--primary)
      }
/* Shop grid used for products and categories */

.grid--shop__itm{
  background: var(--col-bg--blue);
  align-items: center;
  justify-content: center;
  border-radius: var(--btn-radius);
  transition: .4s ease-in-out;
}
.grid--shop__itm:hover{
  transform: translateY(-3px);
}
.grid--shop__title {
  font-size: var(--fs-h-300);
  color: white;
  text-align: center;
  padding: var(--space-2xs) 0;

}
  .grid--shop__title::before {
    background:var(--col-bg--light);
    margin: var(--space-s) auto var(--space-3xs) auto;
    display: flex;
    content: '';
    height: 1.5px;
    width: 80%;
    position: relative;
  }

.brochure-card{
  padding: var(--space-m);
  background-color: #FFF;
  border-radius: var(--btn-radius);
  transition: .4s ease-in-out;
}
.brochure-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 0 20px var(--col-overlay--dark);
}
  .brochure-card__img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: var();
  }
/* BLOG STYLES */
/* blog card */
.blog-card {
  box-shadow: 0 0 10px var(--col-overlay--dark);
  transition: .4s ease-in-out;
  border-radius: var(--btn-radius)
}
.blog-card:hover {
  box-shadow: 7px 7px 0px var(--col-brand--secondary);
  transform: translateY(-7px);
}
/* blog card */
.blog-card {
  box-shadow: 0 0 10px var(--col-overlay--dark);
  transition: .4s ease-in-out;
  border-radius: var(--btn-radius)
}
.blog-card:hover {
  box-shadow: 7px 7px 0px var(--col-brand--secondary);
  transform: translateY(-7px);
}
/* blog page */
.hero--blog {
  position: relative;
  z-index: 1;

}
.hero--blog > * {
  z-index: 3;
  padding-bottom:var(--space-m);
  justify-content: end;
  min-height: calc(15vh + 15vw);
}
.hero--blog + section > * {

  padding-top:var(--space-xs);
}
.hero--blog::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to bottom , transparent, var(--col-overlay--light), var(--col-bg--light));
  pointer-events: none;
}

/* Gutenberg*/
/* General */
.single-post h2, 
.single-post h3{
  margin: 1.5em 0 .5em 0;
} 
.note{
  padding: .8em;
  border: 2px solid var(--col-txt--blue);
  border-radius: .3em;
  box-shadow: -5px -5px 0 0 var(--col-brand--secondary);
}
 .note h2,
 .note h3{
  margin:  0 0 .5em 0
 }

/* text media box */
.wp-block-media-text  {
  display: flex;
  gap: var(--blog-space);
  flex-wrap: wrap;
}
.wp-block-media-text > *  {
  display: flex;
  gap: var(--blog-space);
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 300px ;
  margin: unset
}
@media only screen and (max-width:700px){
  .wp-block-media-text > *:first-child:is(.wp-block-media-text__media)  {
    order:+1;
  }
}

  .wp-block-media-text__media{
    justify-content: stretch;
    align-items: stretch;
  }
  .wp-block-media-text__content  {
    padding: var(--blog-space);
    flex-direction: column;
  }
    .wp-block-media-text h2 {
      font-size: var(--fs-h-400);
    }
    .wp-block-media-text .wp-block-media-text__content p  {
      height:auto;
      margin: 0;
    }
    .wp-block-media-text img {
      object-fit: cover;
      object-position: center;

    }
  /* Group block */
  .wp-block-group:not(.note) {
    padding: var(--space-2xl) 0;
  }

  /* Table styles */
  .cw-table-wrap{
    overflow-x: auto;
  }  
    .cw-table {
      width: 100%;
      border-collapse: collapse;
      text-align: left;
    }
      .cw-table-header {
        background-color: var(--col-bg--blue);
        color: white;
      }
      .cw-table th,
      .cw-table td {
        padding: 10px;
        border: 1px solid #ccc;
      }
/* BLOG STYLES END */
/* for process section */
.process-list{
  --icn-size: 5rem;
}
  .process-list__itm{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: var(--space-s);
    background: var(--col-bg--blue);
    padding: var(--space-s);
    align-self: stretch;
  }
    .process-list__title-wrap{
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
      padding: var(--space-xs) var(--space-m);
      border-bottom: 1px solid var(
      --col-overlay--light);
    }
      .process-list__title{
        font-size: var(--fs-h-300);
        color: var(--col-txt--light);
      }
      .process-list__chevron{
        font-size: 2em;
      }
    .process-list__content{
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: center;
    } 
      .process-list__desc{
        color: var(--col-txt--light);
        text-align: center;
        font-weight: 700;
      }
      .process-list__svg-wrap{
        position: relative;
        padding: var(--space-m);
        aspect-ratio: 1/1;
        display: flex;
      }
      .process-list__svg-wrap:after{
        border: 2px solid var(--col-txt--light);
        border-radius: 100%;
        position: absolute;
        content:'';
        inset: 0;
      }

      .process-list__svg-wrap:before{
        content: '1';      
        z-index: 2;
        position: absolute;
        color: var(--col-txt--blue);
        font-weight: 700 ;
        display: flex;
        align-items:center;
        justify-content: center;
        top: 0;
        right: 0;
        background: white;
        width: 25px;
        height: 25px;
        border-radius: 100%;
      }
        .process-list svg{
        height: var(--icn-size);
        width: var(--icn-size);
        fill: var(--col-txt--light);
        }
        .process-list svg path{
          fill: var(--col-txt--light);
        }
      .process-list__itm:nth-of-type(2) .process-list__svg-wrap:before {
        content: '2' ;
      }
      .process-list__itm:nth-of-type(3) .process-list__svg-wrap:before {
        content: '3' ;
      }
      .process-list__itm:nth-of-type(4) .process-list__svg-wrap:before {
        content: '4' ;
      }
/* Services slider - Nested bricks slider */
.service-slide::after{
  inset: 0;
  z-index: -1;
  background: linear-gradient(to top, var(--col-overlay--light), transparent);
  content: '';
  position: absolute;
} 
  .service-slide__title{
    font-size: var(--fs-h-300);
    text-transform: uppercase;
  }
/* SINGLE PROJECT TEMPLATE */
.single-project h1{
  text-transform: capitalize;
}
.single-project .h-double, .single-project .text-1\.1em{
  text-shadow: 0 0 10px var(--col-overlay--light);
}
/* Project gallery style */
.project-gallery img{
  transition: .4s ease-in-out;
  border-radius: .4em;
}
  .project-gallery figure:hover img{
    transform: scale(1.01);
    border-radius: .2em;
  }

  .project-sidebar .sidebar__box{
    background: var(--col-bg--white);
    padding: var(--space-m);
    border-radius: var(--space-s);
    gap: var(--space-m);
  }
    /* Sidebar subheadings */
    .project-sidebar h3{ 
      font-size: var(--fs-h-300);
      letter-spacing: .03em;
      font-weight: 400;
      /* text-transform: uppercase ; */
      color: var(--col-blue);
      --seperator-spacing: var(--space-3xs);
      margin-bottom: var(--space-2xs);
    }
      .project-sidebar p, .project-sidebar a{ 
        font-weight: 600;
        /* text-transform: uppercase ; */
        color: var(--col-blue);
        --seperator-spacing: var(--space-xs);
        margin-bottom: calc(--seperator-spacing);
      }
      .project-sidebar a:hover{
        text-decoration: underline;
        color: var(--col-brand--secondary);      
      }
    /* Sidebar */
    .project-sidebar .location-item:not(:last-of-type)::after {
      content: ",\00a0"; /* quotes are required */
      display: inline-block;
    }
/* Project carchive grid */
.project-card{
  padding-top: calc( 5vw + var(--space-m));
  transition: .4s ease-in-out;
}
.project-card:hover{
  transform: translateY( calc(var(--space-2xs) * -1));
}
  .project-card__title{
    text-transform: uppercase;
    font-size: var(--fs-h-300);
    font-weight: 500;
    letter-spacing: .01em;
  }
  .project-card__title, .project-card p{
    text-shadow: 0 0 5px var(--col-bg--light);
  }

}
/* @layer tailwind{
} */
/* Tailwind End */

/* @layer utilities{

} */
  




