/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
#section1{
    z-index: 101;
}
.search-blog input {
    background: #e4ecea !important;
    border-radius: 50px;
    height: 60px !important;
    border: 2px solid #A7C5BE;
    color: #0c5c48;
}

.search-blog button {
    color: #0c5c48 !important;
}
.menu-full .search-menu {
    position: fixed;
    right: 95px;
    z-index: 9999999;
    top: 28px;
}

.menu-full .search-menu svg {
    width: 26px;
    height: 26px;
}
.search-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0c5c48;
}
.search-menu svg {
    fill: #0c5c48;
    width: 22px;
    height: 22px;
}

div#search-menu-field {
    display: none;
}
div#search-menu-field.showsearch {
    display: block;
    position: fixed;
    top: 100px;
    left: 10px;
    width: 35%;
}

div#search-menu-field input {
    background: rgb(7 73 57 / 80%);
    border-radius: 0 0 15px 15px;
    backdrop-filter: blur(10px);
    color: white;
}

div#search-menu-field input::placeholder {
    color: white;
    font-weight: 300;
}

div.wd-dropdown {
    background: rgb(255 255 255 / 50%) !important;
    backdrop-filter: blur(15px);
    border: 1px solid #ffffff94;
    border-radius: 20px;
    top: 5px;
    overflow: hidden;
}

.autocomplete-suggestion .suggestion-thumb img {
    border-radius: 15px;
}

.searchform .searchsubmit {
    color: white;
}
.single-product .elementor-gallery__container.e-gallery-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    border-radius: 0 0 30px 30px;
    border-top: 0;
}

.single-product a.e-gallery-item {
    min-width: 100px;
    min-height: 100px;
}
.product-price-item {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #0c5c48;
    margin: 10px auto;
    justify-content: flex-start;
    width: 290px;
}

.product-price-item img {
    width: 40px;
    height: 40px;
    margin-left: 14px;
}


.single-product .elementor-gallery__container.e-gallery-container {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #b8c5c2 transparent;
}

.woocommerce-Reviews {
    flex-direction: column-reverse !important;
    margin: 0 !important;
}

.woocommerce-Reviews #comments, .woocommerce-Reviews #review_form_wrapper {
    max-width: 100%;
    padding: 0;
}


.commentlist>li {
    border: 1px solid #ddefeb !important;
    padding: 12px;
    border-radius: 20px;
}

.commentlist .review_comment_container, .commentlist .comment_container {
    position: relative;
    color: #263d36;
}
#comments .avatar, .wd-user-panel .avatar {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 30px;
    height: 30px;
}

.review .star-rating {top: -5px;}

.commentlist .comment-text .meta {
    order: -1 !important;
    margin-right: 40px;
    color: #005c45;
}

.commentlist .comment-text .meta time {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
}

span.woocommerce-review__dash {
    display: none;
}

.star-rating span {
    color: #f5a731;
}


div#review_form_wrapper {
    margin-top: -20px;
    background: #ebf5f2;
    max-width: 100% !important;
    border-radius: 0 0 20px 20px;
    margin-bottom: 20px;
    padding: 12px !important;
}

span#reply-title {
    display: none;
}

div#review_form textarea {min-height: 100px !important;background: #f5faf9;border-radius: 20px;}

.comment-form-rating {
    margin-bottom: 5px !important;
}

.comment-form .submit {width: 100%;border-radius: 50px;background: #005c45;}

h2.woocommerce-Reviews-title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 13px !important;
    text-align: center;
}
.elementor-gallery-item {
    background: #ffffff26;
    border: 2px solid #ffffffb0 !important;
}
.form-consult .gform_button {
    width: 100%;
    background: #0c5c48;
    color: white;
}
.form-consult input {
    border-radius: 50px;
    background: #fdffff;
    height: 50px;
}

.form-consult textarea {
    border-radius: 25px;
    background: white;
}

.form-consult label.gfield_label {
    color: #0c5c48;
    font-weight: 500 .!important;
    text-align: center !important;
    display: block !important;
}

body::-webkit-scrollbar {
    width: 10px;
}
div#comments {
    max-width: 1240px;
    margin: auto;
    padding: 12px;
}
/* Track */
body::-webkit-scrollbar-track {
    background: #d3e3df;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #0c5c48;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: #0c5c48;
}

