<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* thanks page css */
.thank-banner .sub-title p {
    color: #000000;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 35px;
    line-height: 124%;
    margin: 0;
    padding-top: 20px;
    text-align: center;
}
.thank-banner h1 {
    font-size: 66px !important;
}
.thank-banner .inner-banner-content {
    width: 100%;
    max-width: 1183px;
    margin: 0 auto;
    padding: 52px 41px 45px 41px;
}
.our-products-main.thank-product-sec {
    margin-top: -138px;
}
.thank-product-sec figcaption {
    text-align: center;
    width: 100%;
    padding: 0 50px 5px !important;
}
 .thank-banner {
    padding: 138px 0px 263px 0px !important;
}
.thank-banner .sub-title {
    width: 100%;
    max-width: 959px;
    margin: 0 auto;
}
.row.post-layout .col-6{
    width: calc(100%/2 - 15px);
}
.row.post-layout{
    margin: 0px;
    display: flex;
    justify-content: space-between;
}
.post-outer-sec-first{
    margin: 50px 0px;
}
.post-inner-sec img{
    max-height: 470px;
    object-fit: cover;
    transform: scale(1.0);
    transition: all 0.3s;
}
.post-img-outer a{
    display: block;
}
.post-img-outer{
    font-size: 0;
    overflow: hidden;
}
.post-img-outer:hover img{
    transform: scale(1.1);
}
.post-link-sec a{
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    color: #707070;
    transition: all 0.3s;
}
.post-link-sec a:hover{
    color: #D90000;
}
.post-outer-sec-second .post-inner-sec:first-child{
    margin-bottom: 50px;
}
.relative-index{ position: relative; z-index: 1; }
.post-layout-content-main{
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.post-layout-content-main .red-line{
    position: absolute;
    top: 20px;
}
.row.post-layout.row-reverse{
    flex-direction: row-reverse;
}
.full-width-background-video video{
    width: 100%;
    min-height: 720px;
    object-fit: cover;
    pointer-events: none;
    object-position: right bottom;
}
.full-width-background-video{
    position: relative;
    z-index: 9;
    display: block;
}
.click-links-outer{
    position: absolute;
    top: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.click-links-outer ul{
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 900px;
    margin: 0 auto;
}
.click-links-outer ul li a{
    font-family: 'barlow';
    font-weight: 600;
    font-size: 72px;
    line-height: calc(86/72);
    text-transform: uppercase;
    letter-spacing: 7.2px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}
.click-links-outer ul li:first-child{
    text-align: left;
}
.click-links-outer ul li:nth-child(2){
    text-align: center;
}
.click-links-outer ul li:last-child{
    text-align: right;
}
.click-links-outer ul li a:hover {
    color: #D90000;
}
.only-for-mobile{
    display: none;
}


.container-fluid {padding: 0 100px; } 
.title-sec h2 {text-align: center; } 
.row.categories-list {display: flex; flex-flow: wrap; width: 100%; margin: 0;} 
.row.categories-list .col-sm-4 {width: calc(100%/3); padding: 10px; }
.row.categories-list .col-sm-4 .categories-list-box {height: 300px; display: flex; align-items: center; justify-content: center; position: relative; background-size: cover;text-decoration: none;}
.row.categories-list .col-sm-4 .categories-list-box:before {content: ''; width: 100%; height: 100%; top: 0; left: 0; position: absolute; z-index: 1; background-color: rgb(0 0 0 / 29%); opacity: 0.5; }
.row.categories-list .col-sm-4 .categories-list-box h3 {color: #FFF; text-transform: uppercase; z-index: 2; font-family: 'barlow'; font-weight: 600; font-size: 26px; letter-spacing: 1px; text-decoration: none;}
a.btn-black {text-decoration: none; font-weight: 600; font-family: 'barlow'; font-size: 16px; line-height: 18px; margin: 0; display: inline-block; background: #1d1d1d; color: #fff; text-transform: uppercase; border: none; outline: none; padding: 11px 68px 13px; border-radius: 22px; transition: all 0.3s; cursor: pointer; }
.view-more-btn {padding: 20px 0; height: 100%;display: flex; align-items: center; justify-content: center;}
a.btn-black:hover {background-color: #D90000;}
.row.categories-list .col-sm-4 .categories-list-box:hover:before {opacity: 0.9; }


/* ABOUT PAGE */
.full-height-banner {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 290px 0px 136px 0px;
}
.inner-banner-content {
    background: rgba(255, 255, 255, 0.8);
    padding: 41px 32px;
    width: 100%;
}
.full-height-banner .container{ position: relative; top: auto; }
.full-height-banner h1{     font-weight: 700;
    font-size: 86px;
    line-height: 110.00000000000001%;
    letter-spacing: 5.94px;
    text-align: center;
    text-transform: uppercase;
    color: #000; margin: 0; }
.full-height-banner p{ color: #fff; margin: 25px 0 0; }
.full-height-banner.disable-banner:before{ display: none; }

.history-section-main{ position: relative;  z-index: 2; background: none; }
.history-inner{ box-shadow: 0px 3px 6px #00000029; padding: 40px 105px 105px; background: #fff; max-width: 1055px; margin: 0 auto; }
.history-inner .sec-ttl{ text-align: center; display: block; }

.page-id-1340 .banner-active:before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #B2B2B2 24%, #3F3F3F 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 1;
}


.bottom-content-area{ position: relative; }
.bottom-content-area .gallery-item a{ display: block; pointer-events: none; }
.bottom-content-area .gallery-item img{ display: block; min-height: 285px; object-position: center; object-fit: cover; }

.bottom-content-area .gallery-item:nth-child(1){ position: absolute; left: -475px; top: -30px; max-width: 425px; }
.bottom-content-area .gallery-item:nth-child(2){ position: absolute; right: -475px; top: 260px; max-width: 425px; }
.bottom-content-area .gallery-item:nth-child(3){ position: absolute; left: -475px; top: 545px; max-width: 425px; }
.bottom-content-area .gallery-item:nth-child(4){ position: absolute; right: -475px; top: 830px; max-width: 425px; }

.full-width-background-main.center-block:before{ background: #4D4D4D; mix-blend-mode: multiply; opacity: 0.8; }
.full-width-background-main.center-block .full-width-inner{ margin: 0 auto; max-width: 960px; width: 100%; }
/* .full-width-background-main.center-block .full-width-inner .btn{ background: #fff; color: #1D1D1D; }
.full-width-background-main.center-block .full-width-inner .btn:hover{ background: #D90000; color: #fff; } */
.full-width-background-main.no-image:after{display: none;}
.no-image .full-width-bg-color{
    background: #F8F8F8;
    padding: 96px 0px;
}
.page-id-1629 #gallery-1 { position: relative; margin: 0; }
.page-id-1629 .gallery-item img{ display: block; min-height: 285px; object-position: center; object-fit: cover;}
.page-id-1629 #gallery-1 .gallery-item:nth-child(1){ position: absolute; left: -475px; top: -840px; max-width: 425px; }
.page-id-1629 #gallery-1 .gallery-item:nth-child(2){ position: absolute; right: -475px; top: 0; max-width: 425px; }

.page-id-1629 #gallery-2 { position: relative; margin: 0; }
.page-id-1629 #gallery-2 .gallery-item:nth-child(1){ position: absolute; left: -475px; top: -1030px; max-width: 425px; }
.page-id-1629 #gallery-2 .gallery-item:nth-child(2){ position: absolute; right: -475px; top: 35; max-width: 425px; }
.page-id-1629 #gallery-2 .gallery-item:nth-child(3){ position: absolute; left: -475px; top: 925px; max-width: 425px; }

.history-gallery { position: relative; margin-bottom: 30px; }
.history-gallery .gallery-h img{ display: block; width: 100%; }
.history-gallery .gallery-h:nth-child(2) {
    position: absolute;
    left: -475px;
    top: 0;
    max-width: 425px;
}
.history-gallery .gallery-h:nth-child(3) {
    position: absolute;
    right: -475px;
    bottom: 0;
    max-width: 425px;
}
.history-section {
    padding: 201px 0px 145px 0px;
    position: relative;
}
.history-section-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.history-image {
    width: 48%;
    position: relative;
}
.history-text p {
    color: #4F4F4F !important;
}
.history-image img {
    width: 100%;
}
.history-image::before {
    position: absolute;
    content: '';
    width: 448px;
    height: 374px;
    border: 15px solid #EFEFEF;
    right: -65px;
    top: 51px;
    display: none;
}
.history-content {
    width: 52%;
    padding-left: 145px;
    padding-top: 78px;
    padding-right: 30px;
}
.history-section::before {
    position: absolute;
    content: '';
    width: calc(50% + 125px);
    height: calc(100% - 269px);
    background: #F8F8F8;
    right: 0;
    top: 158px;
}
.designs-inner-one {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 80px;
}

.designs-content-left {
    width: 50%;
}

.designs-image-right {
    width: 50%;
    padding-left: 83px;
    position: relative;
    margin-bottom: -203px;
}
.designs-text {
    padding-right: 56px;
}

.designs-content-left h2 {
    text-transform: capitalize;
    padding-bottom: 24px;
}
.designs-image-right::before {
    position: absolute;
    content: '';
    width: 448px;
    height: 374px;
    border: 15px solid #EFEFEF;
    left: 20px;
    top: 78px;
}

.designs-section-one {
    position: relative;
    padding-bottom: 203px;
}

.designs-section-one::before {
    position: absolute;
    content: '';
    width: calc(50% + 201px);
    height: calc(100% - 187px);
    background: #F8F8F8;
    left: 0;
    top: 0;
}
.about-left-right-bg-style-one {
    background: #F8F8F8 !important;
}
.about-left-right-bg-style-two::before {
    background: #F8F8F8 !important;
}
.designs-inner-two {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.designs-image-left {
    width: 50%;
    margin-top: -138px;
    position: relative;
}
.designs-section-one p {
    color: #4F4F4F;
}
.designs-section-two p{color: #4F4F4F;}
.designs-content-right {
    width: 50%;
    padding-left: 112px;
    padding-top: 146px;
    padding-right: 22px;
}

.designs-image-left::before {
    position: absolute;
    content: '';
    width: 448px;
    height: 374px;
    border: 15px solid #EFEFEF;
    right: 14px;
    top: 54px;
}
.designs-section-two {
    position: relative;
    padding-bottom: 74px;
    margin-bottom: 100px;
}

.designs-section-two::before {
    position: absolute;
    content: '';
    width: calc(50% + 174px);
    height: calc(100% - 103px);
    background: #F8F8F8;
    right: 0;
    top: 71px;
}
.full-width-cta-btn a.btn {
    padding: 16px 19px;
    border: 2px solid #000;
}
.full-width-cta-btn a.btn:hover {
    background: #fff;
    color: #000;
}
.full-width-cta-btn {
    padding-top: 14px;
}
/* 
team section css */

ul.team-list {
    list-style: none;
}
.team-list .team-item {
    width: calc(25% - 20.25px);
    position: relative;
    overflow: hidden;
    cursor: url('/wp-content/uploads/2025/05/click.png'), auto;
}
.team-section {
    width: 100%;
    padding: 123px 0px 165px 0px;
}
.team-section h2 {
    text-align: center;
    padding-bottom: 40px;
}
.team-list {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
}

.team-card {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    color: #fff;
}
.team-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
.team-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: 0;
    background: #000000;
    color: #fff;
    transition: opacity 0.3s ease;
    padding: 51px 51px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
}
.team-item:hover .overlay {
    opacity: 1;
    pointer-events: auto;
}
.team-item:hover img {
    transform: scale(1.1);
}
.team-title {
    margin: 0 0 10px;
    font-family: 'Bodoni72';
    font-weight: 700;
    font-size: 33px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    color: #ffffff;
}
.team-subtitle {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(255 255 255 / 70%);
}
.team-content p {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: rgb(255 255 255 / 70%);
}
.team-card .arrow {
    width: 46px;
    height: 46px;
    align-self: flex-end;
}
.team-modal {
    display: none;
    position: fixed; z-index: 9999;
    left: 0; top: 0; width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.7);
    overflow: auto;
}
.team-modal h2{ font-size: 40px; margin-bottom: 6px; }
.team-modal-content .popup-content &gt; strong{ font-weight: 600; margin-bottom: 20px; display: block; }
.team-modal-content {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 800px; 
    min-height: 100px;
    border-radius: 0;
    padding: 30px 20px 20px 20px;
}
.team-modal-close {
    position: absolute; top: 10px; right: 16px;
    font-size: 32px; cursor: pointer;
}
.modal-open{ overflow: hidden; }


/* PAGE BANNER */
.page-banner{ position: relative; text-align: center; display: flex; align-items: center; justify-content: center; min-height:490px; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 190px 0 35px; }
.page-banner:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #4d4d4d; mix-blend-mode: multiply; opacity: 0.7; }
.page-banner .container{ position: relative; max-width: 1160px; }
.page-banner h1{ color: #fff; margin: 0; font-size: 48px; letter-spacing: 2.88px; }
.page-banner p{ color: #fff; margin: 25px 0 0; }

/* CONTACT PAGE */
.form-section-main {
    padding: 207px 0px 174px 0px;
    position: relative;
    background-color: #F4F4F4;
}
.form-section-main::before {
    position: absolute;
    content: '';
    width: calc(50% - 56px);
    height: calc(100% - 323px);
    background: #ffffff;
    right: 0;
    top: 175px;
    z-index: 1;
}
.form-section-main h2 {
    margin: 0 0 8px;
    text-align: left;
}
.contact-form-left .text-center {
    text-align: left;
    padding-bottom: 7px;
}
.contact-form-left p {
    color: #4F4F4F;
}
.form-section-main .gform_wrapper .gform_fields{ grid-column-gap: 24px; grid-row-gap: 24px; }
.form-section-main .gform_wrapper .gfield input.large, .form-section-main .gform_wrapper .gfield select.large {
    font-family: 'Montserrat';
    border: 1px solid #CBCBCB;
    outline: none;
    border-radius: 0;
    height: 62px;
    padding: 27px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #8D8D8D;
}
.form-section-main .gform_wrapper .gfield textarea {
    font-family: 'Montserrat';
    display: block;
    outline: none;
    border: 1px solid #CBCBCB;
    border-radius: 0;
    resize: none;
    padding: 21px 28px;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    min-height: 256px !important;
    max-height: 256px !important;
    color: #8D8D8D;
}
.form-section-main .gform_footer{ margin: 24px 0 0 !important; padding: 0 !important; }
.form-section-main .gform_footer input {
    border: none !important;
    outline: none !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    box-shadow: none !important;
    font-family: 'Montserrat' !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 18px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 21px 134px !important;
    display: inline-block !important;
    border-radius: 0 !important;
    background-color: #000000 !important;
    margin-top: 40px !important;
}
.form-section-main .gform_footer input:hover{ background: #D90000 !important; }

.location-info-main {
    position: relative;
    padding: 10px 0px 37px 0px;
}
.location-top {
    padding: 0px 15px;
    width: 100%;
    max-width: 1175px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 70px;
}

.location-top h2 {
    padding-bottom: 16px;
}
.location-section-content p {
    color: #4F4F4F !important;
}
.location-info-main .container &gt; div:first-child {
    padding-left: 0;
}
.location-info-main .container &gt; div:last-child {
    padding-right: 0;
}


.location-info-main .container &gt; div:first-child{ border: none; }
.location-info-main h3 {
    color: #1d1d1d;
    margin: 0 0 25px;
    padding: 0;
    font-family: 'Bodoni72';
    font-weight: 400;
    font-size: 50px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    text-transform: uppercase;
    min-height: 110px;
    max-height: 110px;
}
.location-info-main .location-link::before {
    top: 0;
    transform: none;
}

.location-info-main .location-link, .location-info-main .location-number, .location-info-main .location-time {
    position: relative;
}

.location-block {
    border-right: 1px solid rgb(17 17 17 / 20%);
    padding: 0 40px;
}

.col-location:last-child .location-block {border: none;padding-right: 0;}

.col-location:first-child .location-block {
    padding-left: 0;
}
.location-info-main a {
    display: inline-block;
    color: #111111;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0;
}
.location-time strong {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #4F4F4F;
    width: 100%;
    max-width: 156px;
    display: inline-block;
    margin-right: 20px;
}
.location-time p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    color: #111111 !important;
    margin-bottom: 6px;
}
.location-block span {
    font-family: 'Bodoni72';
    font-weight: 400;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    text-transform: uppercase;
}
.location-info-main a:hover{ color: #D90000; }
.location-info-main .location-link, .location-info-main .location-number, .location-info-main .location-time {
    position: relative;
    padding-left: 79px;
    font-size: 17px;
    line-height: 23px;
    color: #1d1d1d;
    margin-bottom: 27px;
    padding-bottom: 23px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, rgb(17 17 17 / 10%) 0%, rgba(17, 17, 17, 0) 100%);
    border-image-slice: 1;
    border-image-repeat: stretch;
}
.location-link a {
    width: 100%;
    max-width: 336px;
}
.location-info-main .location-link:last-child,
.location-info-main .location-number:last-child,
.location-info-main .location-time:last-child {
    border-bottom: none;
    border-image: none;
}


/* Common ::before icon style */
.location-info-main .location-link::before,
.location-info-main .location-number::before,
.location-info-main .location-time::before {
    content: "";
    position: absolute;
    left: 0;
    width: 54px;
    height: 54px;
    background-color: #111111;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
}
.location-number {
    min-height: 74px;
    display: flex;
    align-items: center;
}

/* Specific icons */
.location-info-main .location-link::before {
    background-image: url('/wp-content/uploads/2025/05/location-icon.svg');
}

.location-info-main .location-number::before {
    background-image: url('/wp-content/uploads/2025/05/phone-icon.svg');
}

.location-info-main .location-time::before {
    background-image: url('/wp-content/uploads/2025/05/clock-icon.svg');
}
.contact-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.col-location {
    width: 33.33%;
}


.acf-map {
    width: 100%;
    height: 500px;
    background: #f0f0f0;
}
.acf-map img {
   max-width: inherit !important;
}
.acf-map .gm-style-iw{ max-width: 200px !important; }

/* BLOG */
.blog-container article { padding: 45px 0; }
.blog-container article .row{ position: relative; display: flex; align-items: center; margin: 0; padding: 50px 0; background: #f1f1f1; }
.blog-container article .row:before{ content: ''; width: 22.5%; height: 100%; left: 0; top: 0; background: #fff; position: absolute; }
.blog-container article .row &gt; div{ position: relative; }
.blog-container article .row &gt; div.featured-image{ position: relative; flex: 0 0 45%; }
.blog-container article .row &gt; div.blog-content{ flex: 0 0 55%; width: 55%; }

.blog-container article:nth-child(even) .row:before{ left: auto; right: 0; }
.blog-container article:nth-child(even) .featured-image{ order: 2; }

.blog-container .entry-title{ letter-spacing: 0.72px; }
.blog-container .entry-title a{ color: #1D1D1D; transition: all 0.3s; text-decoration: none; }
.blog-container .entry-title a:hover{ color: #D90000; }
.blog-container .featured-image img{ display: block; width: 100%; }
.blog-container .blog-content{ padding: 0 30px; }
.explore-product-main h3 {
    font-family: 'Bodoni72';
    font-weight: 400;
    font-size: 65px;
    line-height: 110.00000000000001%;
    text-align: center;
    padding-bottom: 20px;
}
.explore-product-main {
    padding: 100px 0px 100px 0px;
}
.explore-product-main p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    color: #4F4F4F;
    width: 100%;
    max-width: 1154px;
    margin: 0 auto !important;
}
.explore-product-main .col-sm-12{ width: 100%; text-align: center; }
.explore-product-main .short-detail{  margin: 0 auto 46px; }
.explore-product-main .short-detail p:last-child{ margin: 0; }
.explore-product-main .row{ display: flex; flex-wrap: wrap; }
.explore-product-main .row &gt; div{ padding: 0 15px; flex: 0 0 25%; }
.explore-product-main .exp-product {
    position: relative;
    display: block;
    padding: 0 0 138%;
    overflow: hidden;
}
.explore-product-main .exp-product a{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; cursor: pointer; }
.explore-product-main .exp-product a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 1;
    transition: all 0.3s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.99%, rgba(0, 0, 0, 0.8) 100%);
}
.explore-product-main .exp-product img{ position: absolute; width: 100%; height: 100%; object-position: center; object-fit: cover; }
.explore-product-main .exp-product h4 {
    position: absolute;
    z-index: 2;
    color: #fff;
    bottom: 30px;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    letter-spacing: 0;
    font-family: 'Bodoni72';
    font-weight: 400;
    font-size: 65px !important;
    line-height: 110.00000000000001%;
    text-align: center;
    text-transform: capitalize;
}
/* ==== Layout Style 2 ==== */
.layout-style-2 .custom-layout-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.layout-style-2 .left-col {
    width: calc(41% - 15px);
}
.layout-style-2 .right-col {
   width: calc(59% - 15px);
}
.layout-style-2 .exp-product.exp-product-left {
    padding: 0 0 148%;
}
.layout-style-2 .right-col .exp-product {
  margin-bottom: 30px;
}
.layout-style-2 .exp-product.exp-product-top {
    padding: 0 0 51%;
}
.exp-product.exp-product-right-one, .exp-product.exp-product-right-two {
    padding: 0 0 48%;
}

.layout-style-2 .right-col .exp-product-half-row {
  display: flex;
  gap: 30px;
}

.layout-style-2 .right-col .exp-product-half-row .exp-product {
  width: 50%;
}
.layout-style-2 .left-col img {
    height: 964px;
}





/*back image with toogle content css*/
.background-toggle-main {
    margin: 83px 0px 79px 0px;
    padding: 50px 0 0;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.background-toggle-main .container{ position: relative; }
.background-toggle-main h2 {
    font-size: 28px;
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: none;
    font-family: 'Montserrat';
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 6px 0;
    width: 100%;
    cursor: pointer;
    max-width: 700px;
    transition: all 0.3s;
}
.background-toggle-main h2:hover{ color: #D90000; }
.background-toggle-main .full-width-inner {
    width: 100%;
    max-width: 700px;
    background: #FFFFFF;
    padding: 22px 30px;
    transform: translateY(calc(100% + 50px));
    transition: all 0.4s;
}
.background-toggle-main .full-width-inner.active{
    transform: translateY(0);
}
.background-toggle-main .full-width-inner h6{
    text-align: left;
    letter-spacing: 0px;
    color: #1D1D1D;
    text-transform: none;
    font-size: 28px;
    line-height: 37px;
    font-family: 'Montserrat';
    margin: 0 0 15px;
}
.background-toggle-main .full-width-inner p {
    text-align: left;
    letter-spacing: 0px;
    color: #1D1D1D;
    opacity: 1;
    font-size: 17px;
    line-height: 36px;
    font-family: 'Montserrat';
}
.close-toggle{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    text-align: center;
    font-size: 34px;
    line-height: 36px;
}

/* BLOG */
.blog-banner.page-banner{ height: calc(100vh - 20px); }

.filter-section{ background: #000; color: #fff; padding: 35px 20px; }
.filter-section .container{ display: flex; justify-content: space-between; }
.filter-section .container &gt; div{ display: flex; align-items: center; width: 50%; max-width: 560px; cursor: pointer; }
.filter-section span{ font-family: 'Montserrat'; font-weight:400; font-size: 20px; line-height: 1.2; text-transform: uppercase; display: inline-block; margin-right: 40px; }
.filter-section select{ font-family: 'Montserrat'; font-weight:400; font-size: 18px; color: #000; outline: none; line-height: 1.2; border: 2px solid #D1D1D1; width: 100%; max-width: 370px; height: 50px; padding: 12px 20px; border-radius: 0; width: 100%; transition: all 0.6s;background-image: url(../images/select-arrow.png);background-repeat: no-repeat;background-position: right 15px center;appearance: none;}
.blog-search form{position: relative; width: 100%; max-width: 370px; transition: all 0.6s; }
.blog-search .input{ font-family: 'Montserrat'; border-radius: 0; font-weight:300; font-size: 18px; color: #000; outline: none; line-height: 1.2; border: 2px solid #D1D1D1;height: 50px; padding: 12px 90px 12px 20px; width: 100%;}
.blog-search .submit{position: absolute;right: 0;height: 50px;background-image: url(../images/search.png);width: 80px;background-color: #DE2425;background-repeat: no-repeat;background-position: center; }
.blog-search .submit:hover{opacity: 0.7;}
.filter-section .category-filter:hover select{ width: 100%; opacity: 1; }
.filter-section .blog-search{ justify-content: end; }

.featured-blog-section{ overflow: hidden; background: #f7f7f7; padding: 0 0 45px; }
.featured-blog-section h3{ padding: 0 15px; margin: 0; font-weight: 700; font-size: 28px; line-height: calc(34/28); letter-spacing: 2.8px; color: #1d1d1d; text-transform: uppercase; padding: 25px 15px; }
.fs-row{ display: flex; flex-wrap: wrap; margin: 0 -15px; }
.fs-row &gt; div{ width: 33.33%; flex: 0 0 33.33%; padding: 0 15px; }
.fs-row &gt; div a{ position: relative; padding: 0 0 64%; display: block; overflow: hidden; }
.fs-row &gt; div a:after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 165px;background: transparent linear-gradient(180deg, #FFFFFF 0%, #7A7A7A 50%, #3A3A3A 100%) 0% 0% no-repeat padding-box;mix-blend-mode: multiply;opacity: 1;}
.fs-row &gt; div a img{ position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: all 0.3s; }
.fs-row &gt; div a:hover img{ transform: scale(1.1); }
.fs-row h4{ font-family: 'Bodoni72'; position: absolute; bottom: 45px; z-index: 1; text-align: center; width: 100%; padding: 0 15px; color: #fff; margin: 0; }

/* BLOG */
.blog-post-container{ padding: 40px 0; }
.blog-post-container .row{ display: flex; flex-wrap: wrap; }
.blog-post-container .row &gt; div{ width: 33.33%; flex: 0 0 33.33%; padding: 0 15px 75px; margin-bottom: 100px;position: relative;}
.blog-post-container .row &gt; div .featured-image a{ display: block;}
.blog-post-container .row &gt; div .blog-content{padding:25px 40px 0;} 
.blog-post-container .row &gt; div .btn{ position: absolute;left: 0;right: 0;margin: 0 auto;text-align: center;display: inline-flex;justify-content: center;width: auto;max-width: 210px;bottom: 0;}
.blog-post-container.blog-list .row &gt; div:first-child{width:66.67%;flex: 0 0 66.67%;  }
.blog-post-container.blog-list .row &gt; div:first-child .blog-content{padding: 25px 0 0 80px;}
.blog-post-container h3,.blog-inner-detail .h3{ font-size: 28px; line-height: calc(34/28); text-transform: none;min-height: 104px;}
.blog-post-container p{margin: 20px; font-weight: 400;}
.blog-post-container h3 a{ text-transform: none; color: #000; text-decoration: none; }
.blog-post-container .blog-content{ text-align: center; }
.blog-post-container.blog-list .row &gt; div:first-child .featured-image,.blog-post-container.blog-list .row &gt; div:first-child .featured-image img,.blog-post-container.blog-list .row &gt; div:nth-child(2) .featured-image,.blog-post-container.blog-list .row &gt; div:nth-child(2) .featured-image img{height: 450px; object-fit: cover; width: 100%;}
.blog-post-container.blog-list .row &gt; div .featured-image img{ height: 415px; width: 100%; object-fit: cover; object-position: center; display: block; }

.blog-post-container .row div.pagination{width: 100%;display: block;flex: 0 0 100%; margin: 0; }
.blog-post-container .row div.pagination .nav-links{ display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.blog-post-container .row div.pagination .nav-links .page-numbers{margin: 0 10px;text-decoration: none;color:#707070;font-weight: 500; text-decoration: none; }
.blog-post-container .row div.pagination .nav-links .page-numbers.current,.blog-post-container .row div.pagination .nav-links .page-numbers:hover{color: #D90000; }

/*Blog Inner Page */
.blog-inner-detail {margin-top: 50px;}
.blog-inner-detail .wrapper{width: 100%;max-width: 1320px;padding:0 20px;margin:0 auto;}
.blog-inner-detail .h3{color: #000;}

/* .blog-inner-detail .inner-detail-text{text-align: center;} */
.blog-inner-detail .inner-detail-text h2{ font-size: 40px; line-height: 1; }
.blog-inner-detail .inner-detail-text h3{ font-size: 30px; line-height: 1; }
.blog-inner-detail .inner-detail-text p, .blog-inner-detail .inner-detail-text li{ font-weight: 400; color: #4f4f4f; }
.blog-inner-detail .inner-detail-text ul{ margin: 0 0 30px; padding: 0 0 0 22px; }
.blog-inner-detail .inner-detail-text li { }

.blog-inner-detail .post-navigation{margin-top: 10px;}
.blog-inner-detail .post-navigation .nav-links a{color: #707070;text-decoration: none;}
.blog-inner-detail .post-navigation .nav-links a:hover{color: #D90000;text-decoration: underline;}
.blog-inner-detail .single-blog-ttl{ min-height: 0; margin: 0 0 22px; color: #000; }



.related-blog{margin-top: 80px;}
.related-blog .h3{color: #000; font-size: 28px; line-height: 34px; font-family: 'barlow'; margin: 0 0 15px; }
.related-blog .blog-post-container{padding-top:20px;}
.related-blog .post-thumbnail img{ height: 410px; object-fit: cover; object-position: center; width: 100%; }

.single .blog-banner.page-banner{ height: 500px; }

.blog-post-container h3:hover a, .blog-inner-detail h3:hover a{ color: #D90000; }

/* SEARCH */
.search .blog-banner.page-banner, .error-404 .blog-banner.page-banner{ height: 400px; min-height: 400px; padding: 70px 20px; }
.search-no-results .page-content, .error-404 .page-content{ padding: 75px 15px; text-align: center; }
.search-no-results .page-content .container, .error-404 .page-content .container{ max-width: 900px;  }
.search-no-results .blog-search form, .error-404 .blog-search form{ width: 100%; opacity: 1; margin: 0 auto; }

.no-results h4{ font-family: 'Bodoni72'; }
.search-result-ttl{ font-family: 'Montserrat'; font-size: 30px !important; letter-spacing: 2px !important; }
.search-result-ttl span{ font-family: 'Bodoni72'; display: block; font-size: 60px !important; line-height: 1; margin-top: 12px; }

body .gform_wrapper.gravity-theme .gfield_label{ font-family: 'barlow'; color: #000; margin: 0 0 5px; line-height: normal; display: block; }
.page-id-1339 .form-section-main .gform_footer{ margin: 0 !important; }


.history-section-main h4{ font-size: 24px; }

.light_header .main-nav li .menu-item-has-children &gt; a:after{ display: none; }


/* LANDING PAGE */
.page-template-email-marketing .site-main{ padding: 0; }
.page-template-email-marketing .site-header{ background: #ffffff; padding: 15px 0; }
.page-template-email-marketing .inner-location &gt; div:last-child{ border: none; }
/* .page-template-email-marketing .footer-location{ padding: 0; flex: 0 0 100%; width: 100%; max-width: 700px; margin: 0 auto; } */

.page-template-email-marketing .form-section-main{ display: flex; align-items: center; height: 100vh; background: rgba(0,0,0,0.6); }
.page-template-email-marketing .form-section-main h2{ color: #fff; margin-top: 60px; padding-bottom: 30px; }
.page-template-email-marketing .form-section-main h2 span{ color: #D90000; }

.page-template-email-marketing #gform_4{ display: flex; align-items: flex-start; justify-content: center; }
.page-template-email-marketing #gform_4 .gform_footer{ margin: 0 !important; }
.page-template-email-marketing .form-section-main #gform_4 .gform_footer input{background-color: #D90000 !important; font-size: 20px !important; border-radius: 0 !important; height: 62px; padding: 11px 25px !important; margin-top: 0 !important; }
.page-template-email-marketing .form-section-main #gform_4 .gform_footer input:hover{background-color: #000000 !important; }
.page-template-email-marketing .form-section-main .gform_wrapper .gfield input.large{ border: none; width: 350px; }

.page-template-email-marketing .gform_confirmation_message_4{
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 3px solid #fff;
    padding-top: 30px;
    font-size: 22px;
}

.lp-header-contact a{ background: #D90000; margin: 0 5px; }
.lp-header-contact a:hover{ background: #1d1d1d; }
.site-header-lp .site-branding {
    max-width: 150px;
}

.site-header-lp .container {
    justify-content: space-between;
}
.form-section-main.download-album-sec {
    padding: 100px 0px;
}

.download-album-sec .contact-form-right {
    display: none;
}

.form-section-main.download-album-sec::before {
    display: none;
}

.download-album-sec .contact-form-left {
    width: 100%;
}
.download-album-sec h2 {
    text-align: center;
}
.site-footer.footer-lp {
    padding: 100px 0px;
}
.footer-lp .footer-location .location-inner:first-of-type {
  display: none;
}
.site-footer.footer-lp .footer-logo img {
    max-width: 191px;
}
.site-footer.footer-lp .footer-logo a {
    pointer-events: none;
}


/* LINEA STUDIO CLOSETS page css */

.page-banner-form {
    position: relative;
    padding: 100px 0px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6); 
    border-radius: 8px;
    border: 1px solid #ccc;
}

.page-banner-form-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.page-banner-form-left {
    flex: 1; 
    padding: 10px;
    width: 100%;
    max-width: 600px; 
}

.page-banner-form-right {
    display: flex;
    justify-content: center; 
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    padding: 30px 20px;
    max-width: 450px;
    width: 100%;
}

.page-banner-form .gfield input[type="text"],
.page-banner-form .gfield input[type="email"],
.page-banner-form .gfield input[type="tel"],
.page-banner-form .gfield textarea {
    width: 100%; 
    padding: 12px; 
    margin-bottom: 5px;
    border: 1px solid #ccc; 
    border-radius: 4px; 
    font-size: 14px; 
    min-height: 42px;
}

.page-banner-form .gfield textarea {
    min-height: 9rem !important;
    resize: none;
    display: block;
}
.page-banner-form .gform_footer{ margin-top: 14px !important; }

.page-banner-form .gform_button {
    width: 100% !important;
    display: block !important;
    font-family: 'Bodoni72' !important;
    font-size: 19px !important;
    line-height: 16px !important;
    margin: 0 !important;
    background: #D90000 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border: none !important;
    outline: none !important;
    padding: 10px 0 !important;
    border-radius: 0px !important;
    transition: background 0.3s, transform 0.3s !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.page-banner-form .gform_button:hover {
    background: #000 !important;
}

.page-banner-form .custom-html {
    text-align: center;
    font-family: 'barlow';
    font-weight: 600;
    font-size: 23px;
}

.page-banner-form .gravity-form-container {
    background: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    padding: 15px;
}

.page-banner-form-right div#gform_fields_5 {
    --gf-form-gap-y: 12px;
}

.page-banner-form-right .gfield_html {
    font-family: 'Bodoni72';
    font-weight: 600;
    font-size: 28px;
    line-height: calc(43 / 36);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}


.page-id-279 .acf-map{ display: none; }
.full-iframe-main { margin-top: -70px; }
.full-iframe-main iframe{ width: 100%; height: 500px; outline: none; border: none; display: block; }


/* banner slider section */

.banner-slider-section {
  position: relative;
  padding: 467px 0px 75px 0px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-slider-section.bslide-1 .simple-slider:after, .banner-slider-section.bslide-1 .slider-counter{ display: none; }
.banner-slider-section .container{ position: relative; }
.banner-slider-section .slider-counter{
    font-family: 'jost';
    color: #000;
    position: absolute;
    right: 153px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 500;
    background: #fff;
}
.banner-slider-section .simple-slider {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.banner-slider-section .slide-item {
    display: flex;
    justify-content: center;
    background: #ffffff;
    padding: 55px 0;
    column-gap: 50px;
}
.banner-slider-section .slide-title {
    font-family: 'Bodoni72';
    font-weight: 700;
    font-size: 70px;
    line-height: 110.00000000000001%;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    letter-spacing: 6px;
}
.simple-slider button.slick-arrow {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: 1px solid #555;
    font-size: 0;
    border-radius: 50%;
    cursor: pointer;
}
.simple-slider button.slick-prev.slick-arrow{
    background: url(../images/left-arrow.png) no-repeat center;
    right: 216px;
    z-index: 1;
}
.simple-slider button.slick-next.slick-arrow {
    background: url(../images/right-arrow.png) no-repeat center;
    right: 70px;
}
.banner-slider-section .slider-logo, .slider-last-colum{ position: relative; width: 100%; max-width: 300px; padding: 0 20px; }

.banner-slider-section .slider-logo { display: flex; align-items: center; }
.banner-slider-section .slider-logo img{ display: block; margin: 0 auto; }
.banner-slider-section .slider-logo:before{
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    width: 1px;
    height: 170px;
    background: #c3c3c3;
    transform: rotate(14deg) translateY(-50%);
}
.banner-slider-section .simple-slider:after{
    content: '';
    position: absolute;
    right: 185px;
    top: 50%;
    width: 1px;
    height: 170px;
    background: #c3c3c3;
    transform: rotate(14deg) translateY(-50%);
}

/* CLOSET Page */

/* Intro Section */
.page-id-389 .home-banner-main h1{ font-size: 86px; letter-spacing: 9px; }
.page-id-389 .home-banner-main .home-banner-inner{ padding: 35px; }

.intro-section { padding: 89px 0 0; } 
.intro-section .row{ display: flex; align-items: center; }
.intro-section .row &gt; div{ flex: 0 0 50%; padding: 0 15px; }
.intro-section .row h2{ font-size: 80px; font-weight: 700; margin: 0; letter-spacing: 4px; }
.intro-section p{ color: #4f4f4f; }
.intro-section p:last-child{ margin: 0; }

.page-card-main {
  display: flex;
  margin-top: 79px;
}
.page-card-main .page-card{ position: relative; flex: 1 1 0%; text-decoration: none; padding: 50px 0; }
.page-card-main a:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.26%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
} 
.page-card-main a:after{
    border: 15px solid rgba(255,255,255,0.2);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    pointer-events: none;
} 
.page-card-main .page-card a{ position: relative; display: block; height: 100%; width: 100%; }
.page-card-main .page-card a.no-link{ pointer-events: none; }
.page-card-main .page-card h2{ position: absolute; color: #fff; left: 65px; bottom: 43px; text-decoration: none; }
.page-card-main .page-card:nth-child(2){ flex: 0 0 36.7%; padding: 0; } 
.page-card-main img{ width: 100%; height: 100%; object-fit: cover; } 

/* Closet Card */
.closet-card-section{ position: relative; padding: 60px 0; }
.closet-card-section.expand-back-layer:after{ position: absolute; content: ''; right: -131px; top: -70px; height: 220px; background: #F8F8F8; width: 65vw; z-index: -1; }
.closet-car-inner { padding: 62px 0; overflow: hidden; }
.closet-car-inner .container{ display: flex; align-items: flex-start; }
.closet-car-inner .container &gt; div{ flex: 0 0 50%; }
.closet-car-inner .closet-image { position: relative; padding: 42px 28px 0 0; }
.closet-car-inner .closet-image:before{
    content: '';
    width: 560px;
    height: 500px;
    position: absolute;
    border: 15px solid #EFEFEF;
    right: -30px;
    top: 92px;
    z-index: 1;
}
.closet-car-inner .closet-image img{ display: block; }
.closet-car-inner .closet-content{ position: relative; display: flex; align-items: center; background: #F8F8F8; min-height: 680px; padding: 60px 20px 60px 110px; }
.closet-car-inner .closet-content:after{
    position: absolute;
    content: '';
    left: -165px;
    top: 0;
    height: 100%;
    background: #F8F8F8;
    width: 65vw;
    z-index: -1;
}
.closet-car-inner .closet-content p{ margin-bottom: 40px; color: #4f4f4f; }

.closet-car-inner .btn, .content-with-services .btn{ display: inline-flex; align-items: center; justify-content: space-between; line-height: 18px; padding: 15px 16px 13px 16px; border: 2px solid #000; }
.closet-car-inner .btn:hover, .content-with-services .btn:hover{ background: #fff; color: #000; }
.closet-car-inner .btn img, .content-with-services .btn img{ position: relative; top: -1px; display: block; margin-left: 30px; width: 26px; height: 13px; object-fit: contain; object-position: center; }
.closet-car-inner .btn:hover img, .content-with-services .btn:hover img{ filter: brightness(1) invert(1); }

.closet-car-inner:nth-child(even) .container{ flex-direction: row-reverse; }
.closet-car-inner:nth-child(even) .closet-image { padding: 42px 0 0 28px; }
.closet-car-inner:nth-child(even) .closet-image:before{ right: auto; left: -30px; }
.closet-car-inner:nth-child(even) .closet-content{ padding: 60px 110px 60px 0; }
.closet-car-inner:nth-child(even) .closet-content:after{ left: auto; right: -165px; }

.top-125{ margin-top: 125px; }
.bottom-125{ margin-bottom: 125px; }
.content-with-services { background: #F4F4F4; padding: 106px 0; }
.content-with-services .container{ display: flex; align-items: center; gap: 88px; }
.content-with-services .cs-right{ flex: 0 0 53.4%; } 
.content-with-services .cs-description p{ color: #4f4f4f; }
.cs-right-card .cs-card{ background: #fff; display: flex; gap: 32px; padding: 33px; margin-bottom: 30px; }
.cs-right-card .cs-card:last-child{ margin: 0; }
.cs-right-card .cs-card p:last-child{ margin: 0; }
.cs-right-card .cs-card .cs-icon{ background: #111111; border-radius: 100%; width: 54px; flex: 0 0 54px; height: 54px; display: flex; align-items: center; justify-content: center; }
.acf-title-content-block {
    padding-top: 120px;
}

.acf-title-wrapper {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* contact page css */

.contact-banner {
    padding: 266px 0px 50px 0px !important;
    margin-top: 0 !important;
}
.contact-banner .container {
    top: -52px !important;
}
.contact-banner h1 {
    letter-spacing: 3.94px;
}
.contact-banner .sub-title {
    width: 100%;
    max-width: 1051px;
    margin: 0 auto;
}
.contact-form-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.contact-form-left {
    width: 38%;
}

.contact-form-right {
    width: 62%;
    padding-left: 88px;
    z-index: 2;
    padding-top: 74px;
}

.map-container {
    width: 100%;
    margin-top: -70px;
}
.map-outer {
    overflow: hidden;
}
.map-container iframe {
    width: 100%;
    max-width: 842px;
    border: none;
}
.common-banner {
    min-height: 558px;
    padding: 100px 0px;
    margin-top: 110px;
    position: relative;
}
.common-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000040;
}
.custom-inner-banner {
    align-items: center;
    justify-content: center;
    display: flex;
}
.common-banner .inner-banner-content {
    width: 100%;
    max-width: 1183px;
    margin: 0 auto;
}
.common-banner .inner-banner-content .banner-logos{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 20px 33px 0; }
.common-banner .inner-banner-content .banner-logos .b-logo{ padding: 0 33px; }
.common-banner .inner-banner-content .banner-logos img{ display: block; }

.common-banner h1 {
    font-weight: 700;
    font-size: 66px;
    line-height: 110.00000000000001%;
    letter-spacing: 5.94px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}
.about-banner .inner-banner-content {
    width: 100%;
    max-width: 1650px;
}
.about-banner h1{
    font-weight: 700;
    font-size: 86px;
    line-height: 110.00000000000001%;
    letter-spacing: 5.94px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    margin: 0;
}
.common-banner .sub-title p , .full-width-background-main h6{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 35px;
    line-height: 124%;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}
.whatsapp-container {
    position: absolute;
    top: 259px;
    right: 36px;
}
.about-center-block .full-width-inner.text-center {
    max-width: 1400px;
}
.connect-experts-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.page-id-1778 .location-info-main {
    background: #F4F4F4;
}
.experts-left {
    width: 40%;
    background: #000000;
    padding: 71px 62px 55px 62px;
}
.experts-right a.expert-cta:hover {
background: #D90000;
}

.experts-right {
    width: 60%;
    padding-left: 30px;
}
.acf-connect-experts-block {
    padding: 150px 0px;
}

.experts-left h2 {
    font-family: 'Bodoni72';
    font-weight: 400;
    font-size: 65px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    color: #ffffff;
    padding-top: 37px;
}

.experts-left p {color: rgb(255 255 255 / 75%);}

.experts-left .cta-link a {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    color: #111111;
    padding: 21px 43px;
}
.experts-left .cta-link a:hover{background: #D90000;
    color: #ffffff;}

.experts-left .cta-link {
    margin-top: 233px;
}
.expert-box {
    background: #F8F8F8;
    padding: 64px 59px;
    margin-bottom: 46px;
}

.expert-box h3 {
    font-size: 50px;
    line-height: 110.00000000000001%;
    padding-bottom: 11px;
}

.expert-content p {color: #4F4F4F;}

.experts-right a.expert-cta {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #000000;
    padding: 22px 44px;
    color: #ffffff;
}

.expert-content {
    padding-bottom: 61px;
}
.expert-box:last-child {
    margin-bottom: 0;
}
.form-content {
    width: 100%;
    max-width: 515px;
}

.image-left-right.style-one:not(:has(.right-image)) .img-block::before {
    left: auto;
    right: 155px;
}
.image-left-right.style-one:has(.left-image) .col-5.left-data {
    padding-right: 0;
    padding-left: 63px;
}
.image-left-right.style-two:has(.right-image) .img-block::before {
    right: auto;
    left: 155px;
}
.image-left-right.style-two:has(.right-image) .col-5.left-data {
    padding-right: 63px;
    padding-left: 0px;
}

.full-width-background-main.no-image .text-center.full-content {
    max-width: 1365px;
    width: 100%;
}

.full-width-background-main.about-center-block.no-image 
{
    padding-top: 0 !important;
}
.page-template-landing-page .luxury-text {
    display: none;
}


/* Contract Selection */
.contract-selection{ padding: 140px 0; }
.contract-selection .contract-headline{ text-align: center; }
.contract-selection .contract-flex{ display: flex; margin-top: 90px; }
.contract-selection .contract-left{ flex: 0 0 31.5%; width: 31.5%; padding-right: 10px; }
.contract-selection .contract-left ul{ margin: 0; padding: 0; column-count: 2; column-gap: 40px; }
.contract-selection .contract-left ul li{ display: flex; align-items: center; margin: 0 0 30px; }
.contract-selection .contract-left ul li img{ width: 36px; height: 36px; display: block; margin-right: 15px; }
.contract-selection .contract-left ul li span{ font-family: 'Bodoni72'; font-size: 30px; white-space: normal; color: #000; line-height: 1; display: block; }
.contract-selection .contract-right{ flex: 0 0 68.5%; width: 68.5%; }

@media screen and (max-width:1899px){
    .history-gallery .gallery-h:nth-child(2) { left: -375px; max-width: 325px; }
    .history-gallery .gallery-h:nth-child(3) { right: -375px; max-width: 325px; }

    .bottom-content-area .gallery-item:nth-child(1){ left: -375px; top: -30px; max-width: 325px; }
    .bottom-content-area .gallery-item:nth-child(2){ right: -375px; top: 260px; max-width: 325px; }
    .bottom-content-area .gallery-item:nth-child(3){ left: -375px; top: 545px; max-width: 325px; }
    .bottom-content-area .gallery-item:nth-child(4){ right: -375px; top: 830px; max-width: 325px; }
    .bottom-content-area .gallery-item img{ min-height: 225px; }
    
    .blog-post-container h3, .blog-inner-detail .h3{font-size: 24px;min-height: 95px;}
    .featured-blog-section h3{font-size: 24px;}
    
}
@media screen and (max-width:1699px){
.whatsapp-container {
    top: 189px;
    right: 17px;
}
.whatsapp-container img {
    height: 50px !important;
    width: 50px !important;
    margin-right: 0 !important;
}
.location-block { padding: 0 30px;
}
.location-info-main h3 {
    font-size: 45px;
}
}
@media screen and (max-width:1599px){
    .banner-slider-section .slide-title{ font-size: 52px; }

    .history-gallery .gallery-h:nth-child(2) { left: -295px; max-width: 275px; }
    .history-gallery .gallery-h:nth-child(3) { right: -295px; max-width: 275px; }

    .bottom-content-area .gallery-item:nth-child(1){ left: -295px; top: -30px; max-width: 295px; }
    .bottom-content-area .gallery-item:nth-child(2){ right: -295px; top: 260px; max-width: 295px; }
    .bottom-content-area .gallery-item:nth-child(3){ left: -295px; top: 545px; max-width: 295px; }
    .bottom-content-area .gallery-item:nth-child(4){ right: -295px; top: 830px; max-width: 295px; }
    .bottom-content-area .gallery-item img, .page-id-1629 .gallery-item img{ min-height: 165px; width: 100%; }

    .page-id-1629 #gallery-1 .gallery-item:nth-child(1){ position: absolute; left: -320px; top: -680px; max-width: 295px; }
    .page-id-1629 #gallery-1 .gallery-item:nth-child(2){ position: absolute; right: -320px; top: 20; max-width: 295px; }

    .page-id-1629 #gallery-2 .gallery-item:nth-child(1){ position: absolute; left: -320px; top: -970px; max-width: 295px; }
    .page-id-1629 #gallery-2 .gallery-item:nth-child(2){ position: absolute; right: -320px; top: 35px; max-width: 295px; }
    .page-id-1629 #gallery-2 .gallery-item:nth-child(3){ position: absolute; left: -320px; top: 925px; max-width: 295px; }


    .blog-post-container.blog-list .row &gt; div:first-child .featured-image, .blog-post-container.blog-list .row &gt; div:first-child .featured-image img, .blog-post-container.blog-list .row &gt; div:nth-child(2) .featured-image, .blog-post-container.blog-list .row &gt; div:nth-child(2) .featured-image img{height: 530px;}
    .full-height-banner h1 {
        font-size: 80px;
        line-height: 100%;
    }
    .history-section {
        padding: 100px 0px 100px 0px;
    }
    .history-section::before {
        top: 70px;
        height: calc(100% - 152px);
    }
    .history-content {
        padding-left: 100px;
        padding-top: 79px;
        padding-right: 0;
    }
    .designs-content-left h2 {
        padding-bottom: 10px;
    }
    .designs-image-left {
        margin-top: -135px;
    }
    .designs-image-left::before {
        right: -36px;
        top: 53px;
    }
    .designs-content-right {
        padding-left: 100px;
        padding-right: 0;
    }
    .no-image .full-width-bg-color {
        padding: 60px 0px;
    }
    .team-section {
        padding: 100px 0px 100px 0px;
    }
    .inner-banner-content {
        padding: 35px 20px;
    }
    .designs-section-one::before {
        height: calc(100% - 178px);
    }
    .designs-image-right::before {
        top: 37px;
    }
    .explore-product-main {
        padding: 100px 0px 100px 0px;
    }
    .common-banner h1 {
    font-size: 66px;
    line-height: 110.00000000000001%;
}
.location-info-main h3 {
    font-size: 40px;
}
.location-info-main .location-link, .location-info-main .location-number, .location-info-main .location-time {
    margin-bottom: 25px;
    padding-bottom: 21px;
    padding-left: 65px;
}
.location-info-main .location-link::before, .location-info-main .location-number::before, .location-info-main .location-time::before {
    width: 45px;
    height: 45px;
    background-size: 22px;
}
.location-info-main a {
    font-size: 17px;
    line-height: 165%;
}
.location-time strong {
    font-size: 17px;
    line-height: 100%;
    margin-right: 1px;
}
.location-time p {
    font-size: 17px;
    line-height: 165%;
    margin-bottom: 3px;
}
.location-block span {
    font-size: 28px;
}
.form-section-main {
    padding: 197px 0px 174px 0px;
}
}
@media screen and (max-width:1499px){
    .history-inner{ padding: 50px; max-width: 820px; }

    .explore-product-main{ padding: 60px 0; }
    
    .blog-post-container h3, .blog-inner-detail .h3,.featured-blog-section h3{font-size: 22px;}
    .blog-post-container p{margin: 10px;}
.history-content {
    padding-top: 55px;
}
.history-image::before {
    width: 300px;
    height: 250px;
}
.designs-image-right::before {
    width: 300px;
    height: 250px;
}
.designs-image-left::before {
    right: -43px;
    top: 53px;
}
.designs-text {
    padding-right: 0px;
}
.designs-image-left {
    margin-top: -66px;
}
.designs-image-right::before {
    left: 36px;
    top: 77px;
}
.designs-section-two {
    padding-bottom: 0;
}
.history-section::before {
    top: 70px;
    height: calc(100% - 136px);
}
.designs-image-left::before {
    width: 300px;
    height: 250px;
}
.designs-section-two::before {
    height: calc(100% - 50px);
}
.team-card .overlay {
    padding: 41px 30px;
}
.team-card .arrow {
    width: 25px;
    height: 25px;
}
.thank-banner .sub-title p {
    font-size: 30px;
}
.explore-product-main h3 {
    font-size: 60px;
}
.explore-product-main .exp-product h4 {
    font-size: 45px !important;
}
.common-banner .sub-title p , .full-width-background-main h6{
    font-size: 30px;
}
.site-footer.footer-lp .footer-left {
    flex: 0 0 40% !important;
}
.site-footer.footer-lp .footer-right {
    flex: 0 0 58% !important;
}
}
@media screen and (max-width:1400px){
.common-banner {
    margin-top: 92px;
}
.form-section-main {
    padding: 150px 0px;
}
.whatsapp-container {
    top: 106px;
    right: 17px;
    margin-top: 0px !important;
}
.contact-form-right {
    padding-left: 65px;
    padding-top: 0;
}
.whatsapp-container img {
    height: 40px !important;
    width: 40px !important;
    margin-right: 0 !important;
}
.form-section-main .gform_wrapper .gfield input.large, .form-section-main .gform_wrapper .gfield select.large {
    height: 50px;
    padding: 10px;
    font-size: 16px;
}
.form-section-main .gform_wrapper .gfield textarea {
    padding: 19px 10px;
    font-size: 16px;
    min-height: 200px !important;
    max-height: 200px !important;
}
.form-section-main .gform_wrapper .gform_fields {
    grid-row-gap: 15px;
}
.form-section-main .gform_footer {
    margin: 0px 0 0 !important;
}
.form-section-main::before {
    height: calc(100% - 235px);
}
.form-section-main .gform_footer input {
    padding: 15px 100px !important;
    margin-top: 32px !important;
}
.form-section-main::before {
    top: 96px;
}
.experts-left {
    padding: 30px;
}
.experts-left h2 {
    font-size: 42px;
    line-height: 101%;
    padding-top: 20px;
}
.experts-left .cta-link a {
    padding: 13px 24px;
}
.expert-box {
    padding: 45px 30px;
    margin-bottom: 23px;
}
.expert-box h3 {
    font-size: 42px;
    line-height: 100%;
    padding-bottom: 11px;
}
.experts-left .cta-link a {
    padding: 13px 24px;
}
.expert-content {
    padding-bottom: 30px;
}
.experts-right a.expert-cta {
    padding: 13px 28px;
}
.location-top h2 {
    padding-bottom: 0;
}
.location-info-main h3 {
    font-size: 35px;
    min-height: 85px;
    max-height: 85px;
}
.location-info-main .location-link, .location-info-main .location-number, .location-info-main .location-time {
    margin-bottom: 21px;
    padding-bottom: 17px;
    padding-left: 59px;
}
.site-header-lp a.btn {
    padding: 15px 20px;
}
.page-template-email-marketing .form-section-main #gform_4 .gform_footer input {
    font-size: 16px !important;
    height: 50px !important;
}
}
@media screen and (max-width:1399px){
.image-left-right.style-one:has(.left-image) .col-5.left-data {
    padding-left: 0;
    padding-right: 30px !important;
}
.image-left-right.style-two:has(.right-image) .col-7.right-data {
    padding-right: 30px;
}
.image-left-right.style-two:has(.right-image) .col-5.left-data {
    padding-right: 0px;
}

}
@media screen and (max-width:1349px){
    .history-inner { max-width: 1000px; }
    .history-gallery { display: flex; flex-wrap: wrap; justify-content: space-between; }
    .history-gallery .gallery-h:nth-child(1){ width: 100%; max-width: 100%; }
    .history-gallery .gallery-h:nth-child(2){ position: static; width: 48%; max-width: 100%; margin-top: 30px; }
    .history-gallery .gallery-h:nth-child(3){ position: static; width: 48%; max-width: 100%; margin-top: 30px; }
    
    .blog-post-container .row &gt; div{margin-bottom: 70px;}
    .blog-post-container .row &gt; div .blog-content{    padding: 15px 20px 0;}
    .blog-post-container.blog-list .row &gt; div:first-child .blog-content{    padding: 15px 0 0 20px;}

    .bottom-content-area .gallery-item, .page-id-1629 #gallery-1 .gallery-item{
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
    .page-id-1629 #gallery-1,
    .page-id-1629 #gallery-2{ margin-bottom: 20px; }
    .full-height-banner h1 {
    font-size: 70px;
    line-height: 90%;
}
.history-image::before {
    width: 250px;
    height: 200px;
    right: -41px;
    top: 51px;
}
.thank-banner .sub-title p {
    font-size: 25px;
}
.explore-product-main h3 {
    font-size: 55px;
}
.explore-product-main .row &gt; div {
    padding: 0 10px;
}
.explore-product-main .exp-product h4 {
    font-size: 40px !important;
}
.common-banner .sub-title p , .full-width-background-main h6{
    font-size: 25px;
}
.common-banner h1{
            font-size: 62px;
        line-height: 100%;
}
.acf-title-content-block {
    padding-top: 100px;
}
}

@media screen and (max-width: 1299px){
    .banner-slider-section .slide-title{ font-size: 44px; }
    .banner-slider-section .slider-logo, .slider-last-colum{ width: 240px; }
    .banner-slider-section .slider-logo:before{ right: 10px; }
    .simple-slider button.slick-next.slick-arrow{ right: 25px; }
    .banner-slider-section .slider-counter{ right: 96px; }
    .simple-slider button.slick-prev.slick-arrow{ right: 142px; }
    .banner-slider-section .simple-slider:after{ right: 125px; }
    .common-banner {
    margin-top: 47px;
}
}
@media (max-width: 1239px){
.linea-studio-closet-full-bg {
    padding-bottom: 0;
}
}
@media (max-width: 1199px){
    .container-fluid {
        padding: 0 5px;
    }    
    .full-width-background-video video {
        width: 100%;
        min-height: 550px;
        object-fit: cover;
        pointer-events: none;
    }
    .click-links-outer ul li a {
        font-size: 50px;
        line-height: calc(50/62);
    }
    .click-links-outer ul {
        padding: 0px 20px;
    }
    .post-outer-sec-first {
        margin: 20px 0px;
    }
    .row.post-layout .post-text p{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .post-layout-content-main .red-line {
        top: 10px;
    }
    .post-layout-content-main {
        padding: 70px 0px;
    }

    /* Contact */
    .location-info-main h3{ font-size: 24px; }

    /* NEWS */
    .explore-product-main .exp-product h4{ bottom: 20px; font-size: 16px; }
    .blog-container article{ padding: 30px 0; }
    .blog-container article .row{ padding: 30px 0; }
    .blog-container .entry-title { font-size: 26px; }
    .blog-container article .row &gt; div.blog-content p{ line-height: 1.4; }
    
    .fs-row h4{bottom: 15px;}
    .filter-section span{font-size: 18px;}
    .filter-section select{    padding: 10px 20px;    height: 40px;max-width: 240px;font-size: 16px;}
    .blog-search form{max-width: 240px;}
    .blog-search .submit{width: 50px;height: 40px;}
    .blog-search .input{ height: 40px;padding: 10px 60px 10px 20px;}
    .blog-post-container h3, .blog-inner-detail .h3,.featured-blog-section h3{font-size: 20px;}
    .blog-post-container p{margin: 0;line-height: 1.5; font-size: 17px; }
    .blog-post-container .row &gt; div{padding-bottom: 60px;}
    .blog-post-container.blog-list .row &gt; div:first-child .featured-image, .blog-post-container.blog-list .row &gt; div:first-child .featured-image img, .blog-post-container.blog-list .row &gt; div:nth-child(2) .featured-image, .blog-post-container.blog-list .row &gt; div:nth-child(2) .featured-image img{height: 350px;}
    .blog-post-container.blog-list .row &gt; div .featured-image img{ height: 250px; }

    .related-blog .post-thumbnail img{ height: 250px; object-fit: cover; object-position: center; }
.history-content {
    padding-left: 70px;
}
.history-image::before {
    width: 200px;
    height: 150px;
}
.designs-image-right::before {
    width: 200px;
    height: 150px;
}
.designs-image-left::before {
    width: 200px;
    height: 150px;
}
.designs-content-right {
    padding-left: 70px;
}
.designs-image-left {
    margin-top: -65px;
}
.full-width-background-main.no-image {
    padding: 100px 0 0 !important;
}
.team-list {
    gap: 18px;
    justify-content: center;
}
a.team-card-link {
    width: calc(25% - 14px);
}
.team-content p {
    font-size: 15px;
    line-height: 22px;
}
.team-card .overlay {
    padding: 41px 15px;
}
.explore-product-main h3 {
    font-size: 45px;
    padding-bottom: 5px;
}
.common-banner {
    min-height: 500px;
    padding: 80px 0px;
}
.common-banner h1 {
    font-size: 55px;
    line-height: 100%;
}
.location-block span {
    font-size: 20px;
}
.location-info-main h3 {
    min-height: 65px;
    max-height: 65px;
}
.contact-form-right {
    padding-left: 40px;
}
.form-section-main {
    padding: 100px 0px;
}
.whatsapp-container {
    top: 60px;
}
.whatsapp-container img {
    height: 35px !important;
    width: 35px !important;
}
.form-section-main::before {
    height: calc(100% - 145px);
    top: 55px;
}
.acf-connect-experts-block {
    padding: 100px 0px;
}
.experts-left h2 {
    font-size: 34px;
}
.expert-box h3 {
    font-size: 34px;
    padding-bottom: 5px;
}
.experts-left .cta-link a {
    padding: 13px 10px;
    font-size: 16px;
}
.experts-right a.expert-cta {
    padding: 13px 22px;
      font-size: 16px;
}
.expert-content {
    padding-bottom: 20px;
}
.experts-left .cta-link {
    margin-top: 199px;
}
.location-block {
    padding: 0 20px;
}
.location-info-main .location-link::before, .location-info-main .location-number::before, .location-info-main .location-time::before {
    width: 40px;
    height: 40px;
    background-size: 20px;
}
.location-info-main .location-link, .location-info-main .location-number, .location-info-main .location-time {
    margin-bottom: 17px;
    padding-bottom: 13px;
    padding-left: 55px;
}
.location-info-main a {
    font-size: 15px;
}
.location-time strong {
    font-size: 15px;
}
.location-time p {
    font-size: 15px;
}
}
@media (max-width: 1133px){
.common-banner {
    margin-top: 79px;
}
}
@media (max-width: 1024px){
    .col-location { width: 100%; max-width: 500px; margin: 0 auto; }

    .location-info-main h3 { min-height: auto; max-height: auto; }
    .location-info-main h3 br { display: none; }

    .location-block { padding: 0; border-right: none; border-bottom: 1px solid rgb(17 17 17 / 20%); margin-bottom: 30px; }
    
    .common-banner .inner-banner-content .banner-logos{ padding: 0; }
    .common-banner .inner-banner-content .banner-logos .b-logo { padding: 15px 10px 0; }
    .common-banner .inner-banner-content .banner-logos .b-logo img{ width: 90px; }
}
@media (max-width: 991px){
    .row.post-layout {
        display: block;
    }
    .post-inner-sec img {
        width: 100%;
    }
    .row.post-layout .col-6 {
        width: 100%;
    }
    .only-for-mobile{
        display: block;
    }
    .only-for-desktop{
        display: none;
    }
    .post-outer-sec-second .post-inner-sec:first-child {
        margin-bottom: 20px;
    }
    .post-layout-content-main {
        padding: 50px 0px;
    }

    .row.categories-list .col-sm-4 {width: calc(100%/2);}
    .row.categories-list .col-sm-4 .categories-list-box {height: 200px;}
    a.btn-black {padding: 11px 45px 13px;}

    /* NEWS */
    .explore-product-main { padding: 40px 0; }
    .explore-product-main .row { margin: 0 -10px; }
    .explore-product-main .row &gt; div{ width: 50%; flex: 0 0 50%; padding: 10px; }
    .explore-product-main.layout-style-1 .row &gt; div{ width: 25%; flex: 0 0 25%; padding: 0px 5px;}
    .explore-product-main .exp-product h4 {
    font-size: 35px !important;
    }


    .acf-map{ height: 350px; }
    
    .filter-section span{font-size: 16px; margin-right: 15px; }
    .blog-post-container .row &gt; div,.blog-post-container.blog-list .row &gt; div:first-child{width: 50%;flex: 0 0 50%;}
    .blog-post-container.blog-list .row &gt; div:first-child .featured-image, .blog-post-container.blog-list .row &gt; div:first-child .featured-image img, .blog-post-container.blog-list .row &gt; div:nth-child(2) .featured-image, .blog-post-container.blog-list .row &gt; div:nth-child(2) .featured-image img{height: 320px;}

    .filter-section select, .filter-section form{ max-width: 220px; }


    .page-template-email-marketing .inner-location &gt; div:last-child{ border: none !important; margin: 0; padding: 0; }
    .page-banner-form-left h1 {
        font-size: 40px !important;
    }
    .full-height-banner h1 {
        font-size: 65px;
        line-height: 84%;
    }
    .history-image::before {
        width: 150px;
        height: 100px;
    }
    .designs-image-right::before {
        width: 150px;
        height: 100px;
        top: 35px;
    }
    .designs-image-left::before {
        width: 150px;
        height: 100px;
    }
    .designs-content-right {
        padding-left: 48px;
    }
    .designs-inner-one {
        padding-top: 41px;
    }
    .designs-section-one {
        padding-bottom: 178px;
    }
    .team-section {
        padding: 80px 0px 80px 0px;
    }
    .team-section h2 {
        padding-bottom: 25px;
    }
    a.team-card-link {
        width: calc(50% - 10px);
    }
    .team-list {
        gap: 20px;
    }
    .thank-banner .sub-title p {
        font-size: 22px;
    }
    .explore-product-main h3 {
        font-size: 40px;
        padding-bottom: 0;
    }
    .explore-product-main .row &gt; div {
        padding: 8px;
    }
    .thank-banner h1 {
        font-size: 50px !important;
    }

    /* CESAR */
    .banner-slider-section{ padding: 300px 0 75px; }
    .banner-slider-section .slide-item{ padding: 25px 0; column-gap: 20px; }
    .banner-slider-section .slide-title{ font-size: 36px; }
    
    .banner-slider-section .slider-logo{ width: 100%; max-width: 180px; }
    .banner-slider-section .slider-logo:before {
        right: 0;
        transform: none;
        top: 0;
        height: 100%;
    }
    .banner-slider-section .slider-logo img{ max-height: 70px; width: auto; object-fit: cover; object-position: center; }

    
    .slider-last-colum, .banner-slider-section .simple-slider:after{ display: none; }
    .simple-slider button.slick-next.slick-arrow {
        right: calc(50% - 80px);
        bottom: -60px;
        top: auto;
        transform: none;
        opacity: 0.8;
    }
    .simple-slider button.slick-prev.slick-arrow {
        left: calc(50% - 80px);
        right: auto;
        bottom: -60px;
        top: auto;
        transform: none;
        opacity: 0.8;
    }
    .banner-slider-section .slider-counter {
        left: 50%;
        bottom: -57px;
        top: auto;
        transform: translateX(-50%);
        background: none;
        right: auto;
        opacity: 0.7;
    }
    .common-banner .sub-title p , .full-width-background-main h6{
    font-size: 22px;
}
.common-banner h1{
        font-size: 50px;
        line-height: 90%;
}
.acf-title-content-block {
    padding-top: 80px;
}
.common-banner h1 {
    font-size: 40px;
    line-height: 90%;
}
.form-section-main .gform_wrapper .gfield input.large, .form-section-main .gform_wrapper .gfield select.large {
    height: 40px;
    padding: 10px;
    font-size: 15px;
}
.form-section-main .gform_wrapper .gfield textarea {
    font-size: 16px;
    min-height: 170px !important;
    max-height: 170px !important;
}
.experts-left {
    padding: 15px;
}
.expert-box {
    padding: 45px 15px;
    margin-bottom: 15px;
}
.experts-left h2 {
    font-size: 30px;
}
.expert-box h3 {
    font-size: 30px;
}
.experts-right {
    padding-left: 20px;
}
.experts-right a.expert-cta {
    font-size: 15px;
}
.experts-left .cta-link a {
    padding: 13px 6px;
    font-size: 15px;
}
.map-container iframe {
    height: 570px;
}
.image-left-right.style-one:not(:has(.right-image)) .img-block::before {
    left: auto;
    right: 56px;
}
.image-left-right.style-two:has(.right-image) .img-block::before {
    right: auto;
    left: 56px;
}
.history-image {
    width: 40%;
}
.history-content {
    width: 60%;
}
.search-no-results .page-content, .error-404 .page-content {
    padding: 50px 15px;
}
.site-header-lp a.btn {
    padding: 12px 20px;
    font-size: 14px !important;
}
.page-template-email-marketing .form-section-main #gform_4 .gform_footer input {
    font-size: 15px !important;
    height: 40px !important;
    padding: 10px !important;
}
.footer-lp .footer-location{justify-content: center;}
.site-footer.footer-lp .footer-left {
    flex: 0 0 100% !important;
}
.site-footer.footer-lp .footer-right {
    flex: 0 0 100% !important;
}

    .team-list .team-item{ width: calc(50% - 20.25px); }
    .team-modal-content{ width: 100%; max-width: 90%; }

    .blog-inner-detail .inner-detail-text h2{ font-size: 36px; line-height: 1; }
    .blog-inner-detail .inner-detail-text h3{ font-size: 26px; line-height: 1; }
}
@media (max-width: 840px){
.page-banner-form-right {
    max-width: 390px;
    width: 100%;
}
.page-banner-form-right div#gform_fields_5 {
    --gf-form-gap-y: 10px;
}
.page-banner-form-right .gform_footer {
    margin: 10px !important;
}

}
@media (max-width: 767px){
    .click-links-outer ul li a {
        font-size: 40px;
        line-height: calc(40/52);
        letter-spacing: 4.2px;
    }
    .click-links-outer ul li{
        text-align: center !important;
    }
    .full-width-background-video video {
        min-height: 300px;
    }
    .post-layout-content-main {
        padding: 40px 0px;
    }

    .row.categories-list .col-sm-4 .categories-list-box {height: 150px;}
    .row.categories-list .col-sm-4 {padding: 5px;}
    .row.categories-list .col-sm-4 .categories-list-box h3 {font-size: 18px;}

    /* ABOUT */
    .history-inner{ padding: 30px 15px; }
    .history-gallery .gallery-h:nth-child(2),.history-gallery .gallery-h:nth-child(3){ margin-top: 4%; }

    .page-banner{ min-height: 400px; padding: 125px 0 30px; }
    .page-banner h1{ font-size: 36px; }

    .location-info-main .container{ display: block; }
    .location-info-main h3{ font-size: 22px; margin: 0 0 15px; }
    .location-info-main a, .location-info-main .location-time{ font-size: 15px; }
    .location-info-main .location-link, .location-info-main .location-number, .location-info-main .location-time{ background-size: 15px; padding-left: 25px; }

    
    .form-section-main .gform_wrapper.gravity-theme .gfield textarea{ height: 150px !important; }

    /* NEWS */
    .blog-container article { padding: 40px 0 0; }
    .blog-container article .row{ display: block; padding: 0; background: none; border: 1px solid #cdcdcd; }
    .blog-container article .row &gt; div{ width: 100% !important; }
    .blog-container article .row:before{ display: none !important; }
    .blog-container article .row &gt; div.blog-content{ background: none; padding: 20px; }
    .explore-product-main .exp-product h4{ font-size: 13px; }
    .explore-product-main h3{ font-size: 26px; line-height: 1.3; }

    .blog-container .entry-title{ font-size: 22px; }
    .blog-container article .row &gt; div.blog-content p{ font-size: 15px; }

    
    .featured-blog-section{ padding: 0 0 35px; }
    .filter-section{padding: 15px 20px;} 
    .filter-section span{margin-right:0;margin-bottom: 10px;}
    .filter-section select{width: 100%;max-width: 100%;opacity: 1;}

    .filter-section .blog-search { margin-top: 25px; }
    .filter-section .blog-search form{width: 100%;max-width: 100%;opacity: 1;}
    .filter-section {flex-wrap: wrap;}
    .filter-section &gt; div{flex-wrap: wrap;width: 100%;max-width: 100%;}
    .filter-section  .category-filter{margin-bottom: 10px;}
    .blog-post-container.blog-list .row &gt; div:first-child .featured-image, .blog-post-container.blog-list .row &gt; div:first-child .featured-image img, .blog-post-container.blog-list .row &gt; div:nth-child(2) .featured-image, .blog-post-container.blog-list .row &gt; div:nth-child(2) .featured-image img{height: auto;}
    .blog-post-container .row &gt; div{margin-bottom: 50px;padding-bottom: 0;}
    .blog-post-container .row &gt; div, .blog-post-container.blog-list .row &gt; div:first-child,.fs-row &gt; div{width: 100%;flex: 0 0 100%;}
    .fs-row &gt; div{margin-bottom: 10px;}
    .blog-post-container h3, .blog-inner-detail .h3{min-height:inherit;margin-bottom: 15px;}
    .blog-post-container .row &gt; div .btn{margin: 20px auto 0;position: relative;}
    .blog-post-container .row div.pagination{margin-bottom: 0;}
    .blog-banner.page-banner{height: calc(60vh - 20px);}
    .blog-inner-detail{margin-top: 50px;}

    .blog-post-container.blog-list .row &gt; div:first-child .blog-content{ padding: 15px 20px 0; }

    .page-id-1340 .images-sliders .slick-slide img{ height: 200px; }


    .page-template-email-marketing #gform_4{ display: block; }
    .page-template-email-marketing .form-section-main{ padding: 60px 20px; min-height: 450px; }
    .page-template-email-marketing .form-section-main .gform_wrapper .gfield input.large{ width: 100%; }
    .page-template-email-marketing #gform_4 .gform_footer{ margin: 10px 0 0 !important; }
    .page-banner-form-content {
        display: block;
    }
    .page-banner-form {
        padding: 60px 0px !important;
    }
    .page-banner-form-left {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .page-banner-form-right {
        max-width: 60%;
        width: 100%;
        margin: 20px auto;
    }
    .page-banner-form-right .gfield_html {
        padding-bottom: 20px;
    }
    .page-banner-form .gfield textarea {
        min-height: 8rem !important;
    }
.history-section {
    padding: 20px 0px 50px 0px;
}

.history-image::before{display: none;}
.designs-image-right::before{display: none;}
.designs-image-left::before{display: none;}
.full-height-banner h1 {
    font-size: 50px;
    line-height: 70%;
}
.history-image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.history-content {
    padding-left: 0px;
    width: 100%;
    padding-top: 30px;
    text-align: center;
}
.history-section::before{display: none;}
.designs-content-left {
    width: 100%;
    order: 2;
    padding-top: 30px;
    text-align: center;
}
.designs-inner-one {
    padding-top: 0px;
}
.full-width-background-main.no-image {
    padding: 50px 0px 0px 0px;
}
.designs-section-one {
    padding-bottom: 50px;
}
.designs-image-left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.designs-content-right {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    width: 100%;
    text-align: center;
}
.full-width-background-main.no-image {
    padding: 50px 0 0 !important;
}
.team-section {
    padding: 50px 0px;
}
.designs-section-two::before{display: none;}
.designs-section-one::before{display: none;}
.designs-image-right {
    width: 100%;
    padding-left: 0;
    max-width: 500px;
    margin: 0 auto;
}
.designs-content-left h2 {
    padding-bottom: 0;
}
.no-image .full-width-bg-color {
    padding: 35px 18px;
}
.full-width-background-main.no-image h2 {
    margin: 0 auto 20px;
}
.full-width-cta-btn a.btn {
    padding: 14px 15px;
}
.history-text p:last-child {
  margin-bottom: 0;
}
.designs-section-one p:last-child{margin: 0;}
.designs-section-two p:last-child{margin: 0;}
.inner-banner-content {
    padding: 15px 15px;
}
.thank-banner .inner-banner-content {
    padding: 35px 15px;
}
.thank-banner h1 {
    font-size: 40px !important;
    line-height: 94% !important;
}
.thank-banner .sub-title p {
    font-size: 18px;
}
.explore-product-main p {
    font-size: 18px;
    line-height: 166%;
}
.our-products-main.thank-product-sec {
    margin-top: 40px;
}
.full-height-banner.thank-banner {
    padding: 258px 0px 2px 0px;
}

    /* CESAR */
    .banner-slider-section .slide-item{ display: block; }
    .banner-slider-section .slider-logo{ margin: 0 auto 25px; }
    .banner-slider-section .slider-logo:before{ display: none; }
    .banner-slider-section .slide-title{ font-size: 28px; }
    .banner-slider-section .slider-logo img {
        height: 40px;
        width: auto;
        object-fit: contain;
        object-position: center;
    }
.explore-product-main.layout-style-1 .row &gt; div{ width: 50%; flex: 0 0 50%; padding: 5px;}
.news-product-sec {
    padding-bottom: 50px !important;
}
.common-banner {
    min-height: 370px;
    padding: 50px 0px;
}
 .thank-banner {
    padding: 50px 0px !important;
}
.common-banner .sub-title p , .full-width-background-main h6{
    font-size: 18px;
    margin-top: 12px;
}
.common-banner h1{
        font-size: 40px;
        line-height: 94%;
}
.acf-title-content-block {
    padding-top: 50px;
}
.designs-section-two {
    margin-bottom: 50px;
}
.form-section-main {
    padding: 50px 0px 30px 0px;
}
.form-section-main::before{display: none;}
.contact-form-right {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
}
.contact-form-left {
    width: 100%;
}
.whatsapp-container {
    top: 52px;
}
.form-content {
    width: 100%;
    max-width: 100%;
}
.form-section-main .gform_wrapper .gform_fields {
    grid-row-gap: 10px;
}
.acf-connect-experts-block {
    padding: 50px 0px;
}
.experts-left {
    padding: 15px 15px 25px 15px;
    width: 100%;
}
.experts-right {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
}
.experts-left .cta-link {
    margin-top: 50px;
}
.experts-left .cta-link a {
    padding: 13px 7px;
    font-size: 14px;
}
.experts-right a.expert-cta {
    font-size: 13px;
    padding: 13px 14px;
}
.location-top {
    margin-bottom: 50px;
}
.location-info-main .location-link, .location-info-main .location-number, .location-info-main .location-time {
    padding-left: 58px;
}
.location-time strong {
    width: 100%;
    max-width: 100%;
}
.location-info-main h3 {
    margin: 0 0 25px;
}
.location-info-main {
    padding: 10px 0px 20px 0px;
}
.map-container iframe {
    height: 400px;
}
.image-left-right.style-one:has(.left-image) .col-5.left-data {
    padding-right: 0 !important;
}
.page-template-email-marketing .form-section-main #gform_4 .gform_footer input {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
.site-footer.footer-lp {
    padding: 50px 0px;
}
.site-footer.footer-lp .footer-copyright{margin-bottom: 0;}
p {
    margin: 0 0 15px;
}

    .blog-inner-detail .inner-detail-text h2{ font-size: 28px; line-height: 1.3; }
    .blog-inner-detail .inner-detail-text h3{ font-size: 23px; line-height: 1.3; }
    .wp-block-image .alignright, .wp-block-image .alignleft{ float: none; margin: 0 0 30px; }

}
@media (max-width: 639px){
    .page-template-email-marketing .site-header .container{ flex-direction: column; justify-content: center; }
    .page-template-email-marketing .header-right-center{ margin-top: 10px; }
    .lp-header-contact a {
        background: #D90000;
        margin: 0 2px;
        padding: 6px 12px;
        font-size: 14px;
    }
    .page-template-email-marketing .linea-form-main{ overflow: hidden; }
    .page-banner-form-right {
        max-width: 70%;
        padding: 30px 10px;
    }
    .page-banner-form-left h1 {
        font-size: 35px !important;
    }
.full-height-banner h1 {
    font-size: 40px;
    line-height: 94%;
}
a.team-card-link {
    width: 100%;
}
.team-section h2 {
    padding-bottom: 0px;
}
.explore-product-main .row &gt; div {
    width: 50%;
    flex: 100%;
    padding: 8px;
}
.explore-product-main .exp-product h4 {
    font-size: 30px !important;
}
.common-banner h1 {
    font-size: 35px;
    line-height: 94%;
}
.site-header.site-header-lp .site-branding {
    max-width: 120px;
    flex: 0 0 80px;
}
.page-template-email-marketing .form-section-main {
    padding: 184px 0px 50px 0px;
}
}
@media (max-width: 580px){
    .page-banner-form-right {
        max-width: 100%;
        width: 100%;
    }
    .page-banner-form {
        padding: 30px 0px !important;
    }
    .explore-product-main.layout-style-1 .row &gt; div{ width: 100%; flex: 0 0 100%; padding: 5px;}


    .team-list .team-item{ width: 100%; }
    .team-modal h2{ font-size: 24px; margin-bottom: 0; }
    .popup-content p{ font-size: 14px; line-height: 1.3; }
    .team-modal-content .popup-content &gt; strong{ margin-bottom: 10px; }
}
@media (max-width: 450px){
    .row.categories-list .col-sm-4 {width: 100%; padding: 5px 10px; }
    .filter-section{flex-wrap: wrap;}
    .filter-section &gt; div{width: 100%;max-width: 100%;}
    .blog-post-container h3, .blog-inner-detail .h3, .featured-blog-section h3{font-size: 18px;}
    .blog-post-container .row &gt; div .blog-content{    padding: 15px 10px 0 !important;}

    .blog-post-container.blog-list .row &gt; div .featured-image img{ height: 200px; }

    .bottom-content-area .gallery-item img{ min-height: 125px; }
    .page-banner-form-left h1 {
        font-size: 28px !important;
    }
    .common-banner h1 {
    font-size: 25px;
    line-height: 109%;
}
.about-banner h1 {
    font-size: 35px;
}
}
</pre></body></html>