/*!
Theme Name: mwad
Theme URI: http://underscores.me/
Author: ThinkClever
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: mwad
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.

mwad is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Gilda Display', serif;
  margin: 0 0 20px;
  line-height: 120%;
  font-weight: 400;
}
h1 {
  font-size: 80px;
}
h2 {
  font-size: 48px;
}
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: #242321;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
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 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  padding: 0px 30px;
}
.button-wrapper {
  margin-top: 30px;
}
.btn {
  min-height: 75px;
  display: inline-flex;
  align-items: center;
  padding: 5px 30px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  backdrop-filter: blur(80px);
  background-color: rgba(255, 255, 255, 0.16);
  transition: all 0.3s ease-in;
}
.btn.transparent {
  background-color: transparent;
  backdrop-filter: blur(0px);
}
.btn:hover {
  transform: scale(1.05);
}
.tagline-wrapper {
  margin-bottom: 20px;
}
.tagline {
  font-size: 16px;
  color: #aa8453;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
}
.text-center {
  text-align: center;
}

/* === === === Common CSS start for sections === === === */
.half-column-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4%;
  row-gap: 30px;
}
.half-column-container .column {
  flex-basis: calc(50% - 2%);
}
.half-column-container .column.full-column {
  flex-basis: calc(100% - 2%);
}
/* === === === Common CSS end for sections === === === */

/* === === === Home Hero Section CSS start === === === */
.parallax-image {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  transform: translateZ(0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
}
.video-popup-link .parallax-image {
  height: calc(100% + 200px);
}
.section.section-hero {
  padding-top: 200px;
  padding-bottom: 60px;
  /* background-attachment: fixed; */
  position: relative;
}
.sub-headline-wrapper {
  margin-bottom: 30px;
}
.sub-headline {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 7px;
  display: block;
}
.hero-video-popup-wrapper {
  text-align: center;
}
.hero-video-popup-wrapper {
  margin-top: -4em;
}
.hero-video-popup-wrapper a {
  display: inline-flex;
}
.location-hero .tagline {
  margin-bottom: 20px;
}
.location-hero .headline {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.location-hero .headline .sub-headline {
  line-height: 1.3;
  margin-top: 10px;
}
.location-hero .content-wrapper {
  font-size: 20px;
  line-height: 185%;
  width: 100%;
  max-width: 930px;
}
.location-hero .rating-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.location-hero .rating-wrap .people {
  display: flex;
}
.location-hero .rating-wrap .text {
  font-size: 12px;
}
.location-hero .rating-wrap .text span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
/* === === === Home Hero Section CSS end === === === */

/* === === === Three Column Blurb Section CSS start === === === */
.section-blurb-three-column {
  padding-bottom: 275px;
}
.section-blurb-three-column .content-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0px auto 60px;
}
.section-blurb-three-column .blurb-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  row-gap: 40px;
  text-align: left;
}
.section-blurb-three-column .blurb-wrapper .blurb-item {
  flex-basis: calc(33.33% - 2%);
}
.section-blurb-three-column .blurb-wrapper .blurb-item .icon-wrapper {
  margin-bottom: 20px;
}
.section-blurb-three-column .blurb-wrapper .blurb-item .icon-wrapper img {
  width: 100%;
  max-width: 71px;
}
.section-blurb-three-column .blurb-wrapper .blurb-item .title-wrapper {
  width: 100%;
  max-width: 466px;
  margin-bottom: 20px;
}
.section-blurb-three-column .blurb-wrapper .blurb-item .title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-blurb-three-column .blurb-wrapper .blurb-item .blurb-content-wrapper {
  font-weight: 300;
  width: 100%;
  max-width: 466px;
}
/* === === === Three Column Blurb Section CSS end === === === */

