body {
    font-family: 'Inter', sans-serif;
}

p {
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.banner_sec {
    margin-bottom: 0;

    overflow: hidden;
}

.thumblist-wrp {
    position: fixed !important;
    z-index: 1000 !important;
    bottom: -10px;
    width: 100%;
    transition: padding .5s cubic-bezier(.085, .685, .265, .985) .2s;
    padding: 15px 300px 20px;
    display: none;
}

.thumblist .item {
    padding: 0px;
}

.thumblist.owl-carousel .owl-stage-outer {
    text-align: center
}

.banner_sec .container {
    padding: 0;
    width: 100%
}

.thumblist .item {
    text-align: center
}

.thumblist .item img {
    display: inline-block;
    width: calc(90% - 8px) !important;
    box-sizing: border-box;
    height: auto;
    border: 4px solid #fff
}

.banner_sec.sticky {
    position: relative
}

.banner_sec.sticky .thumblist-wrp {
    position: absolute !important;
    padding-bottom: 40px
}

#home_slider .owl-nav {
    width: 100%;
}

#home_slider .owl-nav div {
    width: 50px;
    color: #343434;
    font-size: 0;
    text-align: center;
    height: 80px;
    background: url(../images/slider-arrow.png)no-repeat #fff;
    border-radius: 0;
    line-height: 72px;
    margin-top: -40px;
    position: absolute !important;
    top: 50%;
}

#home_slider .owl-nav div:before {
    font-size: 10px;
    font-family: 'FontAwesome';
}

#home_slider .owl-nav div.owl-next {
    float: right;
}

/*-----#home_slider .owl-nav div:hover {background:#343434;border: none;color:#fff;}--*/
#home_slider .owl-dots {
    display: flex;
    bottom: 40px;
    justify-content: center;
    position: relative;
    gap: 15px;
}

/* #home_slider .owl-dots .owl-dot{ display:block !important} */
#home_slider .owl-dot span {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100px;
    transition: 1s;
    border: 4px solid transparent;
}

#home_slider .owl-dot.active span {
    background: #fff;
    width: 6px;
    height: 6px;
    border: 4px solid #fff;
    outline: 1px solid white;
    outline-offset: 10px;
}

/* #home_slider .owl-nav div.owl-prev {left: -25px; background-position: 0 0;}
#home_slider .owl-nav div.owl-next {right: -25px;background-position: -50px 0;} */

/* #home_slider .owl-nav div.owl-prev:hover {background-position: -100px 0;background-color: #343434;}
#home_slider .owl-nav div.owl-next:hover {background-color: #343434;background-position: -150px 0;} */
.foo_Last {
    padding: 40px 0 60px;
    text-align: center;
}

.foo_Last a {
    color: #777777
}

.foo_Last p {
    font-size: 15px;
    color: #494949;
}

.pro_img {
    width: 100%;
    overflow: hidden;
    height: 233px;
}

.pro_img:hover {
    animation: swing .8s ease;
}

.pro_img img {
    width: 100%;
    transition: all .5s;
}

.pro_img img:hover {
    transform: scale(1.2);
    filter: grayscale(1);
}

.pro_content {
    padding: 10px 0 60px;
}

.pro_content span {
    font-size: 16px;
    display: block;
    color: #6d6c6c;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin: 0;
    letter-spacing: 1px;
}

.pro_content h3 {
    font-size: 20px;
    color: #2d2e40;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin: 0;
    letter-spacing: 1px;
}

.pro_content h3 a {
    color: #2d2e40;
}




.project_sec .view_more {
    text-align: center;
    margin-top: 10px;
}

.project_sec .view_more a {
    font-size: 14px;
    color: #2d2e40;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    margin: 0;
    padding: 14px 34px;
    border: 1px solid #2d2e40;
    text-align: center;
    display: inline-block;
}

.project_sec .view_more a span {
    margin-right: 10px;
}

.project_sec {
    padding-bottom: 74px;
    border-bottom: 1px solid #dcdbdb;
    margin-bottom: 10px
}