.wpstory-pagination__item span {
    -webkit-transform-origin: right center !important;
    -moz-transform-origin: right center !important;
    -ms-transform-origin: right center !important;
    -o-transform-origin: right center !important;
    transform-origin: right center !important;
}

.ct-btn-project .btn-scheme-dark {
    color: #00503c;
    font-weight: 500;
}

.ct-btn-project .elementor-widget-wrap.elementor-element-populated {
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    justify-content: start;
}

.ct-btn-project .elementor-widget-wrap.elementor-element-populated::-webkit-scrollbar {
    display: none;
}

.container {
    max-width: 100% !important;
    padding: 0 !important;
}
.website-wrapper{
    overflow: unset;
}

.whb-flex-row.whb-general-header-inner {
    display: flex;
    width: 100% !important;
    justify-content: center;
    background: rgb(144 186 175 / 50%);
    backdrop-filter: blur(10px);
    z-index: 1;
    position: relative;
}

.whb-column.whb-col-left.whb-visible-lg {
    display: flex;
    justify-content: flex-end !important;
    flex: unset;
}

.whb-column.whb-col-right.whb-visible-lg {
    flex: unset;
}

.site-logo {
    width: 300px;
    position: relative;
    height: 200px;
}

a.wd-logo.wd-main-logo {
    top: 0;
    right: 54px;
    min-height: 115px;
    width: 150px;
    display: block;
    background: rgb(255 255 255 / 40%);
    position: absolute;
    padding: 0 14px;
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(9px);
    border: 1px solid #ffffff6e;
    border-top: 0;
}

.wd-logo img {
    min-height: auto !important;
    max-height: 150px;
    /* max-width: 150px !important; */
    width: 100% !important;
    padding: 12px 15px;
    position: relative;
    z-index: 2;
}

.whb-general-header:before {
    content: "";
    width: 150px;
    height: 25px;
    background: rgb(144 186 175 / 40%);
    z-index: -8;
    position: absolute;
    =: 0;
    right: 50%;
    transform: translate(50%);
    border-radius: 0 0 20px 20px;
    top: 90px;
    /* box-shadow: 0px -10px 25px #f6a71e; */
    backdrop-filter: blur(10px);
}

.whb-color-light:not(.whb-with-bg) {
    background-color: unset;
}

.main-page-wrapper {
    padding-top: 0;
}

.ct-menu-lomin {
    max-height: 100px;
    height: 100px;
}

.ct-menu-lomin:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(144 186 175 / 40%) !important;
    backdrop-filter: blur(10px);
}

.ct-menu-lomin .e-con-inner {
    max-height: 100px;
}

.menu-lomin svg {
    width: 25px;
    height: 28px;
    fill: #0c5c48;
    position: relative;
    top: 2px;
    margin-left: 14px;
}

.logo-menu-lomin {
    backdrop-filter: blur(10px);
    background: rgb(219 235 230 / 60%) !important;
    border: 1px solid #ffffff47;
    border-top: 0;
    box-shadow: 0px 5px 20px #0c5c4838;
}

.btn-menu li {
    padding-right: 50px;
    border-radius: 50px;
}


a.btn-call-menu>div {
    background: #0c5c48;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 25px #f6a71eb0;
}

a.btn-call-menu svg {
    fill: white;
    width: 12px;
    height: 12px;
}

a.btn-call-menu {
    display: flex;
    align-items: center;
    margin-left: 7px;
    background: #ffffff5c;
    border-radius: 500px;
    color: #233c36;
    font-size: 15px;
    font-family: arial;
    /* font-weight: 700; */
    border: 2px solid #ffffff36;
    padding-left: 15px;
    letter-spacing: 1px;
}

img.menu-lomin-img {
    width: 28px;
    position: relative;
    margin-left: 12px;
}


.choopex-consult-box {
    display: flex;
    flex-direction: column;
    background: #0c5c48;
    align-items: center;
    padding: 20px 10px;
    border-radius: 25px;
}

.choopex-consult-box h3 {
    font-size: 20px;
    color: #ffffff;
}

