/* Custom CSS to supplement Bootstrap */

/* General Styles */
:root {
    --dosoni-green: #004d40;
    --dosoni-beige: #f5f1ea;
    --dosoni-dark: #111111;
}

@font-face {
    font-family: 'Helvetica';
    font-style: italic;
    font-weight: 400;
    src: url(/static/dosooz/font/Helvetica.ttf);

}

.body-rq {
    max-width: 1920px;
}

body {
    font-family: 'Helvetica';
    font-weight: 300;
    overflow-x: hidden;
    
}

.bg-success {
    background-color: var(--dosoni-green) !important;
}

.bg-light {
    background-color: var(--dosoni-beige) !important;
}

.bg-dark {
    background-color: var(--dosoni-dark) !important;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.z-index-1000 {
    z-index: 1000;
}

/* Text Colors */
.text-dark {
    color: #333333 !important;
}

.bg-light-shop {
    background-color: var(--dosoni-green) !important;
}

.bg-dark-shop {
    background-color: var(--dosoni-dark) !important;
}

.bg-light-shop .text-dark {
    color: #000 !important;
}

.inx-banner-text {
    font-family: 'Helvetica';
    font-weight: 300 !important;

    line-height: 1.2rem;
    font-size: 2.8rem;
    margin-left: 40px;
}

@media (max-width: 576px) {
    .inx-banner-text {
        font-size: 18px !important;
        text-align: center !important;
        max-width: 480px !important;
        margin-left: 0rem;
        font-weight: 300 !important;
        margin-left: 0rem;
    }
}

.index-banner-a {
    background: url(/static/dosooz/image/bt3.png);
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.index-banner-qy {
    background: url(/static/dosooz/image/bt9.png);
    background-size: cover;
    width: 346px;
    height: 75px;
    margin: 0 auto;

}

.index-banner-qy:hover {
    transform: scale(1.1);
}

.index-banner-qy2 {
    background: url(/static/dosooz/image/bt10.png);
    background-size: cover;
    width: 189px;
    height: 75px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.index-banner-qy2:hover {
    transform: scale(1.1);
}

.index-banner-a:hover {
    transform: scale(1.1);
}

.fooder-text strong {
    font-family: 'Helvetica';
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 35px;
}

.index-new-tp {
    padding: 0px !important;
    margin-bottom: 280px;
}

.index-banner-c {
    background: url(/static/dosooz/image/bt3.png);
    background-size: cover;
    width: 150px;
    height: 150px;
    margin-bottom: 120px;
    margin-top: 120px;

}

@media (max-width: 992px) {
    .index-banner-c {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .index-new-en {
        max-width: 400px !important
    }

}

@media (max-width: 576px) {
    .index-banner-c {
        margin: 0 auto;
    }

    .index-new-en {
        max-width: 300px !important
    }


}

.index-title-font {
    font-family: 'Helvetica';
    font-weight: 300;
    font-size: 62px;
    color: #FFFFFF;
    line-height: 75px;
}

.index-new-en {

    max-width: 700px
}

.index-new-about-title {
    font-family: 'Helvetica';
    font-weight: 300;
    font-size: 62px;
    color: #FFFFFF;
    line-height: 75px;
}

.index-new-about-text {
    max-width: 620px;
    font-family: 'Helvetica';
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 35px;

    text-align: center;
    margin: 0 auto;
}

.index-vs {
    max-width: 620px;


    font-family: 'Helvetica';
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 35px;
}

.index-banner-c:hover {
    transform: scale(1.1);
}

.index-banner-a-b {
    background: url(/static/dosooz/image/bt6.png);
    background-size: cover;
    width: 150px;
    height: 150px;

}

.flag-b {
    margin-top: 310px;
        margin-bottom: 118px;
}

.flag a {
    color: inherit;
    text-decoration: none;
}

.flag-txt {
    padding: 7rem 0rem;
}

.flag-txt .lh-base {
    padding: 1rem 0rem;
    width: 90%;
}

.flag-txt-mt3 {
    margin-top: 2rem;
}

@media (max-width: 576px) {
    .flag-b {
        margin-top: 0px;
    }

    .index-banner-c {
        margin: 0 auto;
    }

    .flag-txt {
        padding: 0rem;
    }

    .flag-txt .lh-base {
        padding: 0rem;
    }

}

.index-banner-a-b:hover {
    transform: scale(1.1);
}

.index-header-ul {
    background-color: rgba(0, 0, 0, 0%) !important;
    padding-top: 30px !important;
}

.sjmt {
    width: 30px;
    height: 30px;
}

.index-body {
    background-color: #F3EFE6;
    padding-top: 40px;
    margin-bottom: -20px;

}

.index-new {
    font-family: 'Helvetica';
    font-weight: 300;
    font-size: 62px;
    color: #000000;
    line-height: 75px;
    max-width: 600px;
    padding-top: 275px;
    padding-bottom: 30px;
}

.index-al-left-title {
    padding-top: 200px;
}

@media (max-width: 768px) {
    .index-new {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 22px;
        line-height: 35px;
        max-width: 300px;
        text-align: center;
    }

    .index-body .index-banner-a-b {
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .index-new-tp{
        margin-bottom: 2rem;
    }
    .flag-b{
        margin-bottom: 2rem;
    }

    .index-al-left-title {
        padding-top: 0px;
    }
}

.bg-light .text-dark {
    color: #333333 !important;
}

.index-header {
    border-bottom: 1px solid #f8f9fa40;
    padding-top: 35px    !important;
    padding-bottom: 15px !important;
    left: calc(50% - 49px);
    transform: translateX(-50%);
    right: 0;
    width: calc(100% - 98px);
        max-width: 1822px;
    margin: 0px 49px
}

/* Logo */
.logo-img {
    height: 65px;
    width: auto;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    border: none;
    padding: 0;
    right: 40px;
    position: relative;
}

.hamburger-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
}

.hamburger-line:nth-child(1) {
    top: 0;
}

.hamburger-line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-line:nth-child(3) {
    bottom: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 40%;
}

/* Desktop Navigation */
.has-dropdown {
    position: relative;
}

.has-dropdown:hover .dropdown-menu {
    display: block !important;
}

.dropdown-menu {
    min-width: 150px;
    border: none !important;
    border-radius: 0 !important;
    display: none;
}

.dropdown-item {
    padding: 0.5rem 0rem;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Mobile Menu */
.mobile-menu {
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
    display: block !important;
    background-color: rgba(17, 17, 17, 0.98) !important;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-container {
    max-width: 100%;
    margin: 0 auto;
}

/* Mobile Nav List */
.mobile-nav-list {
    margin-top: 2rem;
}

/* Mobile Nav List */
.mobile-nav-item {
    margin-bottom: 1rem;
    position: relative;
}

.mobile-nav-item.has-dropdown .mobile-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 4px;
    padding: 0.75rem 1rem;
}

.mobile-nav-link {
    color: white;
    text-decoration: none;
    font-size: 1.3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    font-weight: 300;
    border-radius: 4px;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus,
.mobile-nav-link:active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}

/* 添加活跃状态指示器 */
.mobile-nav-item.has-dropdown.active .mobile-nav-link {
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

/* Mobile Dropdown */
.mobile-dropdown {
    padding-left: 1rem;
    margin-top: 0.5rem;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-dropdown.active {
    max-height: 500px;
    opacity: 1;
    margin-bottom: 1rem;
}

.mobile-dropdown-item {
    margin-bottom: 0.75rem;
    transform: translateX(-10px);
    opacity: 0;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
}

.mobile-dropdown.active .mobile-dropdown-item {
    transform: translateX(0);
    opacity: 1;
}

.mobile-dropdown.active .mobile-dropdown-item:nth-child(2) {
    transition-delay: 0.15s;
}

.mobile-dropdown.active .mobile-dropdown-item:nth-child(3) {
    transition-delay: 0.2s;
}

.mobile-dropdown.active .mobile-dropdown-item:nth-child(4) {
    transition-delay: 0.25s;
}

.mobile-dropdown.active .mobile-dropdown-item:nth-child(5) {
    transition-delay: 0.3s;
}

.mobile-dropdown-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1.1rem;
    display: block;
    padding: 0.5rem 0.75rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 4px;
}

.mobile-dropdown-link:hover,
.mobile-dropdown-link:focus,
.mobile-dropdown-link:active {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.05);
}

.mobile-dropdown-icon {
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    margin-left: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.03);
}

.has-dropdown.active .mobile-dropdown-icon {
    transform: rotate(180deg);
}

/* Hero Section */
.hero-content h1 {
    font-size: 2rem;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }

    .index-header {
        margin-top: 0rem !important;
            transform:none; 
     right: 0; 
     width: 100%; 
     max-width: 100%; 
     margin: 0px;
         left: 0px;

    }
    .index-banner-a{
        width: 70px;
        height: 70px;
    }
    .index-banner-c{
        width: 70px;
        height: 70px;
    }

    .about-section{
            padding: 40px 0rem;
    }
    

    .index-banner-qy2 {
        display: block;
    }

    .index-banner-qy {
        display: block;
    }

}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 1.25rem;
    }

    

    .index-header {
        margin-top: 0rem !important
    }

    .index-banner-qy2 {
        display: block;
    }

    .index-banner-qy {
        display: block;
    }

}

/* Diamond Button */
.diamond-btn {
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.diamond-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.btn-explore:hover .diamond-btn {
    transform: scale(1.1);
}

/* Diamond Button in Designer Panels Section */
.btn-diamond {
    display: inline-block;
    border: 1px solid white;
    padding: 0.75rem 2rem;
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 2px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: rotate(45deg);
}

.btn-diamond span {
    display: inline-block;
    transform: rotate(-45deg);
}

.btn-diamond:hover {
    background-color: white;
    color: var(--dosoni-dark);
}

/* Fixed Image Containers */
.fixed-img-container {
    width: 100%;
    max-height: 1100px;
    overflow: hidden;
}

.fixed-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fixed-img-square {
    width: 100%;
    /*   padding-bottom: 100%;  */
    /* Creates a square */
    position: relative;
    overflow: hidden;

}

.fixed-img-square img {
    /*position: absolute;
  top: 0;
  left: 0;
    height: 100%; */
    width: 100%;

    object-fit: cover;
}

.fixed-img-large {
    width: 100%;

    overflow: hidden;
}

.fixed-img-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fixed-img-small {
    width: 100%;

    overflow: hidden;
}

.fixed-img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fixed-img-icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.fixed-img-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fixed-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fixed-img-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section {
    position: relative;
    overflow: hidden;
    padding: 240px 0rem
}

.about-section .about-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.about-content {
    position: relative;
    z-index: 2;
}

/* Gallery Item Hover Effect */
.gallery-item:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* Swiper Pagination */
.swiper-pagination {
    position: absolute;
    bottom: 20px;
}

.swiper-pagination-bullet {
    background: white;
    opacity: 0.7;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}

/* Form Controls */
.form-control {
    border-radius: 0;
    border-color: #999;
}

.form-control:focus {
    box-shadow: none;
    border-color: #333;
}

.form-control::placeholder {
    font-family: 'Helvetica';
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 25px;
}

.contact-section-new .form-control::placeholder {
    color: #000 !important;
}

.contact-section-new .fa-brands,
.contact-section-new .fab {
    color: #000;
}

/* Menu Open Body State */
.menu-open {
    overflow: hidden;
}

/* Responsive Adjustments */
/*@media (max-width: 992px) {
  .fixed-img-large {
    height: 250px;
  }

  .fixed-img-small {
    height: 120px;
  }
}

@media (max-width: 576px) {
  .fixed-img-large {
    height: 200px;
  }

  .fixed-img-small {
    height: 100px;
  }
}*/

.new-body {
    font-family: 'Helvetica';

    background-color: #053025;
    color: white;
    line-height: 1.6;
}

.new-body .text-white {
    --bs-text-opacity: 1;
    color: #fff !important;
}

.new-body .hero-section {
    padding: 240px 49px 80px 49px;
}

.new-body .hero-section h1 {
    font-size: 62px;
    font-weight: 300;
    margin-bottom: 60px;
    margin-top: 50px;
}

.new-body .featured-news {
    position: relative;

}

.new-body .featured-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.new-body .featured-caption {
    padding: 25px 0px 0px 0px;
    border-bottom: 1px solid var(--border-color);
}

.new-body .featured-caption h2 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}

/* News Grid */
.new-body .news-grid {
    padding: 0px 49px  545px  49px ;
}

.new-body .news-item {
    margin-top: 280px;
    border-bottom: 1px solid var(--border-color);
}

.new-body .news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-body .news-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    text-align: right;
    
}