/* .page-template-project-template .foo_Last{ background-size:auto 100%;     background-position: 98% 15px;} */





.detailslider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    margin: 0;
    padding: 0;
    border-radius: 100px;
    background: rgba(255, 255, 255, .8);

}

.detailslider.owl-theme .owl-nav .owl-prev {
    left: -50px;
    transition: left .8s cubic-bezier(.085, .685, .265, .985) .2s;
}

.detailslider.owl-theme .owl-nav .owl-next {
    right: -50px;
    transition: right .8s cubic-bezier(.085, .685, .265, .985) .2s;
}

.detailslider:hover .owl-nav .owl-prev {
    left: 25px
}

.detailslider:hover .owl-nav .owl-next {
    right: 25px
}

.contact-col {
    width: 100%;
    padding: 80px 0 40px;
    font-family: 'Inter', sans-serif;
    background: #FFFF url(/../../wp-content/uploads/2025/11/texture-bg-tranparent-section.png) left 115% /60% no-repeat;

}

.contact-container {
    width: 85%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.contact-left {
    width: 45%;
}

.contact-left h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0px;
    font-family: 'Inter', sans-serif;
}

.contact-left p {
    font-size: 16px;
    color: #333;
    margin-bottom: 14px;
    line-height: 1.6;
}

/* RIGHT SIDE MAP */
.contact-right {
    width: 55%;
    height: 320px;
}

.contact-right iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 6px;
}

/* BOTTOM LINE */
.contact-divider {
    width: 85%;
    margin: 70px auto 0;
    height: 1px;
    background: #cfcfcf;
}

.contact-form-sec {
    position: relative;
    overflow: hidden;
}

.contact-form-sec::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;

    background: url("/wp-content/uploads/2025/11/texture-bg-tranparent-section-right.png") right bottom / contain no-repeat;

    transform: scaleY(-1);
    /* âœ… Proper vertical flip */

    z-index: 0;
}

/* âœ… Keep your actual form content above background */
.contact-form-sec>* {
    position: relative;
    z-index: 2;
}

.contact-inner h2 {
    margin: 0 0 40px;
    /* padding: 0; */
    text-align: center;
    font-size: 36px;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
    color: #343434;
    text-transform: uppercase;

}

.contact-inner h4 {
    font-size: 20px;
    margin: 0 0 10px;
    padding: 0;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
}


.contact-inner p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 20px;
}

.contact-inner .row {
    margin-bottom: 15px;
}

.contact-inner h2:before {
    display: none
}

.contact-inner .wpcf7-form label {
    width: 100% !important;
    font-size: 15px;
    font-weight: 400;
    color: #343434;
    font-family: 'Inter', sans-serif;

}

.contact-inner .wpcf7-form label span {
    color: red;
    padding-left: 3px;
}

.contact-inner .wpcf7-form .wpcf7-form-control.wpcf7-text {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    height: 40px;
    background: #FBFBFB;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #343434;
    border-radius: 5px;
}

.contact-inner .wpcf7-form .wpcf7-form-control.wpcf7-text:focus,
.contact-inner .wpcf7-form-control.wpcf7-textarea:focus {
    outline: none;
    border-bottom: 1px solid #000 !important
}

.contact-inner .wpcf7-form .wpcf7-form-control.wpcf7-text:hover,
.contact-inner .wpcf7-form-control.wpcf7-textarea:hover {
    border: 1px solid #343434 !important
}

.contact-inner .wpcf7-form-control.wpcf7-textarea {
    height: 100px;
    width: 100%;
    padding: 10px;
    background: #FBFBFB;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #343434;
    border-radius: 5px;
}

.contact-inner .wpcf7-form label.form-col {
    width: 50% !important;
}

.contact-inner .wpcf7-form .wpcf7-form-control.wpcf7-text.form-col {
    width: 100%;
    margin-bottom: 0;
}

.contact-inner .wpcf7-form-control.wpcf7-submit {
    /* width:100%; */
    font-size: 14px;
    color: black;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    margin: 0;
    padding: 14px 34px;
    border: 1px solid #2d2e40;
    text-align: center;
    display: block;
    background: none;
    border-radius: 5px;
    margin-top: 15px;
    text-transform: uppercase;
}

