/* ============================================================
   重庆怡虹彤餐饮有限公司 - 全站样式
   基于参考站 https://demoall.5fa.cn/28539/ 还原
   ============================================================ */

/* Reset
-------------------------------------------------------------- */
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; padding: 0; font: 14px/24px "Open Sans", "Microsoft YaHei", "PingFang SC", sans-serif; background: #fff; color: #767070; -webkit-font-smoothing: antialiased; }
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video { font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
figure { margin: 0; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; height: auto; vertical-align: middle; }
::selection { background-color: #ff1200; color: #fff; }
::-moz-selection { background-color: #ff1200; color: #fff; }
a { text-decoration: none; color: #767070; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
a:hover { color: #322d2d; text-decoration: none; }

/* Preloader
-------------------------------------------------------------- */
.preloader { background: #fff; height: 100%; opacity: 1; position: fixed; text-align: center; transition: all 0.5s ease; width: 100%; z-index: 9999; top: 0; left: 0; }
.preloader .spinner { height: 30px; left: 50%; margin-left: -15px; margin-top: -15px; position: relative; top: 50%; width: 30px; }
.preloader .pre-bounce1, .preloader .pre-bounce2 { background-color: #ff1200; border-radius: 50%; height: 100%; left: 0; opacity: 0.6; position: absolute; top: 0; width: 100%; animation: 2s ease infinite bounce; }
.preloader .pre-bounce2 { animation-delay: -0.5s; }
@keyframes bounce { 0%, 100% { transform: scale(0); } 50% { transform: scale(1); } }

/* Typography
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { color: #322d2d; font-weight: 700; margin: 0 0 27px; }
h1 { font-size: 52px; line-height: 56px; }
h2 { font-size: 40px; line-height: 44px; }
h3 { font-size: 30px; line-height: 36px; }
h4 { font-size: 26px; line-height: 30px; }
h5 { font-size: 22px; line-height: 26px; }
h6 { font-size: 18px; line-height: 22px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: 700; }
strong, b { font-weight: 700; }
.text-white { color: #fff !important; }
.text-light { color: #bdbcbc !important; }
.text-dark { color: #322d2d !important; }
.text-center { text-align: center; }
.text-red { color: #ff1200 !important; }

/* Container
-------------------------------------------------------------- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.col-md-3 { width: 25%; padding: 0 15px; }
.col-md-4 { width: 33.333%; padding: 0 15px; }
.col-md-5 { width: 41.667%; padding: 0 15px; }
.col-md-6 { width: 50%; padding: 0 15px; }
.col-md-7 { width: 58.333%; padding: 0 15px; }
.col-md-12 { width: 100%; padding: 0 15px; }

/* Buttons
-------------------------------------------------------------- */
.roll-button { display: inline-block; font-size: 14px; font-weight: 700; font-family: "Open Sans", "Microsoft YaHei", sans-serif; background-color: transparent; border: 2px solid #ff1200; color: #ff1200; padding: 14px 62px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; cursor: pointer; text-align: center; }
.roll-button:hover { color: #fff; background-color: #ff1200; box-shadow: 0 0 0 26px #ff1200 inset; }
.roll-button.border { border-color: #ff1200; color: #ff1200; }
.roll-button.border:hover { color: #fff; background-color: #ff1200; }
.roll-button.white { border-color: #fff; color: #fff; }
.roll-button.white:hover { color: #322d2d; background-color: #fff; box-shadow: 0 0 0 26px #fff inset; }

/* Spacer
-------------------------------------------------------------- */
.roll-spacer { height: 40px; }
.roll-spacer.small { height: 20px; }
.roll-spacer.verysmall { height: 10px; }
.roll-spacer.large { height: 60px; }

/* Section Title Box
-------------------------------------------------------------- */
.roll-titlebox { text-align: center; padding-bottom: 20px; }
.roll-titlebox .maintitle { font-size: 52px; line-height: 56px; margin: 0 0 27px; color: #322d2d; }
.roll-titlebox p { color: #767070; font-size: 16px; max-width: 800px; margin: 0 auto; line-height: 26px; }

/* Top Bar
-------------------------------------------------------------- */
.topbar { background-color: #191d20; color: #fff; font-size: 13px; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; height: 44px; }
.topbar-left { display: flex; align-items: center; }
.topbar-left .welcome-text { color: #fff; }
.topbar-left .welcome-text i { margin-right: 6px; color: #ff1200; }
.topbar-left .welcome-text strong { color: #ff1200; }
.topbar-right { display: flex; align-items: center; }
.topbar-right .social { display: flex; list-style: none; margin: 0; padding: 0; }
.topbar-right .social li { margin-left: 2px; }
.topbar-right .social li a { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; color: #fff; background-color: #333739; font-size: 18px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.topbar-right .social li a:hover { background-color: #ff1200; color: #fff; }
.topbar-phone { color: #fff; margin-right: 20px; font-size: 13px; }
.topbar-phone i { color: #ff1200; margin-right: 5px; }

/* Header
-------------------------------------------------------------- */
.site-header { position: relative; z-index: 1000; background-color: #fff; padding: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.site-header.header-sticky { position: fixed; top: 0; left: 0; width: 100%; z-index: 10000; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.header-wrap { border-top: 1px dashed #d7d7d7; border-bottom: 1px dashed #d7d7d7; min-height: 70px; }
.header-inner { display: flex; align-items: center; justify-content: space-between; position: relative; }

/* Logo */
.logo-wrap { display: flex; align-items: center; padding: 10px 0; }
.logo-wrap a { display: flex; align-items: center; text-decoration: none; }
.logo-svg { width: 50px; height: 50px; margin-right: 12px; }
.logo-text { display: flex; flex-direction: column; }
.logo-brand { font-size: 22px; font-weight: 700; color: #322d2d; line-height: 1.2; }
.logo-tagline { font-size: 12px; color: #767070; letter-spacing: 3px; }

/* Navigation */
.mainnav { display: flex; align-items: center; }
.mainnav > ul { display: flex; list-style: none; margin: 0; padding: 0; }
.mainnav > ul > li { position: relative; }
.mainnav > ul > li > a { display: block; font-size: 16px; color: #726666; font-weight: 500; height: 70px; line-height: 70px; padding: 0 20px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.mainnav > ul > li > a:hover, .mainnav > ul > li.active > a { color: #ff1200; }
.mainnav > ul > li > a::before { content: ""; margin-right: 0; }

/* Sub menu */
.mainnav ul.sub-menu { position: absolute; left: 0; top: 100%; width: 180px; background: #fff; z-index: 9999; opacity: 0; visibility: hidden; transform: translateY(-10px); box-shadow: 0 0 20px rgba(0,0,0,0.1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; padding: 0; }
.mainnav ul li:hover > ul.sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mainnav ul.sub-menu li { border-top: 1px solid #f0f0f0; }
.mainnav ul.sub-menu li:first-child { border-top: none; }
.mainnav ul.sub-menu li a { display: block; padding: 0 20px; line-height: 44px; font-size: 14px; color: #726666; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.mainnav ul.sub-menu li a:hover { color: #fff; background-color: #322d2d; }

/* Mobile menu */
.btn-menu { display: none; width: 40px; height: 40px; cursor: pointer; position: relative; z-index: 10001; }
.btn-menu span { display: block; width: 26px; height: 3px; background: #322d2d; margin: 5px auto; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; border-radius: 2px; }
.btn-menu.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.btn-menu.active span:nth-child(2) { opacity: 0; }
.btn-menu.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

/* Top Slider / Banner
-------------------------------------------------------------- */
.top-slider { position: relative; overflow: hidden; }
.top-slider .flexslider { position: relative; }
.top-slider .slides { display: flex; list-style: none; margin: 0; padding: 0; transition: transform 0.6s ease; }
.top-slider .slide-item { min-width: 100%; height: 600px; background-size: cover; background-position: center center; position: relative; }
.top-slider .slide-item .slide-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); }
.top-slider .slide-item .slide-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; z-index: 2; }
.top-slider .slide-item .slide-content h2 { font-size: 48px; line-height: 56px; color: #fff; margin-bottom: 15px; text-shadow: 0 2px 8px rgba(0,0,0,0.3); }
.top-slider .slide-item .slide-content p { font-size: 20px; line-height: 30px; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,0.3); }

/* Slider arrows */
.slider-arrow { position: absolute; top: 50%; width: 50px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 24px; cursor: pointer; z-index: 10; border: 1px solid rgba(255,255,255,0.5); background: transparent; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; transform: translateY(-50%); }
.slider-arrow:hover { background: #ff1200; border-color: #ff1200; }
.slider-arrow.prev { left: 30px; }
.slider-arrow.next { right: 30px; }

/* Slider dots */
.slider-dots { position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); display: flex; z-index: 10; }
.slider-dots .dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.5); margin: 0 5px; cursor: pointer; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.slider-dots .dot.active { background: #ff1200; }

/* Sections common
-------------------------------------------------------------- */
.roll-row { padding: 80px 0; position: relative; }

/* About Section (index-about)
-------------------------------------------------------------- */
.index-about { padding: 80px 0 0; }
.index-about .about-content { display: flex; position: relative; min-height: 400px; }
.about-text { width: 58.333%; padding: 40px 30px 40px 0; }
.about-text .about-desc { font-size: 16px; line-height: 28px; color: #767070; }
.about-text .about-desc h4 { color: #322d2d; font-weight: 400; font-size: 18px; line-height: 32px; margin-bottom: 20px; }
.about-image { width: 41.667%; position: relative; }
.about-image .image-holder { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }

/* Product Carousel (index-products)
-------------------------------------------------------------- */
.products-carousel { padding: 60px 0; overflow: hidden; }
.carousel-track { display: flex; gap: 20px; transition: transform 0.5s ease; }
.carousel-item { flex: 0 0 calc(25% - 15px); min-width: calc(25% - 15px); }
.carousel-item a { display: block; position: relative; overflow: hidden; }
.carousel-item img { width: 100%; height: 220px; object-fit: cover; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.carousel-item:hover img { transform: scale(1.1); }
.carousel-item .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,18,0,0.85); opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; }
.carousel-item:hover .overlay { opacity: 1; }
.carousel-item .overlay .link-icon { width: 50px; height: 50px; border: 2px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; transform: rotate(60deg); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.carousel-item:hover .overlay .link-icon { transform: rotate(0); }
.carousel-item-title { text-align: center; padding: 15px 0; font-size: 16px; color: #322d2d; font-weight: 600; }

/* Gallery / Store Section (index-gallery)
-------------------------------------------------------------- */
.index-gallery { background-color: #191d20; padding: 80px 0; }
.index-gallery .roll-titlebox .maintitle a { color: #fff; }
.index-gallery .roll-titlebox p { color: #bdbcbc; }
.gallery-grid { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.gallery-grid .gallery-item { width: 25%; padding: 15px; }
.gallery-grid .gallery-item .featured-post { position: relative; overflow: hidden; border: 2px solid rgba(255,255,255,0.1); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.gallery-grid .gallery-item:hover .featured-post { box-shadow: 0 5px 15px rgba(0,0,0,0.4); }
.gallery-grid .gallery-item img { width: 100%; height: 250px; object-fit: cover; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.gallery-grid .gallery-item:hover img { transform: scale(1.1); }
.gallery-grid .gallery-item .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,18,0,0.85); opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; }
.gallery-grid .gallery-item:hover .overlay { opacity: 1; }
.gallery-grid .gallery-item .overlay .link-icon { width: 60px; height: 60px; border: 2px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; transform: rotate(60deg); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.gallery-grid .gallery-item:hover .overlay .link-icon { transform: rotate(0); }
.gallery-grid .gallery-item .gallery-title { text-align: center; margin-top: 15px; }
.gallery-grid .gallery-item .gallery-title a { color: #fff; font-size: 16px; font-weight: 600; }
.gallery-grid .gallery-item .gallery-title a:hover { color: #ff1200; }

/* Parallax CTA
-------------------------------------------------------------- */
.parallax-section { background-attachment: fixed; background-size: cover; background-position: center center; position: relative; padding: 100px 0; }
.parallax-section .mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); }
.parallax-section .callout-wrap { position: relative; z-index: 2; text-align: center; }
.parallax-section .callout-wrap h3 { color: #fff; font-size: 36px; line-height: 44px; margin-bottom: 30px; }
.parallax-section .callout-wrap .buttons { margin-top: 20px; }

/* News Section (index-news)
-------------------------------------------------------------- */
.index-news { background-color: #333739; padding: 80px 0; position: relative; }
.index-news .news-content { display: flex; position: relative; min-height: 400px; }
.news-list { width: 58.333%; padding: 0 30px 0 0; }
.news-list .news-item { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.news-list .news-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.news-list .news-item h2 { font-size: 20px; line-height: 28px; margin-bottom: 10px; }
.news-list .news-item h2 a { color: #fff; -webkit-transition: color 0.3s ease; transition: color 0.3s ease; }
.news-list .news-item h2 a:hover { color: #ff1200; }
.news-list .news-item p { color: #bdbcbc; font-size: 14px; line-height: 24px; }
.news-image { width: 41.667%; position: relative; }
.news-image img { position: absolute; bottom: -80px; left: 0; max-height: 500px; z-index: 3; }

/* Footer
-------------------------------------------------------------- */
.site-footer { background-color: #fff; padding: 40px 0; border-top: 1px solid #eee; }
.site-footer .footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-copyright { font-size: 14px; color: #767070; }
.footer-copyright a { color: #767070; }
.footer-copyright a:hover { color: #ff1200; }
.footer-nav ul { display: flex; list-style: none; margin: 0; padding: 0; }
.footer-nav ul li { margin-left: -2px; }
.footer-nav ul li a { color: #767070; padding: 0 12px; position: relative; font-size: 14px; }
.footer-nav ul li a::before { content: ""; position: absolute; left: 0; top: 3px; width: 1px; height: 13px; background-color: #d7d7d7; }
.footer-nav ul li:first-child a::before { width: 0; }
.footer-nav ul li a:hover { color: #ff1200; }

/* Go Top Button
-------------------------------------------------------------- */
.go-top { position: fixed; right: 30px; bottom: -75px; color: #fff; background-color: #322d2d; display: block; font-size: 22px; line-height: 40px; text-align: center; width: 40px; height: 40px; visibility: hidden; opacity: 0; z-index: 9999; cursor: pointer; border-radius: 50%; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.go-top:hover { background-color: #ff1200; color: #fff; }
.go-top.show { bottom: 28px; opacity: 1; visibility: visible; }

/* ======== Inner Page Styles ======== */

/* Inner Page Banner */
.n-banner { height: 285px; background-size: cover; background-position: center center; position: relative; display: flex; align-items: center; justify-content: center; }
.n-banner .mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.55); }
.n-banner .banner-text { position: relative; z-index: 2; color: #fff; text-align: center; }
.n-banner .banner-text h1 { color: #fff; font-size: 42px; margin-bottom: 10px; }

/* Breadcrumb */
.ntit { background: #f8f8f8; border-bottom: 1px solid #eee; }
.ntit .ntt { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }
.ntit .ntt h1 { font-size: 20px; margin: 0; color: #322d2d; }
.ntit .ntt i { font-size: 12px; color: #bdbcbc; font-style: normal; display: block; margin-top: 3px; }
.ntit .ntt .weiz { font-size: 14px; color: #767070; }
.ntit .ntt .weiz a { color: #767070; }
.ntit .ntt .weiz a:hover { color: #ff1200; }

/* Page Content */
.page-content { padding: 60px 0; }

/* About Page */
.about-detail { padding: 60px 0; }
.about-detail p { margin-bottom: 18px; line-height: 28px; font-size: 15px; color: #767070; }
.about-img-full { width: 100%; height: 350px; object-fit: cover; margin-bottom: 30px; border: 2px solid #eee; }

/* Timeline */
.timeline { position: relative; padding: 40px 0; }
.timeline::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 3px; background: #ff1200; transform: translateX(-50%); }
.timeline-item { display: flex; justify-content: flex-end; padding: 0 30px 40px; width: 50%; position: relative; }
.timeline-item:nth-child(even) { margin-left: 50%; justify-content: flex-start; }
.timeline-item .timeline-dot { position: absolute; width: 16px; height: 16px; background: #ff1200; border-radius: 50%; top: 5px; right: -8px; z-index: 2; border: 3px solid #fff; box-shadow: 0 0 0 2px #ff1200; }
.timeline-item:nth-child(even) .timeline-dot { left: -8px; right: auto; }
.timeline-item .timeline-content { background: #fff; padding: 20px 25px; border: 1px solid #eee; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); max-width: 400px; }
.timeline-item .timeline-content h3 { font-size: 18px; color: #ff1200; margin-bottom: 8px; }
.timeline-item .timeline-content p { font-size: 14px; color: #767070; line-height: 24px; margin: 0; }

/* Culture Cards */
.culture-cards { display: flex; gap: 20px; margin-top: 40px; }
.culture-card { flex: 1; background: #fff; padding: 40px 30px; text-align: center; border: 1px solid #eee; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.culture-card:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.1); transform: translateY(-5px); border-color: #ff1200; }
.culture-card .culture-icon { width: 70px; height: 70px; margin: 0 auto 20px; background: #ff1200; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; }
.culture-card h3 { font-size: 20px; color: #322d2d; margin-bottom: 12px; }
.culture-card p { font-size: 14px; color: #767070; line-height: 24px; }

/* Team Section */
.team-section { padding: 60px 0; background: #f8f8f8; }
.team-grid { display: flex; flex-wrap: wrap; gap: 25px; }
.team-card { width: calc(25% - 19px); text-align: center; background: #fff; padding: 30px 20px; border: 1px solid #eee; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.team-card:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.1); transform: translateY(-3px); }
.team-card .team-avatar { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; margin-bottom: 15px; border: 3px solid #ff1200; }
.team-card h4 { font-size: 18px; color: #322d2d; margin-bottom: 5px; }
.team-card .team-role { font-size: 13px; color: #ff1200; }

/* Product List Page */
.product-grid { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.product-card { width: 25%; padding: 15px; margin-bottom: 15px; }
.product-card .product-thumb { position: relative; overflow: hidden; border: 2px solid #eee; }
.product-card img { width: 100%; height: 220px; object-fit: cover; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.product-card:hover img { transform: scale(1.1); }
.product-card .product-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,18,0,0.85); opacity: 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; }
.product-card:hover .product-overlay { opacity: 1; }
.product-card .product-overlay .link-icon { width: 50px; height: 50px; border: 2px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; transform: rotate(60deg); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.product-card:hover .product-overlay .link-icon { transform: rotate(0); }
.product-card .product-name { text-align: center; padding: 12px 0; font-size: 15px; }
.product-card .product-name a { color: #322d2d; font-weight: 600; }
.product-card .product-name a:hover { color: #ff1200; }

/* Product Detail */
.product-detail { padding: 60px 0; }
.product-detail-top { display: flex; gap: 40px; margin-bottom: 40px; }
.product-detail-img { width: 45%; }
.product-detail-img img { width: 100%; height: 400px; object-fit: cover; border: 2px solid #eee; }
.product-detail-info { width: 55%; }
.product-detail-info h2 { font-size: 28px; color: #322d2d; margin-bottom: 15px; }
.product-detail-info .product-desc { font-size: 15px; line-height: 28px; color: #767070; margin-bottom: 20px; }

/* Product Params Table */
.params-table { width: 100%; border-collapse: collapse; margin-bottom: 30px; }
.params-table th, .params-table td { padding: 12px 15px; border: 1px solid #eee; font-size: 14px; }
.params-table th { background: #f8f8f8; color: #322d2d; font-weight: 600; width: 30%; text-align: left; }
.params-table td { color: #767070; }

/* Product Features */
.product-features { margin: 30px 0; }
.feature-item { display: flex; align-items: flex-start; margin-bottom: 18px; padding: 15px; background: #f8f8f8; border-left: 4px solid #ff1200; }
.feature-item .feature-icon { width: 40px; height: 40px; min-width: 40px; background: #ff1200; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; font-size: 18px; }
.feature-item .feature-text h4 { font-size: 16px; color: #322d2d; margin-bottom: 5px; }
.feature-item .feature-text p { font-size: 14px; color: #767070; margin: 0; line-height: 22px; }

/* Related Products */
.related-products { padding: 40px 0; border-top: 1px solid #eee; }
.related-products h3 { font-size: 24px; margin-bottom: 25px; color: #322d2d; }
.related-grid { display: flex; gap: 20px; }
.related-item { flex: 1; text-align: center; }
.related-item img { width: 100%; height: 180px; object-fit: cover; border: 2px solid #eee; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.related-item:hover img { transform: scale(1.05); }
.related-item .related-name { padding: 10px 0; }
.related-item .related-name a { color: #322d2d; font-weight: 600; font-size: 14px; }
.related-item .related-name a:hover { color: #ff1200; }

/* News List */
.news-grid { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.news-card { width: 33.333%; padding: 15px; margin-bottom: 20px; }
.news-card .news-thumb { overflow: hidden; border: 2px solid #eee; }
.news-card img { width: 100%; height: 200px; object-fit: cover; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.news-card:hover img { transform: scale(1.1); }
.news-card .news-body { padding: 15px 0; }
.news-card .news-date { font-size: 13px; color: #bdbcbc; margin-bottom: 8px; }
.news-card .news-title { font-size: 16px; line-height: 24px; }
.news-card .news-title a { color: #322d2d; font-weight: 600; }
.news-card .news-title a:hover { color: #ff1200; }
.news-card .news-summary { font-size: 14px; color: #767070; line-height: 22px; margin-top: 8px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* News Detail */
.news-detail { padding: 60px 0; }
.news-detail-header { border-bottom: 1px solid #eee; padding-bottom: 20px; margin-bottom: 30px; }
.news-detail-header h1 { font-size: 30px; color: #322d2d; margin-bottom: 10px; }
.news-detail-header .news-meta { font-size: 14px; color: #bdbcbc; }
.news-detail-body p { font-size: 15px; line-height: 28px; color: #767070; margin-bottom: 20px; }
.news-detail-body img { margin: 20px 0; width: 100%; max-height: 450px; object-fit: cover; border: 1px solid #eee; }
.news-nav { display: flex; justify-content: space-between; padding: 25px 0; border-top: 1px solid #eee; margin-top: 30px; }
.news-nav a { font-size: 14px; color: #767070; max-width: 48%; }
.news-nav a:hover { color: #ff1200; }

/* Contact Page */
.contact-page { padding: 60px 0; }
.contact-info-list { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 40px; }
.contact-info-item { flex: 1; min-width: 250px; background: #f8f8f8; padding: 30px 25px; text-align: center; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.contact-info-item:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.08); transform: translateY(-3px); }
.contact-info-item .contact-icon { width: 60px; height: 60px; margin: 0 auto 15px; background: #ff1200; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.contact-info-item h4 { font-size: 16px; color: #322d2d; margin-bottom: 8px; }
.contact-info-item p { font-size: 14px; color: #767070; margin: 0; }

/* Contact Form */
.contact-form { background: #f8f8f8; padding: 40px; border: 1px solid #eee; }
.contact-form h3 { font-size: 24px; color: #322d2d; margin-bottom: 25px; }
.form-row { display: flex; gap: 20px; margin-bottom: 20px; }
.form-group { flex: 1; }
.form-group label { display: block; font-size: 14px; color: #322d2d; margin-bottom: 8px; font-weight: 600; }
.form-group input, .form-group textarea { width: 100%; height: 48px; border: 1px solid #ddd; padding: 0 15px; font-size: 14px; font-family: inherit; -webkit-transition: border 0.3s ease; transition: border 0.3s ease; background: #fff; }
.form-group textarea { height: 150px; padding: 12px 15px; resize: vertical; }
.form-group input:focus, .form-group textarea:focus { border-color: #ff1200; outline: none; }
.form-submit { margin-top: 10px; }

/* Image fallback
-------------------------------------------------------------- */
.img-fallback { background: linear-gradient(135deg, #ff1200, #c91000); display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; min-height: 200px; color: #fff; font-size: 14px; border-radius: 0; }

/* Fade animation
-------------------------------------------------------------- */
.fade-in { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ======== Responsive ======== */

/* Tablet */
@media only screen and (max-width: 991px) {
  h1 { font-size: 38px; line-height: 46px; }
  h2 { font-size: 32px; line-height: 38px; }
  h3 { font-size: 26px; line-height: 32px; }
  h4 { font-size: 22px; line-height: 28px; }
  .roll-row { padding: 60px 0; }
  .index-about { padding: 60px 0 0; }
  .index-news { padding: 60px 0; }
  .roll-titlebox .maintitle { font-size: 38px; line-height: 44px; }
  .roll-button { padding: 12px 50px; }
  .top-slider .slide-item { height: 430px; }
  .top-slider .slide-item .slide-content h2 { font-size: 36px; line-height: 42px; }
  .slider-arrow { width: 44px; height: 44px; line-height: 44px; }

  /* Nav becomes mobile */
  .mainnav { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.1); z-index: 10000; }
  .mainnav.active { display: block; }
  .mainnav > ul { flex-direction: column; width: 100%; }
  .mainnav > ul > li > a { height: auto; line-height: 48px; padding: 0 20px; border-bottom: 1px solid #f0f0f0; }
  .mainnav ul.sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; display: none; background: #f8f8f8; }
  .mainnav ul.sub-menu.open { display: block; }
  .mainnav ul.sub-menu li a { padding-left: 40px; }
  .btn-menu { display: block; }

  /* Layout adjustments */
  .about-content { flex-direction: column; }
  .about-text { width: 100%; padding: 30px 0; }
  .about-image { width: 100%; height: 300px; position: relative; }
  .about-image .image-holder { position: relative; height: 300px; }
  .news-content { flex-direction: column; }
  .news-list { width: 100%; padding: 0; }
  .news-image { width: 100%; height: 300px; }
  .news-image img { position: relative; max-height: 300px; width: 100%; object-fit: cover; }

  .gallery-grid .gallery-item { width: 50%; }
  .product-card { width: 50%; }
  .news-card { width: 50%; }
  .timeline::before { left: 20px; }
  .timeline-item { width: 100%; padding-left: 50px; padding-right: 0; justify-content: flex-start; }
  .timeline-item:nth-child(even) { margin-left: 0; }
  .timeline-item .timeline-dot { left: 12px; right: auto; }
  .timeline-item:nth-child(even) .timeline-dot { left: 12px; }
  .team-card { width: calc(50% - 13px); }
  .culture-cards { flex-wrap: wrap; }
  .culture-card { flex: 1 1 calc(50% - 10px); min-width: calc(50% - 10px); }
  .product-detail-top { flex-direction: column; }
  .product-detail-img { width: 100%; }
  .product-detail-info { width: 100%; }
  .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-12 { width: 100%; }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  h1 { font-size: 30px; line-height: 38px; }
  h2 { font-size: 26px; line-height: 32px; }
  h3 { font-size: 22px; line-height: 28px; }
  h4 { font-size: 20px; line-height: 26px; }
  .roll-row { padding: 40px 0; }
  .index-about { padding: 40px 0 0; }
  .index-gallery { padding: 40px 0; }
  .index-news { padding: 40px 0; }
  .roll-spacer { height: 20px; }
  .roll-titlebox .maintitle { font-size: 30px; line-height: 36px; }
  .roll-button { padding: 10px 40px; font-size: 13px; }
  .top-slider .slide-item { height: 320px; }
  .top-slider .slide-item .slide-content h2 { font-size: 24px; line-height: 30px; }
  .top-slider .slide-item .slide-content p { font-size: 14px; }
  .slider-arrow { width: 40px; height: 40px; line-height: 40px; font-size: 20px; }
  .slider-arrow.prev { left: 10px; }
  .slider-arrow.next { right: 10px; }

  .topbar .container { flex-direction: column; height: auto; padding: 8px 15px; }
  .topbar-left { margin-bottom: 5px; }
  .topbar-right .social li a { width: 35px; height: 35px; font-size: 16px; }

  .header-inner { flex-wrap: wrap; }
  .logo-wrap { padding: 8px 0; }
  .logo-brand { font-size: 18px; }
  .logo-svg { width: 40px; height: 40px; }

  .gallery-grid .gallery-item { width: 50%; }
  .product-card { width: 50%; }
  .news-card { width: 100%; }
  .carousel-item { flex: 0 0 calc(50% - 10px); min-width: calc(50% - 10px); }
  .parallax-section { padding: 60px 0; background-attachment: scroll; }
  .parallax-section .callout-wrap h3 { font-size: 24px; }

  .site-footer .footer-inner { flex-direction: column; text-align: center; }
  .footer-nav { display: none; }

  .n-banner { height: 200px; }
  .n-banner .banner-text h1 { font-size: 28px; }

  .form-row { flex-direction: column; gap: 0; }
  .form-group { width: 100%; }
  .contact-form { padding: 25px; }
  .team-card { width: 100%; }
  .culture-card { min-width: 100%; }
  .related-grid { flex-direction: column; }
}

/* Small Mobile */
@media only screen and (max-width: 479px) {
  h1 { font-size: 24px; line-height: 30px; }
  h2 { font-size: 20px; line-height: 26px; }
  .roll-titlebox .maintitle { font-size: 22px; line-height: 28px; }
  .roll-button { padding: 10px 30px; }
  .top-slider .slide-item { height: 250px; }
  .gallery-grid .gallery-item { width: 100%; }
  .product-card { width: 100%; }
  .carousel-item { flex: 0 0 100%; min-width: 100%; }
}
