/*!
Theme Name: Premier Exteriors
Theme URI: http://underscores.me/
Author: thinkclever.agency
Author URI: https://thinkclever.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: premier-exteriors
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
@font-face {
  font-family: 'Blacklist';
  src:
    url('./fonts/Blacklist-Light.woff2') format('woff2'),
    url('./fonts/Blacklist-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blacklist';
  src:
    url('./fonts/Blacklist-LightItalic.woff2') format('woff2'),
    url('./fonts/Blacklist-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Blacklist', serif;
  margin: 0 0 20px;
  line-height: 100%;
  font-weight: 300;
  color: #fff;
}
h1 {
  font-size: 72px;
}
h2 {
  font-size: 60px;
}
h3 {
  font-size: 34px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
ul {
  padding: 0px;
  list-style: none;
}
body,
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* html {
  box-sizing: border-box;
} */
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border-left: 4px solid rgba(170, 132, 83, 1);
  padding: 20px 10px 20px 30px;
  margin: 0 0 30px;
  background-color: rgba(249, 251, 254, 0.1);
}
blockquote strong {
  font-size: 20px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
body {
  background: rgba(47, 51, 59, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
hr {
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  height: 1px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: var(--xoomcare-base);
  text-decoration: none;
  transition: all 0.3s ease-in;
}
a:hover {
  color: var(--xoomcare-secondary);
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* .widget {
  margin: 0 0 1.5em;
} */
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: left;
  font-size: 14px;
  font-style: italic;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.default-contents *:last-child {
  margin-bottom: 0;
}
/* === === === === === Custom Css Start From Here */
section {
  position: relative;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1580px;
  margin: 0px auto;
  padding: 0px 30px;
}
.btn-wrap.center {
  justify-content: center;
}
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 213px;
  padding: 5px 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  text-align: center;
  font-size: 14px;
}
.btn.fill {
  background-color: rgba(170, 132, 83, 1);
  border-color: rgba(170, 132, 83, 1);
}
.btn:hover {
  transform: scale(1.05);
}
.tagline-wrapper {
  margin-bottom: 20px;
}
.tagline {
  font-size: 18px;
  color: rgba(170, 132, 83, 1);
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 25px;
}
.tagline.big {
  font-size: 20px;
  letter-spacing: 8px;
  margin-bottom: 30px;
}
.text-center {
  text-align: center;
}
.owl-dots .owl-dot span {
  width: 55px;
  display: flex;
  height: 55px;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.owl-dots .owl-dot {
  counter-increment: dots;
}
.owl-dots .owl-dot span:after {
  content: counter(dots);
  color: #fff;
  font-size: 16px;
}
.owl-dots .owl-dot.active span::before {
  opacity: 1;
}
.owl-dots {
  counter-reset: dots;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.owl-dots .owl-dot span::before {
  height: 1px;
  width: 100%;
  position: absolute;
  content: '';
  background-color: #fff;
  bottom: -0.5px;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.reveal {
  position: relative;
  overflow: hidden;
}

header.site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s ease-in;
  /* padding: 15px 0 10px; */
}
header.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
header.site-header img.custom-logo {
  display: block;
  width: 100%;
  max-width: 248px;
  transition: all 0.3s ease-in;
}
header.site-header ul#primary-menu {
  display: flex;
  margin: 0;
  gap: 10px 50px;
}
header.site-header ul#primary-menu a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 10px 0;
  display: inline-block;
}
header.site-header.header-fixed {
  background-color: rgba(47, 51, 59, 1);
  box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.03);
  /* padding: 10px 0; */
}
.logged-in header.site-header {
  top: 32px;
}
header.site-header.header-fixed img.custom-logo {
  max-width: 200px;
}
header.site-header .right {
  display: flex;
  align-items: center;
  gap: 20px;
}
button#menu-trigger {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  width: 40px;
  height: 40px;
  position: relative;
  display: none;
  align-items: center;
  cursor: pointer;
}
button#menu-trigger .line {
  width: 30px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 5px;
  transition: all 0.3s ease-in;
}
button#menu-trigger .line:first-child {
  top: 8px;
}
button#menu-trigger .line:last-child {
  bottom: 8px;
}
button#menu-trigger.active .line:nth-child(2) {
  opacity: 0;
}
button#menu-trigger.active .line:last-child {
  transform: rotate(-45deg);
  bottom: 19px;
}
button#menu-trigger.active .line:first-child {
  transform: rotate(45deg);
  top: 19px;
}
.logged-in .mobile-menu-wrapper {
  padding-top: 165px;
}
.mobile-menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 51, 59, 1);
  top: 0;
  padding: 140px 20px 50px;
  z-index: 999;
  overflow: auto;
}
body.mobile-nav-open {
  overflow: hidden;
}
body.mobile-nav-open header.site-header {
  background-color: rgba(47, 51, 59, 1);
  box-shadow: none;
}
.mobile-menu-wrapper ul#primary-menu-mobile {
  margin: 0;
  display: grid;
  gap: 10px;
  padding-bottom: 50px;
}
.mobile-menu-wrapper ul#primary-menu-mobile a {
  text-transform: uppercase;
}
header.site-header ul#primary-menu > .current-menu-item > a {
  color: rgba(170, 132, 83, 1);
}
header.site-header ul#primary-menu li.menu-item-has-children {
  position: relative;
}
header.site-header ul#primary-menu li.menu-item-has-children ul.sub-menu {
  position: absolute;
  padding: 20px 35px;
  left: -15px;
  width: 332px;
  background-color: rgba(55, 58, 67, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  top: 115px;
  backdrop-filter: blur(20px);
  box-shadow: -2px 2px 35px 0px rgba(34, 37, 42, 0.2);
}
header.site-header ul#primary-menu li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 103px;
}
header.site-header.header-fixed
  ul#primary-menu
  li.menu-item-has-children:hover
  ul.sub-menu {
  top: 91px;
}
header.site-header ul#primary-menu li.menu-item-has-children ul.sub-menu a {
  position: relative;
  padding-right: 20px;
  letter-spacing: 2px;
}
header.site-header
  ul#primary-menu
  li.menu-item-has-children
  ul.sub-menu
  a::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(/wp-content/uploads/2026/02/arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  transform: rotate(1deg);
  top: 14px;
}
header.site-header ul#primary-menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px !important;
}
header.site-header ul#primary-menu > li > a {
  padding: 40px 0;
}
header.site-header.header-fixed ul#primary-menu > li > a {
  padding: 34px 0;
}
header.site-header ul#primary-menu li.menu-item-has-children > a::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/uploads/2026/02/arrow-down.svg);
  right: 0;
  top: calc(50% - 3px);
  transition: all 0.3s ease-in;
}
header.site-header ul#primary-menu li.menu-item-has-children:hover a::before {
  transform: rotate(180deg);
}
.mobile-menu-wrapper ul#primary-menu-mobile ul.sub-menu {
  display: none;
  padding: 10px 0 10px 10px;
}
.mobile-menu-wrapper ul#primary-menu-mobile li.menu-item-has-children {
  position: relative;
}
.mobile-menu-wrapper ul#primary-menu-mobile li.menu-item-has-children span {
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in;
}
.mobile-menu-wrapper ul#primary-menu-mobile li a {
  display: inline-block;
  padding: 5px 0;
}
.mobile-menu-wrapper::-webkit-scrollbar {
  display: none;
}
.mobile-menu-wrapper
  ul#primary-menu-mobile
  li.menu-item-has-children.hover-active
  span {
  transform: rotate(180deg);
}
.page-container {
  position: relative;
  padding-top: 35px;
}
.page-container::before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2026/02/header-shape.svg);
  height: 62px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0px;
}

