/* Custom child theme styles */
.page-header {
    display: none;
}

.site-header {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

header {
    position: absolute;
    right: 0;
    width: 100%;
}

.custom-full-menu {
    transform: translateX(100%);
    display: none !important;
}

.custom-full-menu.active {
    display: block !important;
    transform: translateX(0);
    transition: all 130ms ease-in;
}

.custom-menu-toggle1 img {
    cursor: pointer;
}

.custom-primary-btn {
    padding: 10px 0px !important;
    border: 2px solid #DECBB7;
    width: fit-content !important;
    position: relative;
    min-width: 293px;
}

.custom-primary-btn::after {
    content: "";
    height: 49px;
    width: 2px;
    display: block;
    position: absolute;
    left: -2px;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(70 65 59);
}

.custom-primary-btn:hover::after,
.custom-primary-btn:hover::before {
    background: #34312D;
}

.custom-primary-btn::before {
    content: "";
    height: 49px;
    width: 2px;
    display: block;
    position: absolute;
    right: -2px;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(70 65 59);
}

.custom-primary-btn a {
    position: relative;
    min-width: 293px;
}

.custom-primary-btn a::after {
    content: "";
    height: 2px;
    width: 24px;
    display: block;
    position: absolute;
    left: -11.5px;
    transform: translateY(-50%);
    top: 50%;
    background: #DECBB7;
    z-index: 999;
}

.custom-primary-btn a::before {
    content: "";
    height: 2px;
    width: 24px;
    display: block;
    position: absolute;
    right: -11.5px;
    transform: translateY(-50%);
    top: 50%;
    background: #DECBB7;
    z-index: 999;
}

.custom-menu-close {
    cursor: pointer;
}

.custom-project-img-text {
    display: none;
}

.custom-project-img:hover+.custom-project-img-text {
    display: block;
}

/* .custom-home-number-slider .swiper-slide {
    width: 638px !important;
} */
.custom-home-number-slider .swiper-slide-active,
.custom-home-number-slider .swiper-slide-next {
    width: 638px !important;
}

.custom-home-number-slider-n .swiper-slide {
    width: 34% !important;
    /* width: calc(100% / 2.5) !important; */
}

.custom-home-number-slider-n .swiper-wrapper {
    align-items: stretch;
}

.custom-service-slider .swiper-slide-active {
    width: 1380px !important;
}

.custom-portfolio-detail-slider .swiper-slide-active {
    width: 1067px !important;
}

.custom-portfolio-detail-slider .swiper-slide {
    max-height: 600px !important;
}

.project-detail-popup .dialog-close-button::after {
    content: "Close";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #D9C5B2;
    align-items: center;
    text-align: center;
    margin: -3px 0px 0px 8px;
}

.project-detail-popup .dialog-close-button {
    inset-inline-end: unset;
}

.custom-border-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0;
    border-right: 0;
}

.custom-border-heading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -100%;
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0;
    border-left: 0;
}

.contact-input-wraper {
    border: none;
    margin-bottom: 24px;
}

.contact-input-wraper .contact-input {
    background: rgba(253, 253, 253, 0.05);
    border: none;
    border-radius: 0;
    color: #FDFDFD;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.contact-input-wraper .contact-input:focus-visible {
    border: none;
    outline: none;
}

.contact-input-wraper .contact-input::placeholder {
    color: #FDFDFD;
}

.custom-btn-submit {
    font-family: 'Raleway' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    color: #DECBB7 !important;
    background: rgb(222 203 183 / 10%) !important;
    padding: 10px !important;
    min-width: 294px;
    border: none;
}

.custom-btn-submit:hover {
    background: transparent !important;
}

.contact-btn-wraper {
    width: min-content;
    margin: 0px auto;
    border: 2px solid #DECBB7;
}

.contact-btn-wraper span.wpcf7-spinner {
    position: absolute;
    top: 10px;
}