/* === === === Four Column Blurb Section CSS start === === === */
.section-blurb-four-column {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -186px;
}
.section-blurb-four-column .content-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0px auto 60px;
}
.section-blurb-four-column .blurb-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 40px;
  text-align: left;
}
.section-blurb-four-column .blurb-wrapper .blurb-item {
  background: #2b2a28;
  flex-basis: calc(25% - 1.5%);
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
.section-blurb-four-column .blurb-wrapper .blurb-item .icon-wrapper {
  margin-bottom: 20px;
}
.section-blurb-four-column .blurb-wrapper .blurb-item .image-wrapper img {
  transition: all 0.3s ease-in-out;
}
.section-blurb-four-column .blurb-wrapper .blurb-item:hover .image-wrapper img {
  transform: scale(1.1);
}
.section-blurb-four-column .blurb-wrapper .blurb-item .title-wrapper {
  width: 100%;
  max-width: 466px;
  margin-bottom: 20px;
  padding: 30px 10px 0px;
  text-align: center;
}
.section-blurb-four-column .blurb-wrapper .blurb-item .title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Gilda Display', serif;
}
.section-blurb-four-column .blurb-wrapper .blurb-item .blurb-content-wrapper {
  font-weight: 200;
  width: 100%;
  max-width: 466px;
  padding: 0px 20px 30px;
  text-align: center;
  font-size: 14px;
}
.section-blurb-four-column .blurb-wrapper .blurb-item .blurb-item-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
section.section-blurb-two-column {
  margin: 0;
}
section.section-blurb-two-column .blurb-wrapper .blurb-item {
  flex-basis: calc(50% - 1.5%);
  border-radius: 30px;
  text-align: center;
  padding-bottom: 40px;
}
section.section-blurb-two-column .blurb-wrapper .blurb-item .image-wrapper {
  border-radius: 30px;
  overflow: hidden;
  display: flex;
}
section.section-blurb-two-column .blurb-wrapper .blurb-item .image-wrapper img {
  width: 100%;
}
section.section-blurb-two-column .blurb-wrapper .blurb-item .title-wrapper {
  max-width: 100%;
  margin-bottom: 0;
}
section.section-blurb-two-column
  .blurb-wrapper
  .blurb-item
  .blurb-content-wrapper {
  max-width: 640px;
  margin: auto;
  font-size: 20px;
}
section.section-blurb-two-column
  .blurb-wrapper
  .blurb-item
  .title-wrapper
  span.title {
  font-size: 44px;
  color: #fff;
}
section.section-blurb-two-column .blurb-wrapper .blurb-item .link {
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
/* === === === Four Column Blurb Section CSS end === === === */

/* === === === Section Four CSS start === === === */
.section-four .column-1 {
  flex-basis: calc(57% - 2%);
  display: flex;
  gap: 30px;
}
.section-four .column-2 {
  flex-basis: calc(43% - 2%);
  font-weight: 300;
}
.section-four .column-2 .blurb-wrapper {
  margin-top: 34px;
}
.section-four .column-2 .blurb-wrapper .blurb-item {
  display: flex;
  gap: 32px;
  row-gap: 32px;
}
.section-four .column-2 .blurb-wrapper .blurb-item .image-wrapper {
  flex-basis: 17%;
}
.section-four .column-2 .blurb-wrapper .blurb-item .right-content {
  flex-basis: 83%;
}

.section-four .column-2 .blurb-wrapper .blurb-item:not(:last-child) {
  margin-bottom: 32px;
}
.section-four .column-2 .blurb-wrapper .blurb-item .right-content .title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.section-four
  .column-2
  .blurb-wrapper
  .blurb-item
  .right-content
  .blurb-content-wrapper {
  margin-top: 10px;
}
/* === === === Section Four CSS end === === === */

/* === === === Schedule Section CSS start === === === */
.section.section-schedule {
  padding-top: 42px;
  padding-bottom: 42px;
}
.section.section-schedule .wrap {
  flex: 1;
}
.section-schedule .tagline-wrapper {
  margin-bottom: 10px;
}
.section-schedule h2 {
  margin-bottom: 10px;
  font-size: 35px;
}
.section-schedule .column-2 {
  text-align: right;
}
.section-schedule .button-wrapper {
  margin-top: 0px;
}
.section-schedule .column-2 .button-wrapper .btn {
  text-align: center;
}
/* === === === Schedule Section CSS end === === === */

/* === === === Testimonials Section CSS start === === === */
.section-testimonials .rating-wrapper {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-testimonials .rating-wrapper .rating {
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 4px;
}
.slider-wrapper {
  margin-top: 60px;
  text-align: left;
}
.slider-wrapper .slider-item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.slider-wrapper .slider-item-inner .image-wrapper {
  position: absolute;
  width: 100%;
  max-width: 208px;
  border-radius: 30px;
  z-index: 2;
  height: 208px;
  display: flex;
}
.slider-wrapper .slider-item-inner .client-info-wrapper {
  padding: 71px 5% 70px 130px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 30px;
  flex-basis: calc(100% - 104px);
  margin-left: auto;
  position: relative;
}
.slider-wrapper .slider-item-inner .client-info-wrapper svg {
  position: absolute;
  right: 20px;
  top: 30px;
}
.slider-wrapper .slider-item-inner .image-wrapper img {
  border-radius: 30px;
  width: 100%;
  object-fit: cover;
}
.slider-wrapper .slider-item-inner .client-info-wrapper .client-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
}
.slider-wrapper
  .slider-item-inner
  .client-info-wrapper
  .client-info
  .client-name {
  font-size: 24px;
  font-weight: 500;
  margin-right: 2px;
  display: block;
}
.slider-wrapper
  .slider-item-inner
  .client-info-wrapper
  .client-info
  .client-location {
  font-weight: 500;
}
.owl-nav button {
  width: 81px;
  height: 83px;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.owl-nav button span {
  font-size: 52px;
  line-height: 0.7;
  margin-top: -9px;
}
.owl-nav {
  display: flex;
  gap: 10px;
  justify-content: center;
}
/* === === === Testimonials Section CSS end === === === */

/* === === === Section Seven CSS start === === === */
.section-seven .column-2 .location-wrapper {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.section-seven .column-2 .location-wrapper .title {
  position: relative;
  padding: 6px 17px 6px 40px;
  background: #504f4d;
  border-radius: 34px;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
}
.section-seven .column-2 .location-wrapper .title::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 20px;
  left: 16px;
  top: 8px;
  background: url(/wp-content/uploads/2025/11/locaton-pin.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* === === === Section Seven CSS end === === === */

/* === === === Section Eight CSS start === === === */
.section.section-eight {
  padding-top: 0px;
}
.section-eight .column-1 .inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.section-eight .column-1 .inner-container .inner-column-1 {
  flex-basis: calc(30% - 1%);
}
.section-eight .column-1 .inner-container .inner-column-1 .image-wrapper {
  padding: 45px 10px;
  background: #2b2926;
  border-radius: 30px;
}
.section-eight .column-1 .inner-container .inner-column-2 {
  flex-basis: calc(70% - 1%);
}
.section-eight .column-1 .inner-container .inner-column-2 .content-wrapper {
  width: 100%;
  max-width: 471px;
}
.section-eight .column-1 .inner-container .inner-column-2 .button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.section-eight
  .column-1
  .inner-container
  .inner-column-2
  .button-container
  .button-wrapper {
  margin-top: 0px;
}
.section-eight
  .column-1
  .inner-container
  .inner-column-2
  .button-container
  .button-wrapper
  .btn {
  min-height: 62px;
  border-radius: 10px;
  padding: 0px 20px;
  font-size: 15px;
}
.section-eight .column-2 .content-wrapper {
  padding: 10% 9%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section-eight .column-2 .content-wrapper .count-item {
  flex-basis: calc(50% - 10px);
  text-align: center;
}
.section-eight .column-2 .content-wrapper .count-item .count {
  font-size: 64px;
}
.section-eight .column-2 .content-wrapper .count-item .count-content {
  line-height: 1.85;
  display: block;
}
.section.section-hero .parallax-image {
  height: calc(100% + 20px);
}
/* === === === Section Eight CSS end === === === */
section.section-four .column-1 .image-wrapper {
  position: relative;
  overflow: hidden;
}
section.section-four .column-1 .image-wrapper img {
  opacity: 0;
}
section.section-four .column-1 .image-wrapper .parallax-image {
  height: calc(100% + 140px);
}
/* === === === Video Popup Section CSS start === === === */
.section-video-popup {
  padding-top: 0px;
}
.section-video-popup .content-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}
.video-popup-wrapper .image-wrapper img {
  border-radius: 30px;
  display: block;
  width: 100%;
  opacity: 0;
}
.video-popup-link {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: inline-block;
  border-radius: 30px;
  overflow: hidden;
}
.video-popup-link::before {
  content: '';
  position: absolute;
  width: 115px;
  height: 115px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: url(/wp-content/uploads/2025/11/play-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 9;
}
.video-popup-link .image-wrapper {
  position: relative;
}
.video-popup-link .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
}
/* === === === Video Popup Section CSS end === === === */

/* === === === Project Section CSS start === === === */
.section-project {
  padding-bottom: 0px;
  border-top: 1px solid rgba(2555, 255, 255, 0.16);
}
.section-project .content-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}
.projects-section {
  text-align: center;
  margin-top: 50px;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
  padding: 0px 30px;
}
.tab-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 18px 47px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
}
.tab-btn.active {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.projects-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
}
.projects {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
  width: 100%;
}
.projects.active {
  display: flex;
}
.project {
  flex-basis: 25%;
  overflow: hidden;
  border-radius: 0px;
  padding: 1px;
}
.project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}
/* === === === Project Section CSS end === === === */

/* === === === FAQs Section CSS start === === === */
.section-faqs .content-wrapper {
  width: 100%;
  max-width: 650px;
}
.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  padding: 20px 0px;
  cursor: pointer;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  transition: color 0.3s;
}
.faq-item.active .faq-question {
  color: #fff;
}
.faq-answer {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  color: #aaa;
  overflow: hidden;
}
/* .faq-item.active .faq-answer {
  	display: block;
} */
.faq-question .icon {
  transform: rotate(270deg);
  transition: transform 0.3s ease;
}
.faq-question .icon.rotated {
  transform: rotate(180deg);
}
/* === === === FAQs Section CSS end === === === */