section.home-hero {
  padding: 70px 0;
}
section.home-hero .container {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
section.home-hero svg.rating {
  position: absolute;
  right: 20px;
  bottom: 70px;
}
/* section.home-hero .tagline {
  font-size: 24px;
  letter-spacing: 8px;
  margin-bottom: 30px;
  color: rgba(170, 132, 83, 1);
} */
section.home-hero .headline {
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
  text-shadow: -2px 2px 10px rgba(0, 0, 0, 0.4);
}
section.home-hero .sub-headline {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 25px;
}
section.home-hero .tags {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
section.home-hero .tags .tag {
  background-color: rgba(72, 75, 83, 1);
  min-height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 5px 23px;
  border-radius: 35px;
  font-size: 14px;
}
section.home-hero .inner {
  width: 130%;
  position: relative;
  z-index: 2;
}

section.services-blurb-grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3em;
}
section.services-blurb-grid .item {
  width: 33.33%;
  min-height: 585px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.services-blurb-grid .item .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
}
section.services-blurb-grid .item .bg-image img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
section.services-blurb-grid .item:hover .bg-image img {
  transform: scale(1.05);
}
.bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -1;
  top: 0;
  left: 0;
}
.bg-image img {
  width: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  opacity: 0.8;
  transition: all 0.3s ease-in;
}

@media screen and (min-width: 1366px) {
  .single-blog-hero .headline {
    font-size: 80px !important;
  }
}