.choopex-consult-box svg {
    width: 25px;
    height: 25px;
    fill: white !important;
    color: white;
}

.choopex-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.choopex-btn {
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 50px;
    color: #002a20;
    margin: 5px 3%;
    min-width: 150px;
    text-align: center;
    border: 2px solid #ffffff8c;
    font-size: 16px;
    background: #c8e4b5;
    justify-content: center;
    flex: 1;
}
.choopex-btn:hover {
    background: #0c5c48;
    color: white;
}
.choopex-btn div {
    width: 40px;
    height: 40px;
    background: #005c45;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 25px #f6a71eb0;
    border-radius: 500px;
}

a.choopex-btn svg {
    fill: #ffffff !important;
}

a.choopex-btn span {
    margin: auto;
}

.choopex-consult-box h3 {
    font-size: 20px;
    color: white;
}

.single-3d model-viewer {
    height: 300px !important;
}

.address-footer>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 22px;
}

.address-footer svg,
.address-footer img {
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
}

a.h-google,
a.h-waze,
a.h-neshan {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    margin: 0 5px;
}

.address-footer>div>div {
    display: flex;
}

.lomin-footer {
    display: flex;
    justify-content: space-between;
    color: white;
    font-weight: 300;
    font-size: 90%;
}

.lomin-footer a {
    color: white;
    font-weight: 300;
}

.lomin-footer>div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu-left-lomin a {
    color: #043428;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    margin: 0 25px;
}

.menu-left-lomin {
    display: flex;
    margin-right: 20px;
    align-items: center;
}

.instafooter {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.profile-insta {
    width: 25%;
    max-width: 350px;
    margin-left: 1%;
    padding-right: 2%;
}

.img-instapost {
    display: flex;
    overflow-x: auto;
    padding: 0 10px;
    max-width: 100%;
}

.img-instapost a {
    min-width: calc(20% - 16px);
    max-height: 250px;
    display: block;
    margin: 8px;
    border-radius: 20px;
    overflow: hidden;
}

.img-instapost img {
    width: 100%;
    height: 100%;
}

.profile-insta strong {
    position: relative;
    background: #0c5c48;
    color: white;
    width: 100%;
    display: block;
    line-height: 35px;
    border-radius: 50px;
    text-align: center;
}


.services-lomin {
    display: flex;
    overflow-x: auto;
}

.service-lomin {
    min-height: 500px;
    min-width: 350px;
    margin-left: 10px;
    border-radius: 25px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.service-lomin>div {
    background: linear-gradient(0deg, #061c17b0, transparent 90%);
    border-radius: 25px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    justify-content: flex-end;
    font-weight: 300;
    padding: 5px 20px;
    font-size: 13px;
    height: 100px;
    transition: 0.5s;
}

.service-lomin a, .service-lomin h3 {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.service-lomin p {
    height: 0;
    overflow: hidden;
    text-align: justify;
}

.service-lomin:hover p {
    height: 100%;
    overflow-y: scroll;
}

.service-lomin:hover>div {
    height: 60%;
    text-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

.service-lomin:hover .lomin-s-slogan {
    font-weight: 500;
    margin-bottom: 10px;
}

.service-lomin p::-webkit-scrollbar {
    display: none;
}

.btn-projects #project-initial-loading {
    display: none;
}

.pl-project-tabs a {
    background: #d3e9e4;
    padding: 12px 20px;
    border-radius: 50px;
    margin: 5px 5px;
    color: #005c45;
    font-weight: 700;
    font-size: 90%;
    white-space: nowrap;
    flex: 1;
    text-align: center;
}

.pl-project-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pl-tab-btn.active-tab-3d {
    background: #005c45;
    color: white;
}


.call-btn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: 275px;
    margin-left: 10px;
    padding: 6px;
    border-radius: 24px;
}

.top-wt {
    display: flex;
}

.top-wt img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin-left: 8px;
}

.top-wt>div {
    display: flex;
    flex-direction: column;
}

.call-wt {
    display: flex;
    flex-direction: column;
}

.top-wt strong {
    color: #801c5b;
    font-size: 16px;
}

.top-wt span {
    font-size: 12px;
    color: #3f393d;
}

.call-wt a {
    margin: 5px 0px;
    letter-spacing: 2px;
}

.tel-sun {
    padding: 8px 30px 8px;
    border-radius: 50px;
    font-weight: 900;
    color: #00543f;
    background: #0c5c4824;
    width: 100%;
    text-align: center;
    margin-left: 10px;
    font-size: 22px;
    letter-spacing: 0 !important;
}


.social-media {
    display: flex;
    justify-content: center;
    margin: 10px;
    padding: 3px;
    border-radius: 25px;
}

.social-media img {
    background: #0c5c48;
    padding: 3px;
    border-radius: 36px;
    width: 45px;
}

.social-media a {
    padding: 7px;
}

.call-wt {
    display: flex;
    margin-top: 10px;
}

#lomin-call {
    width: 100%;
    bottom: 90px;
    right: 20px;
    border-radius: 10px;
    max-width: 320px;
    z-index: 9999;
}

#box-lomin-call {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: #ffffff75;
    border-radius: 25px;
    width: 320px;
    max-width: 79%;
    z-index: 9999;
    backdrop-filter: blur(25px);
    box-shadow: 0 0 15px rgb(10 33 28 / 15%);
}