/* === === === Start Your Journey CSS start === === === */
.contact-info {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.office-wrapper {
  margin-top: 30px;
}
.phone-wrapper,
.email-wrapper,
.office-wrapper {
  padding-left: 25px;
}
.phone-wrapper .phone-title,
.email-wrapper .email-title,
.office-wrapper .office-title {
  position: relative;
  font-family: 'Gilda Display', serif;
  font-size: 20px;
}
.phone-wrapper .phone-title .icon,
.email-wrapper .email-title .icon,
.office-wrapper .office-title .icon {
  position: absolute;
  top: 3px;
  left: -25px;
  width: 18px;
  height: 18px;
}
.office-wrapper .office-title .icon {
  width: 16px;
  height: 20px;
}
/* === === === Start Your Journey CSS end === === === */

/* === === === WPForms CSS start === === === */
.wpforms-container {
  margin: 0px !important;
}
.wpforms-container .wpforms-field {
  padding: 0px !important;
  margin-bottom: 20px !important;
}
.wpforms-field label {
  color: rgba(255, 255, 255, 0.45) !important;
}
.wpforms-field input,
.wpforms-field select,
.wpforms-field textarea {
  color: rgba(255, 255, 255, 0.45) !important;
  background: transparent !important;
  border: 1px solid #7d7d7d !important;
  border-radius: 10px !important;
}
.wpforms-field input[type='text'],
.wpforms-field input[type='email'],
.wpforms-field input[type='number'],
.wpforms-field select {
  height: 62px !important;
}
.wpforms-field input::placeholder,
.wpforms-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
  opacity: 1 !important;
}
.wpforms-field input[type='checkbox'] {
  background: transparent !important;
  border: 1px solid #7d7d7d !important;
  border-radius: 2px !important;
  margin-top: 1px !important;
}
.wpforms-field input[type='checkbox']::before {
  background: transparent !important;
}
.wpforms-submit {
  align-items: center;
  border-radius: 10px !important;
  border-style: solid !important;
  border-width: 1px !important;
  display: block !important;
  background-color: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.19) !important;
  text-align: center !important;
  padding: 22px 43px !important;
  transition: all 0.3s ease-in-out !important;
  height: auto !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
/* === === === WPForms CSS end === === === */

/* === === === Footer CSS start === === === */
.site-footer {
  background: #242321;
  padding: 100px 0px 30px;
}