.contact-inner .wpcf7-form-control.wpcf7-submit:hover {
    background: #000;
    color: #fff;
}

.contact-inner div.wpcf7-response-output {
    padding: 10px 15px;
    border-radius: 4px;
    margin: 30px 0 !important;
    background: #fff3cd;
    border: 1px solid #ffeeba !important;
    color: #856404;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

/*------------------contact-new(13.11.19)------------------*/



.loader-container {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 1542;
    bottom: 0;
    overflow: hidden;
    left: 0;
    transition: height 1.1s cubic-bezier(.085, .685, .265, .985) .2s;
}

.loader-container.loader--isHidden {
    height: 0;
}

body {
    background-color: #fff;
    margin-top: 1000px !important;
    overflow: hidden;
    transition: margin 1.5s cubic-bezier(.085, .685, .265, .985) .2s;
}

body.isActive {
    margin-top: 0 !important;
    overflow: visible;
    margin: 0 !important;
}

.project_sec {
    padding: 0
}

.project_sec:after {
    clear: both;
    display: block;
    content: ""
}




.cover_img {
    display: block;
    text-align: center;
    height: 192px;
    overflow: hidden;
    background: #e6e6e6;
}

.pd_slider_backdrop {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    padding-top: 220px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    box-shadow: 10px 5px 20px rgba(0, 0, 0, 0.13);
}

.cat_content {
    float: left;
    width: 36%;
    height: calc(100vh - 72px);
    padding: 0 30px;
    border-left: 1px solid #f1f1f1;
    position: relative;
}

.cat_content h2 {
    font-family: 'Inter', sans-serif;
    margin: 0 0 15px;
    font-size: 25px;
    letter-spacing: 1px;
}

.cat_content h2:before {
    display: none;
}

.cat_content .vector_pat {
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: -60px;
}

.cat_content .vector_pat.two {
    z-index: 0;
    top: -264px;
    right: -312px;
    transform: rotate(-54deg);
    width: 55%;
}


.sk-cube-grid {
    width: 100px;
    height: 100px;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -50px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background: url(../images/loader.png) no-repeat top;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    background-position: 0 0;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    background-position: -33px 0;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    background-position: -66px 0;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    background-position: 0 -33px;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    background-position: -33px -33px;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    background-position: -66px -33px;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    background-position: 0 -66px;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    background-position: -33px -66px;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    background-position: -66px -66px;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*---------------------------------Project_details------------------------*/
.project_detail_wrap {
    background: #f7f7f7;
    padding: 100px 15px 00px 15px;
    height: 100vh;
    overflow: hidden;
}

.pd_left h5 {

    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    color: #9a9a9f;
    letter-spacing: 1px;

}

.pd_details {
    padding: 30px 0;
}

.pd_left .pd_details h2 {
    font-family: 'Inter', sans-serif;
    color: #2d2e40;
    letter-spacing: 1px;
    font-size: 35px;
    font-weight: bold;
    position: relative;
    margin-top: 0;
    padding-bottom: 10px;
}

.pd_left .pd_details h2::after {

    content: "";
    position: absolute;
    background: #d2d2d2;
    width: 360px;
    height: 2px;
    bottom: 0;
    left: 0;

}

.pd_left .pd_details ul {

    list-style: none;
    padding: 0;
    margin-top: 30px;

}

.pd_left .pd_details ul li {
    display: block;
    font-family: 'Inter', sans-serif;
    color: #484a62;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 5px;
}

.pd_vector {
    height: 250px;
    text-align: right;
    margin-right: 35px;

    max-width: 290px;
    float: right;
}

.testimonial_sec {
    text-align: right;
    min-height: 85px;
}

.testimonial_sec h2 {

    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 800;
    margin: 0;
    padding-bottom: 10px;
    color: #343434;
}

.testimonial_sec p {
    font-size: 12px;
    color: #343434;
    letter-spacing: 1px;
}

.testi_name {
    font-weight: 600;
}

.pd_slider_sec {
    padding: 15px;
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 100px;
}

.pd_slider_backdrop h4 {

    font-family: 'Inter', sans-serif;
    color: #2d2e40;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;

    margin: 0;

}

.pd_slider_backdrop p {


    color: #6d6c6c;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0;

}

.main-cat_slider .owl-nav {
    text-align: right;
    float: left;
    position: absolute;
    left: calc(50% - 120px);
    z-index: 100000;
    bottom: -40px;
}

.main-cat_slider .owl-nav div {
    background: url(../images/arrow-sprite.png)no-repeat;
    width: 20px;
    height: 20px;
    float: left
}

.main-cat_slider .owl-nav .owl-prev {

    font-size: 0;
    display: inline-block;
    background-position: 0 0;

}

.main-cat_slider .owl-nav .owl-next {

    font-size: 0;
    background-position: -22px 0px;
    display: inline-block;
    margin-left: 30px;
}


.detailslider.owl-carousel .owl-item {}

.detailslider.owl-carousel .owl-item img {
    display: inline-block;
    max-height: 195px;
    height: auto !important;
    width: auto !important;
    max-width: auto !important;
}

.item.magnify {
    text-align: center;
}

#home_slider.owl-carousel .owl-item img {
    width: 100%;
    height: 710px;
    display: inline-block;
    object-fit: cover
}

.home-section-2,
.foo_Last {
    background: #fff url(/../../wp-content/uploads/2025/11/texture-bg-tranparent-section.png) no-repeat;
}

.section h1,
.section h2,
.section h3 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343434;
    letter-spacing: 0;
}

