/*!
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, 0.8);
  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 var(--xoomcare-base);
  padding: 10px 10px 10px 30px;
  margin: 0 0 30px;
  box-shadow: 0 0px 2px var(--xoomcare-base);
}
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: center;
}
.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: 0;
  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;
}
.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;
}
.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%);
}
/* === === === 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 span.sub-headline {
  line-height: 1;
  margin-top: 10px;
}
.location-hero .content-wrapper {
  font-size: 16px;
  line-height: 185%;
  width: 100%;
  max-width: 700px;
}
.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;
}
.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;
}
/* === === === 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-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;
}
.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;
}
.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;
  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-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 === === === */

@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;
  }
}
@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;
  }
}
@media only screen and (max-width: 1023px) {
  .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;
  }
  .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;
  }
}

@media only screen and (max-width: 767px) {
  .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%;
  }
}