.footer-main-content-wrapper {
  display: flex;
  gap: 30px;
  padding-bottom: 100px;
}
.footer-widget-column.footer-column-1 {
  flex-basis: 37%;
}
.footer-widget-column {
  flex-basis: 23%;
}
.footer-column-1 .widget_media_image img {
  width: 100%;
  max-width: 250px !important;
}
.widget-title {
  font-size: 27px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.site-footer .menu li:not(:last-child) {
  margin-bottom: 10px;
}
.site-footer .menu li a {
  padding-left: 24px;
  position: relative;
}
.site-footer .menu li a::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 19px;
  background: url(/wp-content/uploads/2025/11/arrow-right.svg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-column-4 .textwidget {
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #aa8453;
}
.footer-mail {
  color: #aa8453;
  transition: all 0.3s ease-in-out;
}
.footer-mail:hover {
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-bottom-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2%;
}
.footer-bottom-column .widget_text {
  flex-basis: calc(50% - 1%);
  margin-bottom: 0px;
}
.footer-bottom-column .widget_text:nth-child(2) .textwidget {
  text-align: right;
}
.textwidget img {
  width: 130px;
}
.footer-bottom-column .widget_text:nth-child(2) .textwidget p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}
.footer-bottom-column .widget_text:nth-child(2) .textwidget img {
  display: block;
}
.social-media-wrapper {
  margin-top: 30px;
}
a.social-media-url {
  width: 20px;
  height: 20px;
}
.social-media-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
/* === === === Footer CSS end === === === */
section.our-latest-blog {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 90px 0;
}

section.our-latest-blog .top-area {
  text-align: center;
  margin-bottom: 40px;
}

.blog-posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.blog-post-item {
  position: relative;
  min-height: 445px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  transition: all 0.3s ease-in;
  background-color: #292826;
}
.blog-post-item:hover {
  transform: scale(1.02);
}
.blog-post-item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  padding: 40px 30px;
  position: relative;
  z-index: 2;
}

.blog-post-item .post-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.blog-post-item .post-excerpt {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-post-item .post-categories {
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 13px;
  gap: 5px 25px;
}

.blog-post-item .post-categories span.category {
  position: relative;
}
.blog-post-item .post-categories span.category::before {
  position: absolute;
  content: '&';
  right: -17px;
}
.blog-post-item .post-categories span.category:last-child::before {
  opacity: 0;
}
.blog-post-item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(36, 35, 33, 0.2) 0%,
    rgba(36, 35, 33, 0.7) 126.59%
  );
  z-index: 1;
}
.latest-posts-wrapper .blog-post-item:first-child,
.latest-posts-wrapper .blog-post-item:nth-child(2) {
  min-height: 400px;
}
.latest-posts-wrapper .blog-post-item:first-child {
  grid-column: span 2 / span 2;
}
body.page-home section.section-testimonials {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 90px;
}
section.section-hero.location-hero.full-width-center {
  text-align: center;
  color: #fff;
}

section.section-hero.location-hero.full-width-center .column {
  flex-basis: calc(100% - 2%);
}

section.section-hero.location-hero.full-width-center .content-wrapper {
  margin: auto;
}

section.section-hero.location-hero.full-width-center .column-2 {
  padding: 90px 0;
}

section.section-hero.location-hero.full-width-center .rating-wrap {
  text-align: left;
  justify-content: flex-end;
}

section.section-hero.location-hero.full-width-center .tagline {
  font-size: 24px;
  color: rgba(218, 183, 138, 1);
}

section.section-hero.location-hero.full-width-center .sub-headline,
section.section-hero.location-hero.full-width-center .content-wrapper h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: initial;
  font-weight: 600;
}

section.section-hero.location-hero.full-width-center .parallax-image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(41, 40, 38, 0) 24.37%,
    #292826 88.63%
  );
}
section.section-blurb-four-column.version-2 {
  margin: 0;
  padding: 90px 0;
  background: linear-gradient(
    180deg,
    rgba(43, 42, 40, 0.6) 0%,
    rgba(62, 62, 62, 0.6) 100%
  );
}
section.section-blurb-four-column.version-2 .tagline-wrapper {
  margin-bottom: 10px;
}
section.section-blurb-four-column.version-2 .blurb-wrapper {
  margin-top: 45px;
}
.section-blurb-four-column .blurb-wrapper .blurb-item .image-wrapper {
  display: flex;
  overflow: hidden;
}
section.section-hero.location-hero.full-width-center .button-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.window-specifications-section {
  padding: 90px 0;
}

.window-specifications-section .top {
  text-align: center;
  width: 100%;
  max-width: 820px;
  margin: auto;
}

.window-specifications-section .blurb-wrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 40px;
  text-align: center;
  color: #fff;
}

.window-specifications-section .top .tagline {
  margin-bottom: 20px;
}

.tagline.aos-init.aos-animate {
}

.window-specifications-section .bottom {
  text-align: center;
  width: 100%;
  max-width: 820px;
  margin: 60px auto 0;
}

.window-specifications-section .bottom .btn {
  margin-top: 25px;
}

section.craftsman-ship {
  background: linear-gradient(
    180deg,
    rgba(43, 42, 40, 0.6) 0%,
    rgba(62, 62, 62, 0.6) 100%
  );
}

section.window-styles {
  background: linear-gradient(
    180deg,
    rgba(43, 42, 40, 0.6) 0%,
    rgba(62, 62, 62, 0.6) 100%
  );
}

.window-specifications-section .blurb-wrapper .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
}

.window-specifications-section .blurb-wrapper .title {
  font-size: 20px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.window-specifications-section .blurb-wrapper .blurb-content-wrapper {
  color: rgba(255, 255, 255, 0.8);
}

section.window-styles .blurb-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

section.window-styles .blurb-wrapper .blurb-item {
  width: calc(20% - 40px);
}
section.window-materials {
  padding-bottom: 0;
}
section.window-materials .blurb-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding-bottom: 90px;
}
section.inner-hero {
  background: linear-gradient(360deg, #35322f 0%, #242220 100%);
  padding: 250px 0 90px;
  text-align: center;
  color: #fff;
}
section.inner-hero .tagline {
  font-size: 24px;
  color: rgba(218, 183, 138, 1);
  letter-spacing: 6px;
}

section.inner-hero .headline {
  text-transform: uppercase;
  margin: 20px 0 0;
}

section.inner-hero .sub-headline {
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 10px;
}

section.inner-hero .contents-wrap {
  width: 100%;
  max-width: 865px;
  margin: auto;
  font-size: 20px;
  line-height: 185%;
  margin-top: 20px;
}
.rating-w-images-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 16px;
  margin-top: 20px;
}
.rating-w-images-wrap .people {
  display: flex;
}
.rating-w-images-wrap .text {
  font-size: 12.5px;
}
.rating-w-images-wrap .text span {
  font-size: 16px;
  font-weight: 600;
}

