/*!
Theme Name: Buildpro (Updated 24/10/2025, Upstairs)
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: buildpro
Version: 1.0.1
*/

/* From http://codex.wordpress.org/CSS */


/* @font-face {
    font-family: 'museo-sans';
	src: url('assets/fonts/Museo-Sans-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'museo-sans';
	src: url('assets/fonts/Museo-Sans-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'museo-sans';
	src: url('assets/fonts/Museo-Sans-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'museo-sans';
	src: url('assets/fonts/Museo-Sans-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
} */

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

input,
select,
textarea {
  background-color: transparent;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

div,
p {
  word-break: break-word;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

:root {
  --primary-color: #559557;
  --text-color: #000
}

body {
  font-family: 'museo-sans', sans-serif;
  font-size: 22px;
  line-height: 1.3888;
  font-style: normal;
  font-weight: 300;
  color: var(--text-color);
}

@media (max-width: 1440px) {
  body {
    font-size: 18px;
  }
}



h1 {}

h2 {
  font-size: 32px;
  line-height: 1.343;
}

h3 {
  font-size: 25px;
  line-height: 1.32;
  max-width: 100%;
}

h4 {}

h5 {}

@media (max-width: 1440px) {
  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }
}

.container {
  max-width: 100%;
  /* max-width: 1240px; */
  padding: 0 5vw;
}

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


/* 
@media (max-width: 768px) {
	.container {
		padding: 0 20px;
	}
} */

p {
  margin-bottom: 1rem;
}

p:last-of-type {
  margin-bottom: 0;
}


#main {
  padding: 0;
  margin-top: 0;
}

figure {
  margin-bottom: 0 !important;
}

/* BUTTON */

/* Button default */



.wp-block-buttons .wp-block-button__link,
.button {
  font-size: 14px;
  min-height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 27px;
  background: #231F20;
  border: 2px solid #231F20;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s;

  width: max-content;
  border-radius: 35px;
  padding: 0 35px;
}

.wp-block-buttons .wp-block-button__link:hover,
.button:hover {
  background-color: #fff;
  color: #231F20;
}

/* Button outline #fff */

.button-outline .wp-block-button__link,
.button-outline {
  font-size: 14px;
  min-height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 27px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s;

  border-radius: 35px;
  width: max-content;
}

.button-outline .wp-block-button__link:hover,
.button-outline:hover {
  background-color: #fff;
  color: #231F20;
}

.fs-22 {
  font-size: 22px;
}

.fs-25 {
  font-size: 25px;
}

@media (max-width: 1440px) {
  .fs-22 {
    font-size: 14px;
    font-size: 18px;
  }

  .fs-25 {
    font-size: 18px;
    font-size: 22px;
  }
}

/* HEADER */
#header {
  background-color: #231F20;
  color: #fff;
}

#header .navbar {
  padding: 32px 0;
  background: transparent;
}

#header .container {
  align-items: flex-end;
  align-items: center;
  gap: 120px;
}

#header .navbar-brand {
  padding: 0;
  margin: 0;
}

#header .navbar-brand img {
  height: auto;
  width: 250px;
}

#header #navbar {
  justify-content: center;
}

#header #navbar .menu-main-menu-container {
  width: 100%;
}

#header #navbar ul.navbar-nav {
  /* gap: 93px; */
  justify-content: space-between;
}

#header .header-info {
  display: flex;
  align-items: center;
  gap: 44px;
}

#header .header-info a:hover {
  transform: scale(1.1);
}

#header .header-info .header-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

#header .header-info .header-contact {
  display: flex;
  align-items: center;
  gap: 18px;
}

#navbar #menu-main-menu > .menu-item > a {
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 1rem;
  font-size: 18px;
}

#navbar #menu-main-menu > .menu-item > a:hover {
  opacity: 0.6;
}

/*  */
#navbar #menu-main-menu > .menu-item.menu-item-has-children {
  position: relative;
}

#navbar #menu-main-menu > .menu-item > .sub-menu {
  display: none;
  transition: all 1s;
  position: absolute;
  z-index: 2;
  width: max-content;
  list-style: none;
  background: #fff;
  padding: 0;
  width: 192px;
  text-align: center;
  right: 50%;
  transform: translateX(50%);
  margin-top: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 41%);
}

#navbar #menu-main-menu > .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}

#navbar #menu-main-menu > .menu-item > .sub-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid #000;
}

#navbar #menu-main-menu > .menu-item > .sub-menu > .menu-item a {
  display: block;
  color: #000;
  padding: 14px 0;
  font-size: 16px;
}

#navbar #menu-main-menu > .menu-item.menu-item-has-children:hover .sub-menu > .menu-item a {
  color: #000;
  text-transform: uppercase;
}

#navbar #menu-main-menu > .menu-item > .sub-menu > .menu-item:hover {
  background-color: #eee !important;
}

/* FOOTER */
footer {
  color: #000;
}

footer .footer-contact {
  background: #f5f5f5;
  padding: 60px 0;
}

.home footer .footer-contact {
  background-color: #fff;
}

.footer-contact-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-contact-content .left {
  width: 40%;
  padding-right: 99px;
}

.footer-contact-content .left h2 {
  margin-bottom: 0;
  font-weight: 500;
}

.footer-contact-content .right {
  padding-left: 102px;
  width: 60%;
  border-left: 1px solid #000;
}

footer .line {
  width: 100%;
  height: 1px;
  background: #000;

  display: none;
}

.home footer .line {
  display: block;
}

footer .footer-widget .container {
  padding-top: 51px;
  padding-bottom: 40px;
}

footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.footer-content {
  row-gap: 30px;
}

.footer-content .widget-item p {
  margin-top: 0 !important;
}

.footer-content .widget-item li {
  margin-bottom: 10px;
}

.footer-content .widget-item li {
  margin-bottom: 10px;
}

.footer-content .widget-item li a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-content .widget-item li a:hover {
  opacity: 0.5;
}

#footer .menu-item a[aria-current=page] {
  color: #000 !important;
}

.footer-content .widget-item a {
  font-size: 16px;
}

.footer-right .img-group {
  margin-bottom: 45px;
  justify-content: space-between;
}

.footer-right .widget-item .logo-upstairs {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
}

