/* DENAIR Style CSS - Exact Match */
body {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ebebeb;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
}

a {
    text-decoration: none;
    color: #DC3545;
}

a:hover {
    color: #C41E3A;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
}

.in {
    width: 1200px;
    margin: 0 auto;
}

.cls {
    clear: both;
}

/* Top Bar */
.top {
    height: 50px;
    border-bottom: 3px solid #DC3545;
    padding: 30px 0;
    background-color: #fff;
}

.top img {
    float: left;
}

.hctt {
    float: right;
    border-left: 1px solid #666666;
    padding-left: 15px;
    width: 450px;
    height: 50px;
    margin-top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hctt p {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.hctt span {
    color: #DC3545;
    display: inline-block;
}

/* Main Navigation */
.mainv {
    background-color: #2b2b2b;
    height: 45px;
    position: relative;
}

.mnv {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mnv li {
    display: inline-block;
    line-height: 45px;
    margin-right: 80px;
}

.mnv li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.mnv li a:hover {
    color: #DC3545;
}

/* Dropdown Menu */
.mnsv {
    width: 1100px;
    background-color: #fff;
    opacity: 0.95;
    filter: alpha(opacity=95);
    height: 210px;
    padding: 20px 30px;
    position: absolute;
    display: none;
    z-index: 50;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.mnsv h3, .mnsv ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
}

.mnsv ul li {
    line-height: 180%;
}

.mnsv ul li a {
    color: #000;
}

.mnsv h3 {
    margin-bottom: 13px;
    color: #DC3545;
}

.mnsv h3 a {
    color: #DC3545;
}

.mnsvc {
    float: left;
}

.mnsvc a:hover {
    color: #DC3545;
}

.mnsvf {
    width: 180px;
    float: left;
}

.mnsvs1 {
    width: 320px;
    float: left;
}

.mnsvs {
    width: 310px;
    float: left;
}

.hbar {
    float: left;
    border: 1px solid #ccc;
    height: 180px;
    margin-right: 25px;
}

/* Sub Navigation */
.nsv {
    width: 1100px;
    position: absolute;
    z-index: 50;
    display: none;
    left: 50%;
    transform: translateX(-50%);
}

.nsv ul {
    float: left;
}

.nsv ul li {
    line-height: 190%;
}

.nsv ul li a {
    color: #000;
}

.sllv {
    margin-left: 225px;
    width: 145px;
    background-color: #fff;
    opacity: 0.95;
    filter: alpha(opacity=95);
    padding: 10px 10px;
    display: none;
    margin-top: -2px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.svlv {
    margin-left: 530px;
    width: 145px;
    background-color: #fff;
    opacity: 0.95;
    filter: alpha(opacity=95);
    padding: 10px 10px;
    display: none;
    margin-top: -2px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.svvv {
    margin-left: 675px;
    width: 145px;
    background-color: #fff;
    opacity: 0.95;
    filter: alpha(opacity=95);
    padding: 10px 10px;
    display: none;
    margin-top: -2px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.uslv {
    margin-left: 825px;
    width: 155px;
    background-color: #fff;
    opacity: 0.95;
    filter: alpha(opacity=95);
    padding: 10px 10px;
    display: none;
    margin-top: -2px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.atlv li a:hover {
    color: #DC3545;
}

/* Banner Slider */
#banner_tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#banner_tabs .slides {
    list-style: none;
    margin: 0;
    padding: 0;
}

#banner_tabs .slides li {
    display: none;
    position: relative;
}

#banner_tabs .slides li.active {
    display: block;
}

#banner_tabs .slides img {
    width: 100%;
    height: auto;
    display: block;
}

.flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
}

.flex-direction-nav li {
    position: absolute;
}

.flex-prev {
    left: 20px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 3px;
}

.flex-next {
    right: 20px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 3px;
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
}

.flex-control-nav li a {
    display: block;
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    text-indent: -9999px;
}

.flex-control-nav li a.active {
    background: #DC3545;
}

/* Product Categories */
.homeplace {
    margin-top: 50px;
}

.pd {
    width: 574px;
    height: 250px;
    float: left;
    text-align: right;
    padding: 20px 25px 20px 20px;
    background-color: #fff;
    margin-bottom: 0;
}

.pd span {
    font-size: 30px;
    color: #DC3545;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 20px;
}

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

.pd p {
    margin: 0;
    padding: 13px 0;
    line-height: 170%;
    font-size: 14px;
    text-align: left;
}

.pd p > a {
    color: #666666;
}

.pd p > a:hover {
    color: #444;
}

.pd > a {
    color: #DC3545;
    text-decoration: none;
    font-size: 14px;
}

.pd img {
    float: left;
    padding: 0;
    margin: 0;
    width: 320px;
    height: auto;
    flex-shrink: 0;
}

.proname {
    margin-bottom: 10px;
}

.proname a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.proname a:hover {
    color: #DC3545;
}

.p2 {
    border-left: 1px dotted #797979;
}

.p3 {
    border-top: 1px dotted #797979;
}

.p4 {
    border-top: 1px dotted #797979;
    border-left: 1px dotted #797979;
}

/* Company Profile */
.htitle {
    text-align: center;
    font-size: 30px !important;
    padding-top: 50px !important;
    padding-bottom: 20px;
    clear: both;
    font-weight: 700;
    color: #000;
}

.htitle span {
    display: block;
    font-size: 16px;
    color: #9999a4;
    font-weight: normal;
    margin-top: 10px;
}

.hvideo {
    width: 610px;
    height: 340px;
    float: left;
    cursor: pointer;
    background: #000;
}

.inter {
    background-color: #fff;
    min-height: 340px;
    padding: 25px;
    width: 550px;
    float: right;
}

.inter h2 {
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    color: #DC3545;
}

.inter p {
    line-height: 190%;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.inter a {
    float: right;
    background-color: #fff;
    text-decoration: none;
    color: #DC3545;
    font-weight: normal !important;
    margin-top: 10px;
}

/* Latest News */
.hn1 {
    margin-left: -20px;
    clear: both;
}

.hnew {
    width: 385px;
    height: 467px;
    float: left;
    margin-left: 20px;
    position: relative;
    background-color: #fff;
}

.hnew h2 {
    font-size: 18px;
    margin-top: 10px;
    padding: 0;
}

.hnew img {
    width: 385px;
    height: 289px;
    background-color: black;
    display: block;
}

.hnew > a {
    width: 180px;
    height: 30px;
    background-color: #DC3545;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
}

.hnew > a:hover {
    background-color: #C41E3A;
}

.hnew p > a {
    color: #DC3545;
    font-size: 14px;
    font-weight: 700;
    margin-top: 3px;
}

.new_title {
    color: #000000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
    padding: 5px 0;
    margin: 10px 0;
}

.dsp {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    padding: 10px;
}

.dsp a {
    float: right;
    font-size: 14px;
    font-weight: normal !important;
    color: #DC3545;
}

.dmk {
    float: right;
    font-size: 14px;
    color: #666666;
    margin-top: 7px;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.9);
    padding: 5px 10px;
}

/* Footer */
.foot {
    background-color: #2b2b2b;
    color: #fff;
    padding: 40px 0;
    clear: both;
    margin-top: 50px;
}

.ftrow {
    margin-bottom: 30px;
}

.ftrow img {
    max-height: 50px;
}

.shift {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ftcol {
    flex: 1;
    min-width: 150px;
}

.ftcol h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ftcol h3 a {
    color: #fff;
}

.ftcol h3 a:hover {
    color: #DC3545;
}

.ftcol ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftcol ul li {
    margin-bottom: 8px;
}

.ftcol ul li a {
    color: #ccc;
    font-size: 14px;
}

.ftcol ul li a:hover {
    color: #DC3545;
}

.ftcol ul li span {
    color: #ccc;
    font-size: 14px;
}

.ftcol ul li span a {
    color: #DC3545;
}

.lbar {
    border: none;
    border-top: 1px solid #666;
    margin: 20px 0;
}

.fbar {
    border: none;
    border-top: 1px solid #666;
    margin: 20px 0;
}

.ftfl {
    margin-top: 20px;
    max-width: 100%;
}

/* Bottom Bar */
.bottom {
    background-color: #DC3545;
    height: 80px;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    clear: both;
}

.bottom p {
    margin: 0;
    color: #fff;
}

.bottom a {
    color: #fff;
}

/* Scroll Up Button */
.scroll-up-btn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #DC3545;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 2px 10px rgba(220, 53, 69, 0.4);
    transition: all 0.3s ease;
    z-index: 998;
}

.scroll-up-btn:hover {
    background: #C41E3A;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.6);
}

.scroll-up-btn.show {
    display: flex;
}

.scroll-up-btn::before {
    content: "↑";
    font-weight: bold;
}

/* WhatsApp Button */
.QQ_S {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.Q_botm {
    position: relative;
}

.Q_pic {
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.Q_pic:hover {
    background: #128c7e;
    transform: scale(1.1);
}

.Q_pic_hide {
    display: none;
    position: absolute;
    bottom: 70px;
    right: 0;
    background: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    white-space: nowrap;
}

.Q_pic:hover .Q_pic_hide {
    display: block;
}

.Q_pic_hide a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.Q_pic_hide a:hover {
    color: #DC3545;
}

.Q_pic::before {
    content: "💬";
    font-size: 30px;
}

/* Responsive */
@media (max-width: 1200px) {
    .in {
        width: 100%;
        padding: 0 20px;
    }
    
    .pd {
        width: 48%;
        margin-bottom: 20px;
    }
    
    .p2 {
        border-left: none;
        border-top: 1px dotted #797979;
    }
    
    .p4 {
        border-left: none;
    }
    
    .hvideo {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    
    .inter {
        width: 100%;
        float: none;
        height: auto;
    }
    
    .hnew {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

/* Enhanced Image Composition & Typography */
#banner_tabs .slides img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.pd {
    position: relative;
    overflow: hidden;
}

.pd img {
    float: left;
    width: 300px;
    height: 210px;
    object-fit: contain;
    object-position: center;
    padding: 10px;
    background-color: #f9f9f9;
    margin-right: 20px;
    flex-shrink: 0;
}

.pd h1.proname {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 12px;
    margin-top: 0;
    font-weight: 700;
}

.pd p {
    margin: 0;
    padding: 8px 0;
    line-height: 1.8;
    font-size: 14px;
    text-align: left;
    color: #555;
}

.pd > a {
    display: inline-block;
    margin-top: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pd > a:hover {
    padding-left: 5px;
}

.pd span {
    font-size: 28px;
    color: #DC3545;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.3;
}

.hvideo {
    overflow: hidden;
    border: 1px solid #ddd;
}

.hvideo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.hvideo:hover img {
    transform: scale(1.05);
}

.inter {
    padding: 25px;
    line-height: 1.8;
}

.inter h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #DC3545;
    line-height: 1.3;
}

.inter p {
    line-height: 1.9;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #555;
    text-align: justify;
}

.inter p:last-of-type {
    margin-bottom: 20px;
}

.inter a {
    float: right;
    margin-top: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.inter a:hover {
    padding-right: 5px;
}

.hnew {
    overflow: hidden;
}

.hnew img {
    width: 100%;
    height: 289px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.hnew:hover img {
    transform: scale(1.05);
}

.new_title {
    color: #000000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 15px 10px 5px 10px;
    margin: 0;
    line-height: 1.4;
}

.dsp {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    padding: 0 10px 10px 10px;
    text-align: justify;
}

.dsp a {
    float: right;
    font-size: 14px;
    font-weight: 600;
    color: #DC3545;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.dsp a:hover {
    padding-right: 5px;
}

.dmk {
    font-size: 13px;
    color: #666666;
    margin-top: 7px;
    padding: 8px 12px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.95);
    border-radius: 3px;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.htitle {
    text-align: center;
    font-size: 32px !important;
    padding-top: 60px !important;
    padding-bottom: 25px;
    clear: both;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 30px;
}

.htitle span {
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin-top: 12px;
    line-height: 1.5;
}

/* Typography Improvements - Global */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 15px 0;
}

/* Product Card Improvements */
.pd {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    margin-bottom: 20px;
}

.pd:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* Professional Spacing & Alignment */
.in {
    padding: 0 20px;
}

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

/* Better Typography */
body {
    letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.01em;
}

/* Improved Product Cards Layout - Removed duplicate */

/* Better Image Alignment */
.pd img {
    max-width: 100%;
    height: auto;
}

/* Professional Footer Spacing */
.foot {
    margin-top: 80px;
}

.ftrow {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #444;
}

.shift {
    margin-bottom: 30px;
}

/* Better Navigation Spacing */
.mnv li {
    margin-right: 60px;
}

.mnv li:last-child {
    margin-right: 0;
}

/* Improved Top Bar */
.top {
    padding: 25px 0;
}

.hctt {
    line-height: 1.6;
}

/* Better Section Spacing */
.htitle {
    margin-bottom: 40px;
}

.hvideo {
    margin-bottom: 0;
}

.inter {
    margin-left: 30px;
}

/* News Section Improvements */
.hn1 {
    margin-bottom: 50px;
}

.hnew {
    margin-bottom: 30px;
}

/* Responsive Improvements */
@media (max-width: 1200px) {
    .in {
        width: 100%;
        padding: 0 20px;
    }
    
    .pd {
        width: 48%;
        margin-bottom: 20px;
    }
    
    .p2 {
        border-left: none;
        border-top: 1px dotted #797979;
    }
    
    .p4 {
        border-left: none;
    }
    
    .hvideo {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    
    .inter {
        width: 100%;
        float: none;
        height: auto;
        margin-left: 0;
    }
    
    .hnew {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .top {
        padding: 15px 0;
    }
    
    .hctt {
        width: 100%;
        float: none;
        border-left: none;
        padding-left: 0;
        margin-top: 10px;
    }
    
    .hctt p {
        width: 100%;
    }
    
    .mnv li {
        margin-right: 20px;
        font-size: 12px;
    }
    
    .pd {
        width: 100%;
        height: auto;
        padding: 20px;
        text-align: center;
    }
    
    .pd img {
        float: none;
        margin: 0 auto 20px;
        width: 100%;
        max-width: 300px;
        height: auto;
    }
    
    .pd p {
        text-align: center;
    }
    
    .shift {
        flex-direction: column;
    }
    
    #banner_tabs .slides img {
        height: 300px;
    }
    
    .hvideo {
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
    }
    
    .inter {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    
    .hnew {
        margin-bottom: 30px;
    }
    
    .hnew img {
        height: 200px;
    }
    
    /* Scroll Up Button Responsive */
    .scroll-up-btn {
        width: 45px;
        height: 45px;
        bottom: 80px;
        right: 15px;
        font-size: 20px;
    }
}