.contact-btn-wraper.custom-primary-btn p::after {
    content: "";
    height: 2px;
    width: 24px;
    display: block;
    position: absolute;
    left: -11.5px;
    transform: translateY(-50%);
    top: 50%;
    background: #DECBB7;
    z-index: 999;
}

.contact-btn-wraper.custom-primary-btn p::before {
    content: "";
    height: 2px;
    width: 24px;
    display: block;
    position: absolute;
    right: -11.5px;
    transform: translateY(-50%);
    top: 50%;
    background: #DECBB7;
    z-index: 999;
}

div#elementor-popup-modal-1466 .elementor-1466 {
    margin: auto 0 !important;
}

.custom-img-hover-animation {
    transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.custom-img-hover-animation:hover {
    transform: scale(1.045);
}

.wpcf7-response-output {
    color: #fff;
}

.left-text-line .cust-con-text {
    height: 100%;
    border-bottom: 1px solid rgba(253, 253, 253, 0.2);
}

.left-text-line {
    position: relative;
}

.left-text-line::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 190px;
    width: 1px;
    height: 213px;
    background-color: rgba(253, 253, 253, 0.2);
}

.right-text-line .cust-con-text {
    height: 100%;
    border-bottom: 1px solid rgba(253, 253, 253, 0.2);
}

.right-text-line {
    position: relative;
}

.right-text-line::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 190px;
    width: 1px;
    height: 213px;
    background-color: rgba(253, 253, 253, 0.2);
}

/*location image grid section start*/
.custom-img-grid-container {
    position: relative;
    overflow: hidden;
    transition: transform 0.7s ease-in-out, box-shadow 0.7s ease-in-out;
}

.custom-img-grid-container:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.custom-img-grid-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 589px;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.95) -26.49%, rgba(17, 17, 17, 0.9) 100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
    z-index: 1;
    border-radius: inherit;
}

.custom-img-grid-container:hover::before {
    opacity: 1;
    visibility: visible;
}

.custom-img-grid-container:hover .custom-grid-card-text {
    transform: translateY(0);
}

.custom-img-grid-container .e-con-inner {
    margin: 0;
}

.custom-grid-card-img {
    width: 100%;
    margin: 0;
}

.custom-grid-card-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.custom-grid-card-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    text-align: center;
    z-index: 2;
    transform: translateY(100%);
    transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-sizing: border-box;
}

.our-client-love-us {
    background: linear-gradient(270deg, rgba(52, 49, 45, 0) 0%, rgba(52, 49, 45, 0.7) 16.35%, #34312D 100%);
}

.verticle-line-img .cust-line-img-first {
    position: relative;
}

.verticle-line-img .cust-line-img-first::after {
    content: "";
    height: calc(100% + 335px);
    width: 1px;
    right: 0;
    background: rgba(253, 253, 253, 0.2);
    position: absolute;
    top: unset !important;
    bottom: -90px;
    transform: unset !important;
}

.project-approach-line {
    position: relative;
}

.project-approach-line::after {
    content: "";
    height: calc(100% + 305px);
    width: 1px;
    right: 0;
    background: rgba(253, 253, 253, 0.2);
    position: absolute;
    bottom: -90px;
}

.coming-soon-grid-card {
    position: relative;
}

.coming-soon-grid-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 265px;
    width: 100%;
    background: linear-gradient(180deg, rgba(52, 49, 45, 0) 0%, #34312D 100%);
}

.coming-soon-card .e-loop-item {
    position: relative;
}

.coming-soon-card .e-loop-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 265px;
    width: 100%;
    background: linear-gradient(180deg, rgba(52, 49, 45, 0) 0%, #34312D 100%);
}

.coming-soon-grid-card {
    position: relative;
}


.coming-soon-card .e-loop-item:nth-child(3n + 2) .coming-soon-grid-card::before,
.coming-soon-card .e-loop-item:nth-child(3n + 3) .coming-soon-grid-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    left: unset;
    width: 1px;
    height: 100%;
    background: rgba(253, 253, 253, 0.2);
}

.coming-soon-card .e-loop-item:last-child .coming-soon-grid-card::before {
    content: none;
}