.footer-right .widget-item .logo-upstairs svg {
  width: 80px;
  height: auto;
}

.footer-right .widget-item .logo-upstairs a {
  display: flex;
  gap: 5px;
  align-items: center;
}

.footer-right ul {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-right .widget-policy li:not(:last-child) {
  border-right: 1px solid #000;
  padding-right: 10px;
}

.footer-right .widget-policy li {
  line-height: 1;
  margin-bottom: 0;
  font-size: 14px;
}


footer .footer-content .widget-policy li a {
  text-transform: capitalize !important;
  font-size: 14px;
}

footer .copy-right p {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

footer .footer-contact .container {
  padding: 0 10vw;
}

footer .footer-right .brand a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

footer .footer-right .brand p {
  margin: 0;
}

footer .widget-contact a {
  text-transform: lowercase !important;
}

footer .footer-social a:hover {
  /* transform: scale(1.1); */
  display: block;
}

/* FORM */
.gform_heading {
  display: none;
}

.footer-contact-content .right .gform-body {
  position: relative;
}

.gform_wrapper.gravity-theme .gform-body .gfield:not(.gfield--type-checkbox) {
  position: relative;
  padding-top: 16px;
}

.gform_wrapper.gravity-theme .gform-body .gfield:not(.gfield--type-checkbox) .gfield_label {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.gform-body label,
.gform-body legend {
  font-size: 18px;
  font-weight: 300 !important;
}


.gform_validation_errors {
  display: none !important;
}

.gform-body input {
  /* .footer-contact-content .right .gform-body input { */
  border: none;
  border-bottom: 1px solid #000;
  padding: 0 !important;
  outline: none;
  font-size: 18px !important;
  font-weight: 300;
}

.gform-body textarea {
  border-bottom: 1px solid #000;
  padding: 0 !important;
  outline: none;
  height: 134px !important;
  background-image: linear-gradient(to bottom, transparent, transparent 27px, #231F20 27px, #231F20 28px, transparent 28px);
  background-size: 100% 28px;
  resize: none;
  line-height: 28px;
  border: none;
}

.footer-contact-content .right .gform-body fieldset {
  position: absolute;
  bottom: -100px;
  width: 50%;
}

.gform-body .gfield_checkbox .gchoice {
  margin-bottom: 10px;
}

.gform-body .gfield_checkbox input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.footer-contact-content .gform_footer {
  width: 49%;
  margin-left: auto !important;
  margin-top: 42px !important;
  position: relative;
  z-index: 10;
  padding: 0 !important;
  /* margin-top: 20px !important; */
}

.footer-contact-content .gform_footer .gform_button {
  font-size: 14px;
  min-height: 41px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 27px;
  background: #231F20;
  border: 2px solid #231F20;
  color: #fff;
  font-weight: 500;
  min-width: 155px;
  border-radius: 35px;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-left: 15px;
}

.footer-contact-content .gform_footer .gform_button:hover {
  background-color: #fff;
  color: #231F20;
}

.gform_wrapper.gravity-theme .gform-body .gfield:not(.gfield--type-checkbox).on-focus .gfield_label {
  font-size: 12px;
  opacity: 0.5;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: none !important;
  border-bottom: 1px solid #c02b0a !important;
}




/* FORM */

/* Home Page */

.home .banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: calc(100vh - 238px);
}

@media (min-width: 1366px) {
  .home .banner .banner-img {
    width: 100%;
    /* height: 100%; */
    height: calc(100vh - 206px);
  }

  .admin-bar .home .banner .banner-img {
    height: calc(100vh - 238px);
  }
}

.home .banner .enquire-now {
  background-color: #231F20;
  padding: 26px 0;
  color: #fff;
}

.home .banner .enquire-now .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
}

/* Welcome */
.home-welcome {
  padding: 50px 0 70px;
}

.home-welcome .container {
  padding: 0 10vw;
}

.home-welcome .row {
  align-items: center;
}

.home-welcome .left {
  text-transform: uppercase;
  width: 28%;
}

.home-welcome .right {
  padding-left: 5%;
  border-left: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 72%;
}

.home-welcome .right p {
  margin-bottom: 1rem;
}

/* Home services */
.home-services {
  position: relative;
  min-height: 454px;
  background-color: #000;
  color: #fff;

}

.home-services .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;

  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
}

.home-services .container {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-services .container .row {
  height: 100%;
  align-items: center;
  text-align: center;
}

.home-services .item {
  position: relative;
  padding: 0 90px;
}

.home-services .item h2 {
  position: relative;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;

  transition: all 0.3s;
}

.home-services .item h2::after {
  content: '';
  position: absolute;
  height: 8px;
  background: #fff;
  display: block;
  width: 0;
  left: 50%;
  margin-top: 8px;
  bottom: -8px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;

  transition: all 0.3s;
}

.home-services .item:hover h2 {
  margin-bottom: 30px;
  transform: scale(1.3)
}

.home-services .item:hover h2::after {
  opacity: 1;
  visibility: inherit;
  width: 180px;
}

.home-services .item:hover p {
  transform: scale(1.3) translateY(10px);
  font-weight: 500;
}

.home-services .item:hover .button-outline {
  transform: scale(1.2) translateY(20px);
}

.home-services .item p {
  margin-bottom: 1rem;
}

.home-services .item .button-outline {
  margin: 0 auto;
}

.home-services-wrap .item:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 0;
  width: 3px;
  height: 244px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.home-services-wrap .item:nth-child(2)::after {
  content: '';
  position: absolute;
  right: 0;
  ;
  width: 3px;
  height: 244px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.home-our-portfolio {
  padding: 60px 0;
}

.home-our-portfolio h2 {
  text-align: center;
  text-transform: uppercase;
}

.home-our-portfolio .gallery-wrap {
  margin-bottom: 45px;
  margin-top: 56px;

  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.home-our-portfolio .gallery-wrap .gallery-item:nth-child(1) {
  grid-row: 1 / span 2;
  grid-column: 1 / span 2;
}

.home-our-portfolio .gallery-item {
  overflow: hidden;
}

.home-our-portfolio .gallery-item img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.home-our-portfolio .gallery-item:hover img {
  transform: scale(1.2);
}

.home-our-portfolio .button {
  margin: 0 auto;
}

/* Home Page */

/* Shortcode Testimonial */
.testimonial {
  background-color: #231F20;
  color: #fff;
  padding: 36px 0;
}

.testimonial h2 {
  text-align: center;
  margin-bottom: 58px;
}

.swiper-testimonial {
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
  margin-left: 15vw;
  margin-right: 15vw;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 0px !important;
  height: 0px !important;
  border-style: solid !important;
  border-width: 7px 7px 7px 0 !important;
  border-color: transparent #FFFFFF transparent transparent !important;
  display: block !important;
}

.swiper-button-next {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  /* transform: translateY(-50%) !important; */
  width: 0px !important;
  height: 0px !important;
  border-style: solid !important;
  border-width: 7px 7px 7px 0 !important;
  border-color: transparent #FFFFFF transparent transparent !important;
  display: block !important;
  transform: rotate(180deg) translateY(-50%) !important;
}

.testimonial .swiper-pagination {
  display: flex;
  gap: 6px 28px;
  justify-content: center;
}

.testimonial .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
}

.testimonial .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-testimonial .testimonial-item {
  padding: 0 100px;
}

.swiper-testimonial .testimonial-item .the_content {
  overflow: hidden;
  /*     display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; */
  margin-bottom: 30px;
  font-style: italic;
  font-weight: 100;

}

.swiper-testimonial .testimonial-item .name {
  font-weight: 700;
}

.icon-toggle-mobile-menu {
  display: none;
}


/* Mobile Menu */
.offcanvas-mobile-menu {
  background-color: #231F20;
}

.offcanvas-mobile-menu .offcanvas-body {
  padding: 0;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item {
  border-bottom: 1px solid #393939;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item {
  line-height: 35px;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item > a {
  color: #393939;
  font-weight: 500;
  color: #fff;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item > a:hover {
  background-color: #000;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item.menu-item-has-children > .sub-menu {
  list-style: none;
  padding: 0;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item.menu-item-has-children > .sub-menu li:first-child {
  border-top: 1px solid #393939;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item {
  border-bottom: 1px solid #393939;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item a {
  padding: 10px 16px;
  display: block;
}

.offcanvas-mobile-menu .offcanvas-body ul > .menu-item.menu-item-has-children > .sub-menu li a::before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 15px;
  padding-right: 10px;
}

section.banner img {
  width: 100%;
  object-fit: cover;

}

@media (min-width: 1400px) {
  section.banner img {
    height: calc(100vh - 206px);
  }

  .admin-bar section.banner img {
    height: calc(100vh - 238px);
  }
}

.footer-contact-content .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 50px !important;
}


.ss-page-title {
  background: #231F20;
  color: #fff;
  padding: 24px 0 27px;
}

.ss-page-title .post-meta {
  margin-top: 20px;
}

.ss-page-title .author-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.ss-page-title .author-avatar-img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  object-fit: cover;
  flex-shrink: 0;
}

.ss-page-title .author-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ss-page-title .author-name {
  font-weight: 600;
  color: #fff;
}

.ss-page-title .post-date {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.8);
}

.subpage-services .content-image {
  padding: 60px 0;
}

.subpage-services .content-image .left {
  padding-right: 50px;
}

.subpage-services .content-image .left .wp-block-buttons {
  margin-top: 25px;
}

.subpage-services .collaborate {
  padding: 40px 0;
}

.subpage-services .collaborate h3 {
  padding: 22px 0;
  font-weight: 700;
}

.subpage-services .gallery-image {
  padding: 45px 0;
}

.subpage-services .gallery-image .square .swiper-slide img {
  width: 100%;
  aspect-ratio: 404/333;
  object-fit: cover;
}

.subpage-services .gallery-image .swiper-slide a:focus-visible {
  outline: none !important;
}

.subpage-services .gallery-image .swiper-button-prev,
.subpage-services .gallery-image .swiper-button-next {
  border-color: transparent #000 transparent transparent !important;
  top: 55% !important;
}

.subpage-services .gallery-image .container {
  position: relative;
}

.subpage-services .gallery-image .swiper {
  margin: 0 40px;
  overflow: initial;
  overflow-x: clip;
  position: unset;
}

.subpage-services .gallery-image .swiper-button-prev {
  left: 5vw !important;
}

.subpage-services .gallery-image .swiper-button-next {
  right: 5vw !important;
}

.subpage-services .our-build {
  padding: 35px 0 50px;
}

.subpage-services .our-build .our-build-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3%;
  margin-top: 45px;
  margin-bottom: 70px;
}

.subpage-services .our-build .item {
  position: relative;
  background-color: #fff;
  padding: 24px 15px;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.subpage-services .our-build .item:not(:last-child)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #B3C0C5;
  top: 50%;
  right: -100%;
}

.subpage-services .our-build .item h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.subpage-services .our-build .item p {
  font-weight: 500;
}

.subpage-services .contact-us-today {
  position: relative;
  border-top: 10px solid #FFF;
}


.subpage-services .contact-us-today .wp-block-group__inner-container {
  display: flex;
  align-items: center;
}

.subpage-services .contact-us-today .left {
  width: 50%;
}

.subpage-services .contact-us-today .left img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
}

