/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html {
    margin: 0px !important;
}
body {
    overflow-x: hidden;
}
*:focus {
    outline: none;
}
a {
    transition: all 0.5s;
    text-decoration: none !important;
}
.page-header {
    display: none;
}
.site-footer {
    display: none;
}
header {
    position: fixed !important;
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    width: 100%;
}
.header {
    transition: all 0.5s !important;
}
html.sticky .header {
    padding: 20px 0px !important;
    background-color: #000000b3;
}
html.sticky .header .header_logo {
    transition: all 0.5s;
}
html.sticky .header .header_logo {
    top: -20px;
}
.header_nav_wrap .elementor-widget-container {
    width: fit-content;
    margin: 0px auto;
}
.header_nav_wrap .hfe-nav-menu .menu-item:nth-child(3) {
    margin-right: 300px;
}
.header_nav_wrap a.hfe-menu-item:hover,
.header_nav_wrap a.hfe-menu-item.active {
    color: #fff !important;
}
a .header_nav_wrap .hfe-nav-menu>.menu-item:nth-child(4) {
    margin-left: 130px;
}
.header_logo {
    transform: translateX(-100%);
}
.header .elementor-widget:not(:last-child) {
    margin: 0px;
}
.header_logo::before {
    content: "";
    height: 60px;
    width: 60px;
    background-image: url(/wp-content/uploads/2025/07/logo.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    visibility: hidden;
    opacity: 0;
}
.sticky .header_logo::before {
    opacity: 1;
    visibility: visible;
}
.sticky .header_logo a img {
    opacity: 0;
}
.call_now_btn .elementor-button {
    z-index: 11 !important;
}
.bottom_arrow {
    cursor: pointer;
    transform: translateX(-50%);
}
.bottom_arrow:hover {
    transform: translateX(-50%) translateY(5px);
}
.clt_image {
    overflow: hidden;
    transition: all 0.5s;
}
.clt_image img {
    transition: all 0.5s;
}
.clt_image:hover {
    transform: scale(0.95);
}
.clt_image:hover img {
    transform: scale(1.1);
}
.btn a.elementor-button {
    position: relative;
    z-index: 1;
}
.btn a.elementor-button:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background-color: #292929;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
}
.btn a.elementor-button:hover:before {
    width: 100%;
}
.banner_sec {
    height: 100vh;
    display: flex;
}
.banner_sec .elementor-container {
    width: 100%;
}
.contact_info_wrap {
    width: fit-content !important;
    position: absolute;
    right: 0px;
    bottom: 20px;
}
.image_carousel img {
    display: block;
}
.image_carousel .elementor-swiper-button {
    height: 45px;
    width: 45px;
    background-color: rgba(0, 0, 0, .18);
    background-image: url('data:image/svg+xml,<svg width="12" height="26" viewBox="0 0 12 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1L1 12.5955L11 25" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
    background-size: 10px;
}
.image_carousel .elementor-swiper-button:hover {
    background-color: rgba(0, 0, 0, .32);
}
.image_carousel .elementor-swiper-button.elementor-swiper-button-prev {
    left: 0px;
}
.image_carousel .elementor-swiper-button.elementor-swiper-button-next {
    transform: translateY(-50%) scale(-1);
    right: 0px;
}
.lst-news-heading h2 {
    position: relative;
}
.lst-news-heading h2:before,
.lst-news-heading h2:after {
    position: absolute;
    content: "";
    height: 1px;
    width: calc(100% - 237px);
    background-color: #e8e8e8;
    top: 50%;
}
.lst-news-heading h2:before {
    right: 0px;
}
.lst-news-heading h2:after {
    left: 0;
    opacity: 0;
}
.advanced-works {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 35px;
}
.advanced-works .item {
    text-align: center;
}
.advanced-works .item .project-image {
    overflow: hidden;
    position: relative;
}
.advanced-works .item .project-thumb {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 400px;
}
.advanced-works .item:hover .project-thumb{
    transform: scale(0.95);
}
.advanced-works .item .project-thumb a {
    width: 100%;
}
.advanced-works .item .project-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.advanced-works .item:hover img {
    transform: scale(1.1);
}
.advanced-works .item .project-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.30em;
    text-transform: uppercase;
    margin: 34px 0px 55px;
}
.advanced-works .item .project-title a {
    color: #292929;
    transition: all 0.5s;
}
.advanced-works .item:hover .project-title a {
    color: #000;
}
.advanced-works .item .rm-btn {
    font-family: "Din condensed web", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #373D3F;
    border: 2px solid #373D3F;
    padding: 20px 34px 20px 34px;
    position: relative;
    z-index: 1;
}
.advanced-works .item:hover .rm-btn {
    color: #fff;
}
.advanced-works .item .rm-btn:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background-color: #292929;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
}
.advanced-works .item:hover .rm-btn:before {
    width: 100%;
}
.testimonial_slider li.swiper-slide {
    margin-right: 16px !important;
    max-width: 400px;
    height: 310px;
}
.testimonial_slider li.swiper-slide .block-shadow {
    padding: 85px 32px 32px;
}
.testimonial_slider .block-shadow .slide-basic-info {
    width: 100% !important;
    align-items: center;
}
.testimonial_slider .block-shadow .slide-image {
    min-width: 64px;
    height: 64px;
}
.testimonial_slider .block-shadow .slide-title {
    margin-bottom: 10px;
}
.testimonial_slider .block-shadow .slide-description {
    line-height: 140% !important;
}
.testimonial_slider .swiper-bottom-buttons-block {
    max-width: 1300px;
    width: 100%;
    display: flex !important;
    justify-content: end !important;
    position: absolute;
    top: -165px;
    right: 0;
    left: 0;
    margin: auto;
}
.testimonial_slider .swiper-button-prev {
    border: 1px solid #E8E8E8;
    margin-right: 0px !important;
    transition: all 0.5s;
}
.testimonial_slider .swiper-button-next {
    border: 1px solid #E8E8E8;
    margin-left: 20px !important;
    transition: all 0.5s;
}
.testimonial_slider .swiper-button-prev:hover {
    background-color: #E8E8E8;
}
.testimonial_slider .swiper-button-next:hover {
    background-color: #E8E8E8;
}
.about_image_carousel .swiper-wrapper .swiper-slide:nth-child(odd) {
    height: 360px;
}
.about_image_carousel .swiper-wrapper .swiper-slide:nth-child(even) {
    height: 460px;
}
.about_image_carousel .swiper-slide figure {
    height: 100%;
}
.about_image_carousel .swiper-slide figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about_image_carousel .swiper-wrapper {
    animation: scroll 20s linear infinite;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.cs_sec,
.ba_sec {
    background-attachment: fixed;
}
.lst_image_wrap .elementor-element {
    height: 100%;
}
.cs_wrap .elementor-container {
    margin-left: auto;
    margin-right: 0px;
}
.social_media_wrap .elementor-widget-wrap:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    width: 215px;
}
.counter_box .elementor-counter-number-suffix {
    color: #fff;
}
.project_counter_box .elementor-counter-number-suffix {
    color: #525252;
}
.about-us-img-wrap .elementor-element {
    position: relative;
}
.about-us-img-wrap .elementor-element:before {
    position: absolute;
    content: "";
    right: -1px;
    top: -1px;
    height: 100px;
    width: 100px;
    background-color: #292929;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.counter_box,
.counter_box .elementor-counter {
    height: 100%;
}
.footer_menu .menu-item a.hfe-menu-item {
    transition: all 0.5s;
}
.footer_menu .menu-item a.hfe-menu-item:focus,
.footer_menu .menu-item a.hfe-menu-item:hover,
.footer_menu .menu-item.current-menu-item .hfe-menu-item {
    color: #bbbbbb !important;
}
.pc_wrap .elementor-container {
    margin-left: auto;
    margin-right: 0px;
}
.testimonial_sec .swiper-wrapper {
    transform: unset !important;
    display: grid !important;
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
}
.testimonial_sec .swiper-wrapper .swiper-slide {
    width: 100% !important;
    margin-right: 0px !important;
}
.testimonial_sec .mySwiper {
    width: 100% !important;
    padding: 0px;
}
.testimonial_sec .swiper-wrapper i.icon-star-full {
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #00B67B;
}
.testimonial_sec .swiper-wrapper i.icon-star-full:before {
    margin-top: -2px;
}
.testimonial_sec .swiper-wrapper .block-shadow {
    padding: 85px 30px 30px !important;
    position: relative;
    min-height: 412px;
}
.testimonial_sec .swiper-wrapper .slide-description {
    line-height: 140% !important;
}
.testimonial_sec .swiper-wrapper .slide-description p {
    margin-bottom: 0px;
}
.testimonial_sec .swiper-wrapper .slide-block {
    border-bottom: 0px;
}
.testimonial_sec .swiper-wrapper .slide-subtitle {
    margin-bottom: 22px;
}
.testimonial_sec .swiper-wrapper .slide-title {
    position: absolute;
    bottom: 0px;
    margin-bottom: 32px;
    margin-right: 32px;
}
.testimonial_sec .swiper-wrapper .slide-block {
    margin-bottom: 20px;
    padding-bottom: 0px;
}
.testimonial_sec .mySwiper .slide-read-more {
    display: none;
}
.elementor-slideshow__title {
    display: none;
}
.collection_image_wrap figure.gallery-item img {
    height: 585px;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.collection_image_wrap .gallery-icon {
    transition: all 0.5s;
}
.collection_image_wrap figure.gallery-item:hover .gallery-icon {
    transform: scale(0.98);
}
.collection_image_wrap figure.gallery-item:hover img {
    transform: scale(1.1);
}
.collection_image_wrap .gallery-icon a {
    position: relative;
    display: block;
    transition: all 0.5s;
    overflow: hidden;
}
.collection_image_wrap .gallery-icon a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #00000066;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
}
.collection_image_wrap .gallery-icon a:after {
    position: absolute;
    content: "";
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #FFFFFF1A;
    backdrop-filter: blur(6px);
    inset: 0;
    margin: auto;
    background-image: url(/wp-content/uploads/2025/08/serach.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s;
    z-index: 2;
    background-size: 30px;
}
.collection_image_wrap figure.gallery-item:hover a:before,
.collection_image_wrap figure.gallery-item:hover a:after {
    opacity: 1;
}
.collection_image_wrap .gallery {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
}
.collection_image_wrap .gallery .gallery-item {
    max-width: 48% !important;
}
.cnt_icon_box .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: row !important;
}

body.blog main.site-main {
    max-width: 100%;
    padding-bottom: 0;
}
body.blog .page-header {
    display: block !important;
}
body.blog h1.entry-title {
    display: none;
}
.blog_list_header .inr_bnr {
    background-image: url("/wp-content/uploads/2025/08/img-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 25px 140px 25px;
    text-align: center;
}
.blog_list_header .inr_bnr .elementor-container {
    width: 1320px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
}
body.blog .page-header h2 {
    font-family: "Proxima Nova", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: var(--e-global-color-accent);
}
body.blog .page-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
    max-width: 1320px;
    margin: 0px auto;
    padding: 60px 0 60px;
    position: relative;
}
body.blog .page-content .post {
    transition: all 0.5s;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
}
body.blog .page-content .post>a {
    height: 260px;
    overflow: hidden;
}
body.blog .page-content .post:hover>a {
    transform: scale(0.98);
}
body.blog .page-content .post>a img {
    border-radius: 0px;
    height: 100%;
    transition: all 0.5s;
}
body.blog .page-content .post:hover>a img {
    transform: scale(1.1);
}
/* body.blog .post .content {
    margin-top: 36px;
} */
body.blog .post h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
    font-family: "Proxima Nova", Sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
body.blog .post h2 a {
    color: #000;
}
body.blog .post:hover a {
    color: #525252;
}
body.blog .post p {
    font-size: 15px;
    font-weight: 400;
    color: #292929;
    font-family: "Proxima Nova", Sans-serif;
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
    display: none;
}
body.blog .post .rm-btn {
    font-family: "Din condensed web", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #373D3F;
    border: 2px solid #373D3F;
    padding: 20px 34px 20px 34px;
    position: relative;
    z-index: 1;
}
body.blog .post .rm-btn::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background-color: #292929;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
}
body.blog .post:hover .rm-btn:before {
    width: 100%;
}