section.blogs-filters,
section.projects-grid {
  background-color: rgb(35 35 33);
  padding-bottom: 90px;
}
.project-post-item {
  position: relative;
  min-height: 445px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  transition: all 0.3s ease-in;
}
.project-post-item:hover {
  transform: scale(1.02);
}
.project-post-item .arrow {
  position: absolute;
  top: 30px;
  right: 30px;
}
.filters-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  margin-bottom: 70px;
}

.filters-bar .all-buttons-wrap,
.filters-bar .buttons-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 40px;
}

.filters-bar .all-buttons-wrap .cat,
.filters-bar .buttons-wrap .cat {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(80px);
  padding: 15px 30px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in;
  background-color: transparent;
}
.projects-owl-carousel .owl-stage {
  display: flex;
}
.filters-bar .all-buttons-wrap .cat.secondary,
.filters-bar .buttons-wrap .cat.secondary,
.filters-bar .buttons-wrap .cat.active {
  background: rgba(255, 255, 255, 0.1);
}
#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 42, 40, 0.8);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader-wrapper .loader {
  width: 50px;
  height: 50px;
  border: 3px solid #aa8453;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.5s linear 0s infinite;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.blog-pagination {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.blog-pagination .page-numbers {
  display: inline-flex;
  height: 56px;
  width: 56px;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.19);
  background: rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  font-weight: 500;
}

.blog-pagination .page-numbers.current {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.blog-post-item .sticker {
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  width: auto;
  top: 30px;
  right: 0;
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 10px;
  letter-spacing: 1px;
}
section.left-video-content {
  background: linear-gradient(180deg, #35322f 0%, #242220 100%);
  padding: 90px 0;
  color: #fff;
}

section.left-video-content .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 70px;
  align-items: center;
}

section.left-video-content .video-popup-wrapper {
  display: flex;
}

section.left-video-content .headline {
  font-size: 40px;
}
section.left-video-content .rating-w-images-wrap {
  justify-content: flex-start;
  margin-top: 40px;
}
section.left-video-content .rating-w-images-wrap {
  justify-content: flex-start;
  margin-top: 40px;
}

section.testimonials-grid-section {
  color: #fff;
  padding: 90px 0;
}

section.testimonials-grid-section .top {
  text-align: center;
  margin-bottom: 90px;
}

section.testimonials-grid-section .top .rating-wrapper {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-bottom: 20px;
}

.testimonials-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  padding-left: 40px;
}

.testimonial-item {
  border: 1px solid rgba(255, 255, 255, 0.19);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(80px);
  border-radius: 30px;
  position: relative;
  padding: 70px 40px 40px;
}