.subpage-services .contact-us-today .form-contact-us-today {
  padding: 30px 60px;
  width: 50%;
}

.subpage-services .contact-us-today .form-contact-us-today .gform_wrapper {
  width: 100%;
}

.subpage-services .contact-us-today .form-contact-us-today .gform_wrapper .gfield {
  width: 46%;
}

.subpage-services .contact-us-today .form-contact-us-today .gform_heading {
  display: block;
  margin-bottom: 30px;
  font-size: 25px;
}

.subpage-services .contact-us-today .form-contact-us-today .gform_heading .gform_title {
  font-size: 25px;
}

.subpage-services .contact-us-today .form-contact-us-today .gform_fields {
  position: relative;
  gap: 25px;
}

.subpage-services .contact-us-today .form-contact-us-today #field_2_7 {
  position: absolute;
  right: 0;
  top: -30px;
  width: 46%;
}

.subpage-services .contact-us-today .form-contact-us-today #field_2_8 {
  position: absolute;
  right: 0;
  top: 115px;
  width: 46%;
}

.subpage-services .contact-us-today .form-contact-us-today #field_2_7 textarea {
  background-image: linear-gradient(to bottom, transparent, transparent 34px, #231F20 34px, #231F20 35px, transparent 35px);
  background-size: 100% 35px;
  line-height: 36px;
}