#btn-lomin-call svg {
    width: 30px;
    height: 30px;
}

#btn-lomin-call {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0c5c48;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    animation: bot-to-top 2s ease-out;
}

.anime {
    content: '';
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 6px solid #0c5c48;
    position: fixed;
    z-index: 1 !important;
    bottom: 10px;
    right: 10px;
    animation: ring 1.5s infinite;
}

@keyframes ring {
    0% {
        transform: scale(.5);
        opacity: 1
    }

    100% {
        transform: scale(1.05);
        opacity: 0
    }
}
@keyframes bot-to-top {
    0% {
        bottom: -40px
    }

    50% {
        bottom: 40px
    }
}

@keyframes scale-in {
    from {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}
.header-lomin-call {
    background: #0c5c48;
    color: white;
    border-radius: 25px 25px 0 0;
    padding: 10px;
    display: flex;
    align-items: center;
}

.header-lomin-call strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.header-lomin-call span {
    font-size: 14px;
}

.chat-icon {
    width: 40px;
    height: 40px;
    margin: 0 15px;
}

.body-lomin-call {
    padding: 10px;
    padding-bottom: 0;
}

.body-lomin-call .sun-call {
    flex-wrap: wrap;
    padding-bottom: 0;
    overflow-x: unset;
}

.body-lomin-call .call-btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}
.lomin-mobile-menu-icon {
    display: none;
    position: fixed;
    top: 18px;
    right: 20px;
    z-index: 2000;
    color: white;
    border: none;
    padding: 13px;
    cursor: pointer;
    font-size: 26px;
    background: #0c5c48;
    border-radius: 50%;
    line-height: 28px;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 25px #f6a71eb0;
}

.lomin-mobile-menu-icon:hover {
    color: white;
}

/* منوی اصلی */
.lomin-menu {
    padding: 10px 0;
    position: relative;
    display: flex;
    white-space: nowrap;
    width: 100%;
}
.onlymobile {
    display: none !important;
}
.lomin-menu-item {
    display: block;
    position: relative;
    margin: 0 12px;
}

.lomin-menu-link {
    text-decoration: none;
    color: #043428;
    padding: 15px 20px;
    display: block;
    font-weight: bold;
    transition: all 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100px;
}

.lomin-menu-item:hover>.lomin-menu-link {
    color: #0c5c48;
}

/* Dropdown محصولات */
.lomin-products-dropdown {
    position: absolute;
    top: 100px;
    right: 0;
    width: 300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s;
    z-index: 1000;
    background: rgb(255 255 255 / 60%) !important;
    backdrop-filter: blur(10px);
    border-radius: 0 0 25px 25px;
    overflow: hidden;
}

a.lomin-product-item img {
    width: 80px;
    height: 80px;
    margin-left: 10px;
}

.lomin-menu-item:hover .lomin-products-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lomin-product-item {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    transition: background 0.3s;
    text-decoration: none;
    color: inherit;
}