body.single main.site-main {
    max-width: 100%;
}
body.single .comments-area {
    display: none;
}
body.single .page-content {
    max-width: 1150px;
    padding: 60px 25px;
    margin: auto;
    font-size: 16px;
    line-height: 150%;
    color: #292929;
}
body.single .page-content *:first-child {
    margin-top: 0;
}
body.single .page-content *:last-child {
    margin-bottom: 0;
}
body.single .page-content h2 {
    font-size: 30px;
}
body.single .page-content h3 {
    font-size: 26px;
}
body.single .page-content h4 {
    font-size: 22px;
}
body.single .page-content h5 {
    font-size: 20px;
}
body.single .page-content h6 {
    font-size: 18px;
}
body.single .page-content :is(h2,h3,h4,h5,h6) {
    line-height: 150%;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    margin-top: 34px;
}
body.single .page-content p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
body.single .page-content blockquote {
    padding: 8px 26px;
    border-left: 3px solid #e8e8e8;
    margin-bottom: 35px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 160%;
    color: inherit;
}
body.single .page-content .wp-caption {
    width: 100% !important;
}
:is(.blogBanner,.blogDetailsb) {
    position: relative;
    z-index: 1;
    padding: 160px 25px 140px 25px;
    background-image: url("/wp-content/uploads/2025/08/img-bg.png");
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}
:is(.blogBanner,.blogDetailsb):before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    inset: 0;
    background: #131516;
    opacity: 0.7;
}
:is(.blogBanner,.blogDetailsb) h1 {
    font-family: "Proxima Nova", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    margin: 0;
    line-height: 1;
}
:is(.blogBanner,.blogDetailsb) .shape-bottom {
    position: absolute;
    z-index: 1;
    inset: 0;
    bottom: -1px;
    top: auto;
    transform: scale(-1);
}
:is(.blogBanner,.blogDetailsb) .shape-bottom svg {
    display: block;
    fill: #FFFFFFED;
}

