.header {
    background-color: #202020;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.mobile-header {
    display: none;
}
.w-nav {
    z-index: 1000;
    position: relative;
}
.header .logo {
    display: flex;
    align-items: center;
}
.header .logo img {
    width: 50px;
}
.header .logo a {
    text-decoration: none;
    color: #000;
}
.header .logo a p {
    margin: 0;
    margin-left: 8px;
    font-size: 22px;
    color: #fff;
}
.header .nav {
    justify-content: space-evenly;
}
.header .nav li {
    display: inline-block;
}
.header .nav li a {
    color: #fff;
    text-decoration: none;
    font-family: Syne, sans-serif;
    font-size: 16px;
}
.navbar {
    display: block !important;
}
.navbar.w-nav.sticky .nav-wrap p {
    color: #000;
}
.navbar.w-nav.sticky {
    position: sticky;
    top: 1px;
    background-color: #ffeedb;
    box-shadow: 1px 1px 11px 1px rgb(0, 0, 0, 0.5);
    transition: 0.3s;
    padding: 0;
}
.navbar.w-nav.sticky .nav-link {
    color: #000;
}
.navbar.w-nav.sticky .nav-contact-link {
    color: #000;
}
.nav-logo-wrap {
    max-width: 225px;
    display: flex !important;
    color: #fff !important;
    align-items: center !important;
}
.nav-button {
    background-color: #303030;
    color: white;
    border-radius: 53px;
    padding: 16px 40px;
    font-size: 16px;
    transition: background-color 0.2s, color 0.2s;
}
.nav-contact-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    display: flex;
}
.nav-menu {
    max-width: 63% !important;
}
.nav-link {
    font-family: Arial, sans-serif !important;
}
.home-banner-section {
    background-color: #202020;
    color: #fff;
    padding-top: 180px;
    padding-bottom: 335px;
    position: relative;
    overflow: hidden;
}
.banner-image-area {
    justify-content: center;
    align-items: center;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0%;
}
.home-banner-vector-area {
    max-width: 30%;
    position: absolute;
    inset: auto 9% 17% auto;
}
.home-banner-chair-wrap {
    z-index: 2;
    width: 100%;
    max-width: 22%;
    position: absolute;
    inset: auto 8% 15% auto;
}
.banner-image {
    width: 100%;
}
.home-banner-top-wood-wrap {
    max-width: 20%;
    position: absolute;
    inset: 6% 2% auto auto;
}
.home-banner-hammer-wrap {
    max-width: 23%;
    position: absolute;
    inset: auto auto 11% 17%;
}
.home-banner-bottom-wood {
    max-width: 5%;
    position: absolute;
    inset: auto auto 8% 28%;
}
.home-banner-bottom-vector {
    max-width: 40%;
    position: absolute;
    inset: auto auto -23% -8%;
}
.home-banner-table {
    max-width: 20%;
    position: absolute;
    inset: auto auto 3% 2%;
}
.home-banner-top-stick {
    z-index: 2;
    max-width: 41%;
    position: absolute;
    inset: 0% auto auto 0%;
}