.subpage-services .contact-us-today .form-contact-us-today .gform_footer {
  width: 46%;
  margin-left: auto;
  margin-top: -15px;
  position: relative;
  z-index: 10;
  padding: 0;
}

.extensions .footer-contact,
.extensions footer > .container {
  display: none;
}


.extensions footer {
  margin-top: 0;
}

.subpage-services .carousel-gallery.rectangle .swiper-slide {
  padding: 0 15px;
}

.subpage-services .carousel-gallery.rectangle .swiper-slide img {
  aspect-ratio: 325 / 474;
  object-fit: cover;
}

.renovations .footer-contact,
.renovations footer > .container {
  display: none;
}


/* Our Process */
.our-process .contact-us {
  padding: 35px 0 30px;
}

.our-process .contact-us .container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.our-process .step-wrap .image,
.our-process .step-wrap .content {
  width: 50%;
}

.our-process .step {
  padding: 50px 0;
}

.our-process .step-wrap .image img {
  width: 100%;
}

.our-process .step-wrap .image {
  padding-right: 4%;
}

.our-process .step .content h3 {
  font-size: 29px;
  margin-bottom: 22px;
  flex: none;
}

.our-process .step .content ul {
  margin-top: 1rem;
}

.our-process .step .content .wp-block-buttons {
  margin-top: 30px;
}

.our-process .step .content .heading-group .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.our-process .step .content .heading-group .wp-block-group {
  width: 100%;
  height: 1px;
  background: #231F20;
}

.our-process .step.planning .image,
.our-process .step.build .image {
  order: 1;
  padding: 0;
  padding-left: 4%;
}

.our-process .step.planning .content,
.our-process .step.build .content {
  padding-right: 4%;
}


/* Contact page */
.contact-us .contact-content {
  display: flex;
  align-items: center;
}

.contact-us .contact-content .left,
.contact-us .contact-content .right {
  width: 50%;
}

.contact-us .contact-content .left {
  padding-left: 5vw;
}