.new-body .news-contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    text-align: left;
    
}

.new-body .news-contents h2 {
    font-size: 62px;
    font-weight: 300;
    margin-bottom: 15px;
}

.new-body .news-metas {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.new-body .news-content h2 {
    font-size: 62px;
    font-weight: 300;
    margin-bottom: 15px;
}

.new-body .news-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.new-body .read-more-btn {
    background: url(/static/dosooz/image/bt4.png);
    background-size: cover;
    width: 136px;
    height: 76px;
    margin-bottom: 60px;
}
.new-body .new-list-back-btn {
    background: url(/static/dosooz/image/bt4.png);
    background-size: cover;
        display: block;
    width: 134px;
    height: 75px;
       
}
.new-body .page-title {
    
        margin-bottom: 20px;
    margin-top: 50px;
}

.new-body .read-more-btn i {
    margin-left: 10px;
}

.new-body .read-more-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--text-color);
}

/* Contact Section */
.new-body .contact-section {
    padding: 80px 60px;
}

.new-body .contact-section h3 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.new-body .contact-info {
    font-size: 14px;
    line-height: 1.8;
}

.new-body .contact-info a {
    color: var(--text-color);
    text-decoration: none;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .navbar-collapse {
        background-color: var(--primary-color);
        padding: 15px;
        z-index: 1000;
    }

    .news-content {
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 24px;
    }

    .featured-caption h2,
    .news-content h2 {
        font-size: 20px;
    }

    .news-item .row {
        flex-direction: column !important;
    }

    .news-content {
        order: 2;
    }

    .col-md-6 img {
        order: 1;
        margin-bottom: 20px;
    }

    .newsletter-row>div {
        margin-bottom: 20px;
    }
}

