body {
    font-family: 'Comfortaa', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: #fff;
    height: 100%;
    margin: 0;
    margin-top: 58px;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    color: #0052a3;
    text-decoration: none;
}

a:focus,
a:active {
    outline: none;
    color: #0052a3;
}

.hover-color {
    color: #565656;
}

.hover-color-black {
    color: #0e0e0e;
}

a.hover-color:hover,
a.hover-color-black:hover {
    color: #c2272d;
}

a.hover-color-blue {
    color: #3062c4;
    text-decoration: none;
}

a.hover-color-blue:hover {
    color: #2852a4;
    text-decoration: none;
}

a.hover-color-blue:focus,
a.hover-color-blue:active {
    outline: none;
    color: #2852a4;
}

.container {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width:576px) {
    .container {
        width: 540px
    }
}

/* Logo Styles - Ensure logo displays correctly without distortion */
.luxbar-header img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.luxbar-header picture {
    display: block;
    max-width: 100%;
}

/* Ensure logo doesn't stretch or distort on different screen sizes */
.luxbar-header a {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* Mobile responsive logo */
@media (max-width: 768px) {
    .luxbar-header img {
        max-width: 150px; /* Smaller logo on mobile */
        height: auto;
    }
}

@media (max-width: 480px) {
    .luxbar-header img {
        max-width: 120px; /* Even smaller on very small screens */
        height: auto;
    }
}

@media (min-width:768px) {
    .container {
        width: 720px
    }
}

@media (min-width:992px) {
    .container {
        width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        width: 1320px
    }
}

.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.col-xs-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.col-xs-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-xs-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-xs-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-xs-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-xs-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-xs-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-xs-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

@media (min-width:576px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width:768px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width:992px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}

@media (min-width:1200px) {

    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-4 {
        width: 33.33333333%
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-1 {
        width: 8.33333333%
    }
}

@media (min-width:1400px) {

    .col-xxl-1,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9 {
        float: left
    }

    .col-xxl-12 {
        width: 100%
    }

    .col-xxl-11 {
        width: 91.66666667%
    }

    .col-xxl-10 {
        width: 83.33333333%
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-8 {
        width: 66.66666667%
    }

    .col-xxl-7 {
        width: 58.33333333%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-5 {
        width: 41.66666667%
    }

    .col-xxl-4 {
        width: 33.33333333%
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-2 {
        width: 16.66666667%
    }

    .col-xxl-1 {
        width: 8.33333333%
    }
}

.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    clear: both;
    content: " "
}

.hidden {
    display: none;
}

@media (max-width:575px) {
    .hidden-xs {
        display: none;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .hidden-sm {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-md {
        display: none;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-lg {
        display: none;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .hidden-xl {
        display: none;
    }
}

@media (min-width:1400px) {
    .hidden-xxl {
        display: none;
    }
}

.luxbar-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.luxbar-hamburger span,
.luxbar-hamburger span::before,
.luxbar-hamburger span::after {
    display: block;
    height: 2px;
    width: 26px;
    transition: 0.6s ease;
}

.luxbar-checkbox:checked~.luxbar-menu li .luxbar-hamburger span {
    background-color: transparent;
}

.luxbar-checkbox:checked~.luxbar-menu li .luxbar-hamburger span::before,
.luxbar-checkbox:checked~.luxbar-menu li .luxbar-hamburger span::after {
    margin-top: 0;
}

.luxbar-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 58px;
}

.luxbar-menu-left .luxbar-navigation,
.luxbar-menu-left .luxbar-header {
    justify-content: flex-start;
}

.luxbar-menu-right .luxbar-hamburger {
    margin-left: auto;
}

.luxbar-menu {
    min-height: 58px;
    transition: 0.6s ease;
    width: 100%;
}

.luxbar-navigation {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.luxbar-menu a,
.luxbar-item a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.luxbar-item {
    height: 58px;
}

.luxbar-item a {
    padding: 18px 24px 18px 24px;
    display: block;
}

.luxbar-hamburger {
    padding: 18px 24px 18px 24px;
    position: relative;
    cursor: pointer;
}

.luxbar-hamburger span::before,
.luxbar-hamburger span::after {
    content: '';
    position: absolute;
}

.luxbar-hamburger span::before {
    margin-top: -8px;
}

.luxbar-hamburger span::after {
    margin-top: 8px;
}

.luxbar-checkbox {
    display: none;
}

.luxbar-checkbox:not(:checked)~.luxbar-menu {
    overflow: hidden;
    height: 58px;
}

.luxbar-checkbox:checked~.luxbar-menu {
    transition: height 0.6s ease;
    height: 100vh;
    overflow: auto;
}

.dropdown {
    position: relative;
    height: auto;
    min-height: 58px;
}

.dropdown:hover>ul {
    position: relative;
    display: block;
    min-width: 100%;
}

.dropdown>a::after {
    position: absolute;
    content: '';
    right: 10px;
    top: 25px;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-style: solid;
}

.dropdown>ul {
    display: block;
    overflow-x: hidden;
    list-style: none;
    padding: 0;
}

.dropdown>ul .luxbar-item {
    min-width: 100%;
    height: 29px;
    padding: 5px 10px 5px 40px;
}

.dropdown>ul .luxbar-item a {
    min-height: 29px;
    line-height: 29px;
    padding: 0;
}

@media screen and (min-width:991px) {
    .luxbar-navigation {
        flex-flow: row;
        justify-content: flex-end;
    }

    .luxbar-hamburger {
        display: none;
    }

    .luxbar-checkbox:not(:checked)~.luxbar-menu {
        overflow: visible;
    }

    .luxbar-checkbox:checked~.luxbar-menu {
        height: 58px;
    }

    .luxbar-menu .luxbar-item {
        border-top: 0;
    }

    .luxbar-menu-right .luxbar-header {
        margin-right: auto;
    }

    .dropdown {
        height: 58px;
    }

    .dropdown:hover>ul {
        position: absolute;
        left: 0;
        top: 58px;
        padding: 0;
    }

    .dropdown>ul {
        display: none;
    }

    .dropdown>ul .luxbar-item {
        padding: 5px 10px;
    }

    .dropdown>ul .luxbar-item a {
        white-space: nowrap;
    }
}

.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-doublespin span::before {
    transform: rotate(225deg);
}

.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-doublespin span::after {
    transform: rotate(-225deg);
}

.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-spin span::before {
    transform: rotate(45deg);
}

.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-spin span::after {
    transform: rotate(-45deg);
}

.luxbar-menu-white,
.luxbar-menu-white .dropdown ul {
    background-color: #ffffff;
    color: #000000;
    z-index: 1
}

.luxbar-menu-white .active,
.luxbar-menu-white .luxbar-item:hover {
    background-color: #c2272d;
    color: #ffffff;
}

.luxbar-menu-white .luxbar-hamburger span,
.luxbar-menu-white .luxbar-hamburger span::before,
.luxbar-menu-white .luxbar-hamburger span::after {
    background-color: #000000;
}

.luxbar-menu-white .active-nav,
.luxbar-menu-white .luxbar-item .active-nav:hover {
    background-color: #3062c4;
    color: #ffffff;
}

h1,
h2 {
    margin-top: 0;
}

h1 a,
h2 a {
    font-weight: inherit;
}

p {
    margin: 0 0 16px;
}

.font-comfortaa {
    font-family: 'Comfortaa', cursive;
}

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

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-28 {
    font-size: 28px;
}

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

.font-weight-500 {
    font-weight: 500;
}

.font-weight-700 {
    font-weight: 700;
}

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

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

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-gery {
    color: #f1f1f1;
}

.text-red {
    color: #c2272d;
}

.text-blue {
    color: #3062c4;
}

.text-black {
    color: #0e0e0e;
}

.text-white {
    color: #ffffff;
}

.box-shadow {
    box-shadow: 0 2px 8px rgb(0 0 0 / 60%);
}

.bg-grey {
    background-color: #efeff1;
}

.bg-grey-products {
    background-color: #fafafa;
    border: 2px solid #e9e9e9;
    padding: 40px 30px 0px;
    border-radius: 22px;
}

.bg-white {
    background-color: #ffffff;
}

.width-bf95 {
    width: 95%;
}

.heading-list-dashed {
    border: 2px;
    color: #373737;
    border-bottom-style: dashed;
}

.catalog-title-height {
    height: 47px;
}

@media (max-width:575px) {
    .catalog-title-height {
        height: 73px;
    }
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.pull-right {
    float: right;
}

.image-margin-center {
    margin: 0 auto 0 auto;
}

.img-width-39 {
    max-width: 39px;
}

.img-width-100 {
    max-width: 100px;
}

.img-width-200 {
    max-width: 200px;
}

.img-width-300 {
    max-width: 300px;
}

.img-width-400 {
    max-width: 400px;
}

.img-width-500 {
    max-width: 500px;
}

.img-width-600 {
    max-width: 600px;
}

.img-width-700 {
    max-width: 700px;
}

.img-width-800 {
    max-width: 800px;
}

.img-width-900 {
    max-width: 900px;
}

.img-width-1000 {
    max-width: 1000px;
}

.img-rounded {
    border-radius: 14px;
}

.img-pr {
    position: relative;
}

.img-text {
    position: absolute;
    color: #000000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media (max-width:767px) {
    .img-text {
        width: 90%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .img-text {
        width: 90%;
    }
}

.bg-quality {
    background-image: url(static/image/bg-quality.jpg);
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-58 {
    margin-top: 58px;
}

.margin-top-60 {
    margin-top: 58px;
}

.margin-btm-10 {
    margin-bottom: 10px;
}

.margin-btm-20 {
    margin-bottom: 20px;
}

.margin-btm-30 {
    margin-bottom: 30px;
}

.margin-btm-40 {
    margin-bottom: 40px;
}

.margin-btm-50 {
    margin-bottom: 50px;
}

.margin-btm-60 {
    margin-bottom: 60px;
}

.margin-btm-70 {
    margin-bottom: 70px;
}

.margin-btm-100 {
    margin-bottom: 100px;
}

.margin-right-8 {
    margin-right: 8px;
}

.margin-right-15 {
    margin-right: 15px;
}

.padding-30 {
    padding: 30px;
}

.padding-40 {
    padding: 40px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-btm-10 {
    padding-bottom: 10px;
}

.padding-btm-20 {
    padding-bottom: 20px;
}

.padding-btm-30 {
    padding-bottom: 30px;
}

.padding-btm-40 {
    padding-bottom: 40px;
}

.padding-btm-50 {
    padding-bottom: 50px;
}

.padding-btm-60 {
    padding-bottom: 60px;
}

.padding-bg-dark-article {
    padding: 40px 30px;
}

.padding-bg-white-list {
    padding: 16px 20px 6px;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background: #0066cc;
    color: white;
    border: none;
    border-radius: 5px;
    transition: background 0.3s;
    text-decoration: none;
    -webkit-appearance: none;
}

.btn:hover,
.btn:focus {
    background: #0052a3;
    color: white;
    text-decoration: none;
}

.btn-red {
    background-color: #c2272d;
    border-color: #c2272d;
}

.btn-red:focus,
.btn-red.focus,
.btn-red:hover {
    background-color: #e7464b;
    border-color: #e7464b;
}

.btn-transparent {
    background: transparent;
    color: #0066cc;
    border: 2px solid #0066cc;
}

.btn-transparent:focus,
.btn-transparent.focus,
.btn-transparent:hover {
    background: #0066cc;
    color: white;
    border-color: #0066cc;
}

.btn-outline-primary {
    background: transparent;
    color: #0066cc;
    border: 2px solid #0066cc;
}

.btn-outline-primary:hover {
    background: #0066cc;
    color: white;
}

.btn-lg {
    padding: 15px 40px;
    font-size: 18px;
}

.btn-radius {
    padding: 8px 35px;
    border-radius: 30px;
}

.choose-control {
    width: 100%;
    height: 45px;
    padding: 0px 12px;
    font-size: 14px;
    color: #212529;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.error-title {
    font-size: 168px;
    font-weight: 500;
}

.feedback {
    position: fixed;
    z-index: 1000;
    top: 60%;
    right: 5px;
    opacity: 1;
    cursor: pointer;
}

.back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 8px;
    right: 5px;
    opacity: 1;
    cursor: pointer;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 0px 12px;
    font-size: 14px;
    color: #2c2c2c;
    background-color: #ffffff;
    border: 1px solid #2c2c2c;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.height-150 {
    height: 150px;
}

input,
select,
textarea {
    font-family: 'Roboto Condensed', sans-serif;
}

.form-title {
    font-size: 100px;
    font-weight: 500;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    word-wrap: break-word;
}

td,
th {
    padding: 0;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}

.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 2px solid #dddddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

.cookie-bar {
    bottom: 0;
    width: 100%;
    background-color: #f2f2f2;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3);
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity);
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #ffffff;
    --bs-border-width: 1px;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius-lg: 0.5rem;
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow);
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }

    .modal-sm {
        --bs-modal-width: 300px;
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}

@media (min-width:1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}

/* Logo Styles - Ensure logo displays properly without distortion */
.luxbar-header img {
    max-width: 100%;
    max-height: 50px; /* Restrict logo height to fit within menu bar */
    height: auto;
    display: block;
    object-fit: contain;
    vertical-align: middle; /* Ensure vertical alignment */
}

.luxbar-header picture {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle; /* Ensure vertical alignment */
}

.luxbar-header a {
    display: inline-flex; /* Use flexbox for better alignment */
    align-items: center; /* Vertical center alignment */
    max-width: 100%;
    height: auto;
    line-height: 1; /* Reset line-height */
    text-decoration: none; /* Remove underline */
}

/* Footer logo styles - prevent distortion */
.img-width-200 picture,
.img-width-200 img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.img-width-200 picture {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* Footer social media icons - prevent distortion */
.margin-top-30 picture,
.margin-top-30 img,
.feedback picture,
.feedback img,
.back-to-top picture,
.back-to-top img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.margin-top-30 picture,
.feedback picture,
.back-to-top picture {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* Unified image container heights for consistent display */
.img-width-400 {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.img-width-400 picture,
.img-width-400 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.img-width-600 {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.img-width-600 picture,
.img-width-600 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.image-margin-center {
    margin-left: auto;
    margin-right: auto;
}

/* Company introduction section - 博城区域样式调整 */
.company-intro-section .font-size-25 {
    font-size: 16px; /* 进一步减小字体大小 */
    margin-bottom: 8px; /* 进一步减小下边距 */
}

.company-intro-section .text-justify {
    font-size: 12px; /* 进一步减小段落字体 */
    line-height: 1.4; /* 调整行高 */
    margin-bottom: 12px; /* 进一步减小段落间距 */
}

.company-intro-section .margin-top-30 {
    margin-top: 10px !important; /* 进一步减小按钮上边距 */
}

.company-intro-section .margin-btm-20 {
    margin-bottom: 8px !important; /* 进一步减小间距 */
}

.company-intro-section .margin-btm-30 {
    margin-bottom: 10px !important; /* 进一步减小间距 */
}

/* BOCHENG区域文字缩小样式 */
.bocheng-section p {
    font-size: 14px !important; /* 将段落文字大小从默认改为14px */
    line-height: 1.4 !important; /* 调整行高使文字更紧凑 */
    margin-bottom: 8px !important; /* 减小段落间距 */
}

.bocheng-section .text-red.font-size-18 {
    font-size: 16px !important; /* 将标题文字从18px减小到16px */
}

/* 确保左右对齐和高度一致 */
.company-intro-section .col-xxl-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-intro-section .img-width-800 {
    height: 300px; /* 固定图片高度 */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.company-intro-section .img-width-800 picture,
.company-intro-section .img-width-800 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Hide specific menu items - Project, About */
.luxbar-item a[href*="project"],
.luxbar-item a[href*="about"] {
    display: none !important;
}

/* Hide the parent li elements as well for cleaner DOM */
.luxbar-item:has(a[href*="project"]),
.luxbar-item:has(a[href*="about"]) {
    display: none !important;
}

/* Responsive logo adjustments */
@media (max-width: 768px) {
    .luxbar-header img {
        max-height: 45px; /* Smaller height for tablets */
        width: auto;
    }
    
    .img-width-200 picture,
    .img-width-200 img {
        max-height: 60px;
        width: auto;
    }
    
    .margin-top-30 picture,
    .margin-top-30 img,
    .feedback picture,
    .feedback img,
    .back-to-top picture,
    .back-to-top img {
        max-height: 35px;
        width: auto;
    }
}

@media (max-width: 480px) {
    .luxbar-header img {
        max-height: 40px; /* Even smaller for mobile */
        width: auto;
    }
    
    .img-width-200 picture,
    .img-width-200 img {
        max-height: 50px;
        width: auto;
    }
    
    .margin-top-30 picture,
    .margin-top-30 img,
    .feedback picture,
    .feedback img,
    .back-to-top picture,
    .back-to-top img {
        max-height: 30px;
        width: auto;
    }
}