.contact-us .contact-content .right {
  padding-right: 5vw;
  padding-left: 80px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.contact-us .contact-content .left ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-us .contact-content .left ul li a {
  display: flex;
  gap: 8px;
  align-items: center;
}

.contact-us .contact-content .left ul li a img {
  width: 40px !important;
  height: 20px;
  object-fit: contain;
}

.contact-us .contact-content .left ul li a:hover {
  /* text-shadow: 0px 0px 1px #000; */
  opacity: 0.5;
}

.contact-us .contact-content .left .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.contact-us .contact-content .right .gform_fields {
  position: relative;
}

.contact-us .contact-content .right fieldset {
  margin-top: -105px;
}

.contact-us .contact-content .right form {
  margin-top: 35px;
}

.contact-us iframe {
  width: 100%;
  height: 420px;
}

.contact-us footer {
  margin-top: 0;
}

.contact-us .footer-contact,
.contact-us footer > .container {
  display: none;
}


.about-us .content-image-1 {
  padding: 50px 0;
}

.about-us .content-image-1 .container {
  display: flex;
  align-items: center;
}

.about-us .content-image-1 .content {
  width: 75%;
  padding-right: 7%;
}

.about-us .content-image-1 .image {
  width: 25%;
}

.about-us .content-image-1 .content .wp-block-buttons {
  margin-top: 30px;
}

@media (max-width: 1400px) {

  .about-us .content-image-1 .fs-22,
  .about-us .content-image-2 .fs-22 {
    font-size: 18px;
  }
}

.about-us .content-image-2 {
  padding-bottom: 60px;
}

.about-us .content-image-2 .container {
  display: flex;
  align-items: center;
}

.about-us .content-image-2 .content {
  width: 50%;
  padding-left: 3%;
}

.about-us .content-image-2 .image {
  width: 50%;
}

.our-team .content-image {
  padding: 60px 0;
}

.our-team .content-image .container {
  display: flex;
  align-items: center;
}

.our-team .content-image .image,
.our-team .content-image .content {
  width: 50%;
}

.our-team .content-image .image img {
  width: 100%;
}

.our-team .content-image .content {
  padding-left: 4.5%;
}

.our-team .content-image .content .wp-block-buttons {
  margin-top: 30px;
}

.our-team .ss-our-values {
  padding: 50px 0;
}

.our-team .ss-our-values .wp-block-columns {
  gap: 0;
}

.our-team .ss-our-values .container,
.our-team .ss-why-choose-us .container,
.our-team .content-image .container {
  padding: 0 8vw;
}

.our-team .ss-our-values .left {
  padding-right: 7%;
  border-right: 1px solid #fff;
}

.our-team .ss-our-values .right {
  padding-left: 7%;
}

.our-team .ss-why-choose-us {
  padding: 60px 0;
}

.our-team .ss-why-choose-us .heading {
  margin-bottom: 40px;
}

.our-team .ss-why-choose-us .why-choose-us-wrap {
  gap: 40px;
}

.our-team .ss-why-choose-us .item {
  display: flex;
  gap: 40px;
}

.our-team .ss-why-choose-us .item figure {
  width: 60px;
  height: 60px;
}

.our-team .ss-why-choose-us .item h3 {
  margin-bottom: 26px;
}

.our-team .ss-why-choose-us .item:nth-child(2) {
  padding: 0 40px;
  border-left: 1px solid #231F20;
  border-right: 1px solid #231F20;
}

.our-team .brands {
  padding: 50px 0;
}

.our-team .brands .brand-wrap {
  max-width: 940px;
  margin: 0 auto;
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.our-team .brands .brand-wrap figure {
  width: 100% !important;
  margin: 0 auto;
}

.our-team .brands .brand-wrap img {
  object-fit: contain !important;
}

/* Page testimonial */
.ss-testimonial-page {
  padding: 50px 0;
}

.ss-testimonial-page .testimonial-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.ss-testimonial-page .item {
  background-color: #f5f5f5;
  padding: 50px;
  display: flex;
  align-items: start;
  gap: 50px;
}

.ss-testimonial-page .item .feature-image {
  width: 20%;
  transition: all 1s;
}

.ss-testimonial-page .item .content {
  width: 80%;
}

.ss-testimonial-page .item .content .the_content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
  /* max-height: 8em;  */
  font-size: 16px;
  font-style: italic;
  font-weight: 500;

}

.ss-testimonial-page .item .content .name {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  margin-top: 30px;
}

.ss-testimonial-page .item .content .the_content.expanded {
  /* max-height: 1000em;  */
  -webkit-line-clamp: unset;
  overflow: visible;
  display: block;
}


.ss-testimonial-page .item img {
  /* aspect-ratio: 209/249; */
  object-fit: cover;
  width: 100%;
  height: 200px;

  height: 100%;
  transition: all 1s;
}

.ss-testimonial-page .item .btn-wrap {
  margin-top: 30px;
}

.ss-testimonial-page .pagination .prev.page-numbers,
.ss-testimonial-page .pagination .next.page-numbers {
  display: none;
}

.ss-testimonial-page .pagination {
  justify-content: center;
  gap: 10px;
}

.ss-testimonial-page .pagination .page-numbers {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.ss-testimonial-page .pagination .page-numbers.current,
.ss-testimonial-page .pagination .page-numbers:hover {
  background: #000;
  color: #fff;
}

.ss-awards {
  padding: 60px 0;
}

.ss-awards .awards-wrap .heading {
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #231F20;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.ss-awards .awards-wrap .heading .title {
  font-weight: 900;
}

.ss-awards .awards-wrap .heading .year {
  font-weight: 400;
}

.ss-awards .award-item {
  display: flex;
  align-items: center;
  gap: 50px;
  font-weight: 500;


}

.ss-awards .award-item .image {
  /* max-width: 398px; */
  width: 100%;
}

.ss-awards .award-item .prize {
  max-width: 160px;
  width: 100%;
}

.ss-awards .awards-wrap .content,
.ss-awards .awards-group {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.faq .accordion {
  padding: 60px 0;
}

.faq .accordion .container {
  max-width: 1440px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-item {
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
}

.faq .accordion-header {
  background-color: #231f20;
}

.faq .accordion-body {
  padding: 26px 30px;
  font-weight: 500;
}

.faq .accordion-button {
  background-color: #231f20;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 30px;
  padding-right: 50px;
  /* display: block; */
  height: auto;
  justify-content: space-between;
}

.faq .accordion-button.collapsed {
  background-color: #231f20;
  color: #fff;

}

.faq .accordion-button::after {
  background-image: none;
  margin-left: 3vw;

  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;

  top: 40%;
  position: absolute;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s;
}

.faq .accordion-button.collapsed::after {
  background-image: none;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 62%;
  position: absolute;
  right: 20px;
  transform: translateY(-50%) rotate(0deg);
}

/* Media */

.media .heading h3 {
  border-bottom: 1px solid #231F20;
  margin-bottom: 50px;
  font-weight: 900;
}

.media .list-posts {
  gap: 40px;
}

.media .list-posts li {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 4%;
}

.media .list-posts li figure img {
  width: 100%;
}

.media .list-posts li .content-post {
  width: 55%;
}

.media .list-posts li .content-post .wp-block-post-title a {
  font-size: 20px;
  font-weight: 700;
}

.media .list-posts li .wp-block-read-more {
  margin-top: 20px;
  padding: 0 2em;
}

.media .list-posts li .entry-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;

  margin-top: 10px;
}

.media .list-posts li .entry-content p {
  font-weight: 500 !important;
}

.media .list-posts li .entry-content figure {
  display: none;
}

.media .list-posts li .entry-content p,
.media .list-posts li .entry-content strong {
  margin: 0;
  font-weight: 300;
}

/* Single post  */
.single-post .post-wrap {
  padding: 40px 0;
}

.single-post .post-wrap .post-navigation .btn-back {
  background: #fff;
  color: #231F20;
}

.single-post .post-wrap .post-navigation .btn-back:hover {
  background-color: #231F20;
  color: #fff;
}

.single-post .post-wrap .feature-image {
  float: left;
  margin-right: 60px;
  margin-bottom: 20px;
  width: 36%;
}

.single-post .post-wrap .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post .post-wrap .content {
  .wp-block-group {
    margin-block: 0.5rem;

    p {
      margin-block: 1rem;
    }
  }

}

/* Portfolio */
.portfolio .portfolio-content {
  padding: 60px 0;
}

.portfolio .portfolio-filter {
  background-color: #231F20;
  color: #fff;
  margin: 30px 0;
  padding: 20px 40px;
}

.portfolio .portfolio-content {
  padding: 60px 0;
}

.portfolio .portfolio-filter {
  background-color: #231F20;
  color: #fff;
  margin: 30px 0;
  padding: 20px 40px;
}

.portfolio .portfolio-filter .filter-content {
  display: flex;
  align-items: center;
}

.portfolio .portfolio-filter .cat-title {
  display: flex;
  flex-direction: column;
  border: none;
  gap: 10px;
  padding-right: 60px;
  margin-right: 60px;
  border-right: 1px solid #fff;
}

.portfolio .portfolio-filter .post-title {
  border: none;
  gap: 15px 30px;

}


.portfolio .portfolio-filter .cat-title li:focus-visible {
  outline: none;
}

.portfolio .portfolio-filter .cat-title a,
.portfolio .portfolio-filter .nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  border: none;
  margin: 0;
  font-size: 20px;
  white-space: nowrap;
}

.portfolio .portfolio-filter .nav-link {
  text-transform: capitalize;
  font-size: 18px;
}

.portfolio .portfolio-filter .cat-title a:focus-visible,
.portfolio .portfolio-filter .cat-title a:focus {
  box-shadow: none !important;
}


.portfolio .portfolio-filter .nav-link.active {
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.portfolio-filter .tab-content > .active {
  display: flex;
  gap: 50px;
}

.portfolio-filter .tab-content p {
  margin-bottom: 0;
}

.portfolio-gallery .show.active {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.portfolio-gallery img {
  aspect-ratio: 190/127;
  object-fit: cover;
  width: 100%;
}


.gform_required_legend {
  display: none !important;
}

.ss-testimonial-page .item {
  transition: all 1s;
}

.ss-testimonial-page .item.open .feature-image {
  width: 30%;
  transition: all 1s;
}

.ss-testimonial-page .item.open .feature-image img {
  height: auto;
}

.single-portfolio-content {
  padding: 60px 0;
}

.single-portfolio-content .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}

.single-portfolio-content .container img {
  aspect-ratio: 190/127;
  object-fit: cover;
}

@media (max-width: 550px) {
  .single-portfolio-content .container {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .footer-right .widget-item .logo-upstairs a {
    justify-content: center;
  }
}

.error404 .banner {
  display: none;
}

.page-404 {
  padding: 60px 0;
}

.page-404-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}



/* RESPONSIVE */
@media (max-width: 1440px) {
  #navbar #menu-main-menu > .menu-item > a {
    font-size: 14px;
  }

  #header .header-info {
    gap: 25px;
  }

  .home-welcome .container,
  footer .footer-contact .container {
    padding: 0 5vw;
  }

  .home-services .item {
    /* padding: 0 50px; */
  }

  .footer-contact-content .left {
    width: 37%;
    padding-right: 35px;
  }

  .footer-contact-content .right {
    padding-left: 60px;
    width: 63%;
  }

  .gform-body input {
    font-size: 16px !important;
  }

  .subpage-services .contact-us-today .form-contact-us-today .gform_heading h2 {
    font-size: 20px;
  }

  .subpage-services .contact-us-today .form-contact-us-today .gform_fields {
    gap: 16px;
  }

  .subpage-services .contact-us-today .form-contact-us-today .gform_wrapper .gfield {
    width: 43%;
  }

  .subpage-services .contact-us-today .form-contact-us-today #field_2_7,
  .subpage-services .contact-us-today .form-contact-us-today #field_2_8,
  .subpage-services .contact-us-today .form-contact-us-today .gform_footer {
    width: 50%;
  }

  .subpage-services .contact-us-today .form-contact-us-today .gform_footer {
    margin-top: 22px;
  }

  .subpage-services .contact-us-today .form-contact-us-today {
    padding-left: 30px;
  }

  .subpage-services .contact-us-today .form-contact-us-today #field_2_8 .gchoice .gform-field-label {
    font-size: 12px;
  }

  .subpage-services .gform-body .gfield_checkbox input {
    width: 18px;
    height: 18px;
  }

  .subpage-services .contact-us-today .form-contact-us-today .gform_heading {
    margin-bottom: 20px;
  }

  .subpage-services .our-build .item h4 {
    font-size: 20px;
  }

  .our-process .step .content h3 {
    font-size: 25px;
  }

  .our-team .ss-why-choose-us .why-choose-us-wrap {
    gap: 30px;
  }

  .our-team .ss-why-choose-us .item {
    gap: 20px;
  }

  .our-team .ss-why-choose-us .item figure {
    width: 40px;
    height: 40px;
  }

  .our-team .brands .brand-wrap {
    max-width: 700px;
    gap: 0;
  }

  .our-team .brands .brand-wrap figure {
    margin: 0 auto !important;
    width: 70% !important;
  }

  .faq .accordion-button {
    font-size: 16px;
  }

  .faq .accordion .container {
    max-width: 1240px;
  }

  .contact-us .contact-content .left ul li a img {
    width: 20px !important;
  }

  /* .ss-awards .award-item .image {
        max-width: 30%;
        width: 100%;
    } */

  #header .container {
    gap: 60px;
  }

  .single-post .post-wrap .feature-image {
    margin-right: 30px;
  }
}