.blogDetailsb {
    position: relative;
    z-index: 1;
    padding: 160px 25px 140px 25px;
    background-image: url("/wp-content/uploads/2025/08/img-bg.png");
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}
.blogDetailsb .page-header {
    display: block;
    margin-bottom: 30px;
}
.blogDetailsb .post-thumbnail {
    width: 1320px;
    max-width: 100%;
    margin-inline: auto;
    background: rgb(0 0 0 / 40%);
    border: 1px solid rgb(0 0 0 / 40%);
    border-radius: 10px;
    overflow: hidden;
}
.blogDetailsb .post-thumbnail img {
    max-height: unset;
    height: 500px;
    object-fit: contain;
    display: block;
}
.project_detail_banner{
    margin-top: -60px !important;
}
.collection_image_wrap.kitchen_image_wrap figure.gallery-item img {
    height: 295px !important;
}
.custom-menu-bar{
    display: none;
}

@media (max-width:1366px) {
    .advanced-works .item .project-title {
        letter-spacing: 0.10em;
    }
    .advanced-works .item .rm-btn {
        padding: 18px 34px 18px 34px;
    }
    .testimonial_slider li.swiper-slide {
        width: 350px !important;
    }
    .testimonial_slider .swiper-button-next {
        margin-right: 20px;
    }
    .header_nav_wrap .hfe-nav-menu .menu-item:nth-child(3) {
        margin-right: 50px;
    }
    .header_nav_wrap .hfe-nav-menu .menu-item:nth-child(4) {
        margin-left: 110px;
    }
    .testimonial_sec .swiper-wrapper .block-shadow {
        min-height: 400px;
    }
    body.blog main.site-main {
        padding: 0px 25px 40px;
    }
    body.single main.site-main {
        padding: 0px 25px 40px;
    }
}
@media (max-width:1199px) {
    .testimonial_sec .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .collection_image_wrap .gallery {
        gap: 30px;
    }
    .collection_image_wrap figure.gallery-item img {
        height: 500px;
    }
}
@media (max-width:1024px) {
    html .header {
        padding: 20px 20px !important;
        background-color: #000000b3;
    }
    html.sticky .header {
        padding: 20px 20px !important;
        background-color: #000000b3;
    }
    .header .hfe-nav-menu-icon {
        padding: 0px;
    }
    .header .hfe-dropdown.menu-is-active {
        margin-top: 25px;
    }
    html.sticky .header .header_logo {
        top: -10px;
    }
    .header_nav_wrap .hfe-nav-menu .menu-item:nth-child(4) {
        margin-left: 0px;
    }
    .about_image_carousel .swiper-wrapper .swiper-slide:nth-child(even),
    .about_image_carousel .swiper-wrapper .swiper-slide:nth-child(odd) {
        width: 400px !important;
    }
    .advanced-works .item .project-thumb {
        height: 300px;
    }
    .header_nav_wrap {
        display: flex;
    }
    .header_nav_wrap {
        order: 1;
    }
    
    .lst-news-heading h2:before,
    .lst-news-heading h2:after {
        width: 36%;
    }
    .lst-news-heading h2:after {
        opacity: 1;
    }
    .about-us-img-wrap .elementor-element:before {
        height: 50px;
        width: 50px;
    }
    html .header .header_logo {
        margin: 0 !important;
    }
    html .header .hfe-nav-menu .hfe-nav-menu__toggle .hfe-nav-menu-icon,
    html .header .hfe-nav-menu .hfe-nav-menu__toggle .hfe-nav-menu-icon svg {
        display: block;
    }
    .header_logo {
        transform: translateX(0%);
    }
    .header_nav_wrap .elementor-widget-container {
        width: 100%;
        margin: 0px auto;
    }
    html .header .elementor-widget-wrap {
        width: 100% !important;
        display: block !important;
    }
    .collection_image_wrap.kitchen_image_wrap figure.gallery-item img {
        height: 200px !important;
    }
    body.blog .page-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 24px;
        margin: 30px auto;
    }
    body.blog .post h2 {
        font-size: 20px;
        margin-top: 15px;
    }
    :is(.blogBanner,.blogDetailsb) {
        padding: 140px 25px 100px 25px;
        margin-inline: -25px;
    }
    :is(.blogBanner,.blogDetailsb) h1 {
        font-size: 38px;
    }
    .blogDetailsb .page-header .entry-title {
        max-width: 100%;
    }
    .blogDetailsb .post-thumbnail img {
        height: 340px;
    }
    body.single .page-content {
        padding: 50px 0px 20px;
        font-size: 15px;
    }
    body.single .page-content :is(h2,h3,h4,h5,h6) {
        margin-bottom: 6px;
        margin-top: 24px;
    }
    body.single .page-content h2 {
        font-size: 28px;
    }
    body.single .page-content h3 {
        font-size: 24px;
    }
    body.single .page-content h4 {
        font-size: 20px;
    }
    body.single .page-content h5 {
        font-size: 18px;
    }
    body.single .page-content h6 {
        font-size: 17px;
    }
    .header .hfe-nav-menu__toggle {
        width: fit-content;
    }
    .header .hfe-flyout-close, .hfe-flyout-close svg {
        width: 40px !important;
        height: 40px !important;
        font-size: 40px !important;
    }
    .header_nav_wrap a.hfe-menu-item:hover, .header_nav_wrap a.hfe-menu-item.active {
        color: #ffffff !important;
    }
    .header .header_nav_wrap .hfe-nav-menu  li.menu-item a {
        justify-content: space-between !important;
    }
    .header .sub-menu a.hfe-sub-menu-item {
        font-size: 18px !important;
    }
    html .header .menu-item ul.sub-menu li .hfe-sub-menu-item {
        color: #fff !important;
        font-weight: 400 !important;
    }
    .header_logo::before {
        height: 50px;
        width: 50px;
        left: 0;
        right: auto;
        top: 0px;
        bottom: 0;
    }   
}
@media (max-width:991px) {
    .ab_head_text h2 br {
        display: none;
    }
    .about_image_carousel .swiper-wrapper .swiper-slide:nth-child(even),
    .about_image_carousel .swiper-wrapper .swiper-slide:nth-child(odd) {
        width: 350px !important;
        margin-right: 25px !important;
    }
    .about_image_carousel .swiper-wrapper .swiper-slide:nth-child(odd) {
        height: 300px;
    }
    .about_image_carousel .swiper-wrapper .swiper-slide:nth-child(even) {
        height: 400px;
    }
    .image_carousel .elementor-swiper-button {
        height: 40px;
        width: 40px;
        background-size: 8px;
    }
    .advanced-works {
        gap: 60px 25px;
    }
    .advanced-works .item .project-title {
        margin: 22px 0px 45px;
    }
    .advanced-works .item .rm-btn {
        padding: 14px 28px;
    }
    .testimonial_slider li.swiper-slide {
        height: 400px;
    }
    .testimonial_slider li.swiper-slide .block-shadow {
        padding: 72px 25px 25px;
    }
    .testimonial_slider .block-shadow .slide-image {
        min-width: 60px;
        height: 60px;
    }
    .testimonial_slider .swiper-bottom-buttons-block {
        top: -128px;
    }
    .testimonial_sec .swiper-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .testimonial_sec .swiper-wrapper .block-shadow {
        min-height: 370px;
    }
    .collection_image_wrap .gallery {
        gap: 25px;
    }
    .collection_image_wrap figure.gallery-item img {
        height: 350px;
    }
}
@media (max-width:767px) {

    .about_image_carousel .swiper-wrapper .swiper-slide:nth-child(even),
    .about_image_carousel .swiper-wrapper .swiper-slide:nth-child(odd) {
        width: 250px !important;
        margin-right: 20px !important;
    }
    .about_image_carousel .swiper-wrapper .swiper-slide:nth-child(even) {
        height: 350px;
    }
    .about_image_carousel .swiper-wrapper .swiper-slide:nth-child(odd) {
        height: 250px;
    }
    .image_carousel .elementor-swiper-button {
        height: 35px;
        width: 35px;
        background-size: 7px;
    }
    .lst-news-heading h2:before,
    .lst-news-heading h2:after {
        opacity: 0 !important;
    }
    .ba_sec {
        background-attachment: unset;
    }
    .advanced-works {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px 0px;
    }
    .advanced-works .item .project-title {
        margin: 22px 0px 35px;
    }
    .advanced-works .item .rm-btn {
        padding: 10px 28px;
        font-size: 18px;
    }
    .advanced-works .item .project-thumb {
        height: 220px;
    }
    .testimonial_slider li.swiper-slide {
        height: 320px;
    }
    .testimonial_slider li.swiper-slide {
        width: 300px !important;
    }
    .testimonial_slider li.swiper-slide .block-shadow {
        padding: 60px 25px 25px;
    }
    .testimonial_slider .block-shadow .slide-image {
        min-width: 55px;
        height: 55px;
    }
    .testimonial_slider .block-shadow .slide-title {
        margin-bottom: 6px;
    }
    .testimonial_slider .mySwiper .swiper-button-next,
    .testimonial_slider .mySwiper .swiper-button-prev {
        display: inline-flex;
        height: 45px !important;
        width: 45px !important;
    }
    .testimonial_slider .mySwiper .swiper-button-next:after,
    .testimonial_slider .mySwiper .swiper-button-prev:after {
        font-size: 15px !important;
    }
    .testimonial_slider .swiper-bottom-buttons-block {
        top: auto;
        justify-content: center !important;
        margin-top: 20px !important;
    }
    .testimonial_slider .swiper-button-next {
        margin-left: 10px !important;
    }
    .banner_sec {
        height: fit-content;
    }
    .counter_box,
    .counter_box .elementor-counter {
        height: fit-content;
    }
    .footer_menu .hfe-nav-menu li {
        width: 50%;
    }
    .pc_wrap .elementor-container {
        margin-left: auto;
        margin-right: auto;
    }
    .testimonial_sec .swiper-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .testimonial_sec .swiper-wrapper i.icon-star-full {
        height: 30px;
        width: 30px;
    }
    .testimonial_sec .swiper-wrapper .slide-subtitle {
        margin-bottom: 12px;
    }
    .testimonial_sec .swiper-wrapper .slide-block {
        margin-bottom: 15px;
    }
    .testimonial_sec .swiper-wrapper .slide-description {
        margin-bottom: 40px;
    }
    .testimonial_sec .swiper-wrapper .block-shadow {
        min-height: fit-content;
        padding: 75px 25px 25px !important;

    }
    .testimonial_sec .swiper-wrapper .slide-title {
        margin-bottom: 20px;
    }
    .collection_image_wrap .gallery {
        gap: 10px;
    }
    .collection_image_wrap figure.gallery-item img {
        height: 200px;
    }
    .swiper-zoom-container {
        padding: 0px 20px;
    }
    .collection_image_wrap .gallery-icon a:after {
        height: 40px;
        width: 40px;
        background-size: 22px;
    }
    html.sticky .header, html .header {
        background-color: #000000;
    }
    .footer_bottom_menu ul li a.hfe-menu-item {
        width: fit-content;
        margin: 0px auto;
    }
    .bg_image_wrap .img_wrap {
        order: -1;
    }
    .collection_image_wrap.kitchen_image_wrap figure.gallery-item img {
        height: 120px !important;
    }
    body.blog .page-content {
        grid-template-columns: repeat(1, 1fr);
        margin: 0px 0px 30px;
        gap: 30px 24px;
    }
    body.blog .post h2 {
        font-size: 18px;
    }
    body.blog main.site-main,
    body.single main.site-main {
        padding: 0px 20px 40px;
    }
    .blogDetailsb .page-header {
        margin-bottom: 20px;
    }
    .blogDetailsb .page-header .entry-title {
        padding: 0;
        font-size: 28px;
        line-height: 120%;
    }
    .blogDetailsb .post-thumbnail img {
        height: 220px;
    }
    :is(.blogBanner,.blogDetailsb) {
        padding: 140px 20px 100px 20px;
        margin-inline: -20px;
    }
    .blogDetailsb {
        padding: 140px 20px 80px 20px;
    }
    body.single .page-content :is(h2,h3,h4,h5,h6) {
        line-height: 120%;
        margin-top: 20px;
    }
    body.single .page-content h2 {
        font-size: 22px;
    }
    body.single .page-content h3 {
        font-size: 20px;
    }
    body.single .page-content h4 {
        font-size: 18px;
    }
    body.single .page-content h5 {
        font-size: 16px;
    }
    body.single .page-content h6 {
        font-size: 15px;
    }
    body.single .page-content blockquote {
        margin-inline: 0;
        padding: 6px 0 6px 14px;
        font-size: 16px;
    }
    .header .header_nav_wrap .hfe-flyout-wrapper .hfe-side {
        width: 100% !important; 
    }
    html .header .elementor-widget-wrap {
        display: flex !important;
        justify-content: space-between;
    }
   html.sticky .header .header_logo {
    top: 0px;
}
.elementor-element.call_now_btn {
    min-width: 85%;
    display: flex;
    justify-content: end;
}
.custom-menu-bar {
    background-color: #000;
    padding: 0px 30px 30px;
    display: block;

}
.custom-menu-bar p{
    margin-bottom: 0px;
}
.custom-menu-bar ul{
    margin: 0;
    padding: 0px;
    list-style: none;
}
.custom-menu-bar .location_wrap {
    margin: 30px 0px;
}
.custom-menu-bar .contact_wrap {
    margin-bottom: 50px;
}
.custom-menu-bar h5{
    color: #666666;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0px;
    text-transform: uppercase;
}
.custom-menu-bar p a{
    font-size: 18px;
    color: #fff;
}
.custom-menu-bar ul.social_media_ul {
    display: flex;
    gap: 6px;
    margin-bottom: 20px;
}
.custom-menu-bar .social_media_ul li a{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    transition: all 0.5s;
}
.custom-menu-bar .social_media_ul li a:hover{
    background-color: #000;
    color: #fff;
}
.custom-menu-bar .content_box{
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
}
.custom-menu-bar .content_box h6{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}
.custom-menu-bar .content_box p{
    font-size: 15px;
    color: #373D3F;
    line-height: 100%;
    margin-bottom: 30px;
}
.custom-menu-bar .content_box a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #000;
}
.header .header_nav_wrap .hfe-flyout-wrapper .hfe-side {
    top: 80px;
}
.hfe-flyout-overlay{
    display: none !important;
}
.header_nav_wrap a.hfe-menu-item:hover, .header_nav_wrap a.hfe-menu-item.active {
    color: #fff !important;
}
html .header .menu-item ul.sub-menu li .hfe-sub-menu-item {
    font-size: 20px !important;
    padding: 6px 10px 6px 40px !important;
}
.header .header_nav_wrap .hfe-nav-menu-icon{
    position: relative;
}
.header .header_nav_wrap .hfe-nav-menu-icon svg,
.header .header_nav_wrap  .hfe-flyout-close svg{
    opacity: 0;
    visibility: hidden;
}
.header .header_nav_wrap .hfe-nav-menu-icon:before {
    position: absolute;
    content: "Menu";
    border: 1px solid black;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.header .header_nav_wrap:has(nav.menu-is-active) .hfe-nav-menu-icon::before {
  content: "Close";
}
.header .header_nav_wrap:has(nav.menu-is-active) .hfe-flyout-wrapper .hfe-side.hfe-flyout-show{
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}
.header .header_nav_wrap:has(nav) .hfe-flyout-wrapper .hfe-side.hfe-flyout-show{
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
       display: flex;
    flex-direction: column;
    height: calc(100vh - 80px);
    justify-content: space-between;
    overflow-y: auto;
    transition: all 0.5s;
}
.header .header_nav_wrap nav{
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px);
    justify-content: space-between;
    overflow-y: auto;
}
}