.section h3 {
    font-size: 30px;
}

.border-left {
    border-left: 1px solid black;
}

.section p {
    color: #494949;
    font-size: 16px;
    /* padding: 0px 50px; */
    line-height: 26px;
}

.home-section-2 p {
    color: #494949;
    font-size: 20px;
    /* padding: 0px 50px; */
    line-height: 26px;
}

.sec2-para {
    border-right: 1px solid black;
    padding: 50px 0px;
}

.img-sec-3 {
    width: 100%;
    height: 500px;
    background: #d9d9d9;
    border-radius: 10px;
    margin: 15px 0px;
    overflow: hidden;
}

.img-sec-3 a {
    display: block;
    height: 100%;
    width: 100%;
}

.img-sec-3 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.home-section-3 {
    background: #fff url(/../../wp-content/uploads/2025/11/texture-bg-tranparent-section-right.png) no-repeat;
    background-position: right top;
    background-size: contain;
}

.home-section-4 {
    background: #F4F4F4 url(/../../wp-content/uploads/2025/11/texture-bg-tranparent-sleeping.png) no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.new-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 12px 26px;
    line-height: unset;
}

.s3-div {
    width: 100%;
    height: 528px;
    border-radius: 10px;
}

.s3-div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.project-hero {
    height: 75vh;
    /* full screen look */
    display: flex;
    align-items: flex-end;
    /* title bottom-left like screenshot */
    padding: 40px 60px;
    position: relative;
}

.project-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    /* dark overlay like screenshot */
}

.project-title {
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.project-testimonial {
    background: #FFFF url(/../../wp-content/uploads/2025/11/texture-bg-tranparent-section.png) left 115% /60% no-repeat;
    padding: 80px 0;
}

.container-testimonial {
    width: 92%;
    max-width: 1240px;
    margin: auto;
    margin-right: 0;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 60px;

}

.project-info-box {
    background: #F4F4F4;
    border-radius: 10px;
    padding: 25px 40px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 4%);
}

.project-info-box .info-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.project-info-box .info-row:last-child {
    border-bottom: none;
}

.project-info-box img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    opacity: 0.75;
}

.project-info-box .label {
    display: block;
    font-size: 14px;
    color: #6E6E6E;
    margin-bottom: 3px;
    font-family: 'Inter', sans-serif;
    text-align: left;
    font-weight: 400;
    padding: 0px;
}