.lomin-product-item:hover {
    background: rgb(255 255 255 / 35%);
}

.lomin-product-item:last-child {
    border-bottom: none;
}

.lomin-product-title {
    color: #043428;
    font-weight: 700;
    font-size: 120%;
}

/* Dropdown پروژه ها */
.lomin-projects-dropdown {
    position: absolute;
    top: 100px;
    right: 0;
    width: 300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 1000;
    padding: 15px;
    border-radius: 0 0 25px 25px;
    background: rgb(255 255 255 / 60%) !important;
    backdrop-filter: blur(10px);
    max-height: 85vh;
    overflow-y: auto;
}

.lomin-projects-dropdown::-webkit-scrollbar {
    display: none;
}

.lomin-menu-item:hover .lomin-projects-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lomin-project-item {
    position: relative;
    height: 7vh;
    min-height: 60px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: inherit;
    border-radius: 25px;
    overflow: hidden;
}

.lomin-project-item:hover {
    transform: scale(1.02);
}


.lomin-project-title {
    font-size: 120%;
    position: absolute;
    color: white;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(19 31 28 / 52%), rgb(19 31 28 / 31%));
    backdrop-filter: blur(1px);
    display: flex;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
}

/* منوهای اضافی */
.lomin-extra-items {
    display: none;
}

.lomin-extra-item {
    padding: 33px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 120% !important;
}

.lomin-extra-item a {
    color: #043428;
    text-decoration: none;
    font-size: 120%;
    display: block;
    font-weight: 700;
}

.lomin-logo-mobile {
    display: none;
}

a.btn-call-menu.mobile-btn-call-menu {
    display: none;
}
.project-tab .project-loading {
    display: none !important;
}


@media(max-width:768px) {
    div.box-3d-model {
        min-width: 220px;
        max-width: 220px;
        padding: 15px 30px;
    }

    div.box-3d-model div {
        font-size: 15px;
    }

    div.box-3d-model .price-icon img {
        margin-left: 5px;
    }

    div.box-3d-model h3 {
        font-size: 14px;
    }

    div.product-dimensions {
        font-size: 12px !important;
    }

    div.box-3d-model model-viewer {
        height: 130px;
    }

    div.box-3d-model a {
        font-size: 16px;
    }

    div.icon-p-box {
        padding: 10px;
        font-size: 11px;
        width: calc(33.333% - 6px) !important;
        min-width: unset !important;
        margin: 3px;
        border-radius: 15px;
        text-align: center;
        height: 150px;
    }
    div.icon-p-box strong {
        font-size: 80%;
        padding: 8px 0;
        bottom: 0px;
        border-radius: 10px 10px 0 0;
    }

    div.icon-products {
        gap: 0;
    }

    div.icon-p-box img {
        width: 100%;
        height: 100%;
        margin-bottom: 0px;
    }

    div.icon-p-box {
        padding: 10px;
        font-size: 11px;
        width: calc(33.333% - 6px) !important;
        min-width: unset !important;
        margin: 3px;
        border-radius: 15px;
        text-align: center;
    }

    div.icon-products {
        gap: 0;
        margin-bottom: 5px;
    }


    div.tab-3d {
        white-space: nowrap;
        justify-content: start;
        overflow: scroll;
        padding: 0 20px;
        font-size: 12px;
        margin-bottom: 0;
    }

    div.ct-3d-products {
        padding-left: 0;
        padding-right: 0;
    }


    div.\33 d-products {
        padding: 20px;
    }

    div.ct-3d-products {
        border-radius: 20px;
    }

}


.\33 d-products::-webkit-scrollbar {
    height: 20px;
}

.\33 d-products::-webkit-scrollbar-track {
    background: #d3e3df;
    border-radius: 10px;
    margin: 0 20px;
}