.single-blog-hero p {
  font-size: 18px;
  opacity: 0.8;
}
.single-post .right-image {
  display: flex;
  overflow: hidden;
  height: 700px;
  width: 115%;
  right: 15%;
  position: relative;
}
.single-post .right-image img {
  width: 100%;
  filter: brightness(80%);
  opacity: 0.7;
  transition: all 0.3s ease-in;
  height: 100%;
  object-fit: cover;
}
.single-post .right-image:hover img {
  transform: scale(1.05);
}
.link-whole-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.services-blurb-grid .item:nth-child(4),
section.services-blurb-grid .item:last-child {
  width: 50%;
}
section.services-blurb-grid.four-columns .item {
  width: 25% !important;
}
section.services-blurb-grid .item .headline {
  line-height: 1;
  position: relative;
  z-index: 2;
  font-weight: 100;
  text-shadow: -2px 2px 25px rgba(0, 0, 0, 0.5);
  font-size: 40px;
  text-transform: uppercase;
}
section.services-blurb-grid .item .link {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

section.four-columns-blurbs {
  padding: 100px 0;
  text-align: center;
}
section.four-columns-blurbs .top {
  width: 100%;
  max-width: 890px;
  margin: auto;
  display: none;
}
section.four-columns-blurbs .top:has(*) {
  display: block;
}
section.four-columns-blurbs .container {
  display: grid;
  gap: 50px;
}
section.four-columns-blurbs .blurbs-wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
section.four-columns-blurbs .blurbs-wrap .blurb {
  width: calc(25% - 40px);
}
section.four-columns-blurbs .blurbs-wrap.three-columns .blurb {
  width: calc(33.33% - 40px);
}
/* section.four-columns-blurbs .blurbs-wrap.three-columns {
  grid-template-columns: repeat(3, 1fr);
} */
section.four-columns-blurbs .blurbs-wrap .title {
  margin: 20px 0 15px;
}
section.four-columns-blurbs .blurbs-wrap .content {
  font-weight: 200;
  font-size: 14px;
  line-height: 200%;
}
section.four-columns-blurbs .bottom-contents {
  margin-bottom: -20px;
}

section.your-home-reimagined {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 0 180px;
  justify-content: center;
}
section.your-home-reimagined .left-image,
section.your-home-reimagined .right-image {
  width: 29%;
  display: flex;
  height: 760px;
}
section.your-home-reimagined .middle {
  width: 42%;
}
section.your-home-reimagined .left-image img,
section.your-home-reimagined .right-image img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
section.your-home-reimagined .left-image:hover img,
section.your-home-reimagined .right-image:hover img {
  transform: scale(1.05) !important;
}
section.your-home-reimagined .middle .inner {
  width: calc(100% + 80px);
  background-color: rgba(55, 58, 67, 1);
  text-align: center;
  min-height: 920px;
  display: flex;
  align-items: center;
  margin-left: -40px;
  padding: 60px;
}
section.your-home-reimagined .left-image {
  position: absolute;
  top: 0;
  left: 0;
}
section.your-home-reimagined .right-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.your-home-reimagined .middle .inner .wrap {
  width: 100%;
  max-width: 590px;
  margin: auto;
}
section.your-home-reimagined .contents-wrap {
  font-size: 18px;
  margin-bottom: 60px;
}
section.your-home-reimagined svg.icon {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

section.testimonials {
  padding: 90px 0;
}
section.testimonials .tagline {
  text-align: center;
}
section.testimonials .headline {
  text-align: center;
  margin-bottom: 50px;
}
.testimonial-item {
  position: relative;
  background-color: rgba(55, 58, 67, 1);
  padding: 40px;
  margin-top: 25px;
  height: 100%;
}
.testimonial-item svg.icon {
  position: absolute;
  right: 50px;
  top: -22px;
}
.testimonial-item .testimonial-content {
  line-height: 200%;
  margin-bottom: 20px;
}

.testimonial-content p {
  font-size: 14px;
  line-height: 165% !important;
}
.testimonial-item .name {
  font-family: 'Blacklist', serif;
  font-size: 20px;
}
.testimonial-item .designation {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(170, 132, 83, 1);
}
section.testimonials .owl-stage {
  display: flex;
}

section.faqs {
  padding: 90px 0;
}
section.faqs .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section.faqs .left {
  width: 40%;
  padding-right: 40px;
}
section.faqs .faqs-wrap {
  width: 60%;
  padding-left: 30px;
}
section.faqs .left .contents {
  line-height: 200%;
  font-weight: 300;
  width: 100%;
  max-width: 545px;
  margin-bottom: 30px;
}
.faq-item {
  position: relative;
  border-bottom: 1px solid rgba(227, 226, 221, 0.75);
}
.faq-item .faq-question {
  position: relative;
  margin: 0;
  padding: 25px 30px 25px 0px;
  font-size: 30px;
  color: rgba(227, 226, 221, 1);
  cursor: pointer;
}
.faq-item .faq-answers {
  display: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 200;
  color: rgba(227, 226, 221, 1);
}
.faq-item .faq-question .icon {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.faq-item .faq-question .icon.rotated {
  transform: rotate(90deg);
}

.blog-post-item {
  min-height: 575px;
  position: relative;
  transition: all 0.3s ease-in;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-post-item:hover .bg-image img {
  transform: scale(1.05) !important;
}
.blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
section.our-latest-blog {
  padding: 90px 0;
}
.blog-post-item a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 40px 10px 40px 40px;
}
.blog-post-item .auth-date {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.blog-post-item .auth-date span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-post-item .post-title {
  margin: 0;
  font-size: 30px;
}
.blog-post-item:hover {
  transform: scale(1.015);
}
section.our-latest-blog .top-area {
  text-align: center;
  margin-bottom: 60px;
}
section.our-latest-blog .btn-wrap {
  margin-top: 40px;
}

section.contact-form {
  padding: 90px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.contact-form .box {
  width: 100%;
  max-width: 1054px;
  margin: auto;
  background-color: rgba(43, 45, 54, 0.9);
  backdrop-filter: blur(4px);
  padding: 70px 20px;
  text-align: center;
}
section.contact-form .box .rating-text {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 20px;
}
section.contact-form .box .headline {
  text-transform: uppercase;
}
section.contact-form .box .sub-headline {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 25px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 1);
  padding-bottom: 25px;
}
section.contact-form .box .inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
body div.wpforms-container-full button[type='submit'] {
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 213px;
  padding: 5px 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  text-align: center;
  background: rgba(170, 132, 83, 1) !important;
  border-color: rgba(170, 132, 83, 1);
  margin: auto;
  height: auto;
  color: #fff;
  opacity: 1;
  border-radius: 0;
  margin-top: 50px;
  font-size: 14px;
}
body div.wpforms-container-full button[type='submit']:hover {
  transform: scale(1.05);
}
body div.wpforms-container-full:not(:empty) .wpforms-field-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
body div.wpforms-container-full:not(:empty) {
  margin: 0;
}
body
  div.wpforms-container-full:not(:empty)
  .wpforms-field-container
  .wpforms-field {
  padding: 0;
}
body
  div.wpforms-container-full:not(:empty)
  .wpforms-field-container
  .wpforms-field
  label {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
body
  div.wpforms-container-full:not(:empty)
  .wpforms-field-container
  .wpforms-field
  input:not(input[type='radio']),
body
  div.wpforms-container-full:not(:empty)
  .wpforms-field-container
  .wpforms-field
  select,
body
  div.wpforms-container-full:not(:empty)
  .wpforms-field-container
  .wpforms-field
  textarea {
  height: 50px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
body
  div.wpforms-container-full:not(:empty)
  .wpforms-field-container
  .wpforms-field.wpforms-field-textarea {
  grid-column: 1 / -1;
}
body
  div.wpforms-container-full:not(:empty)
  .wpforms-field-container
  .wpforms-field
  textarea {
  height: 128px;
}
body
  div.wpforms-container-full:not(:empty)
  .wpforms-field-container
  .wpforms-field
  textarea::placeholder,
body
  div.wpforms-container-full:not(:empty)
  .wpforms-field-container
  .wpforms-field
  input::placeholder {
  color: rgba(255, 255, 255, 1);
  opacity: 70%;
  text-align: center;
}

section.contact-us {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: rgba(43, 45, 54, 1);
}
section.contact-us .map-wrap {
  display: flex;
}
section.contact-us .map-wrap iframe {
  height: 830px;
}
section.contact-us .left {
  display: flex;
  align-items: center;
  padding-right: calc(100% - 790px);
}
section.contact-us .left .inner {
  padding: 40px 20px 40px 60px;
}
section.contact-us .left .contents {
  opacity: 80%;
  line-height: 200%;
  margin-bottom: 30px;
}
section.contact-us .left .headline {
  margin-bottom: 10px;
  width: 100%;
  max-width: 570px;
}
section.contact-us .left .contact-info {
  display: grid;
  gap: 14px;
}
section.contact-us .left .contact-info a {
  color: rgba(170, 132, 83, 1);
  font-size: 24px;
  font-family: 'Blacklist', serif;
}

section.four-columns-blurbs.the-premier-difference {
  text-align: left;
}
section.four-columns-blurbs.the-premier-difference .btn-wrap {
  margin-top: 30px;
}
section.four-columns-blurbs.the-premier-difference .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
section.four-columns-blurbs.the-premier-difference .top {
  width: 40%;
  padding-right: 50px;
}
section.four-columns-blurbs.the-premier-difference .blurbs-wrap {
  width: 60%;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
section.four-columns-blurbs.the-premier-difference .blurbs-wrap .blurb {
  border: 1px dashed rgba(170, 132, 83, 1);
  border-radius: 5px;
  padding: 40px 30px;
  width: 100% !important;
}

section.cta {
  padding: 30px 0;
}
section.cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.btn.fill.dark {
  background-color: rgba(47, 51, 59, 1);
}
section.cta .left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
section.cta .left .headline {
  margin: 0;
  font-size: 42px;
}
section.cta .left .sub-headline {
  font-size: 20px;
}

section.four-columns-blurbs.why-choose-us {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.locations-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.locations-wrap .location-link {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 35px;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
}

.divider {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

section.about-hero {
  padding: 100px 0 90px;
}
section.about-hero .left-image,
section.about-hero .right-image {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%;
  display: flex;
}
section.about-hero .left-image {
  left: 0;
}
section.about-hero .right-image {
  right: 0;
}
section.about-hero .left-image img {
  object-position: right;
}
section.about-hero .right-image img {
  object-position: left;
}
section.about-hero .left-image img,
section.about-hero .right-image img {
  width: 100%;
  object-fit: cover;
}
section.about-hero .container {
  position: relative;
  text-align: center;
  z-index: 2;
}
section.about-hero .tagline {
  margin-bottom: 35px;
  font-size: 18px;
  letter-spacing: 3px;
}
section.about-hero .headline {
  line-height: 125%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.about-hero .sub-headline {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
section.about-hero .contents {
  opacity: 80%;
  max-width: 780px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}
section.about-hero svg.rating {
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 2;
}

section.left-image-right-contents {
  padding: 90px 0;
}
section.left-image-right-contents .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
section.left-image-right-contents .item .left-image {
  width: 45%;
  position: relative;
  padding-left: 80px;
  padding-bottom: 30px;
}
section.left-image-right-contents .item .right-contents {
  flex: 1;
  font-size: 16px;
  line-height: 200%;
  color: rgba(213, 214, 216, 1);
}
section.left-image-right-contents .item.reverse-column {
  flex-flow: row-reverse;
}
section.left-image-right-contents .container {
  display: grid;
  gap: 90px;
}
section.left-image-right-contents .item .left-image::before {
  position: absolute;
  content: '';
  width: 80%;
  height: 80%;
  border: 1px solid rgba(170, 132, 83, 1);
  bottom: 0px;
  left: 0;
}
section.left-image-right-contents .item .left-image img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in;
}
section.left-image-right-contents .item .left-image:hover img {
  transform: scale(1.05) !important;
}
section.left-image-right-contents .item .left-image.has-video {
  padding-right: 50px;
}
section.left-image-right-contents .item .left-image .video-popup-link {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(170, 132, 83, 0.7);
  backdrop-filter: blur(6px);
}
section.left-image-right-contents .item .right-contents strong {
  font-weight: 600;
}
section.left-image-right-contents .item .right-contents .locations-wrap {
  justify-content: flex-start;
  margin-top: 40px;
}

section.inner-hero {
  padding: 100px 0;
  text-align: center;
}
section.inner-hero svg.rating {
  position: absolute;
  right: 20px;
  bottom: 40px;
}
section.inner-hero .arrow-link {
  display: inline-flex;
  margin-top: 60px;
}
section.inner-hero .headline {
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
section.inner-hero .contents {
  font-size: 20px;
  line-height: 185%;
}
section.inner-hero .rating-text {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

section.latest-projects .owl-stage {
  display: flex;
}
section.latest-projects .owl-stage .project {
  height: 100%;
  display: flex;
  overflow: hidden;
}
section.latest-projects .owl-stage .project img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
section.latest-projects .owl-stage .project:hover img {
  transform: scale(1.05);
}

section.service-inner-hero {
  text-align: center;
  margin-top: -155px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.service-inner-hero .top-area {
  padding: 280px 0 120px;
  position: relative;
}
section.service-inner-hero .headline {
  text-transform: uppercase;
}
section.service-inner-hero .achievement-wrap {
  background: rgba(24, 23, 31, 0.35);
  backdrop-filter: blur(10px);
  padding: 41px 0;
}
section.service-inner-hero .achievement-wrap .title {
  font-size: 56px;
  font-family: 'Blacklist', serif;
  line-height: 1;
  margin-bottom: 10px;
  color: rgba(218, 183, 138, 1);
}
section.service-inner-hero .achievement-wrap .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  gap: 40px 60px;
}
section.service-inner-hero .sub-headline {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 25px;
}
section.service-inner-hero .contents-wrap {
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  max-width: 1105px;
  margin: auto;
  margin-bottom: 40px;
}
section.service-inner-hero .top-area svg.rating {
  position: absolute;
  bottom: 0;
  left: 15px;
  bottom: 40px;
}

section.our-blogs-block {
  padding: 100px 0 90px;
}
section.our-blogs-block .tagline {
  text-align: center;
  color: #fff;
}
section.our-blogs-block .headline {
  text-align: center;
  text-transform: uppercase;
}
.filter-blogs-content {
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  gap: 50px 60px;
}
.post-item {
  position: relative;
}
.post-item .thumbnail {
  display: flex;
  height: 250px;
  overflow: hidden;
}
.post-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.post-item:hover .thumbnail img {
  transform: scale(1.05);
}
.post-item .post-content {
  margin-top: 20px;
}
.post-item .post-content .post-title {
  font-size: 30px;
  line-height: 120%;
}
.post-item .post-content .auth-date {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  font-size: 14px;
}
.post-item .post-content .auth-date span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.post-item .post-content .post-excerpt {
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 165%;
}
.post-item .post-content .post-excerpt br {
  display: none;
}
.post-item .post-content .post-excerpt p {
  margin: 0;
}
.blog-pagination {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.blog-pagination .page-numbers {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.19);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(20px);
  opacity: 50%;
  transition: all 0.3s ease-in;
}
.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  opacity: 1;
}
form#blogs-form .all-buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 50px;
  margin: 70px 0;
  flex-wrap: wrap;
}
form#blogs-form .all-buttons-wrap .cat {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(80px);
  border-radius: 10px;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 5px 30px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
form#blogs-form .all-buttons-wrap .cat.secondary,
form#blogs-form .all-buttons-wrap .cat:hover {
  background: rgba(255, 255, 255, 0.1);
}

section.single-posts-wrap {
  padding: 90px 0;
  overflow: hidden;
}
section.single-posts-wrap .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
section.single-posts-wrap .left {
  flex: 1;
  line-height: 160%;
}
section.single-posts-wrap .right {
  width: 500px;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 50px;
}
section.single-posts-wrap .right .share-post {
  margin-bottom: 40px;
}
section.single-posts-wrap .right h3 {
  font-size: 24px;
  letter-spacing: -1px;
}
section.single-posts-wrap .right .share-post .wrap {
  display: flex;
  gap: 15px;
}
section.single-posts-wrap .right .share-post .wrap a {
  display: flex;
}
.recent-blogs-wrap {
  display: grid;
  gap: 20px;
}
.recent-blogs-wrap .post-item {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}
.link-whole-div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.recent-blogs-wrap .post-item .thumb {
  width: 160px;
  height: 117px;
  display: flex;
  overflow: hidden;
}
.recent-blogs-wrap .post-item .content {
  flex: 1;
}
.recent-blogs-wrap .post-item .content .post-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 0 5px;
}
.recent-blogs-wrap .post-item .content .button {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #fff;
  width: max-content;
}
section.single-posts-wrap .left ul {
  list-style: disc;
  padding-left: 40px;
}
.recent-blogs-wrap .post-item .thumb img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.recent-blogs-wrap .post-item:hover .thumb img {
  transform: scale(1.05);
}
section.home-hero.single-blog-hero .auth-date {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}
section.home-hero.single-blog-hero .auth-date span {
  display: flex;
  gap: 6px;
  align-items: center;
}
section.home-hero.single-blog-hero .contents-wrap {
  width: 100%;
  max-width: 740px;
}

section.inspiration-gallery {
  text-align: center;
  padding: 100px 0 90px;
}
section.inspiration-gallery .tagline {
  color: rgba(255, 255, 255, 1);
}
section.inspiration-gallery .headline {
  margin-bottom: 70px;
}
.inspiration-image-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.inspiration-image-gallery .inspiration-item {
  position: relative;
  display: flex;
}
.inspiration-image-gallery .inspiration-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inspiration-image-gallery .inspiration-item img.arrow {
  position: absolute;
  width: 62px;
  height: 62px;
  object-fit: contain;
  right: 30px;
  top: 30px;
}

section.lets-build {
  padding: 90px 0;
}
section.lets-build .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}
section.lets-build .form-wrap {
  text-align: center;
}
body
  section.lets-build
  .form-wrap
  div.wpforms-container-full:not(:empty)
  .wpforms-field-container
  .wpforms-field
  input:not(input[type='radio']),
body
  section.lets-build
  .form-wrap
  div.wpforms-container-full:not(:empty)
  .wpforms-field-container
  .wpforms-field
  select,
body
  section.lets-build
  .form-wrap
  div.wpforms-container-full:not(:empty)
  .wpforms-field-container
  .wpforms-field
  textarea {
  text-align: center;
}
section.lets-build .sub-headline {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-bottom: 30px;
}
section.lets-build hr {
  margin: 0;
  width: 100%;
  max-width: 550px;
  margin-bottom: 30px;
}
section.lets-build .contents {
  font-size: 20px;
  line-height: 200%;
  width: 100%;
  max-width: 660px;
}
section.lets-build .contact-info {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}
section.lets-build .contact-info a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}
section.default-block {
  color: rgba(34, 34, 34, 1);
  background-color: rgba(247, 248, 250, 1);
  padding: 90px 0;
}
section.default-block h1,
section.default-block h2,
section.default-block h3,
section.default-block h4,
section.default-block h6 {
  color: rgba(34, 34, 34, 1);
}
section.default-block blockquote {
  background-color: rgba(34, 34, 34, 0.1);
}

section.welcome-block {
  padding: 90px 0;
  text-align: center;
}
section.welcome-block strong {
  font-weight: 600;
}

section.error-404.not-found {
  min-height: 70vh;
  padding: 70px 0;
  display: flex;
  align-items: center;
  text-align: center;
}
section.error-404.not-found .container {
  display: grid;
  gap: 20px;
}

footer.site-footer li a {
  position: relative;
  padding-left: 20px;
  color: #fff;
}
footer.site-footer li a::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/uploads/2026/02/070-down-arrow-1.svg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer.site-footer {
  background-color: rgba(34, 34, 34, 1);
  padding: 100px 0 40px;
}
footer.site-footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 70px;
  margin-bottom: 30px;
}
footer.site-footer .footer-top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
footer.site-footer .footer-top .footer-column-3 .widget_text {
  width: 100%;
  max-width: 300px;
}
footer.site-footer .footer-top .footer-column-1 img {
  width: 100%;
  max-width: 248px !important;
  display: inline-block;
}
footer.site-footer .footer-top .footer-column-1 .social-link {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-left: 80px;
  gap: 25px;
}
footer.site-footer .footer-top ul {
  column-count: 2;
  gap: 10px;
  margin: 0;
}
footer.site-footer .footer-top h4.widget-title {
  font-size: 30px;
}
footer.site-footer .footer-top ul li {
  margin-bottom: 20px;
}
footer.site-footer .footer-bottom .container {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  font-size: 18px;
}
.website-by {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 1366px) {
  section.home-hero .headline {
    font-size: 90px;
  }
  section.service-inner-hero .headline {
    font-size: 96px;
  }
  section.our-blogs-block .headline {
    font-size: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-menu-wrapper {
    display: none !important;
  }
}

@media screen and (max-width: 1366px) {
  header.site-header ul#primary-menu {
    gap: 10px 40px;
  }
  header.site-header img.custom-logo {
    max-width: 200px;
  }
  header.site-header .right .btn {
    letter-spacing: 1px;
  }
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1280px) {
  .btn {
    min-height: 50px;
  }
  header.site-header .right .btn {
    width: 175px;
    min-width: 100%;
    padding: 5px;
  }
  header.site-header ul#primary-menu a {
    font-size: 15px;
  }
  header.site-header ul#primary-menu {
    gap: 10px 30px;
  }
  header.site-header img.custom-logo,
  header.site-header.header-fixed img.custom-logo {
    max-width: 160px;
  }
  .single-post .right-image {
    height: 600px;
  }
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 45px;
  }
  .tagline {
    font-size: 16px;
  }
  .tagline.big {
    font-size: 18px;
  }
  section.services-blurb-grid .item {
    min-height: 400px;
  }
  section.your-home-reimagined .middle .inner {
    min-height: 700px;
  }
  section.your-home-reimagined .left-image,
  section.your-home-reimagined .right-image {
    height: 500px;
  }
  .blog-post-item a {
    padding: 40px 10px 20px 20px;
  }
  .blog-post-item {
    min-height: 400px;
  }
  body div.wpforms-container-full button[type='submit'] {
    min-height: 50px;
  }
  section.contact-us .map-wrap iframe {
    height: 650px;
  }
  section.left-image-right-contents .item .left-image {
    padding-left: 30px;
  }
  section.four-columns-blurbs.the-premier-difference .blurbs-wrap .blurb {
    padding: 30px 20px;
  }
  section.cta .left .sub-headline {
    font-size: 16px;
  }
  .page-container::before {
    height: 50px;
  }
  .page-container {
    padding-top: 26px;
  }
  section.service-inner-hero .contents-wrap {
    max-width: 920px;
    font-size: 18px;
  }
  section.service-inner-hero .sub-headline {
    font-size: 24px;
  }
  .filter-blogs-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }
  form#blogs-form .all-buttons-wrap .cat {
    min-height: 50px;
    padding: 5px 20px;
  }
  form#blogs-form .all-buttons-wrap {
    gap: 10px 30px;
  }
  .recent-blogs-wrap .post-item .thumb {
    width: 100px;
    height: 80px;
  }
  section.single-posts-wrap .right {
    width: 330px;
    padding-left: 20px;
  }
  footer.site-footer {
    padding: 70px 0 20px;
  }
  footer.site-footer .footer-top {
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  footer.site-footer .footer-top .footer-column-1 img {
    max-width: 200px !important;
  }
  footer.site-footer .footer-top .footer-column-1 .social-link {
    padding-left: 60px;
    gap: 22px;
  }
  footer.site-footer .footer-bottom .container {
    font-size: 16px;
  }
  .website-by svg {
    height: 22px;
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  header.site-header nav#site-navigation,
  header.site-header .header-btn-wrap {
    display: none;
  }
  button#menu-trigger {
    display: flex;
  }
  .page-container::before {
    height: 40px;
  }
  section.home-hero .container {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  section.home-hero .inner {
    width: 100%;
  }
  section.home-hero .sub-headline {
    font-size: 18px;
  }
  section.home-hero .tags {
    justify-content: center;
  }
  section.home-hero .inner .btn-wrap {
    justify-content: center;
  }
  .tagline.big {
    letter-spacing: 4px;
    font-size: 16px;
  }
  h1 {
    font-size: 50px;
  }
  section.services-blurb-grid .item {
    width: 50%;
  }
  section.services-blurb-grid.four-columns .item {
    width: 50% !important;
  }
  h2 {
    font-size: 37px;
  }
  section.services-blurb-grid .item .link {
    font-size: 14px;
  }
  section.services-blurb-grid .item:last-child {
    width: 100%;
  }
  section.four-columns-blurbs {
    padding: 70px 0;
  }
  section.four-columns-blurbs .blurbs-wrap .blurb {
    width: calc(50% - 40px) !important;
  }
  section.your-home-reimagined .left-image,
  section.your-home-reimagined .right-image {
    width: 20%;
    height: 300px;
  }
  section.your-home-reimagined .middle {
    width: 60%;
  }
  section.your-home-reimagined svg.icon {
    width: 35px;
    height: auto;
  }
  section.your-home-reimagined {
    padding: 50px 0;
  }
  section.your-home-reimagined .contents-wrap {
    font-size: 16px;
    margin-bottom: 30px;
  }
  section.your-home-reimagined .middle .inner {
    min-height: 500px;
  }
  .tagline {
    margin-bottom: 18px;
    font-size: 14px;
  }
  section.faqs {
    padding: 70px 0;
  }
  section.faqs .left {
    width: 100%;
    text-align: center;
    padding: 0 0 50px;
  }
  section.faqs .left .btn-wrap {
    justify-content: center;
  }
  section.faqs .left .contents {
    margin: 0 auto 30px;
  }
  section.faqs .faqs-wrap {
    width: 100%;
    padding: 0;
  }
  .faq-item .faq-question {
    font-size: 25px;
  }
  .faq-item .faq-answers {
    font-size: 16px;
  }
  section.our-latest-blog {
    padding: 70px 0;
  }
  section.our-latest-blog .top-area {
    margin-bottom: 40px;
  }
  .blog-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-post-item:last-child {
    grid-column: 1 / -1;
  }
  section.contact-form {
    padding: 70px 0;
  }
  section.contact-form .box {
    padding: 50px 20px;
  }
  section.contact-form .box .sub-headline {
    font-size: 18px;
  }
  section.contact-us {
    grid-template-columns: 1fr;
  }
  section.contact-us .map-wrap iframe {
    height: 400px;
  }
  section.contact-us .left .inner {
    padding: 50px 20px;
    text-align: center;
  }
  section.contact-us .left .contact-info a {
    font-size: 20px;
  }
  section.contact-us .left .headline {
    max-width: 100%;
  }
  section.testimonials {
    padding: 70px 0;
  }
  section.about-hero svg.rating {
    display: none;
  }
  section.about-hero .left-image,
  section.about-hero .right-image {
    width: 35%;
  }
  section.left-image-right-contents .item .left-image {
    width: 100%;
  }
  section.left-image-right-contents .item {
    gap: 60px;
    text-align: center;
  }
  section.left-image-right-contents .item .left-image {
    padding-left: 20px;
  }
  section.left-image-right-contents .item .left-image::before {
    bottom: 0px;
  }
  section.left-image-right-contents .item.reverse-column {
    flex-flow: column;
  }
  section.left-image-right-contents .item .right-contents .locations-wrap {
    justify-content: center;
  }
  section.left-image-right-contents {
    padding: 70px 0;
  }
  section.left-image-right-contents .container {
    gap: 70px;
  }
  section.four-columns-blurbs.the-premier-difference .top {
    width: 100%;
    padding: 0 0 50px;
    text-align: center;
  }
  section.four-columns-blurbs.the-premier-difference .top .btn-wrap {
    justify-content: center;
  }
  section.four-columns-blurbs.the-premier-difference .blurbs-wrap {
    width: 100%;
  }
  section.cta .left {
    width: 100%;
    justify-content: center;
  }
  section.cta .container {
    gap: 15px;
  }
  section.cta .btn-wrap {
    width: 100%;
  }
  section.inner-hero svg.rating {
    display: none;
  }
  section.inner-hero {
    padding: 70px 0;
  }
  section.inner-hero .arrow-link svg {
    width: 50px;
    height: auto;
  }
  section.inner-hero .contents {
    font-size: 16px;
  }
  section.inner-hero .arrow-link {
    margin-top: 45px;
  }
  section.service-inner-hero .top-area svg.rating {
    display: none;
  }
  section.service-inner-hero .sub-headline {
    font-size: 18px;
    letter-spacing: 4px;
  }
  section.service-inner-hero .contents-wrap {
    font-size: 16px;
  }
  section.service-inner-hero .headline {
    margin-bottom: 10px;
  }
  section.service-inner-hero .top-area {
    padding: 220px 0 90px;
  }
  section.service-inner-hero .achievement-wrap .title {
    font-size: 35px;
  }
  section.welcome-block {
    padding: 70px 0;
  }
  form#blogs-form .all-buttons-wrap {
    margin: 40px 0 60px;
  }
  section.our-blogs-block {
    padding: 70px 0;
  }
  .blog-pagination .page-numbers {
    width: 45px;
    height: 45px;
  }
  section.home-hero.single-blog-hero .auth-date {
    justify-content: center;
  }
  section.single-posts-wrap {
    padding: 0 0 70px;
  }
  section.single-posts-wrap .right {
    width: 100%;
    border: none;
    margin: 50px 0 0;
    padding: 0;
  }
  section.home-hero.single-blog-hero .contents-wrap {
    margin: auto;
  }
  section.inspiration-gallery {
    padding: 70px 0;
  }
  section.inspiration-gallery .headline {
    margin-bottom: 50px;
  }
  .inspiration-image-gallery {
    gap: 20px;
  }
  .inspiration-image-gallery .inspiration-item img.arrow {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
  }
  section.lets-build .container {
    grid-template-columns: 1fr;
  }
  section.lets-build .sub-headline {
    font-size: 16px;
    letter-spacing: 5px;
  }
  section.lets-build .contents {
    font-size: 18px;
    margin: auto;
  }
  section.lets-build .contact-info a {
    font-size: 18px;
  }
  section.lets-build {
    padding: 70px 0;
    text-align: center;
  }
  section.lets-build hr {
    margin: 0 auto 30px;
  }
  section.lets-build .contact-info {
    justify-content: center;
  }
  .single-post .right-image {
    height: auto;
    width: 100%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    min-width: 100%;
    letter-spacing: 1px;
  }
  section.home-hero {
    padding: 50px 0;
  }
  section.home-hero svg.rating {
    display: none;
  }
  .tagline.big {
    font-size: 14px;
    letter-spacing: 2px;
  }
  h1 {
    font-size: 40px;
  }
  section.home-hero .sub-headline {
    font-size: 16px;
    letter-spacing: 3px;
  }
  section.home-hero .tags {
    gap: 10px;
  }
  section.services-blurb-grid .item {
    width: 100% !important;
    min-height: 300px;
  }
  section.services-blurb-grid.four-columns .item {
    width: 100% !important;
  }
  h2 {
    font-size: 30px;
  }
  /* section.four-columns-blurbs .blurbs-wrap,
  section.four-columns-blurbs .blurbs-wrap.three-columns {
    grid-template-columns: repeat(1, 1fr);
  } */
  section.four-columns-blurbs .blurbs-wrap .blurb {
    width: calc(100% - 40px) !important;
  }
  section.four-columns-blurbs {
    padding: 50px 0;
  }
  section.your-home-reimagined .left-image,
  section.your-home-reimagined .right-image {
    position: relative;
    width: 100%;
    height: 250px;
  }
  section.your-home-reimagined {
    padding: 0;
  }
  section.your-home-reimagined .middle {
    width: 100%;
    padding: 0 10px;
  }
  section.your-home-reimagined .middle .inner {
    width: 100%;
    margin: 0;
    padding: 40px 20px;
  }
  section.testimonials {
    padding: 50px 0;
  }
  section.testimonials .headline {
    margin-bottom: 30px;
  }
  .tagline {
    letter-spacing: 2px;
  }
  .owl-dots .owl-dot span {
    width: 40px;
    display: flex;
    height: 40px;
  }
  .owl-dots {
    flex-wrap: wrap;
  }
  section.our-latest-blog {
    padding: 50px 0;
  }
  .blog-posts-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog-post-item {
    min-height: 350px;
  }
  section.contact-form .box .rating-text {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  section.contact-form .box .sub-headline {
    font-size: 16px;
    letter-spacing: 2px;
  }
  body div.wpforms-container-full:not(:empty) .wpforms-field-container {
    grid-template-columns: repeat(1, 1fr);
  }
  section.about-hero .headline br {
    display: none;
  }
  section.about-hero {
    padding: 70px 0;
  }
  section.about-hero .sub-headline {
    font-size: 16px;
  }
  section.about-hero .tagline {
    font-size: 14px;
    margin-bottom: 20px;
  }
  section.left-image-right-contents .item .left-image .video-popup-link {
    width: 50px;
    height: 50px;
  }
  section.left-image-right-contents .item .left-image.has-video {
    padding-right: 25px;
  }
  .locations-wrap {
    gap: 10px;
  }
  section.left-image-right-contents {
    padding: 50px 0;
  }
  section.four-columns-blurbs.the-premier-difference .blurbs-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  section.cta .left {
    gap: 4px 20px;
  }
  section.cta .container {
    gap: 25px 30px;
  }
  .locations-wrap .location-link {
    font-size: 13px;
  }
  section.service-inner-hero .achievement-wrap .container .item {
    width: 100%;
  }
  section.service-inner-hero .achievement-wrap .container {
    gap: 30px;
  }
  section.service-inner-hero .top-area {
    padding-bottom: 70px;
  }
  section.welcome-block {
    padding: 50px 0;
  }
  form#blogs-form .all-buttons-wrap .cat {
    min-height: 40px;
  }
  form#blogs-form .all-buttons-wrap {
    gap: 10px;
    margin: 30px 0 45px;
  }
  .inspiration-image-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
  section.lets-build .contact-info a {
    font-size: 15px;
  }
  section.lets-build .contact-info {
    gap: 15px;
  }
  section.lets-build .contents {
    font-size: 16px;
  }
  section.lets-build .sub-headline {
    letter-spacing: 4px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  section.lets-build {
    padding: 50px 0;
  }
  section.lets-build hr {
    margin: 0 auto 20px;
  }
  section.default-block {
    padding: 50px 0;
  }
  footer.site-footer {
    padding: 50px 0 20px;
  }
  footer.site-footer .footer-top .footer-column-1 .social-link {
    margin-top: 20px;
  }
  footer.site-footer .footer-top ul li {
    margin-bottom: 12px;
  }
  footer.site-footer .footer-bottom .container {
    flex-wrap: wrap;
    text-align: center;
    gap: 14px;
  }
  .website-by {
    width: 100%;
    justify-content: center;
  }
  footer.site-footer .footer-bottom .footer-widget-column {
    width: 100%;
  }
}

@media screen and (min-width: 2100px) {
  .container {
    max-width: 2000px !important;
  }
}