.testimonial-item svg {
  width: 25px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.testimonial-item .client-image {
  width: 81px;
  height: 81px;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: -40px;
}

.testimonial-item .client-name {
  font-size: 24px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
}

.testimonial-item .feedback-wrapper {
  color: rgba(255, 255, 255, 0.63);
}

.testimonial-item .client-image img {
  width: 100%;
  object-fit: cover;
}

.testimonial-item .client-name span {
  color: rgba(255, 255, 255, 0.63);
  font-size: 16px;
}
.section.section-hero .tagline {
  font-size: 24px;
}
section.blog-single-hero {
  position: relative;
  padding: 220px 0 170px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.blog-single-hero::before {
  background:
    linear-gradient(0deg, #2b2a28, #2b2a28),
    linear-gradient(0deg, rgba(9, 10, 13, 0.2), rgba(9, 10, 13, 0.2));
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 55%;
}

section.blog-single-hero::after {
  background: linear-gradient(
    180deg,
    rgba(36, 35, 33, 0) 24.37%,
    #242321 88.63%
  );
  height: 176px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: '';
}

section.blog-single-hero .tagline {
  font-size: 14px;
}

section.blog-single-hero .headline {
  font-size: 52px;
  max-width: 850px;
  text-transform: none;
  margin: 25px auto 10px;
}

section.blog-single-hero .sticker {
  background: rgba(255, 255, 255, 0.25);
  width: max-content;
  margin: auto;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 15px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 7px;
}

section.blog-single-hero .container {
  position: relative;
  z-index: 2;
}

section.blog-single-hero .contents-wrap {
  font-size: 16px;
}

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;
}

.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;
  border-radius: 10px;
  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;
}
@media only screen and (min-width: 768px) {
  .location-hero .full-column .rating-wrap {
    justify-content: flex-end;
    position: relative;
    top: -50px;
  }
}
@media only screen and (min-width: 1024px) {
  .section.section-testimonials {
    overflow: hidden;
  }
  .section-testimonials .container-full {
    position: relative;
    width: 100vw;
    left: calc(50% - 50vw + 30px);
    margin: 0;
    max-width: none !important;
    box-sizing: border-box;
  }
  .owl-nav {
    position: absolute;
    right: 4%;
    top: -130px;
  }
  .footer-column-3 .textwidget {
    width: 100%;
    max-width: 250px;
  }
  h1.smaller-font-64 {
    font-size: 64px;
  }
}
@media only screen and (min-width: 1200px) {
  .owl-nav {
    right: 10%;
  }
}
@media only screen and (min-width: 1755px) {
  .section-testimonials .container-full {
    position: relative;
    width: calc(100vw - 30px);
    margin-left: calc((100% - 1735px) / 2 + 30px);
    max-width: none;
  }
}
@media only screen and (max-width: 1279px) {
  h1 {
    font-size: 60px;
  }
  section.inner-hero .tagline {
    font-size: 18px;
  }
  section.inner-hero .sub-headline {
    font-size: 24px;
  }
  section.inner-hero .contents-wrap {
    font-size: 16px;
  }
  section.inner-hero {
    padding: 200px 0 90px;
  }
  .testimonials-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  section.left-video-content .headline {
    font-size: 36px;
  }
  section.left-video-content .container {
    gap: 40px 50px;
  }
  .filters-bar .all-buttons-wrap,
  .filters-bar .buttons-wrap {
    gap: 10px 15px;
  }
  .filters-bar .all-buttons-wrap .cat,
  .filters-bar .buttons-wrap .cat {
    padding: 10px 20px;
  }
  .blog-post-item {
    min-height: 350px;
  }
  .blog-pagination .page-numbers {
    width: 45px;
    height: 45px;
  }
  .project-post-item {
    min-height: 350px;
  }
  .project-post-item .arrow svg {
    width: 40px;
    height: auto;
  }
  section.section-blurb-two-column
    .blurb-wrapper
    .blurb-item
    .title-wrapper
    span.title {
    font-size: 36px;
  }
  section.section-blurb-two-column
    .blurb-wrapper
    .blurb-item
    .blurb-content-wrapper {
    font-size: 16px;
  }
  .section-eight .column-2 .content-wrapper .count-item .count {
    font-size: 50px;
  }
  .section-eight .column-2 .content-wrapper .count-item {
    font-size: 14px;
  }
  .latest-posts-wrapper .blog-post-item:first-child,
  .latest-posts-wrapper .blog-post-item:nth-child(2) {
    min-height: 350px;
  }
  section.section-hero.location-hero.full-width-center .sub-headline,
  section.section-hero.location-hero.full-width-center .content-wrapper h2 {
    font-size: 24px;
  }
  section.section-hero.location-hero.full-width-center .tagline {
    font-size: 20px;
  }
  .window-specifications-section .blurb-wrapper .title {
    font-size: 16px;
  }
  .window-specifications-section .blurb-wrapper {
    gap: 30px;
  }
  .section.section-hero .tagline {
    font-size: 20px;
  }
  .footer-main-content-wrapper {
    flex-wrap: wrap;
  }
  .recent-blogs-wrap .post-item .thumb {
    width: 100px;
    height: 80px;
  }
  .recent-blogs-wrap .post-item .content .post-title {
    font-size: 18px;
  }
  .recent-blogs-wrap .post-item .content .button {
    font-size: 14px;
  }
  section.single-posts-wrap .right {
    width: 300px;
    padding-left: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  section.blog-single-hero .headline {
    font-size: 42px;
  }
  section.single-posts-wrap .right {
    width: 100%;
    padding: 0;
    margin: 50px 0 0;
    border: none;
  }
  section.single-posts-wrap .left h4 {
    font-size: 20px;
  }
  section.single-posts-wrap .left h3 {
    font-size: 30px;
  }
  .window-specifications-section .blurb-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  section.window-styles .blurb-wrapper .blurb-item {
    width: calc(25% - 30px);
  }
  section.section-hero.location-hero.full-width-center .tagline {
    font-size: 16px;
  }
  section.section-hero.location-hero.full-width-center .content-wrapper {
    font-size: 16px;
  }
  section.section-hero.location-hero.full-width-center .rating-wrap {
    justify-content: center;
    top: 0;
  }
  .section-eight .column-1 .inner-container .inner-column-2 .content-wrapper {
    max-width: 100%;
  }
  .blog-posts-grid {
    grid-template-columns: 1fr 1fr;
  }
  section.left-video-content .container {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  section.left-video-content .rating-w-images-wrap {
    justify-content: center;
  }
  .testimonial-item .client-image {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
  }
  .testimonials-grid-wrapper {
    padding-left: 30px;
    gap: 35px;
  }
  .testimonial-item svg {
    width: 20px;
    right: 16px;
    top: 10px;
  }
  .testimonial-item {
    padding: 40px 20px 20px;
  }
  section.inner-hero .tagline {
    font-size: 14px;
    letter-spacing: 4px;
  }
  section.inner-hero .headline {
    margin-top: 10px;
  }
  section.inner-hero .sub-headline {
    font-size: 20px;
    letter-spacing: 0;
  }
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .container {
    padding: 0px 20px;
  }
  h1 {
    font-size: 50px;
  }
  .hero-video-popup img {
    width: 100%;
    max-width: 120px;
  }
  .sub-headline {
    font-size: 20px;
  }
  .section-blurb-three-column .blurb-wrapper .blurb-item {
    flex-basis: calc(50% - 1.55%);
  }
  .section-blurb-three-column .blurb-wrapper .blurb-item .title {
    font-size: 18px;
  }
  .section-blurb-three-column {
    padding-bottom: 18%;
  }
  .section-blurb-four-column {
    padding-bottom: 0px;
    margin-top: -20.45%;
  }
  .section-blurb-four-column .blurb-wrapper .blurb-item {
    flex-basis: calc(50% - 1%);
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-four .column-1,
  .section-four .column-2 {
    flex-basis: 100%;
    text-align: center;
  }
  .section-four .half-column-container {
    flex-direction: column-reverse;
  }
  .section-four .column-2 .blurb-wrapper .blurb-item {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .section-four .column-2 .blurb-wrapper .blurb-item .image-wrapper,
  .section-four .column-2 .blurb-wrapper .blurb-item .right-content {
    flex-basis: 100%;
  }
  .section-four .column-2 .blurb-wrapper .blurb-item .right-content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-schedule .column-2 .btn {
    height: 62px;
    padding: 0px 20px;
  }
  .slider-wrapper .slider-item-inner .image-wrapper {
    position: relative;
    margin: auto;
    max-width: 150px;
    height: 150px;
  }
  .slider-wrapper .slider-item-inner .client-info-wrapper {
    padding: 150px 20px 30px;
    flex-basis: 100%;
    margin-top: -120px;
    text-align: center;
  }
  .slider-wrapper .slider-item-inner .client-info-wrapper .client-info {
    justify-content: center;
  }
  .owl-nav {
    margin-top: 20px;
  }
  .owl-nav button {
    width: 50px;
    height: 40px;
  }
  .owl-nav button span {
    font-size: 30px;
    margin-top: -6px;
  }
  .section-testimonials .container-full {
    padding: 0px 20px;
  }
  .section-seven .column-2 .location-wrapper .title {
    font-size: 12px;
    padding-left: 30px;
  }
  .section-seven .column-2 .location-wrapper .title::before {
    width: 13px;
    height: 17px;
    top: 6px;
    left: 10px;
  }
  .section-eight .column-1 .inner-container .inner-column-1 {
    flex-basis: 100%;
    max-width: 200px;
    margin-bottom: 30px;
  }
  .section-eight .column-1 .inner-container .inner-column-1 .image-wrapper {
    padding: 30px 10px;
  }
  .section-eight .column-1 .inner-container .inner-column-2 {
    flex-basis: 100%;
  }
  .section-eight .column-2 .content-wrapper {
    padding: 20px;
  }
  .section-eight .column-2 .content-wrapper .count-item .count {
    font-size: 40px;
  }
  .section-video-popup {
    padding-top: 0px;
  }
  .section-project {
    padding-bottom: 0px;
  }
  .project {
    flex-basis: 50%;
  }

  .footer-bottom-column {
    text-align: center;
    row-gap: 20px;
  }
  .footer-bottom-column .widget_text {
    flex-basis: 100%;
  }
  .footer-bottom-column .widget_text:nth-child(2) .textwidget p {
    justify-content: center;
  }
  .site-footer {
    padding-top: 80px;
  }
  .footer-main-content-wrapper {
    padding-bottom: 40px;
  }
  h2 {
    font-size: 35px;
  }
  .half-column-container .column {
    flex-basis: 100%;
  }
  .right-navigation {
    flex: 1;
  }
  #top-right-menu {
    justify-content: flex-end;
  }
  .section.section-hero .tagline {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  section.blog-single-hero .headline {
    font-size: 30px;
  }
  section.blog-single-hero .sticker {
    letter-spacing: 3px;
  }
  section.single-posts-wrap {
    padding: 50px 0;
  }
  section.single-posts-wrap .left h2 {
    text-align: left;
  }
  section.single-posts-wrap .left h4 {
    font-size: 18px;
  }
  blockquote {
    padding: 20px 10px 20px 20px;
  }
  section.single-posts-wrap .left h3 {
    font-size: 24px;
  }
  .section.section-hero .tagline {
    font-size: 16px;
  }
  .window-specifications-section .blurb-wrapper {
    grid-template-columns: 1fr;
  }
  section.window-styles .blurb-wrapper .blurb-item {
    width: calc(50% - 30px);
  }
  .window-specifications-section {
    padding: 50px 0;
  }
  section.section-blurb-four-column.version-2 {
    padding: 50px 0;
  }
  section.section-hero.location-hero.full-width-center .tagline {
    font-size: 14px;
  }
  section.section-hero.location-hero.full-width-center .sub-headline,
  section.section-hero.location-hero.full-width-center .content-wrapper h2 {
    font-size: 20px;
  }
  section.section-blurb-two-column .blurb-wrapper .blurb-item {
    flex-basis: 100%;
  }
  section.section-blurb-two-column
    .blurb-wrapper
    .blurb-item
    .title-wrapper
    span.title {
    font-size: 28px;
  }
  section.section-blurb-two-column .blurb-wrapper .blurb-item .link {
    font-size: 14px;
  }
  .latest-posts-wrapper .blog-post-item:first-child {
    grid-column: 1 / -1;
  }
  .blog-posts-grid {
    grid-template-columns: 1fr;
  }
  .blog-pagination .page-numbers {
    width: 40px;
    height: 40px;
  }
  section.left-video-content {
    padding: 70px 0;
  }
  section.left-video-content .headline {
    font-size: 30px;
  }
  section.testimonials-grid-section {
    padding: 70px 0;
  }
  .testimonials-grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .testimonial-item .client-name {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .testimonial-item .client-name span {
    font-size: 14px;
  }
  .section.section-schedule .wrap {
    flex: initial;
    text-align: center;
  }
  .section-schedule .button-wrapper {
    width: 100%;
  }
  section.inner-hero .tagline {
    letter-spacing: 2px;
  }
  section.inner-hero .sub-headline {
    font-size: 16px;
  }
  section.inner-hero {
    padding: 150px 0 70px;
  }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .half-column-container .column {
    flex-basis: 100%;
  }
  .tagline {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
  }
  .location-hero .content-wrapper {
    font-size: 16px;
    line-height: 165%;
  }
  .location-hero .rating-wrap {
    justify-content: center;
  }
  .hero-video-popup-wrapper {
    padding: 20px 0 0;
  }

  .section.section-hero {
    padding-top: 150px;
    background-color: rgb(42 41 40 / 36%);
    background-blend-mode: multiply;
    background-attachment: local;
  }
  .location-hero .half-column-container {
    flex-flow: column-reverse;
  }
  .hero-video-popup-wrapper a svg {
    width: 75px;
    height: auto;
  }
  .video-popup-link {
    background-attachment: local;
    border-radius: 10px;
  }
  .sub-headline-wrapper,
  .section-hero .content-wrapper,
  .section-hero .button-wrapper {
    text-align: center;
  }
  .sub-headline {
    font-size: 16px;
  }
  h1 {
    font-size: 40px;
    text-align: center;
  }
  h2 {
    font-size: 30px;
    text-align: center;
  }
  .section-blurb-three-column {
    padding-bottom: 200px;
  }
  .section-blurb-three-column .blurb-wrapper .blurb-item {
    flex-basis: 100%;
    text-align: center;
  }
  .section-blurb-three-column .blurb-wrapper .blurb-item .title {
    font-size: 18px;
  }
  .section-blurb-three-column .blurb-wrapper .blurb-item .title-wrapper,
  .section-blurb-three-column
    .blurb-wrapper
    .blurb-item
    .blurb-content-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .section-blurb-three-column .blurb-wrapper .blurb-item .title-wrapper {
    margin-bottom: 10px;
  }
  .section-blurb-four-column {
    padding-bottom: 0px;
    margin-top: -190px;
  }
  .section-blurb-four-column .blurb-wrapper .blurb-item {
    flex-basis: calc(50% - 2%);
  }
  .section-blurb-four-column .blurb-wrapper {
    gap: 4%;
    row-gap: 20px;
  }
  .section-four .column-1 {
    gap: 20px;
  }
  .section-schedule .column-1 .content-wrapper {
    text-align: center;
  }
  .section-four .column-2 .blurb-wrapper .blurb-item .right-content .title {
    font-size: 18px;
  }
  .section-schedule .column-2 {
    text-align: center;
  }
  .section-seven .half-column-container {
    flex-direction: column-reverse;
  }
  .section-seven .column-2 .content-wrapper {
    text-align: center;
  }
  .section-seven .column-2 .location-wrapper {
    justify-content: center;
  }
  .section-eight .column-1 .inner-container .inner-column-1 {
    flex-basis: 100%;
    max-width: 250px;
    margin: auto;
    margin-bottom: 30px;
  }
  .section-eight .column-1 .inner-container .inner-column-2 {
    flex-basis: 100%;
    text-align: center;
  }
  .section-eight .column-1 .inner-container .inner-column-2 .button-container {
    justify-content: center;
  }
  .section-eight .column-1 .inner-container .inner-column-2 .content-wrapper {
    margin: auto;
  }
  .section-eight .column-2 .content-wrapper {
    padding: 40px 20px;
  }
  .section-eight .column-2 .content-wrapper .count-item .count {
    font-size: 30px;
  }
  .section-video-popup {
    padding-top: 0px;
  }
  .video-popup-link .image-wrapper::before,
  .video-popup-wrapper .image-wrapper img {
    border-radius: 10px;
  }
  .video-popup-link::before {
    width: 70px;
    height: 70px;
  }
  .section-project {
    padding-bottom: 0px;
  }
  .section-faqs .content-wrapper,
  .section-start-your-journey .content-wrapper {
    text-align: center;
  }
  .phone-wrapper,
  .email-wrapper,
  .office-wrapper {
    padding-left: 0px;
    flex-basis: 100%;
    text-align: center;
  }
  .phone-wrapper .phone-title .icon,
  .email-wrapper .email-title .icon,
  .office-wrapper .office-title .icon {
    position: relative;
    top: inherit;
    left: inherit;
    display: block;
    width: inherit;
    height: inherit;
  }
  .phone-wrapper .phone-title .icon img,
  .email-wrapper .email-title .icon img,
  .office-wrapper .office-title .icon img {
    width: 100%;
    max-width: 18px;
  }
  .phone-wrapper .phone-title,
  .email-wrapper .email-title,
  .office-wrapper .office-title {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
  }
  .phone-wrapper .phone-title span,
  .email-wrapper .email-title span,
  .office-wrapper .office-title span {
    display: block;
  }
  .office-wrapper .office-title .icon img {
    max-width: 14px;
  }
  .section-start-your-journey .wpforms-submit {
    margin: auto !important;
  }
  .site-footer {
    padding: 50px 0px 30px;
  }
  .footer-main-content-wrapper {
    flex-wrap: wrap;
  }
  .footer-widget-column.footer-column-1,
  .footer-widget-column.footer-column-4 {
    flex-basis: 100%;
  }
  .footer-widget-column {
    flex-basis: calc(50% - 3.5%);
    text-align: center;
  }
  .footer-main-content-wrapper {
    padding-bottom: 30px;
  }
  .footer-widget-column.footer-column-1 {
    text-align: center;
  }
  .social-media-item {
    justify-content: center;
  }
  .site-footer .menu li a::before {
    display: none;
  }
  .widget-title {
    margin-bottom: 10px;
  }
  .btn {
    min-height: 50px !important;
    width: 100%;
    justify-content: center;
  }
  .section-eight
    .column-1
    .inner-container
    .inner-column-2
    .button-container
    .button-wrapper {
    width: 100%;
  }
  .section-start-your-journey .wpforms-submit {
    width: 100%;
    padding: 16px 0 !important;
  }
}

@media only screen and (max-width: 639px) {
  .section-blurb-four-column .blurb-wrapper .blurb-item {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-blurb-four-column .blurb-wrapper .blurb-item .blurb-content-wrapper,
  .section-blurb-four-column .blurb-wrapper .blurb-item .title-wrapper {
    max-width: 100%;
  }
  .section-blurb-four-column .blurb-wrapper .blurb-item .image-wrapper img {
    width: 100%;
  }
  button.tab-btn {
    width: 100%;
  }
  .tabs {
    gap: 15px;
    padding: 0px 20px;
  }
  .slider-wrapper .slider-item-inner .client-info-wrapper svg {
    position: initial;
    margin-bottom: 10px;
  }
  .footer-bottom-column .widget_text:nth-child(2) .textwidget img {
    height: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .tagline {
    font-size: 12px;
  }
  h2 {
    font-size: 26px;
  }
  .section-eight .column-2 .content-wrapper .count-item {
    flex-basis: 100%;
  }
  .video-popup-link::before {
    width: 50px;
    height: 50px;
  }
  .project {
    flex-basis: 100%;
  }
  .wpforms-container .wpforms-one-half {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .footer-widget-column {
    flex-basis: 100%;
  }
}