.\33 d-products::-webkit-scrollbar-thumb {
    background: #015440;
    background: linear-gradient(45deg, #015440, #0a755b);
    border-radius: 10px;
    border: 2px solid #f0e6d2;
    transition: all 0.3s ease;
}

.\33 d-products::-webkit-scrollbar-thumb:hover {
    background: #015440;
    border: 2px solid #e8dcc6;
}

model-viewer {
    --poster-color: transparent;
    --progress-mask: none;
}

.contain-products {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.icon-products {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
}

.icon-p-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(16.666% - 10px);
    min-width: 150px;
    background: #d3e3df;
    border-radius: 40px;
    color: #373234;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 4px solid transparent;
    position: relative;
    height: 190px;
    overflow: hidden;
}

.icon-p-box.active {
    background: #a2c4bb;
    border-color: #015440;
}

.icon-p-box:hover {
    background: #a2c4bb;
    transform: translateY(-2px);
}

.icon-p-box img {
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
}

.ct-3d-products {
    display: none;
    background: #ededed;
    border-radius: 40px;
    padding: 20px;
}

.ct-3d-products.active {
    display: block;
}

.tab-3d {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: center;
}

.tab-3d div.active-tab-3d {
    background: #015440;
    color: white;
}

.tab-3d div {
    padding: 12px 25px;
    background: white;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    color: #015440;
}

.tab-3d div:hover {
    background: #e8dcc6;
}


.\33 d-products {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px 0;
    width: 100%;
}

.box-3d-model {
    min-width: 250px;
    max-width: 250px;
    padding: 15px;
    background: white;
    border-radius: 20px;
    text-align: center;
    position: relative;
    border: 1px solid #ededed;
}

.box-3d-model .price-icon img {
    width: 25px;
    height: 25px;
}

.box-3d-model .price-text {
    font-size: 85% !important;
    font-weight: 500;
    color: #0c5c48;
}

.box-3d-model .product-price-item {
    margin: 0;
}

.box-3d-model .product-prices {
    margin-top: 10px;
}


.product-dimensions {
    margin-top: -30px !important;
    font-size: 14px !important;
    color: #000000 !important;
    margin-bottom: 5px;
    font-weight: 300 !important;
}

.box-3d-model model-viewer {
    width: 100%;
    height: 220px;
    border-radius: 15px;
}

.box-3d-model div {
    margin-top: 15px;
    font-weight: bold;
    color: #5d4e37;
    font-size: 18px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: flex;
}

.box-3d-model a:hover h3 {
    color: #f6a71e;
}

.box-3d-model h3 {
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 0;
    transition: 0.5s;
}
.icon-p-box strong {
    z-index: 1;
    background: rgb(255 255 255 / 65%);
    width: 90%;
    text-align: center;
    bottom: 10px;
    position: absolute;
    backdrop-filter: blur(2px);
    padding: 10px;
    border-radius: 50px;
    color: #032e23;
    font-size: 90%;
}

.icon-p-box.active strong {
    background: #015440;
    color: white;
}
.icon-360 {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 20px;
    top: 15px;
    opacity: 0.6;
}
        .project-tabs-container {
            width: 100%;
            margin: 20px 0;
        }

        .project-tabs-nav {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }
.product-thumbnail {
    width: 215px;
    height: 215px;
    display: flex;
    align-items: center;
    margin-top: -15px !important;
    max-width: 100%;
}
.project-tab-button {
    padding: 15px 30px;
    background: #e4ecea;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s 
ease;
    color: #0c5c48;
    border-radius: 50px;
}

.project-tab-button.active {
    color: white;
    border-radius: 50px;
    background: #0c5c48;
}
.project-tab-button:hover {
    color: white;
    background: #0c5c48;
}

        .project-tabs-content {
            padding: 20px 0;
        }

        .project-tab-pane {
            display: none;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .project-tab-pane.active {
            display: block;
            opacity: 1;
        }
/* استایل موبایل */
@media (max-width: 1024px) {
.container-gsap::-webkit-scrollbar {
    height: 20px;
}

.container-gsap::-webkit-scrollbar-track {
    background: #d3e3df;
    border-radius: 10px;
    margin: 0 20px;
}

.container-gsap::-webkit-scrollbar-thumb {
    background: #015440;
    background: linear-gradient(45deg, #015440, #0a755b);
    border-radius: 10px;
    border: 2px solid #f0e6d2;
    transition: all 0.3s ease;
}

.container-gsap::-webkit-scrollbar-thumb:hover {
    background: #015440;
    border: 2px solid #e8dcc6;
}
    div#search-menu-field.showsearch {
            top: 90px !important;
            width: 96% !important;
            left: 2% !important;
        }
    .lomin-logo-mobile {
        width: 90px;
        position: fixed;
        right: 50%;
        top: 0;
        transform: translate(50%);
        padding: 10px;
        display: block;
    }

    a.mobile-btn-call-menu {
        display: flex !important;
        font-size: 14px;
        padding-left: 8px;
        position: absolute;
        left: -20px;
        border-radius: 0 50px 50px 0 !important;
        top: -15px;
    }

    a.mobile-btn-call-menu>svg {
        padding: 0;
    }

    a.mobile-btn-call-menu>div {
        width: 27px;
        height: 27px;
        margin-left: 5px;
    }

    a.mobile-btn-call-menu svg {
        top: 0;
        margin-left: 0;
    }

    .lomin-mobile-menu-icon {
        display: block;
    }

    body.lomin-menu-open {
        overflow: hidden;
    }

    .lomin-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        z-index: 1500;
        overflow-y: auto;
        padding: 20px;
        display: none;
        margin-top: 90px;
        background: rgb(255 255 255 / 70%) !important;
        backdrop-filter: blur(15px);
    }

    .lomin-menu.lomin-active {
        display: block;
    }

    .lomin-menu-item {
        display: block;
        margin: 0;
        border-bottom: 1px solid #eee;
    }

    .lomin-menu-link {
        padding: 20px 0;
        font-size: 18px;
        position: relative;
    }

    .lomin-menu-item.lomin-has-dropdown>.lomin-menu-link::after {
        content: '▼';
        position: absolute;
        left: 0;
        transition: transform 0.3s;
    }

    .lomin-menu-item.lomin-has-dropdown.lomin-active>.lomin-menu-link::after {
        transform: rotate(180deg);
    }

    .lomin-products-dropdown,
    .lomin-projects-dropdown {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        background: #0c5c481c !important;
        backdrop-filter: unset !important;
        overflow-y: auto;
        border-radius: 25px;
        padding: 0;
    }

    .lomin-menu-item.lomin-active .lomin-products-dropdown,
    .lomin-menu-item.lomin-active .lomin-projects-dropdown {
        max-height: 120vh;
    }

    .lomin-product-item {
        padding: 10px 20px;
        border-bottom: unset;
    }

    a.lomin-product-item img {
        width: 65px !important;
        height: 65px !important;
    }

    .lomin-menu-open .lomin-mobile-menu-icon {
        background: #f6a71e;
        color: white;
    }

    .lomin-project-item {
        height: 9vh;
    }

    /* منوهای اضافی در موبایل */
    .lomin-extra-items {
        display: block;
    }
}

.page-template-default .container {
    margin-top: 180px;
}


/* دسکتاپ - مخفی کردن منوهای اضافی و آیکن */
@media (min-width: 1024px) {
.menu-full .search-menu {display: none;}
.wpstory-item-circles .wpstory-feed-item-ins {
        width: 120px !important;
    }

    .wpstory-item-circles .wpstory-feed-item-ins .wpstory-circle-image,
    .wpstory-item-circles .wpstory-feed-item-ins .wpstory-feed-canvas {
        width: 100px !important;
        height: 100px !important;
        margin:auto;
    }
    .lomin-mobile-menu-icon {
        display: none !important;
    }

    .lomin-extra-items {
        display: none !important;
    }
}
@media(max-width:768px) {
    button.project-tab-button {
        width: 48%;
        font-size: 85%;
        padding: 10px;
    }
    .service-lomin {
        min-width: 280px;
        min-height: 380px;
    }

    .btn-projects a {
        font-size: 80% !important;
        margin: 3px;
        padding: 10px 20px;
        flex: 1;
        text-align: center;
    }

    a.big-btn-project {
        text-align: center;
    }

    .btn-projects {
        justify-content: flex-start;
    }
}

@media(max-width:980px) {
    div.onlymobile {
            display: block !important;
    }
    .ct-menu-lomin {
        max-height: 90px;
        height: 90px;
    }
    div.img-instapost a {
        min-width: 160px;
        margin: 5px;
    }

    div.instafooter {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    div.profile-insta {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 10px;
    }
}