/* Back Button */
.new-body-show {
    font-family: 'Helvetica';
    background-color: #053025;
    color: #ffffff;
    line-height: 1.6;
}



.new-body-show .back-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* News Title */
.new-body-show .news-title {
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 30px 0;
}

/* Featured Image */
.new-body-show .featured-image-container {
    width: 100%;
    margin-bottom: 40px;
}

.new-body-show .featured-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Article Content */
.new-body-show .article-title {
    font-size: 62px;
    font-weight: 300;
    margin-bottom: 50px;
}

.new-body-show .article-content {
    font-size: 24px;

    margin-bottom: 400px;
}

/* Video Container */
.new-body-show .video-container {
    position: relative;
    margin-top: 20px;
}

.new-body-show .video-thumbnail {
    width: 100%;
    height: auto;
}

.new-body-show .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #ffffff;
    cursor: pointer;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .new-body-show .navbar-brand {
        position: relative;
        left: 0;
        transform: none;
        margin: 10px 0;
    }

    .new-body-show .navbar-nav {
        text-align: center;
    }

    .new-body-show .right-nav {
        margin-top: 10px;
    }

    .new-body-show .article-content {
        margin-bottom: 30px;
    }

    .new-body-show .video-container {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .new-body-show .news-title {
        font-size: 28px;
    }

    .new-body-show .article-title {
        font-size: 24px;
    }

    .new-body-show .contact-title {
        font-size: 20px;
    }
}