.home-banner-top-stick-bg {
    max-width: 86%;
    position: absolute;
    inset: 0% auto auto -12%;
}
.align-center {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.banner-content-area {
    z-index: 2;
    position: relative;
}
.subtitle {
    margin-bottom: 0;
}
.banner-title-center.home {
    max-width: 1120px;
    margin-bottom: 25px;
}
.banner-title-center {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.banner-title {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(68deg, #fff 42%, #d5bdb7 78%, #cea79b);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.1;
    /* font-size: 74px; */
    font-family: Syne, sans-serif;
}

.banner-button-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    display: flex;
}
.white-button {
    border: 1px solid #fff;
    background-color: #fff;
    color: #303030;
    text-align: center;
    border-radius: 53px;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 500;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}
.dark-button {
    border: 1px solid #303030;
    background-color: #303030;
    color: #fff;
    text-align: center;
    border-radius: 53px;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 500;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}
.w-button {
    line-height: inherit;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.home-about-area {
    background-color: #f0cea5;
    position: relative;
}
.container-large {
    max-width: 1720px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
.home-about-content-wrap {
    max-width: 40%;
    padding-top: 110px;
    padding-bottom: 110px;
}
.subtitle-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
}
.subtitle {
    margin-bottom: 0;
}
.home-about-title-wrap {
    margin-top: 35px;
    margin-bottom: 30px;
}
/* .section-title {
    font-size: 37px !important; 
} */
.mg-top-30 {
    margin-top: 30px;
}
.secondary-button {
    border: 1px solid #ffeedb;
    background-color: #ffeedb;
    color: #202020;
    text-align: center;
    border-radius: 53px;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 500;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}
.home-about-image-area {
    width: 100%;
    max-width: 50%;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
}
.home-about-image {
    object-fit: cover;
    width: 100%;
}
.carpentry-overlay {
    position: absolute;
    inset: 0% 0% 0% auto;
}
.home-about-area.bottom {
    background-color: #ffeedb;
    background-image: url(https://cdn.prod.website-files.com/66e7f27…/67287b9…_home-about-box.svg);
    background-position: 100% 93%;
    background-repeat: no-repeat;
    background-size: 15%;
}
.home-about-image-area.left {
    inset: 0% auto 0% 0%;
}
.home-about-content-wrap.right {
    margin-left: auto;
    margin-right: 40px;
}
.secondary-lite-button {
    border: 1px solid #f0cea5;
    background-color: #fff9f2;
    color: #202020;
    text-align: center;
    border-radius: 53px;
    padding: 18px 60px;
    font-size: 18px;
    font-weight: 500;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}
.home-service-section {
    background-color: #fff9f2;
    padding-top: 140px;
    padding-bottom: 70px;
}
.service-card-title {
    font-size: 22px !important;
}
.service-card.home {
    margin-bottom: 0 !important;
}
.container-regular {
    z-index: 5;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
/* .counter-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
} */
.counter-number {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(170deg, #f0cea5, #ca9c70);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 77px;
    line-height: 1;
}
.text-small {
    font-size: 18px;
}
.video-section {
    padding-top: 150px;
    padding-bottom: 150px;
    color: #282828;
    height: auto;
    position: relative;
    overflow: hidden;
}
.w-background-video > video {
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    inset: -100%;
}
.container-regular {
    z-index: 5;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.video-area {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.video-content-area {
    background-color: #fcf0e3e0;
    max-width: 655px !important;
    padding: 80px 70px 65px 85px;
}
.subtitle-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
}
.section-title {
    font-size: 40px;
}
.custom-list-area {
    margin-top: 25px;
}
.custom-list-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    color: #635450;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
}
.custom-list-icon {
    min-width: 23px;
    max-width: 23px;
    margin-top: 4px;
    line-height: 0.6;
}
.video-button-wrap {
    margin-top: 25px;
}
.dark-button {
    border: 1px solid #303030;
    background-color: #303030;
    color: #fff;
    text-align: center;
    border-radius: 53px;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 500;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}
.video-button {
    color: #fff;
    background-image: url(https://cdn.prod.website-files.com/66e7f27…/66e96d1…_video-circle.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    min-width: 170px;
    max-width: 170px;
    min-height: 170px;
    max-height: 170px;
    display: flex;
    position: relative;
}
.play-state {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    display: flex;
}
.banner-section {
    color: white;
    padding-top: 125px;
    padding-bottom: 235px;
    position: relative;
    overflow: hidden;
    background-color: #202020;
}
.banner-title-wrap {
    margin-bottom: 25px;
}
.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}
.about-grid {
    grid-column-gap: 98px !important;
}
.about-process-section {
    background-image: url("/assets/uploads/fixed-photo.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}
html.w-mod-touch .about-process-section {
    background-attachment: fixed !important;
}
.about-process-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* ✅ бүх хэсгийг бүрхэх */
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2; /* overlay-ийг дээгүүр гаргах */
}
.banner-vector-area {
    max-width: 30%;
    position: absolute;
    inset: auto 10% -3% auto;
}
.banner-chair-wrap {
    max-width: 21%;
    position: absolute;
    inset: auto 24% -1% auto;
}
.banner-area {
    background-color: #202020;
    padding-top: 35px;
}
.contact-section {
    padding-top: 150px;
    padding-bottom: 150px;
}
.contact-top-wrap {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.contact-top-image-wrap {
    min-width: 36%;
}
.subtitle-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
}
.mg-top-30 {
    margin-top: 30px;
}
.section-title {
    font-size: 40px;
    font-family: Syne, sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.2;
}
.contact-link-area {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    margin-top: 40px;
    display: flex;
}
.contact-link-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.contact-link-icon {
    border: 1px solid #ca9c70;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    min-width: 55px;
    max-width: 55px;
    min-height: 55px;
    max-height: 55px;
    display: flex;
}
.contact-link-title {
    margin-top: 0;
    font-size: 20px;
}
.contact-link {
    color: #282828;
    text-decoration: none;
}
.faq-section {
    padding-top: 150px;
    padding-bottom: 150px;
}
.faq-section-title-area {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
}
.align-center {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.subtitle-wrap.center {
    justify-content: center;
    align-items: center;
}
.subtitle-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 15px;
    display: flex;
}
.section-title {
    font-size: 40px;
}
.faq-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    margin-top: 50px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.faq-whole-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
}
.faq-wrap {
    border-bottom: 1px solid #dacabb;
    display: block;
}
.w-dropdown {
    text-align: left;
    z-index: 900;
    /* margin-left: auto;
    margin-right: auto; */
    display: inline-block;
    position: relative;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    vertical-align: top;
    color: #222;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    position: relative;
    user-select: none;
    cursor: pointer;
}
.faq-question-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-family: Syne, sans-serif;
    text-align: left;
    white-space: pre-wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    font-weight: 700;
    display: flex;
}
.faq-answer-wrap {
    background-color: #0000;
    display: block;
    position: static;
    overflow: hidden;
}
.w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute;
}
.faq-icon-wrap {
    background-color: #f9ead9;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    display: flex;
}
.faq-vertical-line {
    background-color: #635450;
    width: 2px;
    height: 12px;
    position: absolute;
}
.faq-answer-area {
    padding-bottom: 10px;
    padding-right: 40px;
}
.team-card:hover .team-name-area {
    opacity: 1 !important;
}

.footer {
    display: flex;
}
.footer-subscribe-area {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-image: url(https://cdn.prod.website-files.com/66e7f279201af6a86854a7ea/66e80c66b8b8ae9ff1458598_footer-image.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    max-width: 32%;
    padding: 70px 3% 140px;
    display: flex;
    position: relative;
}
.footer-overlay {
    position: absolute;
    inset: auto 0% 0%;
}
.footer-subscribe-wrap {
    background-color: #202020;
    margin-bottom: 0;
    max-width: 425px;
    padding: 50px;
}
.footer-subscribe-title {
    color: white;
    margin-top: 0;
    font-size: 25px;
}
.footer-text-field-area {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}
.footer-text-field {
    background-color: #0000;
    font-family: Syne sans-serif;
    color: #fff;
    border: 0.5px solid #4d4d4d;
    height: 78px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 20px;
}
.footer-submit-button {
    background-color: #202020;
    background-image: url(https://cdn.prod.website-files.com/66e7f27…/66e80e3…_footer-submit-arrow.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    min-width: 60px;
    max-width: 60px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    transition: background-position 0.3s;
    position: absolute;
    inset: 0% 0% 0% auto;
}
.w-form {
    margin: 0 0 15px;
}
.footer-content-area {
    flex: 1;
    padding: 60px 40px;
    padding-top: 130px;
}
/* .footer-grid {
    grid-column-gap: 25px;
    grid-template-columns: 0.6fr 0.7fr 1fr 0fr !important;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    display: grid;
} */
.footer-widget-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
}
.footer-widget-wrap {
    flex-flow: column;
    display: flex;
}
.footer-link {
    color: #635450;
    background-image: url(https://cdn.prod.website-files.com/66e7f279201af6a86854a7ea/66e8125659fdc1285950775d_dot.svg);
    background-position: 1%;
    background-repeat: no-repeat;
    background-size: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    text-decoration: none;
}
.footer-divider {
    border-bottom: 1px solid #e4d3be;
    margin-top: 85px;
    margin-bottom: 60px;
}
.align-center {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.copyright-text {
    color: #635450;
}
.copyright-link {
    border-bottom: 2px solid #0000;
    color: #635450;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
}
.footer-contact-link-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
}
.footer-contact-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #635450;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
}
.footer-contact-link-icon {
    border: 1px solid #635450;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    display: flex;
}

@media (max-width: 990px) {
    .mobile-header {
        display: block;
    }
    .w-nav {
        display: none !important;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-toggler {
        padding: 7px 14px;

        background-color: #f0cea5 !important;
        border: var(--bs-border-width) solid
            var(--bs-navbar-toggler-border-color);
        border-radius: 0;
        transition: box-shadow 0.15s ease-in-out;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
}