.coming-soon-card .e-loop-item:nth-child(3n + 2) .coming-soon-grid-card::after,
.coming-soon-card .e-loop-item:nth-child(3n + 3) .coming-soon-grid-card::after {
    content: "";
    position: absolute;
    top: unset;
    bottom: -40px;
    left: 0px;
    right: unset;
    width: calc(100% + 80px);
    height: 1px;
    background: rgba(253, 253, 253, 0.2);
}



.coming-soon-card .e-loop-item .coming-soon-grid-card::after {
    content: "";
    position: absolute;
    top: unset;
    bottom: -40px;
    left: 0px;
    right: unset;
    width: 100%;
    height: 1px;
    background: rgba(253, 253, 253, 0.2);
}

.coming-soon-card .e-loop-item .coming-soon-grid-card.last-row::after {
    content: none;
}

.custom-bio-popup .dialog-close-button {
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.custom-bio-popup .dialog-close-button::after {
    content: "Close";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #D9C5B2;
    align-items: center;
    text-align: center;
    margin-bottom: 2px;
}

.custom-img-slider .elementor-swiper-button {
    background: #D9C5B2;
    padding: 21px;
    border-radius: 100%;
    z-index: 3 !important;
}

.custom-img-slider {
    position: relative;
}

.custom-img-slider::after {
    content: "";
    position: absolute;
    width: 348px;
    height: 100%;
    left: -2px;
    top: -1px;
    background: linear-gradient(270deg, #34312D 0%, rgba(52, 49, 45, 0) 90.49%);
    transform: rotate(180deg);
    z-index: 2;
}

.custom-img-slider::before {
    content: "";
    position: absolute;
    width: 348px;
    height: 100%;
    right: -2px;
    top: 0px;
    background: linear-gradient(270deg, #34312D 0%, rgba(52, 49, 45, 0) 90.49%);
    z-index: 2;
}

.dialog-lightbox-widget {
    background: #34312D;
}

.dialog-lightbox-widget .elementor-swiper-button {
    background: #D9C5B2;
    padding: 21px;
    border-radius: 100%;
    z-index: 3 !important;
    height: 55px !important;
    width: 55px !important;
}

.dialog-lightbox-widget .elementor-swiper-button svg,
.dialog-lightbox-widget .elementor-slideshow__footer {
    display: none;
}

.dialog-lightbox-widget .elementor-swiper-button.elementor-swiper-button-next {
    background-repeat: no-repeat;
    background-image: url(https://atelier-cv.com/wp-content/uploads/2026/04/Arrow-6.svg);
    background-position: center;
    margin-right: 20px;
}

.dialog-lightbox-widget .elementor-swiper-button.elementor-swiper-button-prev {
    background-repeat: no-repeat;
    background-image: url(https://atelier-cv.com/wp-content/uploads/2026/04/Arrow-1.svg);
    background-position: center;
    margin-left: 20px;
}

.single-case-studie .gallery {
    margin: unset !important;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.single-case-studie .gallery-icon a {
    height: unset;
    width: unset;
    aspect-ratio: 1/1;
    display: block;
}

.single-case-studie .gallery .gallery-item {
    max-width: unset !important;
    width: unset !important;
}

.single-case-studie .gallery-icon a img {
    height: 100%;
    object-fit: cover;
}

.more-case-study .post-featured-image a {
    width: 100%;
}

.more-case-study .post-featured-image img {
    height: unset;
    aspect-ratio: 1/1;
    display: block;
}

.single-case-studie .wp-lightbox-overlay .scrim {
    background-color: rgba(20, 20, 20, 0.95) !important;
}

.single-case-studie .wp-lightbox-overlay .wp-lightbox-navigation-button {
    background: #D9C5B2 !important;
    padding: 0px !important;
    border-radius: 100%;
    height: 55px !important;
    width: 55px !important;
}

.single-case-studie .wp-lightbox-overlay .wp-lightbox-navigation-button.wp-lightbox-navigation-button-prev .wp-lightbox-navigation-icon {
    background-repeat: no-repeat;
    background-image: url(https://atelier-cv.com/wp-content/uploads/2026/04/Arrow-1.svg);
    background-position: center;
    margin-left: 0px;
    height: 16px;
    width: 16px;
    background-size: contain;
}

.single-case-studie .wp-lightbox-overlay .wp-lightbox-navigation-button.wp-lightbox-navigation-button-next .wp-lightbox-navigation-icon {
    background-repeat: no-repeat;
    background-image: url(https://atelier-cv.com/wp-content/uploads/2026/04/Arrow-6.svg);
    background-position: center;
    margin-left: 0px;
    height: 16px;
    width: 16px;
    background-size: contain;
}

.single-case-studie .wp-lightbox-overlay .wp-lightbox-navigation-button svg {
    display: none;
}

.single-case-studie .wp-lightbox-overlay .wp-lightbox-close-button {
    fill: #D9C5B2 !important;
}

.custom-top-box-bg {
    position: relative;
}

.custom-top-box-bg::after {
    position: absolute;
    content: "";
    width: 104px;
    height: 200px;
    left: 0.66px;
    top: 39.61px;

    background: #DECBB7;
    opacity: 0.1;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 0;
}

.residential-design-card {
    position: relative;
}

.residential-design-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 375px;
    background: linear-gradient(180deg, rgba(52, 49, 45, 0) 0%, #34312D 100%);
}

.project-card-main .elementor-loop-container>.e-loop-item:nth-of-type(4n + 1) .residential-design-card,
.project-card-main .elementor-loop-container>.e-loop-item:nth-of-type(4n + 4) .residential-design-card {
    height: 750px;
}

.project-card-main .elementor-loop-container>.e-loop-item:nth-of-type(4n + 2) .residential-design-card,
.project-card-main .elementor-loop-container>.e-loop-item:nth-of-type(4n + 3) .residential-design-card {
    height: 520px;
}

.project-card-main .elementor-loop-container {
    position: relative;
}

.project-card-main .elementor-loop-container::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(253, 253, 253, 0.2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*location image grid section end*/
.cust-cont-form {
    height: 100%;
}

.cust-cont-form .contact-btn-wraper {
    margin: 0px 0px;
}

.two-line-text * {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.blog-loop-grid .e-loop__load-more {
    margin: 0 auto;
    margin-top: 60px !important;
}

.blog-loop-grid .e-loop__load-more {
    padding: 10px 0px !important;
    border: 2px solid #DECBB7;
    width: fit-content !important;
    position: relative;
    min-width: 293px;
}

.blog-loop-grid .e-loop__load-more::after {
    content: "";
    height: 49px;
    width: 2px;
    display: block;
    position: absolute;
    left: -2px;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(70 65 59);
}

.blog-loop-grid .e-loop__load-more:hover::after,
.blog-loop-grid .e-loop__load-more:hover::before {
    background: #34312D;
}

.blog-loop-grid .e-loop__load-more::before {
    content: "";
    height: 49px;
    width: 2px;
    display: block;
    position: absolute;
    right: -2px;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(70 65 59);
}

.blog-loop-grid .e-loop__load-more a {
    position: relative;
    min-width: 293px;
}

.blog-loop-grid .e-loop__load-more a::after {
    content: "";
    height: 2px;
    width: 24px;
    display: block;
    position: absolute;
    left: -11.5px;
    transform: translateY(-50%);
    top: 50%;
    background: #DECBB7;
    z-index: 999;
}

.blog-loop-grid .e-loop__load-more a::before {
    content: "";
    height: 2px;
    width: 24px;
    display: block;
    position: absolute;
    right: -11.5px;
    transform: translateY(-50%);
    top: 50%;
    background: #DECBB7;
    z-index: 999;
}

.custom-post-content {
    color: #FDFDFD;
    font-family: 'Raleway';
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

.custom-post-content> :not(:last-child) {
    margin-bottom: 30px;
}

.custom-post-content>p:last-child {
    margin-bottom: 0 !important;
}

.custom-post-content li {
    margin-bottom: 10px;
}

.custom-post-content h1 {
    font-family: 'Canela Light';
    font-weight: 300;
    font-size: 70px;
    line-height: 77px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 90px;
    padding-top: 116px;
    padding-bottom: 46px;
    border-bottom: 1px solid #FDFDFD33;

}

.custom-post-content h2 {
    font-family: 'Canela Light';
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 65px;
    color: rgba(253, 222, 203, 0.717647);
    margin-top: 0px;
    margin-bottom: 30px;
}

.custom-post-content h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: rgba(253, 222, 203, 0.717647);
}

.custom-post-content a {
    color: #fdfdfd !important;
    text-decoration: underline;
}

.custom-post-content blockquote {

    padding: 40px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: rgba(253, 253, 253, 0.2);
    background: url("https://atelier-cv.com/wp-content/uploads/2026/06/Group-4785.svg") no-repeat top left;
    background-size: 80px 80px;
    background-position-x: 24px;
    background-position-y: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.custom-post-content blockquote p:first-of-type {
    font-family: 'Canela Text';
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    color: #C4AD9E;
    text-transform: none;
    letter-spacing: inherit;
}

.custom-post-content blockquote p {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FDFDFD;
}

/**our client section home page **/
.our-client-box-gradient,
.custom-box-gradient {
    background: linear-gradient(270deg,
            rgba(52, 49, 45, 0) 0%,
            rgba(52, 49, 45, 0.7) 26%,
            rgba(52, 49, 45, 1) 100%) !important;
}

.custom-table-content li {
    margin-bottom: 20px;
}

.cust-our-services-section .cust-col-design {
    align-items: start;
}

.cust-our-services-section .cust-col-design .cust-col-card-design {
    position: relative;
}

.cust-our-services-section .cust-col-design .cust-col-card-design::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(253, 253, 253, 0.2);
    position: absolute;
    right: -60px;
    top: 0px;
}

.cust-our-services-section .cust-col-design .cust-col-card-design:last-child::after {
    content: none;
}

.cust-our-services-section .cust-col-design .cust-col-card-design {
    height: -webkit-fill-available;
}

.cust-our-services-section .cust-col-design .cust-col-card-design .elementor-widget-heading {
    margin-bottom: 20px !important;
    min-height: 58px;
}

.cust-our-services-section .cust-col-design .cust-col-card-design .elementor-widget-image {
    margin-top: 24px !important;
    margin-bottom: 0px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.cust-our-services-section .cust-col-design .cust-col-card-design .elementor-widget-image img {
    height: 100%;
}

.cust-our-services-section .cust-col-design .cust-col-card-design .elementor-widget-text-editor {
    min-height: 144px;
}

.process-sec-container .process-sec-heading-container {
    min-height: 58px;
    align-items: self-start;
}

.process-sec-heading-container .elementor-widget-heading:first-child p {
    line-height: 28px !important;
}

.page-id-2773 .our-design-description-container .elementor-widget-text-editor p:last-child,
.page-id-2773 .accordion1 .elementor-widget-text-editor p:last-child,
.page-id-2773 .accordion2 .accordion2-editor p:last-child,
.page-id-2773 .accordion3 .accordion3-one-editor p:last-child,
.page-id-2773 .accordion3 .accordion3-two-editor p:last-child,
.page-id-2773 .accordion4 .elementor-widget-text-editor p:last-child,
.page-id-2773 .accordion5 .elementor-widget-text-editor p:last-child {
    margin-block-end: 0px;
}

.page-id-8682 .service-area-heading-container>.e-con-inner {
    margin: 0;
}

.contact-btn-wraper-new {
    display: flex;
    justify-content: center;
}

.contact-btn-wraper-new p {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-self: center;
}



.custom-btn-submit-new {
    background-color: #decbb71a !important;
    font-family: "Roboto", Sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    line-height: 1.3rem !important;
    color: #decbb7 !important;
    border: 1px solid #decbb7;
    border-radius: 0px 0px 0px 0px !important;
    padding: 10.5px 33px 10.5px 33px !important;
}

.custom-btn-submit-new:hover {
    background-color: #decbb71a;
    color: #decbb7;
    border: 1px solid #decbb71a !important;
}


/* 1025 and 1280 scrren */
@media (min-width: 1025px) and (max-width: 1280px) {

    .location-heading-container {
        width: 35.5%;
    }

    .our-design-heading-container {
        width: 35.5%;
    }
}

/* 1441 scrren */
@media (min-width: 1441px) {
    .location-heading {
        br {
            display: none;
        }
    }
}

/* 1440 scrren */
@media (max-width: 1440px) {
    .cust-our-services-section .cust-col-design .cust-col-card-design .elementor-widget-image {
        aspect-ratio: 1/1;
        height: unset;
        width: unset;
        object-fit: cover;
    }

    .cust-image-scale {
        background-size: 830px 100% !important;
        background-position: 50% 100% !important;
    }

    .verticle-line-img .cust-line-img-first::after {
        content: none;
    }

    .custom-home-number-slider .swiper-slide-active,
    .custom-home-number-slider .swiper-slide-next {
        width: 621px !important;
    }

    .custom-service-slider .swiper-slide-active {
        width: 1199px !important;
    }

    .custom-portfolio-detail-slider .swiper-slide-active {
        width: 1067px !important;
    }

    .custom-portfolio-detail-slider .swiper-slide {
        max-height: 600px !important;
    }

    .single-case-studie .gallery-icon a {
        height: unset;
        width: unset;
        aspect-ratio: 1/1;
        display: block;
    }

    .single-case-studie .gallery-icon a img {
        height: 100%;
    }
}

/*  tablet and mobile */
@media (max-width: 1024px) {
    .cust-our-services-section .cust-col-design .cust-col-card-design .elementor-widget-heading {
        margin-bottom: 0px;
        min-height: 0px;
    }

    .cust-our-services-section .cust-col-design .cust-col-card-design .elementor-widget-text-editor {
        min-height: 0px;
    }

    .process-sec-container .elementor-widget-image {
        aspect-ratio: 1 / 1;
        height: unset;
        width: unset;
    }

    .process-sec-container .elementor-widget-image img {
        height: 100% !important;
    }

    .cust-cont-form .contact-btn-wraper {
        margin: 0px auto;
    }

    .project-card-main .elementor-loop-container>.e-loop-item:nth-of-type(4n + 1) .residential-design-card,
    .project-card-main .elementor-loop-container>.e-loop-item:nth-of-type(4n + 3) .residential-design-card {
        height: 386px;
    }

    .project-card-main .elementor-loop-container>.e-loop-item:nth-of-type(4n + 2) .residential-design-card,
    .project-card-main .elementor-loop-container>.e-loop-item:nth-of-type(4n + 4) .residential-design-card {
        height: 286px;
    }

    .project-card-main .elementor-loop-container::after {
        content: none;
    }

    .project-approach-line::after {
        content: none;
    }

    .verticle-line-img .cust-line-img-first::after {
        content: none;
    }

    .custom-primary-btn,
    .custom-primary-btn a {
        min-width: 177px;
    }

    .custom-project-img-text {
        display: block;
        position: relative;
    }

    .custom-project-img-text {
        display: flex;
    }

    .custom-project-heading,
    .custom-project-link {
        width: fit-content;
    }

    .custom-home-number-slider .swiper-slide {
        width: 100% !important;
    }

    .custom-service-slider .swiper-slide-active {
        width: 300px !important;
    }

    .custom-portfolio-detail-slider .swiper-slide-active {
        width: 250px !important;
    }

    .custom-portfolio-detail-slider .swiper-slide {
        max-height: 220px !important;
    }

    .contact-input-wraper {
        margin-bottom: 16px;
    }

    .contact-input-wraper .contact-input {
        font-size: 16px;
        line-height: 24px;
    }

    .custom-btn-submit {
        font-size: 16px !important;
        line-height: 19px !important;
        min-width: 176px;
    }

    .cust-scroll-mob {
        width: 1410px;
        overflow-x: scroll;
    }

    .cust-scroll-mob .elementor-widget-text-editor {
        min-width: fit-content;
        width: 100%;
    }

    .left-text-line::after {
        content: none;
    }

    .left-text-line .cust-con-text {
        border-bottom: none;
    }

    .right-text-line::after {
        content: none;
    }

    .right-text-line .cust-con-text {
        border-bottom: none;
    }

    .custom-grid-card-text {
        position: relative;
        bottom: unset;
        left: unset;
        transform: unset;
        transition: unset;
        background: linear-gradient(180deg, rgba(17, 17, 17, 0.95) -26.49%, rgba(17, 17, 17, 0.9) 100%);
    }

    .custom-img-grid-container:hover .custom-grid-card-text {
        transform: unset;
    }

    .custom-img-slider .elementor-swiper-button {
        padding: 15px !important;
    }

    .custom-img-slider::after {
        width: 130px;
    }

    .custom-img-slider::before {
        width: 130px;
    }

    .custom-top-box-bg::after {
        content: unset;
    }

    .custom-img-slider {
        min-height: 327px;
    }

    .custom-img-slider img {
        min-height: 327px;
        object-fit: cover;
    }

    .custom-post-content {
        font-size: 16px;
        line-height: 20px;
    }


    .custom-post-content> :not(:last-child) {
        margin-bottom: 20px;
    }

    .custom-post-content>p:last-child {
        margin-bottom: 0 !important;
    }

    .custom-post-content h1 {
        font-size: 40px;
        line-height: 44px;
        margin-top: 10px;
        margin-bottom: 50px;
        padding-top: 116px;
        padding-bottom: 32px;
    }

    .custom-post-content h2 {
        font-size: 32px;
        line-height: 42px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .custom-post-content h3 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .custom-post-content blockquote {
        padding: 32px;
    }

    .custom-post-content blockquote p:first-of-type {
        font-size: 24px;
        line-height: 36px;
    }

    .project-detail-popup .dialog-widget-content {
        width: 88%;
    }

    .project-detail-popup .dialog-message {
        width: 100%;
    }

    .project-detail-popup .dialog-close-button::after {
        content: none;
    }

    .project-detail-popup .elementor-location-popup .e-con-inner {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .coming-soon-card .e-loop-item .coming-soon-grid-card::after {
        bottom: -32px !important;
        width: 100% !important;
    }

    .contact-btn-wraper-new {
        display: flex;
        justify-content: left;
    }

    .custom-btn-submit-new {
        font-size: 16px !important;
        line-height: 19px !important;
    }

    .coming-soon-card .e-loop-item:nth-child(3n + 2) .coming-soon-grid-card::before,
    .coming-soon-card .e-loop-item:nth-child(3n + 3) .coming-soon-grid-card::before {
        content: unset;
    }
}

/* only Tablet styles */
@media (min-width: 768px) and (max-width: 1024px) {


    .site-header .e-con-inner {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    /* Mobile CSS here */
    .project-approach-line::after {
        content: none;
    }

    .verticle-line-img .cust-line-img-first::after {
        content: none;
    }

    .custom-service-slider .swiper-slide-active,
    .custom-service-slider .swiper-slide {
        width: 300px !important;
    }

    .custom-portfolio-detail-slider .swiper-slide-active,
    .custom-portfolio-detail-slider .swiper-slide {
        width: 250px !important;
    }

    .custom-portfolio-detail-slider .swiper-slide {
        max-height: 220px !important;
    }

    .left-text-line::after {
        content: none;
    }

    .right-text-line::after {
        content: none;
    }

    .single-case-studie .wp-lightbox-overlay .wp-lightbox-navigation-button.wp-lightbox-navigation-button-next {
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
    }

    .single-case-studie .wp-lightbox-overlay .wp-lightbox-navigation-button.wp-lightbox-navigation-button-prev {
        left: 50px;
        top: 50%;
        transform: translateY(-50%);
    }

    .single-case-studie .gallery-icon a {
        display: block;
        aspect-ratio: 1/1;
        height: unset;
    }

    .single-case-studie .gallery-icon a img {
        height: 100%;
    }

    .more-case-study .post-featured-image {
        height: unset;
        aspect-ratio: 1/1;
        display: block;
    }

    .more-case-study .post-featured-image img {
        height: unset !important;
    }

    /* .cust-our-services-section .cust-col-design .cust-col-card-design::after {
        right: -20px !important;
    } */
    .cust-our-services-section .cust-col-design .cust-col-card-design::after {
        width: 100%;
        height: 1px;
        right: unset;
        top: unset;
        bottom: -32px;
    }

    .foot-tab-col-1 {
        width: 15% !important;
    }

    .foot-tab-col-2 {
        width: 35% !important;
    }

    .foot-tab-col-3 {
        width: 20% !important;
    }

    .foot-tab-col-4 {
        width: 20% !important;
    }
}


/* only Mobile styles */
@media (max-width: 767px) {
    /* .cust-our-services-section .cust-col-design .cust-col-card-design .elementor-widget-image {
        height: 327px;
    } */

    .site-header .e-con-inner {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .home-hero::before {
        content: '';
        background: linear-gradient(0deg, #34312D 0%, rgba(52, 49, 45, 0.696809) 25.07%, rgba(52, 49, 45, 0.5) 33.43%, rgba(52, 49, 45, 0) 50.14%) !important;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        top: unset;
    }

    .cust-our-services-section .cust-col-design .cust-col-card-design .elementor-widget-heading {
        margin-bottom: 20px !important;
        min-height: unset !important;
    }

    .cust-our-services-section .cust-col-design .cust-col-card-design .elementor-widget-text-editor {
        min-height: unset !important;
    }

    .cust-our-services-section .cust-col-design .cust-col-card-design::after {
        width: 100%;
        height: 1px;
        right: unset;
        top: unset;
        bottom: -32px;
    }

    .cust-image-scale {
        background-size: 450px 100% !important;
    }

    .process-sec-heading-container .e-con .elementor-widget {
        min-width: unset !important;
    }

    .process-sec-heading-container .elementor-widget-heading:first-child p {
        line-height: 16px !important;
    }

    .process-sec-container .process-sec-heading-container {
        min-height: unset;
    }

    /**our client section home page **/
    .our-client-box-gradient,
    .custom-box-gradient {
        background: #34312D !important;
    }

    .single-case-studie .wp-lightbox-overlay .wp-lightbox-navigation-button.wp-lightbox-navigation-button-next,
    .single-case-studie .wp-lightbox-overlay .wp-lightbox-navigation-button.wp-lightbox-navigation-button-prev {
        top: 50%;
        transform: translateY(-50%);
    }

    .accordion2-child-grid-container>.e-con.e-child,
    .accordion3-child-grid-container>.e-con.e-child {
        height: max-content;
        display: flex !important;
        flex-direction: column;
        row-gap: 20px;
    }

    .accordion2-child-grid-container,
    .accordion3-child-grid-container {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }

    .single-case-studie .gallery {
        display: flex !important;
        flex-direction: column !important;
        gap: unset !important;
        margin: unset !important;
    }

    .single-case-studie .gallery .gallery-item {
        padding-right: 0px !important;
        padding-bottom: 24px !important;
    }

    .single-case-studie .gallery .gallery-item:last-child {
        padding-bottom: 0px !important;
    }

    .single-case-studie .gallery-icon a {
        aspect-ratio: 1/1;
        height: unset;
        display: block;
    }

    .single-case-studie .gallery-icon a img {
        height: 100%;
    }

    .more-case-study .post-featured-image {
        height: unset;
        aspect-ratio: 1/1;
        display: block;
    }

    .more-case-study .post-featured-image img {
        height: unset !important;
    }

    .cust-foot-mob-stack ul {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }

}

.cz-popup p,
.vg-popup p {
    cursor: pointer;
}