.project-card {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.project-card img {
  width: 100%;
  display: block;
}

/* Bottom bar */
.user-logged-out .project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 26px 35px;
    color: #f4b400;
    z-index: 2;
    transition: all 0.4s ease;
}

/* Background overlay using ::before */
.user-logged-out .project-card::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 80px;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.4s ease;
    z-index: 1;
}

/* Hide view project initially */
.user-logged-out .view-project {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    font-size: 14px;
}
.user-logged-out .project-card:hover .view-project {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.user-logged-out .project-card:hover span.view-project a, .user-logged-out .project-card:hover span.view-project span.arrow a {
    display: block;
    text-align: center;
    width: 100%;
}
/* Arrow styling */
.user-logged-out .arrow {
  margin-left: 6px;
  display: inline-block;
  transition: transform 0.3s ease;
}

/* HOVER EFFECT */
.user-logged-out .project-card:hover::before {
  height: 95%;
  background: rgba(0, 0, 0, 0.85);
}

.user-logged-out .project-card:hover .project-content {
  bottom: 50%;
  transform: translateY(50%);
  color: #fff;
}

.user-logged-out .project-card:hover .view-project {
  opacity: 1;
  transform: translateY(0);
}

.user-logged-out .project-card:hover .arrow {
  transform: translateY(5px);
}

div#video-banner video {
    width: 100%;
}
div#new-home-video video {
    width: 100%;
}
div#new-home-video video {
    height: 404px;
}
.banner-main-heading {
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter", sans-serif;
        margin: 0px 0px 15px;
}
.banner-sub-heading {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
      font-family: "Barlow", sans-serif;
    margin: 0px 0px 25px;
}
a.header-phone-no{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
 font-family: "Barlow", sans-serif;
}
.button {
    font-style: normal;
    background: linear-gradient(0deg, #c3872d 0%, #c5a15d 100%);
    opacity: 1 !important;
    padding: 12px 35px !important;
    font-size: 14px !important;
    letter-spacing: 2px;
    line-height: 24px !important;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}
header ul.dropdown.menu li a:not(.button) {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fefefe;
    font-weight: 400;
   font-family: "Barlow", sans-serif;
}
.section-main-heading {
    font-size: 36px;
    line-height: 36px;
    color: #373636;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
p {
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
    font-size: 18px;
    line-height: 30px;
    color: #151515;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
}
.section-sub-heading {
    font-size: 24px;
    line-height: 30px;
    color: #151515;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}
.serv-heading {
    font-size: 24px;
    line-height: 24px;
    color: #d29e46;
    font-weight: 500;
     font-family: "Barlow", sans-serif;
    background: rgba(0, 0, 0, 0.8);
       text-align: center;
    padding: 25px 10px;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}
h3.serv-heading span {
    font-size: 16px;
    line-height: 16px;
}
.new-serv-div {
    position: relative;
}
.color-white{
    color: #FFFFFF!important;
}
.grey-img-bg h2, .grey-img-bg h3, .grey-img-bg h4, .grey-img-bg h5, .grey-img-bg h6, .grey-img-bg p, .grey-img-bg a, .grey-img-bg li {
    color: #FFFFFF !important;
}
.dark-grey-bg {
    background: #1a1a1a !important;
}
.dark-grey-bg h2, .dark-grey-bg h3, .dark-grey-bg h4, .dark-grey-bg h5, .dark-grey-bg h6, .dark-grey-bg p, .dark-grey-bg a, .dark-grey-bg li {
    color: #FFFFFF !important;
}
.our-work-h3, h3.our-work-h3, h3.our-work-h3 a{
    font-size: 18px;
    line-height: 20px;
    color: #d9aa53!important;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
        display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.project-card:hover h3.our-work-h3, .project-card:hover h3.our-work-h3 a {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff!important;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
       display: block;
    text-align: center;
}
.project-card:hover span.hide-on-hover {
    display: none;
}
.project-card:hover span.view-project a {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #d9aa53 !important;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    padding: 7px 0px 3px !important;
}
.showroom-h3 {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    margin: 20px 0px 0px;
}
.trust-h2 {
    font-size: 18px;
    line-height: 20px;
    color: #d9aa53;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
}
.contact-info-footer p, .contact-info-footer p a {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
   font-family: "Barlow", sans-serif;
}
p.copyright, p.copyright a {
    font-size: 18px;
    line-height: 30px;
    color: #1a1a1a!important;
    font-weight: 400;
     font-family: "Barlow", sans-serif;
}
.is-wrapper .is-header, .is-header {
    padding: 0px;
}
.new-header-menu-container {
    background: #383637;
    margin: 15px 0px 0px;
}
.menu {
    justify-content: center;
}
.dropdown.menu > li {
    padding: 10px 15px;
}
.new-sticky-menu.stick-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin: 0px;
}
header ul.dropdown.menu li.active > a:not(.button), header ul.dropdown.menu li > a:not(.button):hover, header ul.dropdown.menu li > a:not(.button):active, header ul.dropdown.menu li > a:not(.button):focus {
    background-color: transparent;
}
header .dropdown.menu li ul.submenu li a:not(.button):hover, header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #000000;
    background: #FFFFFF;
}
header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #FFFFFF;
    background: linear-gradient(0deg, #c3872d 0%, #c5a15d 100%);
    border-bottom: 1px solid #FFFFFF;
    line-height: 24px;
}
.video-banner-main-con {
    position: relative;
}
.home-banner-block {
    max-width: 855px;
    text-align: center;
    margin: 0px auto 50px !important;
}
a.button.banner-button-1 {
    background: #c49243;
       border: 2px solid transparent;
}
a.button.banner-button-2 {
    background: transparent;
    border: 2px solid #c49243;
}
.banner-double-buttons span {
    display: inline-block;
    margin: 0px 5px;
}
.home-inner-banner-content {
    position: absolute;
    bottom: 0px;
}
body {
    background: #FFFFFF;
}
.is-wrapper .is-box .is-container {
    margin-top: 60px;
    margin-bottom: 60px;
}
.light-bg {
    background: #f5f5f5!important;
}
.new-serv-div {
    position: relative;
}
.how-it-works-bg {
    background: url(https://d14ty28lkqz1hw.cloudfront.net/data/org/25651/theme/42845/img/1howitworksbg.webp) !important;
    background-size: 100% 67% !important;
    background-repeat: no-repeat !important;
}
.white-bg {
    background: #FFFFFF !important;
}
.how-it-works-div {
    padding: 50px 48px;
    text-align: center;
    height: 100%;
    margin: 20px 0px 0px;
}
hr.black-title-border {
    border-bottom: 1px solid #636363;
    width: 55px;
}
.grey-bg {
    background: #373636 !important;
}
.how-it-works-div.white-bg {
    box-shadow: 0px 5px 5px #cccccc;
}
.size-22 {
    font-size: 22px!important;
    line-height: 28px!important;
}
.why-work-icon {
    text-align: center;
    border-right: 2px solid #cccccc;
}
.grey-img-bg {
    background: url(https://d14ty28lkqz1hw.cloudfront.net/data/org/25651/theme/42845/img/1ourworkbg.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.home-five-in-row-imgs .large-3 {
    width: 20%;
}
.showroom-div {
    background: #373636;
    height: 100%;
    text-align: center;
    padding: 40px 15px;
    width: 198px;
    margin: 0px auto;
}
.black-box {
    background: #373636;
    padding: 20px 10px;
    margin: 10px 0px 0px;
     height:100px;
}
.gold-box {
    background: #d9aa53;
    padding: 20px 10px;
    margin: 10px 0px 0px;
        height:100px;
}
.gold-box .trust-h2 {
    color: #373636;
}
.black-box .large-8 {
    padding-left: 5px;
}
.gold-box .large-8 {
    padding-left: 5px;
}
.new-logo-slider button.slick-prev.slick-arrow {
    display: none!important;
}
.new-logo-slider .slick-next {
    right: -60px;
    opacity: 1;
    width: 25px;
    height: 20px;
    background: url(https://d14ty28lkqz1hw.cloudfront.net/data/org/25651/theme/42845/img/right-arrow-logo.png) !important;
}
.new-home-testimonial-div {
    background: #373636;
    padding: 50px 75px;
    text-align: center;
    min-height: 385px;
}
.user-logged-out ul.testimonial-slider-new {
    margin: 0px;
    position: absolute;
    max-width: 640px;
    right: 80px;
    top: 65%;
    transform: translateY(-50%);
}
.new-testi-icon {
    margin-bottom: 20px;
}
.new-star-icon {
    margin-bottom: 25px;
}
p.testimonial-name {
    font-weight: 600;
}
ul.testimonial-slider-new .slick-dots {
    bottom: 120px;
}
ul.testimonial-slider-new .slick-dots li {
    background: #373636;
    border: 1px solid #373636;
}

ul.testimonial-slider-new .slick-dots li.slick-active{
       background: #CCCCCC;
    border: 1px solid #CCCCCC;
}
.new-home-contact-section {
    background: url(https://d14ty28lkqz1hw.cloudfront.net/data/org/25651/theme/42845/img/1bottombanner.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.double-buttons span {
    display: inline-block;
    padding: 0px 5px;
}
.contact-info-footer {
    border-left: 1px solid #dcb161;
    border-right: 1px solid #dcb161;
       padding: 0px 55px;
}
.is-footer, .is-wrapper .is-footer {
    background-color: #000000;
}
img.pin-img {
    margin-right: 20px;
}
p.new-footer-link i {
    background: linear-gradient(0deg, #ca9339 0%, #ffe393 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 16px;
}
p.new-footer-link span {
    margin-right: 12px;
}
.new-social-icon li a i {
    background: linear-gradient(0deg, #ca9339 0%, #ffe393 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.copyright-container {
    background: #FFFFFF;
}

@keyframes blobMorph {
  0% {
    border-radius: 42% 58% 63% 37% / 41% 44% 56% 59%;
  }
  25% {
    border-radius: 58% 42% 30% 70% / 55% 60% 40% 45%;
  }
  50% {
    border-radius: 30% 70% 55% 45% / 60% 40% 60% 40%;
  }
  75% {
    border-radius: 70% 30% 40% 60% / 50% 55% 45% 50%;
  }
  100% {
    border-radius: 42% 58% 63% 37% / 41% 44% 56% 59%;
  }
}
h3.text-center.rating-experience-heading {
    font-size: 36px;
    line-height: 36px;
    color: #373636;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.user-logged-out .inner-content-div {
        z-index: 9;
    width: 800px;
    padding: 20px;
    text-align: center;
    left: 50%;
    bottom: 20px;
    position: absolute;
    transform: translateX(-50%);
}
.dropdown.menu > li.handle-services > .is-dropdown-submenu {
    width: 385px;
}
.size-14 {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 0px;
}
.new-project-type {
    background: #1a1a1a;
    text-align: center;
}
.new-project-type h3 a {
    color: #FFFFFF;
    display: block;
    margin-top: 15px;
}
.handle-portfolio ul.level-2 li:first-child{
    display: none;
}
.accordion-title {
    background: linear-gradient(0deg, #c3872d 0%, #c5a15d 100%);
}
.accordion-content {
    padding: 20px 30px !important;
}
.accordion-content p{
    color:#FFFFFF!important;
}
p.widget-category {
    color: #FFFFFF;
}
.article-body.rte p {
    color: #FFFFFF;
}
.article-body.rte h2, .article-body.rte h3, .article-body.rte h4, .article-body.rte h5 {
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: "Barlow", sans-serif;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    border: 1px solid #333333 !important;
    background-color: transparent;
}
label {
    color: #151515;
}
.phone_wrap #mob_phone_phone_number_tel {
    border: 1px solid #333333 !important;
}
#contentbox select {
    border: 1px solid #333333 !important;
}
.contact-sec .ww-form-container form fieldset {
    border: 1px solid #333333;
}
legend {
    color: #333333;
}
li.handle-service-areas ul.is-dropdown-submenu.menu.level-2.submenu.first-sub.vertical.js-dropdown-active {
    height: 400px;
    overflow-y: scroll;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    background-color: #FFFFFF;
}
.new-banner-slider ul.slick-dots {
    bottom: 20px;
}
.fa-facebook {
    font-size: 46px;
}
.fa-linkedin {
    font-size: 46px;
}
input.ps-text.input.passwordField {
    color: black;
}
@media screen and (min-width: 1920px) {
ul.testimonial-slider-new {
    right: 260px;
    top: 70%;
}
ul.testimonial-slider-new .slick-dots {
    bottom: 315px;
}
}
@media screen and (min-width: 2260px) {
    ul.testimonial-slider-new {
        right: 400px;
        top: 70%;
    }
}
@media screen and (min-width: 2500px) {
.user-logged-out ul.testimonial-slider-new {
    right: 520px;
    top: 80%;
}
    ul.testimonial-slider-new .slick-dots {
        bottom: 610px;
    }
}
@media screen and (max-width: 1024px) {
    .fa-linkedin {
    font-size: 40px;
}
    .new-social-icon li img {
    width: 40px;
}
    .fa-facebook {
    font-size: 40px;
}
.dropdown.menu > li {
    padding: 10px 13px;
}
.serv-heading {
    font-size: 20px;
}
.our-work-h3, h3.our-work-h3, h3.our-work-h3 a {
    font-size: 14px;
}
.showroom-div {
    width: 100%;
}
.trust-h2 {
    font-size: 15px;
}
.black-box {
    height: 90px;
}
.gold-box {
    height: 90px;
}
.new-logo-slider .slick-next {
    right: -45px;
}
ul.testimonial-slider-new {
    max-width: 590px!important;
    right: 25px!important;
    top: 55%!important;
}
.new-home-testimonial-div {
    padding: 20px 75px;
    min-height: 340px;
}
ul.testimonial-slider-new .slick-dots {
    bottom: 40px;
}
.contact-info-footer {
    padding: 0px 15px;
}
}
@media screen and (max-width: 940px) {
    .is-wrapper .is-box .is-container.margin-bottom-sm-0 {
    margin-bottom: 0px !important;
}
    .new-banner-slider ul.slick-dots {
    bottom: 0px;
    display: none!important;
}
    .handle-portfolio ul.level-2 li:first-child{
    display: block;
}
    .new-project-type {
    max-width: 370px;
    margin: 0px auto;
}
    .user-logged-out .inner-content-div {
    width: 100%;
    padding: 60px 20px;
    text-align: center;
    left: 0px;
    bottom: 0px;
    position: relative;
    transform: translateX(0%);
    background: #000000;
}
        .is-wrapper .is-box.inner-page-banner .is-container {
        margin: 0px auto !important;
    }
        aside.sidenav .menu.accordion-menu li a {
        font-size: 14px;
        letter-spacing: 3px;
        line-height: 24px !important;
        text-transform: uppercase;
        color: #fefefe;
        font-weight: 400 !important;
        font-family: "Barlow", sans-serif;
            background: #383637;
    }
    .contact-info-footer p, .contact-info-footer p a {
    text-align: center;
}
    .contact-info-footer {
    border-left: none;
    border-right: none;
    }
    p.new-footer-logo {
    text-align: center;
}
    .is-container.max-width-100.padding-0.margin-0.margin-bottom-sm-0 {
        margin: 0px !important;
    }
    ul.testimonial-slider-new {
        max-width: 100% !important;
        right: 0px !important;
        top: 0px !important;
        position: relative !important;
        transform: translateY(0%) !important;
        margin-bottom: 60px !important;
    }
        ul.testimonial-slider-new .slick-dots {
        bottom: 10px;
    }
        .black-box {
        max-width: 320px;
        margin: 10px auto 0px;
    }
       .gold-box {
        max-width: 320px;
        margin: 10px auto 0px;
    }
    .home-five-in-row-imgs .large-3 {
    width: 100%;
}
    .project-card {
    max-width: 376px;
    margin: 0px auto 20px;
}
    .why-work-icon {
    border-right: none;
}
    .how-it-works-bg {
    background-size: 100% 75% !important;
}
    .how-it-works-div {
    max-width: 320px;
    margin: 20px auto;
    }
    .new-serv-div {
    position: relative;
    max-width: 377px;
    margin: 0px auto;
}
        .is-wrapper .is-box .is-container {
        margin: 40px auto !important;
    }
    .home-inner-banner-content {
    position: relative;
    bottom: auto;
    top: -7px;
    background: #000000;
}
    .sidenav-bar {
    top: 90px;
    right: 20px;
}
    .black-box {
    height: 100px;
}
.gold-box {
    height: 100px;
}
    .trust-h2 {
    font-size: 18px;
}
    .showroom-div {
    width: 198px;
}
.dropdown.menu > li {
    padding: 10px 13px;
}
.serv-heading {
    font-size: 24px;
}
.our-work-h3, h3.our-work-h3, h3.our-work-h3 a {
    font-size: 18px;
}
.padding-sm-0 {
    padding: 0px !important;
}
}
@media screen and (max-width: 500px) {
div#new-home-video video {
    height: auto;
}
    .new-home-testimonial-div {
        padding: 20px 20px;
    }
}
@media screen and (max-width: 414px) {
    .contact-info-footer p, .contact-info-footer p a {
    font-size: 17px;
    }
    img.pin-img {
    margin-right: 10px;
}
    p.new-footer-link span {
    display: block;
    margin-bottom: 20px;
}
    .our-work-h3, h3.our-work-h3, h3.our-work-h3 a {
        font-size: 16px;
    }
}