.store-body {
    font-family: 'Helvetica';
    background-color: #053025;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

/* Hero Section */
.store-body .hero-section {
    padding: 80px 0;
}

.store-body .hero-content h1 {
    font-size: 62px;
    margin-bottom: 50px;
    font-weight: 300;
}

.store-body .hero-content p {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 300;

}

.store-body .hero-image-container {
    position: relative;
    padding: 20px;
}

.store-body .back {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f8f9fa40;
    padding-bottom: 1rem;

}

.store-body .store-btn {
    background: #f8f9fa;
    padding: 15px 15px 12px 15px;
}

.store-body .store-btn:hover {
    background: #5e5e5e;
    color: #fff;
}

.store-body .store-select {}

.store-body .hero-image {
    width: 100%;
    height: auto;
    /*border-radius: 5px;*/
}

/* Back Button */
.store-body .back-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 0;
    font-size: 14px;
}

.store-body .back-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Find Dealer Section */
.store-body .find-dealer-section {
    padding: 50px 0;
}

.store-body .find-dealer-section h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 40px;
}

/* Reset Button */
.store-body .reset-btn {
    background-color: #EDE9E0;
    color: #00382a;
    border-radius: 0;
    padding: 0.914rem 4rem;
    font-weight: bold;
    font-size: 33px;
}

/* Custom Select Styles */
.store-body .custom-select-container {
    position: relative;
    margin-bottom: 20px;
}

.store-body .custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 15px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    cursor: pointer;
    font-size: 33px;
}

.store-body .custom-select:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
}

.store-body .select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.store-body .custom-select option {
    background-color: #00382a;
    color: #ffffff;
    padding: 10px;
}