@media (max-width: 1366px) {
  .home-services .item {
    padding: 0 50px;
  }
}

@media (max-width: 1024px) {
  #header .header-info {
    display: none;
  }

  #header #navbar {
    justify-content: end;
  }

  .subpage-services .our-build .our-build-wrap {
    gap: 20px;
  }

  .subpage-services .our-build .item {
    padding: 20px 20px 40px;
  }

  .swiper-testimonial {
    margin: 0;
  }

  .contact-us .contact-content .right {
    padding-left: 30px;
  }

  .contact-us .contact-content {
    flex-direction: column;
    gap: 30px;
    padding-top: 60px;
  }

  .contact-us .contact-content .left {
    width: 100%;
    padding: 0 20px;
  }

  .contact-us .contact-content .right {
    width: 100%;
  }

  .contact-us .contact-content .left .wp-block-group__inner-container {
    gap: 30px;
  }

  .contact-us .contact-content .right fieldset {
    margin-top: 0;
  }

  .ss-awards .awards-wrap .content,
  .ss-awards .awards-group {
    gap: 30px;
  }

  .ss-awards .award-item .image {
    max-width: max-content;
  }

  .ss-awards .award-item {
    gap: 30px;
  }

  .ss-awards .award-item .prize img {
    /* width: 130px;
        height: 130px; */
  }

  .portfolio .portfolio-filter .filter-content {
    flex-direction: column;
  }

  .portfolio .portfolio-filter .cat-title {
    flex-direction: row;
    gap: 15px 30px;
    border: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    width: 100%;
    justify-content: center;
  }

  .portfolio .portfolio-filter .cat-title a {
    font-size: 16px;
  }

  .portfolio .portfolio-filter .nav-link {
    font-size: 14px;
  }

  .portfolio .portfolio-filter .post-title {
    justify-content: center;
  }


}