.project-info-box .value {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #343434;
    font-family: 'Inter', sans-serif;
}

.testimonial-content {
    background: #F4F4F4;
    padding: 25px 40px;
    border-radius: 10px;
    align-content: center;

}

.testimonial-content h2 {
    font-size: 22px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #343434;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.testimonial-content p {
    font-size: 15px;
    line-height: 24px;
    color: #494949;

}

.testimonial-content img {
    position: absolute;
    bottom: 10px;
    transform: scale(1.30);
}

.author {
    margin-top: 25px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #343434;
    font-family: 'Inter', sans-serif;
}

.author-role {
    font-size: 13px;
    margin-top: 4px;
    color: #6E6E6E;
    font-family: 'Inter', sans-serif;
}


.fe-pulse {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #343434;
    cursor: pointer;
    animation: pulse 3s alternate infinite !important;
    position: absolute;
    right: 100px;
    bottom: 25px;
}

.fe-pulse.right {
    right: 36px;
}

.fe-pulse:hover {
    background: #343434 !important;
    background-position-x: 0%;
    background-position-y: 0%;
}

.fe-pulse.right .icon {

    position: absolute;
    background: url(../images/arrow-back-black-right.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: auto;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -10px;
    display: block;
    margin-left: 19px;

}

.fe-pulse .icon {

    position: absolute;
    background: url(../images/arrow-back-black.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: auto;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    margin-top: 0px;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -10px;
    display: block;
    margin-left: 17px;

}

@keyframes pulse {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(0.80);
    }

    to {
        transform: scale(1);
    }
}

.fe-pulse:hover .icon {
    width: 20px;
    height: 20px;
    background: url(../images/arrow-back-white.png) no-repeat;
}

.fe-pulse.right:hover .icon {
    width: 20px;
    height: 20px;
    background: url(../images/arrow-back-white-right.png) no-repeat;
}

.masonry-gallery {
    background: url('/../../wp-content/uploads/2025/11/texture-bg-tranparent-section-right.png') right top no-repeat;
}

.masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative;
    z-index: 2;
}

.masonry .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    min-height: 260px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
    transition: 0.35s;
}

/* Hover animation */
.masonry .item:hover {
    transform: translateY(-8px);
}

/* Special shapes based on pattern */
.masonry .item.tall {
    grid-row: span 2;
    min-height: 500px;
}

.masonry .item.wide {
    grid-column: span 2;
    min-height: 380px;
}

/* Stagger offsets for designer look */
.masonry .item:nth-child(2) {
    margin-top: 0px;
}

.masonry .item:nth-child(3) {
    margin-top: 0px;
}