/* Collection Header */
.store-body .collection-header {
    margin: 30px 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.store-body .collection-header h3 {
    font-size: 18px;
    font-weight: 400;
}

/* Dealer Table */
.store-body .dealer-table {
    margin-top: 20px;
}

.store-body .dealer-row {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    font-size: 24px;
    align-items: center;
}

.store-body .header-row {
    font-weight: bold;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.store-body .dealer-cell {
    padding: 10px;
}

.dealer-name {
    width: 25%;
}

.dealer-address {
    width: 35%;
}

.dealer-phone {
    width: 15%;
}

.dealer-collection {
    width: 25%;
}


/* Responsive Styles */
@media (max-width: 992px) {


    .store-body .hero-section {
        padding: 40px 0;
    }

    .store-body .hero-content {
        margin-bottom: 40px;
    }

    .dealer-name,
    .dealer-address,
    .dealer-phone,
    .dealer-collection {
        width: 100%;
    }

    .store-body .dealer-row {
        padding: 20px 0;
        font-size: 12px;
    }

    .store-body .custom-select {
        font-size: 16px;
    }

    .store-body .reset-btn {
        background-color: #EDE9E0;
        color: #00382a;
        border-radius: 0;
        padding: 0.914rem 4rem;
        font-weight: bold;
        font-size: 16px;
    }

    .dealer-cell {
        padding: 5px 10px;
    }

    .contact-section {
        padding: 40px 0;
    }

    .contact-info {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {

    .store-body .hero-content h1 {
        font-size: 28px;
    }

    .store-body .find-dealer-section h2 {
        font-size: 26px;
    }

    .store-body .contact-section h2 {
        font-size: 26px;
    }
    .contact-section {
        padding: 2rem 1rem;
    }
    .new-body .contact-section{
        padding: 2rem 1rem;
    }
    .footer-top {
        padding: 2rem 1rem;
        padding-left:1rem !important;
    
    }
    .footer-info-left {
    padding-left: 1rem !important;
}

}

.new-page {
    font-family: 'Helvetica';
    background-color: #ECE8DF;
    color: #333;
    line-height: 1.6;
}


/* Hero Section */
.new-page .hero-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* Organic Oak Section */
.new-page .organic-oak h1 {
    font-size: 62px;
    font-weight: 300;
    text-align: center;
    margin-top: 90px;
    margin-bottom:48px ;
}

.new-page .description {
        font-size: 31px;
    color: #3D2927;
}

/* Products Section */
.new-page .products-section h2 {
    font-size: 62px;
    font-weight: 300;
    margin-top: 330px;
    text-align: center;
    margin-bottom:72px ;
}
.new-bt-400{
     margin-bottom: 400px;
}
.new-page .product-item {
    margin-bottom: 20px;
}

.new-page .product-code {
    font-size: 24px;
    color: #3D2927;
    margin-top: 17px !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {


    .new-page .secondary-nav .nav {
        justify-content: center;
    }



    .new-page .description {
        padding: 0 15px;
    }


}

.shop-list {
    font-family: 'Helvetica';
    background-color: #053025;
    color: white;
}

.shop-list-show {
    font-family: 'Helvetica';
    background-color: #ece8df;
    color: white;
    background-image: url(/uploadfile/202505/44a9b7347200.png);
    background-size: cover;
}

.shop-list-show .text-white {
    --bs-text-opacity: 1;
    color: #000 !important;
}
.new-anli-header header .text-white {
    --bs-text-opacity: 1;
    color: #fff !important;
}

/* Hero Section */
.shop-list .hero {
    width: 100%;
    overflow: hidden;
   padding-top: 265px;

}

.shop-list .hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
   
}

/* Allure Section */
.shop-list .allure-section {
    padding: 215px 0 193px 0px;
    background-color: #053025;
}

.shop-show-title {
    font-family: 'Helvetica';
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    /*line-height: 20px;*/
}

.shop-list .allure-section h1 {

    margin-bottom: 40px;
}

.shop-list .allure-description {
    font-family: 'Helvetica';
    font-size: 28px;
    line-height: normal;

    margin: 0 auto;
    text-align: center;
}

/* Products Section */
.shop-list .products-section {

    background-color: #053025;
    padding-bottom: 400px;
}


.shop-list .products-section h2 {
    margin-top: 0px;
    margin-bottom: 80px;
        font-size: 62px;
}
.shop-list .products-section .s-h2 {
    margin-top: 245px;
    margin-bottom: 80px;
    font-size: 62px;
}
.shop-list .products-section .new-h2{
  margin-top: 80px;
    margin-bottom: 130px;
        font-size: 62px;
}

.shop-list .product-item {
    margin-bottom: 20px;
}

.shop-list .product-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.shop-list .product-item p {
        margin-top: 10px;
    font-size: 31px;
    margin-bottom: 50px;
}
.shop-list .product-item .s-p{
     margin-top: 10px;
    font-size: 24px;
    margin-bottom: 0px;
}
.shop-list .product-item .new-p {
       margin-top: 50px;
    margin-bottom: 77px;
    font-size: 22px;
}

/* Contact Section */
.contact-section {
    padding: 200px 60px 0px  60px;
    background-image: url(/uploadfile/202505/7f67e490648aa07.png);
    background-size: cover;
    /*border-top: 1px solid rgba(255, 255, 255, 0.shop-list .1);*/
}
.footer-top{
    margin: 50px 0px;
    padding-left: 0px;
}

.contact-section h3 {
    font-size: 24px;
    margin: 0;
    line-height: 1.4;
}

.contact-info {
    margin-top: 0px;
}

.contact-info hr {
    margin: 10px 0;
    opacity: 0.2;
}

.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.shop-list .3);
    border-radius: 0;

    color: white;


   
    line-height: 2px;
     
    margin-top: 55px;
     margin-bottom: 11px;
    padding-left: 0px;
}


.hr-form {
    margin: 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

.form-control::placeholder {
    color: #dcdcdcbf;
    text-indent: 0 !important;
}

.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: white;
    color: white;
}


.btn-outline-light {
    border-color: #ffffff00;

    margin: 60px 0rem 70px -10px;

    font-size: 24px;
    background: #ffffff00;
    color: #fff;


}

.contact-section-new .btn-outline-light {

    color: #6c757d;


}

.contact-section-new .index-title-font {
    color: #000;
}

.contact-section-new strong {
    color: #000;
}

.social-icons {
    text-align: left;
}

.social-icons a {
    color: white;
    margin-right: 2rem;
}

.fooder-tips {
    overflow-wrap: break-word;
}
@media (max-width: 1350px) {
    .shop-list .product-item p{
                font-size: 20px;
      
    }

}
/* Responsive Adjustments */
@media (max-width: 992px) {
    .shop-list .navbar-brand {
        position: relative;
        left: 0;
        transform: none;
    }
    .shop-list .product-item p{
                font-size: 18px;
      
    }
}


@media (max-width: 768px) {
    .shop-list .allure-section {
        padding: 40px 0;
    }
    .logo-img{
        height: 35px;
    }

    .shop-list .allure-section h1 {
        font-size: 28px;
    }

    .shop-list .allure-description {
        font-size: 14px;
    }

    .shop-list .contact-section h3 {
        font-size: 20px;
    }

    .index-title-font {
        font-size: 28px;
    }
    .shop-list .products-section{
        padding-bottom: 2rem;
    }
    .shop-list .product-item p {
                font-size: 14px;
        margin-bottom: 2rem;
    }

    .shop-list .hero{
            padding-top: 205px;
    }
}

@media (max-width: 576px) {
    

    .index-title-font {
        font-size: 28px;
    }
}
.down-list-item{
      flex: 0 0 auto;
    width: 20%;
        padding: 35px;
}
/*.shop-list-item:hover{
  transform: scale(1.1);
}*/
/*.product-item:hover{
  transform: scale(1.1);
}*/
.h3-b {
    margin-bottom: 2rem !important;

}

.shop-show-item-a {
    color: #3D2927;
    font-size: 31.27px;
}

.shop-show-item-b {

    font-size: 55px;
    margin: 10px 0rem 60px 0px;

}

.shop-show-item-c {
    color: #3D2927;
        font-size: 26px;
    line-height: 30px;

}

.shop-show-body {
    padding: 115px 0px;
    text-align: left;
    margin-bottom: 290px;
}

.shop-txt {
    text-align: center;
}

.al-body {
    font-family: 'Helvetica';

    background-color: #053025;
    color: white;
}

.al-body-list {
    font-family: 'Helvetica';
    background-color: #ece8df;
    color: white;
}

.al-body-vtext {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 25px;

}

.material-name {
    font-size: 30px;
    padding-top: 12px;
        position: absolute;
}

.al-body-con {
    margin-top: 160px;
    margin-bottom: 190px;
}

.al-body-top {
    display: flex;
    justify-content: space-between;
    margin-top: 290px;
    
    align-items: center;
}
.al-show-top{
        padding-left: 49px;
    padding-right: 49px;
}
.img-fluids {
    width: 100%
}

.case-title {
    margin-bottom: 100px;
    margin-top: 35px;
    font-size: 42.44px;
}

.case-top {
    margin-top: 48em;
}

@media (max-width: 768px) {
    .case-top {
        margin-top: 0rem;
    }

    .case-title {
        margin-bottom: 0rem;
    }

}

.al-body .hero-img {
    max-height: 500px;
    object-fit: cover;
}
.shop-list-show .section-title{
    font-size: 62PX;
}
.al-body .section-title {
    font-weight: 300;
    font-size: 24px;
    color: #333;
    padding-right: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
}
.al-body .section-titles {
    font-weight: 300;
    font-size: 24px;
    color: #333;
    padding-right: 20px;
    border-bottom: 1px solid #e0e0e0;
 /*   margin: 0px 5px;*/
    
}

/* Case Studies */
.al-body .case-row {
    margin-bottom: 25rem;
    padding: 0 15px;
}

.al-body .case-img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

.al-body .case-title {
    font-weight: 300;
    font-size: 18px;
    color: #333;
}

/* Back Button */
.al-body-show {
    font-family: 'Helvetica';
    background-color: #0a4035;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.al-body .back-btn {
    background: url(/static/dosooz/image/bt5.png);
    background-size: cover;
    width: 131px;
    height: 74px;
        margin-bottom: 24px;

}

.al-body .back-btn:hover {
    transform: scale(1.1);
}

/* Page Title */
.al-body-show .page-title {
    font-size: 28px;
    font-weight: 300;
    margin: 40px 0;
}

/* Section Styles */
.al-body-show .section-title {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Designing Details Section */
.al-body-show .designing-details {
    padding: 40px 0;
}

.al-body-show .main-image {
    width: 100%;
    height: auto;
}

.al-body-show .details-text {
    margin-bottom: 30px;
    line-height: 1.6;
}

.al-body-show .material-samples {
    margin-top: 30px;
}

 .material-item {
    text-align: center;
        position: relative;
}

.al-body-show .material-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.al-body-show .material-name {
    text-align: center;
    font-size: 14px;
}

/* Craft Experiences Section */
.al-body-show .craft-experiences {
    padding: 40px 0;
}

.al-body-show .craft-text {
    margin-bottom: 30px;
    line-height: 1.6;
}

.al-body-show .craft-image {
    width: 100%;
    height: auto;
}

.al-body-show .bottom-image {
    max-width: 80%;
    height: auto;
    margin: 40px auto;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .al-body-show .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }


    .al-body-show .main-nav .nav-link {
        padding: 0 10px;
        font-size: 12px;
    }

    .al-body-show .header-actions .header-link {
        margin-left: 10px;
        font-size: 12px;
    }

    .al-body-show .page-title {
        font-size: 24px;
        text-align: center;
        margin: 30px 0;
    }

    .al-body-show .section-title {
        font-size: 20px;
        text-align: center;
    }

    .al-body-show .details-text,
    .craft-text {
        text-align: center;
    }

    .al-body-show .material-item {
        margin-bottom: 20px;
    }

    .al-body-show .bottom-image {
        max-width: 100%;
    }
}

.qy-body {
    font-family: 'Helvetica';
    color: #fff;

    overflow-x: hidden;
    background-image: url('/uploadfile/202505/76647f63401ef2f.png');
    background-size: cover;
    "

}

/* 深色部分 */
.qy-body .section-dark {
    background-color: #053025;
    color: #fff;
    padding-top: 200px;
}

.qy-body .section-title {
    font-size: 62px;
    margin-bottom: 105px;
    
    letter-spacing: 2px;
    font-family: 'Helvetica';
    font-weight: 300;
}

.qy-body .section-text {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 80px;
    font-family: 'Helvetica';
    font-weight: 300;
    max-width: 1100px;
}
.qy-body .section-team-title {
    font-size: 62px;
    margin-bottom: 35px;
    margin-top: 40px;
    letter-spacing: 2px;
    font-family: 'Helvetica';
    font-weight: 300;
}

.qy-body .section-team-text {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 210px;
    font-family: 'Helvetica';
    font-weight: 300;
    max-width: 1100px;
}
/* 团队部分 */
.qy-body .team-image {
    border-radius: 5px;
    width: 100%;
    height: auto;
    
    margin-top: 280px;
}

.qy-body .team-image-tn {
    border-radius: 5px;
    width: 100%;
    height: auto;
    
    margin-bottom: 65px;
}


/* 设计理念部分 */
/*.qy-body .philosophy-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-right: 3.5rem;
}

.qy-body .image-caption {
    margin-top: 10px;
}

.qy-body .image-caption h3 {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 5px;
}

.qy-body .image-caption p {
    font-size: 1rem;
    font-weight: 300;
}*/

/* 可持续发展部分 */
.qy-body .world-map {
    max-width: 100%;
    height: auto;
}
.shop-list-show .hamburger-line{
            background-color: #000;
    }
    .new-page .hamburger-line{
            background-color: #000;
    }

/* 响应式设计 */
@media (max-width: 992px) {
    .qy-body .hero-content h1 {
        font-size: 4rem;
    }

    .qy-body .section-title {
        font-size: 2rem;
    }

    .qy-body .section-dark {
        padding: 60px 0;
    }

    .qy-body .team-image {
        padding-right: 0rem;
        margin-top: 0rem;
        margin: 0px;
        padding: 0 1.5rem 0 1.5rem;
    }

    .qy-body .team-image-tn {
        padding-right: 0rem !important;
        ;
        margin-bottom: 0em !important;
        ;
        margin: 0px;
        padding: 0 1.5rem 0 1.5rem;
    }

}

@media (max-width: 768px) {
    .qy-body .hero-content h1 {
        font-size: 3rem;
    }
    .new-page .organic-oak h1{
        font-size: 2.5rem;
    }
    .new-page .products-section h2{
        margin-top: 2rem;

        font-size: 2.5rem;
    }
    .new-bt-400{
            margin-bottom: 2rem;
    }
    .shop-list .products-section h2{
        font-size: 2.5rem;
    }
    .shop-show-item-b{
        font-size: 2.5rem;
    }
    .material-name{
        font-size: 1rem;
    }
    .new-body .hero-section h1{
        font-size: 2.5rem;
    }
    .new-body .news-grid{
            padding: 0px 1rem 1rem 1rem;
    }
    .new-body .featured-caption{
        font-size: 2.5rem;
    }
    .new-body .news-item{
        margin-top: 5rem;
    }
    .shop-list .products-section .new-h2{
        font-size: 2.5rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .shop-list .product-item .new-p{
            margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 2rem;
    }
    .new-body .news-content h2{
        font-size: 2rem;
    }
    .new-body .news-contents h2{
        font-size: 2rem;
    }

    .new-body .news-contents{
            margin-left: 1rem;
    }
    .al-body-vtext{
        margin-top: 2rem;
        padding-left: 10px;
    }
    .back-btn-new{
         display: none;
    }
    .al-body .back-btn {
        display: none;
    }

    .qy-body .section-title {
        font-size: 1.8rem;
        margin: 2rem auto;
    }

    .qy-body .section-text {
        font-size: 1rem;
        max-width: 400px;
        margin: 2rem auto;
    }
    .qy-body .section-team-title {
        font-size: 1.8rem;
        margin: 2rem auto;
    }

    .qy-body .section-team-text {
        font-size: 1rem;
        max-width: 400px;
        margin: 2rem auto;
    }

    .qy-body .section-dark {

        padding: 2rem 0;
        padding-top: 0px !important;
    }

    .qy-body .social-icons {
        justify-content: center;
        margin-top: 20px;
    }

    .qy-body .team-image {
        width: 90%;
        margin: 0 auto;
        padding: 0px;
        display: block;
    }

    .qy-body .team-image-tn {
        width: 90%;
        margin: 0 auto;
        padding: 0px;
        display: block;
    }

    .shop-show-body {
        padding: 2rem 1rem;
        margin-bottom: 5rem;
        text-align: center;
    }

    .shop-show-item-c {
        font-size: 21px;
    }
    


}

@media (max-width: 576px) {
    .qy-body .hero-content h1 {
        font-size: 2.5rem;
    }

    .qy-body .section-text {
        font-size: 1rem;
        max-width: 300px;
        margin: 2rem auto;
    }

    .qy-body .section-title {
        font-size: 1.5rem;
        max-width: 300px;
        margin: 2rem auto;
    }

    .qy-body .section-dark {
        padding: 2rem 0;
        padding-top: 0px !important;
    }

    .qy-body .team-image {
        width: 90%;
        margin: 0 auto;
        padding: 0px;
        display: block;
    }

    .qy-body .team-image-tn {
        width: 90%;
        margin: 0 auto;
        padding: 0px;
        display: block;
    }

    .shop-show-body {
        padding: 2rem 0rem;
        margin-bottom: 5rem;
        text-align: center;
    }

    .shop-show-item-c {
        font-size: 21px;
    }
}

.qy-fx-left {

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;

}

.qy-fx-left .qy-title {

    font-size: 28px;
    padding: 3rem 0rem;
}

.qy-desc {
    max-width: 60%;
}

.qy-btn {
    max-width: 180px;
    text-align: center;
    margin-top: 25px;
}

.qy-fx-right {
    display: flex;
    flex-direction: row-reverse;
    margin: 8rem 0rem 4rem 0rem;
    max-height: 500px;
    max-width: 100%;
}


.shop-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0px 50px 0px;
}

.shop-tops {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0px 0px 0px;
}


.shop-fh-a img {

    max-width: 100px;
}

.shop-title {

    font-size: 30px;
}
.shop-titles {

    font-size: 62px;
}

.new-page .text-white {
    --bs-text-opacity: 1;
    color: #000  !important;
}

.new-page .index-header {
    border-bottom: 1px solid #5e5e5e40;
}

.shop-list-show .index-header {
    border-bottom: 1px solid #5e5e5e40;
}

.contact-section-new {
    padding: 60px 60px 0px 60px;
    background-color: #ece8df;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #000;
    background-image: none;
}



/* Search Modal Styles */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 1000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
        overflow: auto;
}

.search-modal.active {
    display: block;
    opacity: 1;
}

.search-container {
    position: relative;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-input {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    outline: none;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 0 10px;
}

.search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 40px;
    padding: 40px;
    max-width: 1920px;
    margin: 0 auto;
}
.search-title{
    font-size: 20px;
    text-align: center;
    margin: 20px 0px 40px 0px;

}
.search-result-item {
    overflow: hidden;
}

.search-result-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.search-result-item:hover img {
    transform: scale(1.05);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .search-results {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 10px;
        padding: 10px;
            margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .search-results {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }

    .search-container {
        padding: 15px;
    }

    .search-input {
        font-size: 14px;
    }
}

/* Animation for search modal */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.search-modal.fade-in {
    animation: fadeIn 0.3s forwards;
}

.search-modal.fade-out {
    animation: fadeOut 0.3s forwards;
}

/* Body class when search is open */
body.search-open {
    overflow: hidden;
}



.back-btn-new {
    background: url(/static/dosooz/image/bt5.png);
    background-size: auto 100%;
    width: 131px;
    height: 73px;
    margin: 0 auto;
}

.back-btn-new:hover {
    transform: scale(1.1);
}