@media (max-width: 992px) {
  #header .navbar {
    padding: 20px 0;
  }

  .home-services {
    min-height: auto;
    padding: 60px 0;
  }

  .home-services .container {
    position: unset;
    transform: translate(0);
  }

  .home-services-wrap .item:nth-child(2)::before,
  .home-services-wrap .item:nth-child(2)::after {
    display: none;
  }

  .home-services-wrap .item:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 30px 0;
  }

  .home-services .item h2::after {
    display: none;
  }

  .home-services .item h2 {
    min-height: auto;
    margin-bottom: 1rem;
  }

  .home-services .item:hover h2 {
    margin: 0;
    transform: unset;
  }

  .home-services .item:hover p,
  .home-services .item:hover .button-outline {
    transform: unset;
  }

  .footer-contact-content {
    flex-direction: column;
    gap: 30px;
  }

  .footer-contact-content .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .footer-contact-content .right {
    width: 100%;
    border: navajowhite;
    padding: 0;
  }

  #header .navbar-brand img {
    width: 200px;
  }

  #header .container {
    align-items: center;
  }

  .subpage-services .contact-us-today {
    padding-bottom: 60px;
  }

  .subpage-services .contact-us-today .wp-block-group__inner-container {
    flex-direction: column;
    gap: 30px;
  }

  .subpage-services .contact-us-today .left,
  .subpage-services .contact-us-today .right {
    width: 100%;
  }

  .subpage-services .contact-us-today .right {
    padding: 0 20px;
  }

  .subpage-services .contact-us-today .left img,
  .subpage-services .contact-us-today .left figure {
    width: 100%;
    position: inherit;
  }


  .subpage-services .content-image .row {
    flex-direction: column;
    gap: 30px;
  }

  .subpage-services .content-image .left,
  .subpage-services .content-image .right {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .subpage-services .content-image .left .wp-block-buttons {
    justify-content: center;
  }

  .subpage-services .content-image .right img {
    width: 100%;
  }

  .our-team .content-image .container,
  .our-team .ss-our-values .wp-block-columns {
    flex-direction: column;
    gap: 30px;
  }

  .our-team .content-image .image,
  .our-team .content-image .content {
    width: 100%;
    padding: 0;
  }

  .our-team .ss-our-values .left {
    padding: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
  }

  .our-team .ss-our-values .right {
    padding: 0;
    width: 100%;
  }

  .our-team .ss-why-choose-us .why-choose-us-wrap {
    flex-direction: column;
  }

  .our-team .ss-why-choose-us .item:nth-child(2) {
    padding: 0;
    border: none;
    border-top: 1px solid #231F20;
    border-bottom: 1px solid #231F20;
    padding: 30px 0;
  }

  .our-team .ss-why-choose-us .item h3 {
    margin-bottom: 10px;
  }

  .media .list-posts {
    grid-template-columns: 1fr !important;
  }

  .media .list-posts li {
    flex-direction: column;
    display: flex;
    gap: 20px;
  }

  .media .list-posts li figure,
  .media .list-posts li .content-post {
    width: 100%;
  }

  .media .list-posts li figure img {
    aspect-ratio: 16/9;
  }
}

@media (max-width: 767px) {
  .icon-toggle-mobile-menu {
    display: block;
    font-size: 25px;
    margin-left: 30px;
  }


  #header .navbar-brand {
    flex: 1;
  }

  #header #navbar,
  #header .header-info .header-social {
    display: none !important;
  }

  #header .header-info {
    display: block;
  }

  .home .banner .enquire-now .container {
    flex-direction: column;
    gap: 15px;
  }

  .home-welcome {
    padding: 50px 0;
  }

  .home-welcome .left {
    text-align: center;
    padding: 0;
    width: 100%;
  }

  .home-welcome .right {
    width: 100%;
    padding-left: 0;
    border: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }



  .home-our-portfolio .gallery-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }


  .subpage-services .our-build .our-build-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 30px 0;
  }

  .subpage-services .our-build .item:not(:last-child)::before {
    display: none;
  }

  .subpage-services .content-image {
    padding-bottom: 0;
  }

  .subpage-services .content-image .container {
    padding: 0;
  }

  .subpage-services .content-image .left {
    padding: 0 20px;
  }

  .our-process .step .wp-block-group {
    flex-direction: column;
    gap: 30px;
  }

  .our-process .step .image,
  .our-process .step .content {
    width: 100%;
    padding: 0 !important;
  }

  .our-process .step.planning .wp-block-group,
  .our-process .step.build .wp-block-group {
    flex-direction: column-reverse;
  }

  .about-us .content-image-1 .container {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about-us .content-image-2 .container {
    flex-direction: column;
    gap: 30px;
  }

  .about-us .content-image-1 .content,
  .about-us .content-image-1 .image,
  .about-us .content-image-2 .content,
  .about-us .content-image-2 .image {
    padding: 0;
    width: 100%;
  }

  .about-us .content-image-1 .image img,
  .about-us .content-image-2 .image img {
    margin: 0 auto;
  }

  .our-team .content-image .container {
    padding: 0 20px;
  }

  .our-team .ss-our-values .container,
  .our-team .ss-why-choose-us .container,
  .our-team .content-image .container {
    padding: 0 20px;
  }

  .ss-testimonial-page .testimonial-wrap {
    gap: 30px;
  }

  .ss-testimonial-page .item {
    flex-direction: column;
    gap: 20px;
    margin-left: -20px;
    margin-right: -20px;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
  }

  .ss-testimonial-page .item .feature-image,
  .ss-testimonial-page .item .content {
    width: 100%;
  }

  .ss-testimonial-page .item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }

  .ss-testimonial-page .item .btn-wrap {
    margin-top: 15px;
  }


  .ss-awards .award-item image,
  .ss-awards .award-item .image {
    width: 100%;
  }

  .ss-awards .award-item {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  #header .container {
    gap: inherit;
  }

  .ss-testimonial-page .item.open .feature-image {
    width: 100%;
  }

  .ss-awards .award-item .prize {
    display: flex;
    justify-content: center;
  }


}