.masonry .item:nth-child(5),
.masonry .item:nth-child(6) {
    min-height: 280px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .masonry {
        grid-template-columns: repeat(2, 1fr);
    }

    .masonry .item.wide {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .masonry {
        grid-template-columns: 1fr;
    }

    .masonry .item,
    .masonry .item.tall,
    .masonry .item.wide {
        grid-column: span 1;
        grid-row: auto;
        min-height: 260px;
        margin-top: 0;
    }
}


@media (max-width: 991px) {
    .container-testimonial {
        width: 88%;
        margin-right: auto;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .project-testimonial::after {
        display: none;
    }

    .testimonial-content img {
        position: relative;
        bottom: 0px;
        transform: none;
    }
}

@media(max-width:768px) {

    .pd_slider_backdrop {
        width: calc(100% - 60px);
        margin: 0 30px;
        padding-top: 220px;
        margin-top: 20px;
    }

    .main-cat_slider .owl-nav {
        left: calc(100% - 100px);
        bottom: -66px;
    }

    .testimonial_sec {
        text-align: center;
        min-height: 1px;
        background: #fff;
        padding: 25px;
    }

    .pd_details {
        padding: 15px 0;
        text-align: center;
    }

    .pd_left .pd_details h2 {
        font-size: 22px;
    }

    .pd_left .pd_details h2::after {
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .pd_vector {
        display: none;
    }

    .pd_left h5 {
        text-align: center;
    }

    .project_detail_wrap {
        height: auto;
        overflow: auto;
    }

    .contact-container {
        flex-direction: column;
        width: 90%;
    }

    .contact-left,
    .contact-right {
        width: 100%;
    }

    .contact-right {
        height: 300px;
    }

    .contact-inner {
        padding: 30px;
        position: static;
        width: 100%;
        height: auto;
        margin-top: 50px;
    }

    .contact-col {
        background-position-y: top;

    }

    .contact-form-sec::before {
        top: 70%;
    }

    to {
        transform: scale(1);
    }
}

.fe-pulse:hover .icon {
    width: 20px;
    height: 20px;
    background: url(../images/arrow-back-white.png) no-repeat;
}

.fe-pulse.right:hover .icon {
    width: 20px;
    height: 20px;
    background: url(../images/arrow-back-white-right.png) no-repeat;
}

.masonry-gallery {
    background: url('/../../wp-content/uploads/2025/11/texture-bg-tranparent-section-right.png') right top no-repeat;
}

.masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative;
    z-index: 2;
}

.masonry .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    min-height: 260px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
    transition: 0.35s;
}

/* Hover animation */
.masonry .item:hover {
    transform: translateY(-8px);
}

/* Special shapes based on pattern */
.masonry .item.tall {
    grid-row: span 2;
    min-height: 500px;
}

.masonry .item.wide {
    grid-column: span 2;
    min-height: 380px;
}

/* Stagger offsets for designer look */
.masonry .item:nth-child(2) {
    margin-top: 0px;
}

.masonry .item:nth-child(3) {
    margin-top: 0px;
}

.masonry .item:nth-child(5),
.masonry .item:nth-child(6) {
    min-height: 280px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .masonry {
        grid-template-columns: repeat(2, 1fr);
    }

    .masonry .item.wide {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .masonry {
        grid-template-columns: 1fr;
    }

    .masonry .item,
    .masonry .item.tall,
    .masonry .item.wide {
        grid-column: span 1;
        grid-row: auto;
        min-height: 260px;
        margin-top: 0;
    }
}


@media (max-width: 991px) {
    .container-testimonial {
        width: 88%;
        margin-right: auto;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .project-testimonial::after {
        display: none;
    }

    .testimonial-content img {
        position: relative;
        bottom: 0px;
        transform: none;
    }
}

@media(max-width:768px) {

    .pd_slider_backdrop {
        width: calc(100% - 60px);
        margin: 0 30px;
        padding-top: 220px;
        margin-top: 20px;
    }

    .main-cat_slider .owl-nav {
        left: calc(100% - 100px);
        bottom: -66px;
    }

    .testimonial_sec {
        text-align: center;
        min-height: 1px;
        background: #fff;
        padding: 25px;
    }

    .pd_details {
        padding: 15px 0;
        text-align: center;
    }

    .pd_left .pd_details h2 {
        font-size: 22px;
    }

    .pd_left .pd_details h2::after {
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .pd_vector {
        display: none;
    }

    .pd_left h5 {
        text-align: center;
    }

    .project_detail_wrap {
        height: auto;
        overflow: auto;
    }

    .contact-container {
        flex-direction: column;
        width: 90%;
    }

    .contact-left,
    .contact-right {
        width: 100%;
    }

    .contact-right {
        height: 300px;
    }

    .contact-inner {
        padding: 30px;
        position: static;
        width: 100%;
        height: auto;
        margin-top: 50px;
    }

    .contact-col {
        background-position-y: top;

    }

    .contact-form-sec::before {
        top: 70%;
    }

    .fe-pulse {
        display: none;
    }

    .sec2-para {
        border: 0px;
        padding: 0px
    }

    .img-sec-3 {
        height: 400px;
        background: transparent;
    }

    .section h1,
    .section h2,
    .section h3 {
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
        color: #343434;
        letter-spacing: 0;
    }

    .home-section-2 p {
        color: #494949;
        font-size: 16px;
        /* padding: 0px 50px; */
        line-height: 26px;
    }


}