@media (max-width: 550px) {

  #header .navbar-brand img {
    width: 200px;
  }

  #header .header-info {
    display: none;
  }

  .footer-contact-content .right .gform-body fieldset {
    position: unset;
    width: 100%;
  }

  .footer-contact-content .gform_footer {
    width: 100%;
    margin-top: 20px !important;
  }

  .footer-content .widget-item {
    text-align: center;
  }

  .footer-right .img-group {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid !important;
    justify-content: center;
  }

  .footer-right .img-group figure {
    display: flex;
    justify-content: center;
  }

  footer .widget-contact p {
    margin-bottom: 10px;
  }

  footer .footer-left .row {
    row-gap: 30px;
  }

  footer .widget-policy {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
  }

  .footer-right .widget-policy li:not(:last-child) {
    border: none;
  }

  .footer-right .copy-right p {
    justify-content: center;
    font-size: 16px;
  }

  footer .footer-social,
  footer .footer-right .brand {
    justify-content: center;
  }

  .swiper-testimonial .testimonial-item {
    padding: 0 50px;
  }

  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0 !important;
  }

  .footer-contact-content .gform_footer .gform_button {
    margin: 0 !important;
  }

  .subpage-services .contact-us-today .form-contact-us-today .gform_wrapper .gfield {
    width: 100%;
  }

  .subpage-services .contact-us-today .form-contact-us-today #field_2_7,
  .subpage-services .contact-us-today .form-contact-us-today #field_2_8 {
    position: unset;
    width: 100%;
  }

  .gform_wrapper.gravity-theme .gform-body .gfield:not(.gfield--type-checkbox) .gfield_label {
    position: relative;
  }

  .footer-contact-content .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0 !important;
  }

  .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 0 !important;
  }

  .gform-body input {
    min-height: auto !important;
    line-height: 1 !important;
  }

  .gform_wrapper.gravity-theme .gform-body legend {
    margin-bottom: 10px !important;
  }

  .subpage-services .contact-us-today .form-contact-us-today .gform_fields {
    gap: 0;
  }

  .subpage-services .contact-us-today .form-contact-us-today .gform_footer {
    position: unset;
    width: 100%;
    margin-top: 20px;
  }

  .subpage-services .our-build .our-build-wrap {
    grid-template-columns: 1fr;
  }

  .ss-testimonial-page .item {
    padding: 20px;
  }

  .ss-awards .awards-wrap .heading {
    margin-bottom: 30px;
  }

  .ss-awards .awards-wrap .heading h3 {
    font-size: 16px;
  }

  .single-post .post-wrap .feature-image {
    float: unset;
    display: flex;
    justify-content: center;
    margin-right: 0;
    width: 100%;
  }

  .single-post .post-wrap .feature-image img {
    width: 100%;
  }

  .ss-page-title {
    padding: 10px 0;
  }

  .ss-page-title h2 {
    font-size: 22px;
  }

  .ss-page-title .post-meta {
    margin-top: 15px;
  }

  .ss-page-title .author-meta {
    gap: 12px;
  }

  .ss-page-title .author-avatar-img {
    width: 40px;
    height: 40px;
  }

  .ss-page-title .author-info {
    gap: 3px;
  }

  .ss-page-title .author-name {
    font-size: 0.9em;
  }

  .ss-page-title .post-date {
    font-size: 0.85em;
  }

  .portfolio-gallery .show.active {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  footer .footer-right .brand a {
    justify-content: center;
  }

  .home-services .bg {
    background-attachment: unset;
  }

  .footer-right .widget-item .logo-upstairs {
    justify-content: center;
  }
}

/* ================================================ */

@media (min-width: 768px) {
  .ss-awards .award-item {
    display: grid;
    grid-template-columns: 20% 160px 1fr;
  }
}

.icon-houzz {
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-houzz img {
  width: 14px;
}

.icon-houzz-footer {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 50%;
}

.icon-houzz-footer:hover {
  display: flex !important;
}

.icon-houzz-footer img {
  filter: brightness(0) invert(1);
  width: 14px;
}

/* News page styles - matching testimonials layout */
.ss-news-page {
  padding: 50px 0;
}

.ss-news-page .page-intro {
  margin-bottom: 50px;
  text-align: center;
}

.ss-news-page .news-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.ss-news-page .item {
  background-color: #f5f5f5;
  padding: 50px;
  display: flex;
  align-items: start;
  gap: 3rem;
}

.ss-news-page .item .feature-image {
  width: 20%;
  transition: all 1s;
}

.ss-news-page .item .content {
  width: 80%;
}

.ss-news-page .item .content .post-title {
  margin-bottom: 20px;
}

.ss-news-page .item .content .post-title a {
  color: #333;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}

.ss-news-page .item .content .post-title a:hover {
  color: #007cba;
}

.ss-news-page .item .content .post-title .external-link-indicator {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  font-style: italic;
  margin-left: 8px;
}

.ss-news-page .item .content .post-title .media-indicator {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  font-style: italic;
  margin-left: 8px;
}

.ss-news-page .item .content .entry-meta {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.ss-news-page .item .content .entry-meta .author-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.ss-news-page .item .content .entry-meta .author-avatar-img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  object-fit: cover;
  flex-shrink: 0;
}

.ss-news-page .item .content .entry-meta .author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
}

.ss-news-page .item .content .entry-meta .author-name {
  font-weight: 600;
  font-size: 14px;
  color: #231F20;
}

.ss-news-page .item .content .entry-meta .post-date {
  font-size: 12px;
  color: #666;
}

.ss-news-page .item .content .post-excerpt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.ss-news-page .item img {
  object-fit: cover;
  width: 100%;
  height: 200px;
  transition: all 1s;
}

.ss-news-page .item .btn-wrap {
  margin-top: 20px;
}

.ss-news-page .item .btn-wrap .button {
  font-size: 14px;
  min-height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 27px;
  background: #231F20;
  border: 2px solid #231F20;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s;
  width: max-content;
  border-radius: 35px;
  padding: 0 35px;
  text-decoration: none;
  text-transform: uppercase;
}

.ss-news-page .item .btn-wrap .button:hover {
  background-color: #fff;
  color: #231F20;
}

.ss-news-page .pagination .prev.page-numbers,
.ss-news-page .pagination .next.page-numbers {
  display: none;
}

.ss-news-page .pagination {
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.ss-news-page .pagination .page-numbers {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s;
}

.ss-news-page .pagination .page-numbers:hover,
.ss-news-page .pagination .page-numbers.current {
  background-color: #231F20;
  color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ss-news-page .item {
    flex-direction: column;
    gap: 20px;
  }

  .ss-news-page .item .feature-image {
    width: 100%;
  }

  .ss-news-page .item .content {
    width: 100%;
  }

  .ss-news-page .item .content .entry-meta .author-meta {
    gap: 8px;
    margin-bottom: 8px;
  }

  .ss-news-page .item .content .entry-meta .author-avatar-img {
    width: 28px;
    height: 28px;
  }

  .ss-news-page .item .content .entry-meta .author-name {
    font-size: 13px;
  }

  .ss-news-page .item .content .entry-meta .post-date {
    font-size: 11px;
  }

  .ss-news-page .item img {
    height: 250px;
  }
}
