/* ========== 1. Header ========== */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
}
.whiteheadbg header{
	background-color: #fff;
}
header.active .header-main.whitebg{
  background: none;
}
header.stayIn{
  position: relative;
}
.header-top {
  background-color: var(--primary-color);
  padding: 8px 0;
  font-size: 13px;
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header-top-left strong {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 18px;
}
.header-top-right {
  display: flex;
  gap: 20px;
}

.header-top a {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s;
  font-size: 18px;
}
.header-top a img{
  height: 18px;
  width: auto;
  margin-right: 6px;
}
.header-top a:hover {
  color: var(--secondary-color);
}

.header-main {
  padding: 15px 0;
height: 143px;
  background: linear-gradient(180deg, rgba(20, 40, 75, 0.5) 37.98%, rgba(20, 40, 75, 0) 100%);
}
.whiteheadbg .header-main{
	background: none
}

.whiteheadbg header a.whitelogo {
    display: none;
}

.whiteheadbg header a.colorlogo {
    display: inline;
}
.whiteheadbg header .header-main .pc-nav a{
	color: #14284B;
}


.header-main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 77px;
}

.pc-nav ul {
  display: flex;
  gap: 70px;
}

.pc-nav a {
  font-weight: 700;
  font-size: 21px;
  transition: color 0.3s;
}

.pc-nav a:hover {
  color: var(--secondary-color);
}

.header-btn{
}
.header-btn .btn {
  padding: 10px 20px;
  font-size: 13px;
}
.btn-primary {
  display: inline-block;
  padding: 13px 23px;
  color: #fff;
  font-weight: 700;
  width: 210px;
  height: 52px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.btn-primary:hover {
}

.mobile-menu-toggle {
  display: none;
  font-size: 24px;
  color: #fff;
}

.mobile-nav {
  display: none;
}

/* ========== 2. Hero Section ========== */
.hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding-top: 80px;
  overflow: hidden;
}
.hero video{
  z-index: 1;
	width: 100%;
}

.hero-title {
  font-size: 300px;
  font-weight: 800;
  letter-spacing: 10px;
  text-transform: uppercase;
  width: 100%;
  background: linear-gradient(180deg, rgba(20, 40, 75, 0) 0%, rgba(20, 40, 75, 0) 50%, rgba(20, 40, 75, 0.5) 100%);  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 0.7;
  white-space: nowrap;
}

.play-btn {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  border: 2px solid #fff;
  transition: all 0.3s;
}

.play-btn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.play-btn i {
  font-size: 30px;
  margin-left: 5px;
}

/* ========== 3. Features Section ========== */
.features {
  padding: 80px 0 0;
  background-color: #fff;
}
.features .container{
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 240px;
}

section.index .features-grid{
  grid-template-columns: repeat(4, 1fr);
  gap: 180px;
}

.feature-card h3{
font-weight: 700;
  font-size: 26px;
  color: #103067;
}
.feature-card p{
  font-size: 16px;
  color: #3b3b3b;
}
.feature-item {
  text-align: center;
}

.feature-icon {
  font-size: 40px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.feature-icon img{
  height: 80px;
}
.feature-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.feature-item p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.5;
}

.features-footer {
  text-align: center;
  margin-top: 50px;
}
.features-footer .btn{
  width: 252px;
}
  /* ========== 4. Products Section ========== */
.products {
  padding: 80px 0;
}
body.productlists .testimonials{
background-color: #F8F7F6;
  margin-right: auto; margin-left: auto;
  padding-left: 160px;
  padding-right: 160px;
  max-width: 1800px;
}
.products-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
.products-header a.btn{
  position: absolute;
  right: 0;
  height: 44px;
}
.products-header .section-title,
.products-header .section-subtitle {
  margin-bottom: 0;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.product-card {
  transition: transform 0.3s;
}

.product-card:hover {
  transform: translateY(-10px);
}

.product-img {
  height: 260px;
  overflow: hidden;
  text-align: center;
  background: url("../img/pbgimg.png") center bottom no-repeat;
  background-size: contain;
}

.product-img img {
  height: 100%;
  display: inline-block;
}

.product-info {
  padding: 25px;
  text-align: center;
}

.product-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--primary-color);
}
.part-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--primary-color);
}
.product-info p {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 20px;
}
.testimonials.pro .container{
background-color: #F8F7F6;
  padding: 80px 20px 100px;
}
.view-detail {
  font-weight: 600;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* ========== 5. Parts Section ========== */
.parts {
  padding: 80px 0;
  background-color: #f8f7f6;
}

.parts-content {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.part-card {
  margin-top: 40px;
  transition: transform 0.3s;
  width: 33%;
}
.part-card:hover{
  transform: translateY(-10px);
}
.part-card p{
  font-size: 16px;
}
.part-img {
  margin-bottom: 20px;
  height: 260px;
  overflow: hidden;
  text-align: center;
  background: url("../img/wbgimg.png") center bottom no-repeat;
  background-size: contain;
}

/* ========== 6. Testimonials Section ========== */
.testimonials {
  padding: 80px 0 48px;
}
.testimonials.pro{
  padding-left: 180px;
  padding-right: 180px;
  max-width: 1800px;
  margin: 0 auto 70px;
  background-color: #F8F7F6}
.testimonials-grid {
  display: flex;
  transition: transform 0.5s ease;
  gap: 30px;
}

.testimonial-card {
  flex: 0 0 calc((100% - 60px) / 3);
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  position: relative;
  overflow-y: visible ;
}
.slider-wrapper{
padding-top: 24px;
}
.quote-icon {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 20px;
  position: absolute;
  top: -25px;
  left: 30px;
}

.stars {
  margin-bottom: 15px;
}
.stars img{
  width: 22px;
}
.testimonial-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.testimonial-card p {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 25px;
  line-height: 1.6;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.user-details h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
}

.user-details span {
  font-size: 14px;
  color: var(--text-light);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 48px;
}

.dot {
  width: 40px;
  height: 6px;
  background-color: #E8E9ED;
  border-radius: 50px;
  cursor: pointer;
}

.dot.active {
  background-color: var(--primary-color);
}

/* ========== 7. Footer ========== */
footer {
  background-color: var(--primary-color);
  color: #fff;
  padding: 80px 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 30px;
}
.footer-brand{
  width: 285px;
}
.footer-brand p{
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-brand img{
  margin-bottom: 30px;
}
.footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-col ul li {
}

.footer-col ul a {
  font-size: 14px;
  color: #fff;
  transition: color 0.3s;
}

.footer-col ul a:hover {
  color: var(--secondary-color);
}

.footer-logo img {
  height: 40px;
  margin-bottom: 20px;
}

.footer-logo p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
}

.footer-contact p {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.social-links {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.social-links a {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background 0.3s;
}

.social-links a:hover {
  background-color: var(--secondary-color);
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 16px;
  color: #fff;
}
.hanmberg.blue{
  display: none;
}
.whiteheader .hanmberg{
  display: none;
}
.whiteheader .hanmberg.blue{
  display: block;
}
/* ========== 8. Mobile Responsive ========== */
@media screen and (max-width: 768px) {
  .header-top {
    display: none;
  }
  header.active{
    background:none ;
  }
  body .header-main .container .stylebt.solid{
    display: none!important;
  }
  .logo img{
    height: 40px;
  }
  .features{
    padding: 20px 0;
  }
	.detail-features-bar{
		padding-top: 30px;
		padding-bottom: 0;
	}
  .dealer-cta-section{
    margin-top: 0!important;
    padding: 40px 0!important;
  }
  .products{
    padding: 20px 0;
  }
  .dealer-features-section{
    padding: 40px 20px!important;
  }
	.section-header-center{
		margin-bottom: 0px!important;
	}
  .parts{
    padding: 40px 0;
  }
  .oem-services{
    padding: 40px 0!important;
  }
  .oem-partner{
    padding: 40px 0!important;
  }
  .oem-welcome{
    padding: 40px 0!important;
  }
  .oem-gallery{
    padding:  0!important;
  }
  .product-list-section{
    padding: 40px 0 !important;
  }
  .product-viewer{
    padding: 40px 0!important;
  }
  .testimonials{
    padding: 40px 0!important;
  }
  .testimonials.pro{
    padding-left: 20px;
    padding-right: 20px;
    }
  .pc-nav,
  .header-btn,
  .dealer-dropdown-wrap
  {
    display: none!important;
  }
  .mobile-nav.active .header-btn{
    display: inline-block!important;
width: 215px;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .mobile-menu-toggle .close{
    display: none;
  }
  .mobile-menu-toggle.active .hanmberg{
    display: none;
  }
  .mobile-menu-toggle.active .close{
    display: block;
  }

  header.active .mobile-menu-toggle .hanmberg{
    display: none;
  }
  header.active  .mobile-menu-toggle .close{
    display: block;
	  height: 22px;
	  width: 22px;
  }

  .testimonial-card {
    flex: 0 0 100%;
  }

	.hero video{
		width: auto
	}
  .hero-title {
    font-size: 60px;
    letter-spacing: 5px;
  }


  .products-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .part-card{
    width: 100%;
  }
  .products-header a.btn{
    position: relative;right: initial;
  }
  .products-header .section-title
  {
    text-align: center;
    font-size: 30px;
    line-height: 42px;
  }



  .testimonials-grid {
    /*
    grid-template-columns: 1fr;
    */
  }


  .footer-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 5px;
  }
  .footer-col ul li{
    margin-bottom: 5px;
  }
  .footer-grid .footer-col:nth-child(1),
  .footer-grid .footer-col:nth-child(6) {
    grid-column: 1 / -1;
    text-align: left;
  }
  .footer-contact p {
	  font-size: 14px;
  }
	.footer-bottom{
		font-size: 14px;
	}
  .social-links {
	  margin-top: 40px;
	  margin-bottom: 20px;
  }

  /* Mobile Nav Panel */
  .mobile-nav {
    display: block;
    position: fixed;
    top: 0px;
    left: -100%;

    width: 100%;
    height: calc(100vh - 0px);
    background-color: #14284B;
    transition: left 0.3s ease;
    z-index: 999;
    padding: 140px 20px 40px;
  }

  .mobile-nav.active {
    left: 0;
  }

  .mobile-nav ul li {
    margin-bottom: 25px;
    border-bottom: 1px solid #43536F;
    padding-bottom: 10px;
  }

  .mobile-nav a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
  }

  .mobile-nav .header-top-right {
    flex-direction: column;
    margin-bottom: 20px;
}
	.mobile-nav .header-top-right h4{
		font-size: 16px;
		font-weight: 600;
		color: #fff;
	}
	.mobile-nav .header-top-right a{
		font-size: 14px;
		font-weight: 400;
		display: flex
	}
	.mobile-nav .header-top-right a img{
		margin-right: 20px;
	}
	.footer-col h4{font-size: 14px;}
}
/* ========== 10. Product Detail Page ========== */
.detail-hero {
  height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  margin-top: 180px;
}

.detail-hero-title {
  font-size: 64px;
  font-weight: 900;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.detail-hero-desc {
  font-size: 18px;
  font-weight: 500;
  max-width: 800px;
  line-height: 1.6;
}

.detail-features-bar {
  background-color: #fff;
  padding: 40px 0;
}
.detail-features-bar .feature-item{
  text-align: center;
}
.features-bar-inner {
  display: flex;
  justify-content: space-between;
}

.detail-features-bar .feature-item {
  flex: 1;
  padding: 0 20px;
  border-right: 1px solid #eaeaea;
}

.feature-item:last-child {
  border-right: none;
}

.feature-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.feature-item p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.5;
}

.product-viewer {
  padding: 50px 0 60px;
  background-color: #fff;
  text-align: center;
}

.viewer-img-container {
  position: relative;
  max-width: 944px;
  max-height: 530px;
  margin: 0 auto 30px;
  overflow: hidden;
}

.viewer-img-wrapper {
  display: flex;
  transition: transform 0.4s ease;
}
#vimgouter{
  margin-bottom: 20px;

}
.viewer-img-container video{
  width: 100%;
max-width: 944px;}
.viewer-slide {
  width: 100%;
  min-width: 100%;
  flex-shrink: 0;
}
.viewer-slide h3{
  font-size: 18px;
  color: #103067;
	font-weight: 700;
}
.viewer-slide img,
.viewer-slide video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product-viewer .hidden {
  display: none;
}
.viewer-video-outer {
	margin-bottom: 30px;
}
.viewer-video-outer video{
	width: 100%;
	max-width: 1800px
}
.viewer-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.viewer-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.viewer-dots .dot {
  width: 30px;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 2px;
  cursor: pointer;
}

.viewer-dots .dot.active {
  background-color: var(--primary-color);
}

.viewer-toggle {
  display: inline-flex;
}

.viewer-toggle .toggle-btn {
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  color: #123B82;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 52px;
  width: 130px;
}
.viewer-toggle .toggle-btn:first-child{
  border-radius: 10px 0 0 27px;
  transform: skewX(-25deg);  border: 1px solid #123B82;

}
.viewer-toggle .toggle-btn:last-child{
  border-radius:0 27px 10px 0;
  transform: skewX(-25deg);
  border: 1px solid #123B82;
}
.viewer-toggle .toggle-btn span{
  display: inline-block;
  transform: skewX(25deg);
}
.viewer-toggle .toggle-btn.active {
  background-color: #123B82;
  color: #fff;
}

.detail-images {
  padding: 40px 0;
}

.detail-images-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.detail-img-card {
  background: #F8F7F6;
  height: 300px;
}

.detail-img-card img {
  width: 100%;
  height: 210px;
  margin-bottom: 10px;
}
.detail-img-card h3{
  padding-left: 18px;
}
.detail-img-card p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.5;
  padding: 15px;

}

.product-info-section {
  padding: 40px 0;
  background-color: #fff;
}

.info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.info-header h2 {
  font-size: 36px;
  font-weight: 900;
  color: var(--primary-color);
}

.spec-select-wrapper {
  position: relative;
  width: 400px;
}

.spec-select-unified {
  width: 100%;
  padding: 12px 40px 12px 15px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color:#103067;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none;
  background-color: #fff;
  cursor: pointer;
}

.spec-select-wrapper>img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--text-color);
}

.info-table {
  display: flex;
  flex-direction: column;
}

.info-row {
  display: flex;
  padding: 0 0 30px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
}



.info-label {
  font-size: 22px;
  font-weight: 400;
  color: var(--text-color);
  width: 40%;
}

.info-data {
  flex: 1;
}

.info-data ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-data li {
  display: flex;
  margin-bottom: 10px;
  font-size: 15px;
  color: var(--text-light);
}

.info-data li:last-child {
  margin-bottom: 0;
}

.info-data .spec-name {
  flex: 0 0 100px;
  color: #888;
}

.info-data .spec-val {
  flex: 1;
  color: var(--text-color);
	font-size: 16px;
}

.custom-trailers-cta {
  background-color: #F7FAFF;
  padding: 40px 0 70px;
  text-align: center;
}

.custom-trailers-cta h2 {
  font-size: 36px;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.custom-trailers-cta p {
  font-size: 16px;
  color: var(--text-light);
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.custom-trailers-cta .btn-outline-primary {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  background: transparent;
  padding: 10px 40px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease;
}

.custom-trailers-cta .btn-outline-primary:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.detail-bottom-nav {
  padding: 40px 0 120px; /* Extra padding for sticky bar */
  background-color: #fff;
}

.detail-bottom-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-bottom-nav a {
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary-color);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Sticky Action Bar */
.sticky-action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  padding: 15px 0;
  z-index: 666;
  height: 125px;
}

.sticky-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.sticky-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sticky-title {
  font-size: 20px;
  font-weight: 900;
  color: var(--primary-color);
  text-transform: uppercase;
}

.sticky-select-wrapper {
  width: 300px;
}

.qty-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;justify-content: space-evenly;
  border-radius: 8px;
  overflow: hidden;
  height: 42px;
  width: 140px;
}

.qty-btn {
  width: 40px;
  height: 100%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  transition: background 0.2s;
}

.qty-btn:hover {
  background: #f5f5f5;
}

.qty-input {
  width: 50px;
  height: 100%;
  border: none;

  text-align: center;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: var(--text-color);
  -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sticky-price {
  font-size: 18px;
  color: var(--primary-color);
}

.sticky-right {
  display: flex;
  gap: 15px;
}

.sticky-btn-cart {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  background: transparent;
  padding: 10px 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.sticky-btn-inquire {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 10px 30px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
}

/* Mobile Popup */
.mobile-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-inquire-popup {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 30px 20px;
  z-index: 1002;
  transition: bottom 0.3s ease;
}

.mobile-inquire-popup.active {
  bottom: 0;
}

.mobile-popup-overlay.active {
  display: block;
  opacity: 1;
}

.close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--text-color);
}

.popup-title {
  font-size: 24px;
  font-weight: 900;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.popup-select-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.popup-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.popup-price {
  font-size: 20px;
  color: var(--primary-color);
}

.full-width {
  width: 100%;
  padding: 15px;
  font-weight: 700;
  font-size: 16px;
  background-color: var(--secondary-color);
  color: #fff;
  border: none;
  text-transform: uppercase;
}

/* Mobile Responsive for Product Detail Page */
@media screen and (max-width: 768px) {
  /* Header sticky on mobile */
  header {
    top: 0;
    z-index: 1000;
  }
  header.stayIn{
    position: fixed;
  }

  .detail-hero {
    height: 300px;
    text-align: center;
  }

  .detail-hero-title {
    font-size: 40px;
  }

  .detail-hero-desc {
    font-size: 14px;
  }

  .features-bar-inner {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .features-grid {
    grid-template-columns: 1fr!important;
    gap: 20px 0!important;
  }
  .products-grid {
    grid-template-columns: 1fr;
  }
  .product-info h3{
    font-size: 20px;
    margin-bottom: 0;
  }
  .product-info p{
    font-size: 14px;
    margin-bottom: 12px;
  }
  .part-card h3{
    font-size: 20px;
    margin-bottom: 2px;
  }
  .part-card p{
    font-size: 14px;
  }
  .view-detail{
    font-size: 14px;
  }
  .feature-item {
    flex: 0 0 66%;
    scroll-snap-align: start;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .detail-features-bar .feature-item{
    flex: 0 0 66%;

  }
  .feature-item .feature-icon{
    flex-shrink: 0;
    width: 42px;
  }
  .feature-item .feature-icon img{
    height: auto;
  }
  .detail-images-grid {
    grid-template-columns: 1fr;
  }

  .info-header {
    align-items: flex-start;
    gap: 20px;
  }

  .spec-select-wrapper {
    width: 200px;
  }

  .info-row {
    flex-direction: column;
    gap: 15px;
  }

  .info-label {
    flex: none;
	  width: 100%;
	  font-size: 18px;
  }
	.info-data .spec-val{
		font-size: 14px;
	}
  .info-data .spec-name {
    flex: 0 0 100px;
  }

  .custom-trailers-cta h2 {
    font-size: 28px;
	  line-height: 36px
  }
	.custom-trailers-cta p{
		font-size: 14px;
		line-height: 22px;
	}
	.product-info-section{
		padding-bottom: 20px;
	}
	.custom-trailers-cta{
		padding-bottom: 40px;
	}
  /* Sticky Bar Mobile */
  .sticky-left {
    display: none; /* Hide title, select, qty, price on mobile sticky bar */
  }

  .sticky-right {
    width: 100%;
    justify-content: space-between;
  }

  .sticky-btn-cart,
  .sticky-btn-inquire {
    flex: 1;
    padding: 12px 10px;
    font-size: 13px;
    text-align: center;
  }

  .detail-bottom-nav{
padding-top: 0;
	  padding-bottom: 0;
  }
  .detail-bottom-nav .container {
    flex-direction: column;
    gap: 30px;
  }
	.sticky-action-bar{
		height: 80px;
	}
}
.page-hero {
  max-height: 800px;
  background:#14284B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.page-hero p{
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
  max-width: 740px;
	line-height: 30px;
	margin-top: 15px
}
.page-hero>img{
  opacity: 0.6;
  object-fit: cover;
  height: 100%;
}
.page-hero-subtitle {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.page-hero-title {
  font-size: 60px;
	line-height: 80px;
  font-weight: 800;
  margin-bottom: 15px;
  width: 100%;
  max-width: 1800px;  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  position: absolute;
  bottom: 80px;
  z-index: 1;
}

.page-hero-desc {
  font-size: 18px;
  font-weight: 500;
}

.product-list-section {
  padding: 80px 0;
  background-color: #fff;
}

.section-header-center {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.product-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.product-list-item {
  text-align: center;
}

.product-list-img {
  margin-bottom: 25px;
  position: relative;
}

.product-list-img::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 20px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  z-index: -1;
}

.product-list-item h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.product-list-item p {
  font-size: 15px;
  color: var(--text-light);
  margin-bottom: 20px;
}

/* Mobile Responsive for Products Page */
@media screen and (max-width: 768px) {
  .page-hero {
    height: 100vh;
    text-align: center;
  }

  .page-hero-subtitle {
    font-size: 18px;
  }

  .page-hero-title {
    font-size: 26px;
	  line-height: 40px;
	  bottom: 40px;
	  padding-left: 20px;padding-right: 20px;
	  text-align: left
  }
	.page-hero p{
		font-size: 14px;line-height: 24px
	}
  .page-hero-desc {
    font-size: 14px;
  }

  .product-list-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

/* ========== 11. Dealers Page ========== */
.dealer-success-section {
  padding: 40px 0;
  background-color: #fff;
}

.success-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.success-left h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.success-left p {
  font-size: 22px;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 30px;
}
.success-left a.btn-outline-primary {
  width: 240px;
}
.success-list-block {
  margin-bottom: 30px;
}

.success-list-block:last-child {
  margin-bottom: 0;
}

.success-list-block h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.success-list-block ul {
  list-style: none;
  padding: 0;
}

.success-list-block ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--text-light);
  line-height: 1.5;
}

.success-list-block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  transform: skewX(-14deg);
border-radius:2px ;
}

.dealer-stats-section {
  padding: 40px 0;
  background: rgba(245, 245, 245, 0.5);
  max-width: 1800px;
  margin: 0 auto;
}


.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;

  text-align: center;
}

.stat-item {
  border-right: 1px solid #eaeaea;
}

.stat-item:last-child {
  border-right: none;
}

.stat-num {
  font-size: 72px;
  font-weight: 600;
  color: var(--primary-color);
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.stat-num span {
  font-size: 32px;
  margin-left: 5px;
}

.stat-num .stat-unit {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 700;
  margin-left: 5px;
}

.stat-label {
  color: var(--text-light);
  font-weight: 400;
}

.dealer-features-section {
  padding: 80px 180px;
  max-width: 1800px;
  margin: 0 auto;
  background-color: #fff;
}
.dealer-testimonials{
  padding: 60px 180px 48px;
background-color: #F8F7F6;
}
.dealer-cta-section {
  padding: 80px 0;
  background-color: #F7FAFF;
  text-align: center;
  margin-top: 60px;
}

.dealer-cta-section h2 {
  font-size: 48px;
  font-weight: 900;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.dealer-cta-section p {
  font-size: 22px;
  color: var(--text-light);
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

/* Mobile Responsive for Dealers Page */
@media screen and (max-width: 768px) {
  .success-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .success-grid .btn-outline-primary{
    margin: 0 auto;
    display: block;
    width: 215px;  }

	.success-left h2{font-size: 28px;line-height: 38px;
	margin-bottom: 14px}
	.success-left p{
		font-size: 18px;
		line-height: 26px;
			margin-bottom: 20px;
	}
  .stat-item {
    border-right: none;
  }

  .stat-item:nth-child(odd) {
    border-right: 1px solid #eaeaea;
  }

  .dealer-cta-section h2 {
    font-size: 28px;
  }
	.dealer-cta-section p{
		font-size: 14px;
		line-height: 22px
	}
	
}

/* ========== 13. Account & Dashboard ========== */
.dashboard-nav {
  border-bottom: 1px solid #DDE8FE;
  background-color: #fff;
  max-width: 1800px;
  margin: 0 auto;
}

.dashboard-nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
	align-items: center;
}

.dashboard-nav li {
  margin: 0 40px;
}

.dashboard-nav a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}

.dashboard-nav a:hover,
.dashboard-nav a.active {
  color: var(--secondary-color);
}

.dashboard-nav li.active {
  background-color: #F0F5FF;
  padding: 10px 25px;
  margin-top: 10px;
  margin-bottom: 10px;
	  border-radius: 10px 27px;
	color: var(--text-light);
  transform: skewX(-25deg);
}
.dashboard-nav li.active a{
	  transform: skewX(25deg);

}
/* Adjust active state to match design (pill shape) */
/*
.dashboard-nav a.active {
  background-color: #f0f4f8;
  color: var(--primary-color);
  border-bottom: none;
}
*/

.account-section {
  padding: 0 0 100px;
  min-height: calc(100vh - 400px);
  max-width: 1400px;
  margin: 210px auto 0;
}

.account-container {
  margin: 60px auto 0;
}

.account-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 40px;
}

.account-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
  border: 1px solid #eaeaea;
}

.account-card-section {
  margin-bottom: 50px;
}

.account-card-section:last-child {
  margin-bottom: 0;
}

.account-card-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.account-form .form-group {
  margin-bottom: 30px;
}

.account-form label {
  display: block;
  font-size: 13px;
  color: var(--primary-color);
  margin-bottom: 5px;
  font-weight: 400;
}

.account-form .form-control {
  padding: 10px 0;
  color: #888;
  font-size: 16px;
}

.account-form .form-control:focus {
  color: var(--text-color);
}

.password-input-wrap {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 0;
  bottom: 15px;
  background: none;
  border: none;
  cursor: pointer;
  color: #ccc;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-toggle:hover {
  color: var(--primary-color);
}

.form-actions {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  justify-content: center;
}

.form-actions .btn {
  min-width: 200px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-outline {
  background: url("../img/outlinebtn.png") center center no-repeat;
background-size: contain;
  color: var(--secondary-color);
}


.form-actions .btn-primary {
  background: url("../img/Solidbtn.png") center center no-repeat;
  background-size: contain;}

/* Logged in header button */
.dealer-dropdown-wrap {
  position: relative;
  display: inline-block;
  background-image: none;
  width: 177px;
}

.btn-dealer-dropdown {
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  padding: 8px 24px;
height: 52px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s;
  border-radius: 10px 15px;
  transform: skewX(-25deg);
  text-decoration: none;
  justify-content: center;
}

.btn-dealer-dropdown > span,
.btn-dealer-dropdown > i,
.btn-dealer-dropdown > svg {
  transform: skewX(25deg);
  transition: transform 0.3s;
}

.btn-dealer-dropdown:hover {
  background-color: transparent; /* match image */
	color: var(--secondary-color);
}

.dealer-dropdown-wrap:hover .btn-dealer-dropdown > i,
.dealer-dropdown-wrap:hover .btn-dealer-dropdown > svg {
  transform: skewX(20deg) rotate(180deg);
}

.dealer-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fbf9f3; /* cream color */
  min-width: 180px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
  margin-top: 10px;
}

.dealer-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
}

.dealer-dropdown-wrap:hover .dealer-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dealer-dropdown-menu a {
  display: block;
  padding: 10px 24px;
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 14px;
}

.dealer-dropdown-menu a:hover {  font-weight: 600;
	color: #D2A14A;

}

/* ========== 14. Inquiry Cart ========== */
.cart-section {
  margin-top: 210px;
  padding: 0 0 100px;
  background-color: #fff;
  min-height: calc(100vh - 400px);
}

.cart-container {
  max-width: var(--container-width);
  margin: 70px auto 0;
  padding: 0 20px;
}

.cart-title {
  font-size: 48px;
  font-weight: 900;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 40px;
}

.cart-table-header {
  display: grid;
  grid-template-columns: 50px 2.5fr 1fr 140px 1.5fr 50px;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
}
.cart-table-header>div{
  font-size: 16px;color: #103067;
}
.cart-item {
  display: grid;
  grid-template-columns: 50px 2.5fr 1fr 140px 1.5fr 50px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #eaeaea;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
  color: var(--primary-color);
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.custom-checkbox:hover input ~ .checkmark {
  border-color: var(--primary-color);
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart-item-product {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-item-product a{
	  display: flex;
  align-items: center;  gap: 20px;

}
.cart-item-img {
  width: 144px;

}

.cart-item-info h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.cart-item-info p {
  font-size: 14px;
  color: var(--text-light);
}

.cart-item-price {
  font-size: 16px;
  color: var(--primary-color);
}

.cart-item-price span {
  display: block;
  font-size: 16px;
  color: #103067;
  margin-top: 5px;
}

.cart-item-subtotal {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
}

.cart-item-remove {
  background: none;
  border: none;
  color: #cda052;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.cart-item-remove:hover {
  color: #a87f3d;
}

.cart-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
.cartpricewrap{
  display: flex;
  flex-grow: 1;
  padding-right: 32px;
justify-content: space-between}



.cart-selected {
  font-size: 16px;
  color: #666;
}

.cart-selected span {
  font-weight: 700;
  color: var(--primary-color);
}

.cart-total-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}

.cart-total {
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}

.cart-total span {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  margin-left: 10px;
}

.btn-inquire {
  background-color: #cda052;
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 10px 15px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
  transform: skewX(-25deg);
}

.btn-inquire span {
  display: inline-block;
  transform: skewX(25deg);
}

.btn-inquire:hover {
  background-color: #a87f3d;
}

/* ========== 15. Submit Inquiry Popup ========== */
.inquiry-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.inquiry-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.inquiry-popup {
  background-color: #fff;
  width: 90%;
  max-width: 1120px;
  max-height: 90vh;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.inquiry-popup .cart-item-img{
  width: 100px;
}
.inquiry-popup-overlay.active .inquiry-popup {
  transform: translateY(0);
}

.inquiry-popup-header {
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
}

.inquiry-popup-header h2 {
  font-size: 32px;
  font-weight: 900;
  color: var(--primary-color);
}

.inquiry-popup-close {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.inquiry-popup-close:hover {
  color: var(--primary-color);
}

.inquiry-popup-body {
  padding: 40px;
	padding-bottom: 10px;
  overflow-y: auto;
}
.inquiry-popup-body .form-group{
	display: flex;
	gap:10px;
}
.inquiry-popup-body .form-group .form-label{
	min-width: 280px;
	color: var(--text-light)
}
.inquiry-popup-items {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 0 30px;
  margin-bottom: 40px;
}

.inquiry-popup-item {
  display: grid;
  grid-template-columns: 3fr 1fr 150px 1fr;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}

.inquiry-popup-item:last-child {
  border-bottom: none;
}

.inquiry-popup-form .form-group {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.inquiry-popup-form .form-label {
  width: 280px;
  font-size: 16px;
  color: var(--primary-color);
}

.inquiry-popup-form .form-content {
  flex: 1;
}

.file-upload-wrapper {
  position: relative;
  display: inline-block;
}

.file-upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px ;
  border: 1px solid #cda052;
  border-radius: 8px;
  background-color: #fff;
  color: #cda052;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
	margin-bottom: 10px;
}

.file-upload-btn img.up{
	height: 12px;
	
}
.file-upload-btn:hover {
  background-color: #fcf9f2;
}

.file-upload-input {
  position: absolute;
  left: 0;
  top: 0;

  opacity: 0;
  cursor: pointer;
	width: 155px;
	height: 40px;
}

.file-upload-help {
  font-size: 12px;
  color: #8697B3	  ;display: inline;
  margin-top: 10px;
  line-height: 1.5;
	
}

.inquiry-popup-form textarea.form-control {
  height: 120px;
  resize: vertical;
}

.inquiry-popup-footer {
  padding: 30px 40px;
  border-top: 1px solid #eaeaea;
  display: flex;
  justify-content: center;	
	margin: 0 40px;
}

.inquiry-popup-footer .btn-submit {
  background-color: #cda052;
  color: #fff;
  border: none;
  padding: 15px 60px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
}

.inquiry-popup-footer .btn-submit:hover {
  background-color: #a87f3d;
}

@media screen and (max-width: 992px) {
  .cart-table-header {
  }
  .cart-table-header>div{
display: none;
  }
  .cart-table-header>div:nth-child(2){
display: block;
  }
  .cart-item-img{
    width: 84px;
  }
  .cart-item {
    grid-template-columns: 20px 1fr 30px;
    grid-template-rows: auto auto auto;
    gap: 15px;
    position: relative;
  }

  .cart-item-checkbox {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .cart-item-product {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    align-items: flex-start;
  }
  .cart-item-info h4{
    font-size: 14px;
    line-height: 22px;
  }
  .cart-item-info p{
    font-size: 12px;
    line-height: 20px;
    white-space: wrap;
  }

  .cart-item-remove {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .cart-item-price {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
    display: flex;
    gap: 10px;
    align-items: center;
    padding-left: 104px;
    font-size: 14px;
    line-height: 22px;
  }

  .cart-item-price span {
    margin-top: 0;
  }

  .cart-item-quantity {
    padding-left: 104px;
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .cart-item-subtotal {
    grid-column: 2 / 4;
    grid-row: 4 / 4;
    text-align: left;
    padding-left: 104px;
    font-size: 14px;
    line-height: 22px;
  }

  .inquiry-popup-item {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 15px;
  }

  .inquiry-popup-form .form-group {
    flex-direction: column;
    gap: 10px;
  }

  .inquiry-popup-form .form-label {
    width: 100%;
    padding-top: 0;
  }

  .inquiry-popup-item .cart-item-product {
    grid-column: 1 / 3
  }

  .inquiry-popup-item .cart-item-price {
    grid-column: 1 / 3;
    margin-left: 12px;
  }
  .inquiry-popup-item .cart-item-quantity {
    grid-column: 1 / 3;    margin-left: 12px;

  }

  .inquiry-popup-item .cart-item-subtotal {
    grid-column: 1 / 3;
    margin-left: 12px;
  }
  .inquiry-popup-body .form-group .form-label{
    width: 150px;
    min-width: 150px;
    font-size: 14px;
    line-height: 22px;
  }
  .inquiry-popup-body .form-group{
    flex-wrap: wrap;
  }
  .file-upload-help.mb{
    width: 100%;
  }




}

/* ========== 16. Inquiry List ========== */
.inquiry-list-section {
  padding: 0 0 100px;
  min-height: calc(100vh - 400px);
  margin-top: 210px;
}

.inquiry-list-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 70px 20px 0;
}

.inquiry-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.inquiry-list-title {
  font-size: 48px;
  font-weight: 800;
  color: var(--primary-color);
  text-transform: uppercase;
}

.inquiry-filter {
  display: flex;
  align-items: center;
  gap: 15px;
}

.date-picker-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.date-picker-wrap img {
  position: absolute;
  left: 15px;
  color: #666;
  pointer-events: none;
  height: 20px;
  z-index: 1;
}

.date-input {
  padding: 10px 15px 12px 40px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  width: 160px; height: 40px;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}

/* Style for HTML5 date input */
.date-input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.filter-to {
  font-size: 14px;
  color: #666;
}

.btn-search {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
}
button.btn-search  img{
  height: 20px;
}
.btn-search:hover {
  background-color: var(--secondary-color);
}

.mobile-filter-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--primary-color);
  cursor: pointer;
}

.inquiry-card {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 30px;
  border: 1px solid #eaeaea ;
  overflow: hidden;
}

.inquiry-card-header {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  padding: 30px;
  border-bottom: 1px solid #eaeaea;
  align-items: flex-start;
}

.inquiry-meta-item h5 {
  font-size: 16px;
  color: #888;
  font-weight: 400;
  margin-bottom: 8px;
}
.inquiry-meta-item.stylebt.solid{
	height: 40px;
  width: 140px;
}
.inquiry-meta-item p {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  color: var(--primary-color);
}

.customization-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #cda052;
  font-weight: 500;
  text-decoration: none;
}
.customization-link:hover {
  text-decoration: underline;
}

.btn-view {
  color: #fff;
  border: none;
  padding: 9px 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  display: inline-block;
}


.inquiry-card-body {
  padding: 0 30px;
}

.inquiry-product-item {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #eaeaea;
}

.inquiry-product-item:last-child {
  border-bottom: none;
}

.inquiry-product-info {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 46%
}

.inquiry-product-img {
  width: 144px;
  border-radius: 4px;
}

.inquiry-product-details h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.inquiry-product-details p {
  font-size: 13px;
  color: #666;
}

.inquiry-product-price,
.inquiry-product-qty,
.inquiry-product-subtotal {
  font-size: 16px;
  color: var(--primary-color);
}
.inquiry-product-price,
.inquiry-product-qty
{
  text-align: left;
  width: 110px;
  flex: 1;

}





.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}

.page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 14px;
  color: #888;
  text-decoration: none;
  transition: all 0.3s;
}

.page-link:hover {
  background-color: #eaeaea;
  color: var(--primary-color);
}

.page-link.active {
  color: var(--primary-color);
  font-weight: 700;
}

.page-link.prev,
.page-link.next {
  color: #ccc;
}

.page-link.prev:hover,
.page-link.next:hover {
  color: var(--primary-color);
  background-color: transparent;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
  border: 1px solid #eaeaea;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background-color: var(--primary-color);
  color: #fff;
  transform: translateY(-5px);
}

@media screen and (max-width: 992px) {
  .inquiry-card-header {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .inquiry-meta-item:last-child {
    grid-column: 1 / -1;
    text-align: right;
  }

  .inquiry-product-item {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 15px;
  }


}

@media screen and (max-width: 768px) {
  .inquiry-list-section {
    padding: 0 0 60px !important;
    margin-top: 100px;
  }
  .inquiry-list-container{
    padding-top: 0;
  }
  .inquiry-list-title {
    font-size: 28px;
  }
  .inquiry-list-header{
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 30px;
  }
  .inquiry-filter {

    margin-top: 20px;
  }

  .inquiry-filter.active {
    display: flex;
  }

  .date-picker-wrap {
    width: 35%;
  }
  .date-input {
    padding-right: 5px;
    width: 100%;
  }

  .filter-to {
    text-align: center;
    flex-grow: 1;
  }

  .btn-search {
    flex-shrink: 0;
    flex-grow: 0;
  }

  .mobile-filter-toggle {
    display: block;
  }

  .inquiry-card-header {
    grid-template-columns: 1fr 1fr;
    padding: 20px;
  }
  .inquiry-meta-item h5{
    font-size: 14px;
    line-height: 14px;
  }
  .inquiry-meta-item p{
    font-size: 14px;
    line-height: 14px;
  }
  .customization-link{
    font-size: 12px!important;
  }
  .inquiry-product-details h4{
    font-size: 14px!important;
    line-height: 22px;
  }
  .inquiry-product-details p{
    font-size: 12px!important;
    line-height: 20px;
  }
  .inquiry-meta-item:last-child {
    grid-column: 2 / -1;
    text-align: center;
    margin-top: 10px;
  }

  .btn-view {
    width: 100%;
  }

  .inquiry-card-body {
    padding: 0 20px;
  }
  .pagination{
    display: none;
  }
  .inquiry-product-item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 20px 0;
  }

  .inquiry-product-info {
    width: 100%;
  }


  .inquiry-product-img {
    width: 84px;
  }
  .inquiry-product-price, .inquiry-product-qty {
    color: var(--primary-color);
    display: inline-block;
    padding-left: 104px;
    width: 100%;
  }




  .back-to-top {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cart-section {
    padding: 0 0 44px !important;
    margin-top: 110px;
  }

  .cart-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .cart-footer {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  .cartpricewrap{
    padding-right: 0;
  }
  .cart-total-wrap {
    justify-content: space-between;
  }

  .btn-inquire {
    width: 100%;
    height: 44px;
  }

  .inquiry-popup {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    border-radius: 0;
    margin: 0;
  }

  .inquiry-popup-header {
    padding: 20px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
  }

  .inquiry-popup-header h2 {
    font-size: 24px;
  }

  .inquiry-popup-body {
    padding: 20px 20px 0 20px;
  }

  .inquiry-popup-items {
    padding: 0 15px;
  }

  .inquiry-popup-footer {
    padding: 20px;
    border-top:none;
  }

  .inquiry-popup-footer .btn-submit {
    width: 100%;
  }

  .account-section {
    margin-top: 140px;
	  padding-bottom: 52px;
  }

  .account-title {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: left;
	  padding-left: 20px;
	  line-height: 42px;
	  
  }
  .account-card {
    padding: 14px 14px 32px 14px;
	  margin:  0 20px
  }
	.account-card-title{
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 24px;
	}
	
	.account-form .form-control{
		font-size: 14px;
	}
	
.dashboard-nav{
  display: none;
}
  .form-actions {
    gap: 15px;
	  margin-top: 7px;
  }

  .form-actions .btn {
    width: 100%;
    min-width: 0;
  }
	.account-card-section{
		margin-bottom: 64px;
	}
}
.auth-section {
  padding: 300px 0 150px; /* Account for fixed header */
  background-color: #FBFBFA;
  min-height: calc(100vh - 300px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.auth-section .container{
  width: 100%;
  max-width: 1200px;
}
.auth-header {
  text-align: center;
  margin-bottom: 50px;
}

.auth-header h1 {
  font-size: 48px;
  font-weight: 800;
  color: var(--primary-color);
  text-transform: uppercase;
}

.auth-header p {
  font-size: 16px;
  color: var(--text-light);
}

.auth-card {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
padding: 70px 100px
}
.auth-card #login_form, .auth-card #form_reset{
  max-width: 490px;
  display: block;
  margin: 0 auto;
}

.auth-card.register-card {
	  max-width: 1200px;

}
.auth-card.register-card .auth-btn{
}
.form-group {
  margin-bottom: 25px;
  position: relative;
}

.form-floating {
  position: relative;
  margin-bottom: 25px;
  flex:1
}

.form-floating .form-control {
  padding: 25px 0 10px 0;
}

.form-floating .form-control::placeholder {
  color: transparent;
}

.form-floating label {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 16px;
  color: var(--text-light);
  transition: all 0.2s ease;
  pointer-events: none;
}

.form-floating .form-control:focus ~ label,
.form-floating .form-control:not(:placeholder-shown) ~ label {
  top: -7px;
  font-size: 12px;
}

.form-floating label .required-star {
  color: #e74c3c;
}

.form-row {
  display: flex;
  gap: 30px;
}

.form-row .form-group {
  flex: 1;
}

.form-control {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  color: var(--text-color);
  background: transparent;
  transition: border-color 0.3s;
}

.form-control:focus {
  outline: none;
  border-bottom-color: var(--primary-color);
}

.form-control::placeholder {
  color: var(--text-color);
}

.required-star {
  color: #e74c3c;
}

.verification-code-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
}

.verification-code-wrap .form-control {
  border-bottom: none;
  width: auto;
  flex: 1;
}

.captcha-img {
  height: 40px;
  margin-left: 15px;
}

.form-hint {
  font-size: 12px;
  color: #e74c3c;
  position: absolute;
  bottom: -20px;
  right: 0;
}

.auth-btn {
  width: 100%;
	max-width: 690px;
  padding: 15px;
  background-color: var(--secondary-color);
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color 0.3s;
  display: block;
}

.auth-btn:hover {
  background-color: #c89b3c;
}

.auth-links {
  text-align: center;
  margin-top: 30px;
}

.auth-links p {
  margin-bottom: 15px;
  font-size: 16px;
  color: var(--text-color);
}

.auth-links a {
  color: var(--secondary-color);
  transition: color 0.3s;
}

.auth-links a:hover {
  color: var(--primary-color);
}

@media screen and (max-width: 768px) {
  .auth-section {
    padding: 30px 20px 50px 20px;
	  margin-top: 90px;
  }

  .auth-header h1 {
    font-size: 28px;
	  line-height: 28px;
	  margin-bottom: 16px;
  }
	.auth-header p{
		font-size: 14px;
		line-height: 22px;
	}
	.auth-links p{
	font-size: 14px;
	}
  .auth-card {
    padding: 30px 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }
}

/* --- Inquiry Detail Styles --- */
.inquiry-detail-section {
  margin-top: 180px;
}

.inquiry-detail-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 8px;
}

.inquiry-detail-title {
  font-size: 24px;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 26px;
}


.inquiry-detail-meta {
  margin-bottom: 40px;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}

.meta-item {
  flex: 1;
  min-width: 200px;
}

.meta-item.full-width {
  flex: 100%;
}

.meta-label {
  display: block;
  font-size: 16px;
  color: #9d9d9d;
  margin-right: 20px;
  flex-shrink: 0;
  align-self: baseline;
}

.meta-value {
  font-size: 14px;
  font-weight: 400;
  color: #123B82;
}
strong.meta-value{
  font-weight: 700;
  font-size: 16px;
}
.customization-link {
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.customization-link:hover {
  text-decoration: underline;
}

.message-text {
  font-weight: 400;
  line-height: 1.6;
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 4px;
  border-left: 4px solid var(--secondary-color);
}

.inquiry-detail-products {
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.inquiry-product-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.inquiry-product-item:last-child {
  border-bottom: none;
}

.inquiry-product-details h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.inquiry-product-details p {
  font-size: 14px;
  color: #666;
}


.inquiry-product-subtotal {
  width: 30%;
}

/* Help Section */
.help-section {
  background-color: var(--primary-color);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.help-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.help-section h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.help-section p {
  font-size: 16px;
  margin-bottom: 30px;
  opacity: 0.9;
}

.btn-outline-primary {
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #fff;
  color: var(--primary-color);
}

@media screen and (max-width: 768px) {
  .inquiry-product-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
	  display: flex!important;
  }
	.inquiry-product-item.mb{
		align-items: flex-end
	}
	.inquiry-product-item.mb .stylebt.solid{
		width: 114px;
	} 
  .inquiry-product-price,
  .inquiry-product-qty
 {
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
  }
  .inquiry-product-subtotal{    width: 100%;
    padding-left: 104px;
    font-size: 14px;line-height: 34px;
    font-weight:600;
  }
  .inquiry-product-qty::before {
    content: "units: ";
    font-weight: normal;
    color: #666;
  }


}

/* --- OEM Page --- */
.oem-hero {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://picsum.photos/seed/oemhero/1920/600");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 120px 0;
}

.oem-hero-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
}

.oem-hero h1 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
}

.oem-hero p {
  font-size: 18px;
  max-width: 600px;
}

.oem-welcome {
  padding: 80px 0;
  background-color: #fff;
}

.oem-welcome-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 60px;
}

.oem-welcome-title {
  flex: 0 0 35%;
}

.oem-welcome-title h2 {
  font-size: 60px;
  color: var(--primary-color);
  font-weight: 900;
  line-height: 1.2;
}

.oem-welcome-content {
  flex: 1;
}

.oem-welcome-content p {
  margin-bottom: 22px;
  color: var(--primary-color);
  line-height: 1.6;
}

.oem-welcome-content h3 {
  font-size: 32px;
  color: var(--primary-color);
  font-weight: 700;
  margin: 30px 0 15px;
}

.oem-gallery {
  padding: 0 0 80px;
  background-color: #fff;
}

.oem-gallery-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-item img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  display: block;
}

.section-header {
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 48px;
  color: var(--primary-color);
  font-weight: 900;
  margin-bottom: 15px;
}

.section-header p {
  color: var(--primary-color);
  font-size: 22px;
}

.text-center {
  text-align: center;
}

.oem-services {
  padding: 80px 0;
  background-color: #fafafa;
}

.oem-services-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
}

.oem-services-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

.services-text {
  flex: 1;
}

.services-text p {
  margin-bottom: 20px;
  color: var(--primary-color);
  line-height: 1.6;
	font-size: 14px;
}

.highlight-text {
  font-weight: 700;
  font-size: 22px;
  margin-top: 30px;
}

.services-image {
  flex: 1;
}

.services-image img {
  width: 100%;
  height: auto;
  display: block;
}

.oem-partner {
  padding: 80px 0;
  background-color: #fff;
}

.oem-partner-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
}

.partner-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 180px;
}

.feature-item {
  text-align: left;
}
.feature-item h3 {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-item p {
  color:var(--text-light);
  line-height: 1.5;
  font-size: 14px;
}

.oem-stats {
  padding: 80px 0;
  background-color: #fafafa;
}

.oem-stats-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
}



.stat-item {
  border-right: 1px solid #ddd;
}

.stat-item:last-child {
  border-right: none;
}

.stat-number {
  font-size: 72px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 10px;
}

.stat-number span {
  font-size: 32px;
}

.stat-label {
  color: #666;
  font-size: 16px;
}

.oem-process {
  padding: 80px 0;
  background-color: #fff;
}

.oem-process-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 80px;
}

.process-step {
  position: relative;
  padding-top: 40px;
}

.step-number {
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 80px;
  font-weight: 600;
  color: #f0f4f8;
  z-index: 0;
  line-height: 1;
}
.step-number::after{
	display: block;
		position: absolute;
	background: url(../img/dotline.png) no-repeat;
	content: "";
	width: 230px;
	height: 1px;
	top: 50%;
	left: 130%
}
.process-step h3 {
  font-size: 26px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
	line-height: 30px;
  z-index: 1;
}

.process-step p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
.process-step:last-child .step-number::after{
	display: none;
}
.oem-cta {
  padding: 80px 0;
  background-color: #F7FAFF;
  text-align: center;
}

.oem-cta-container {
  margin: 0 auto;
  padding: 0 20px;
}

.oem-cta h2 {
  font-size: 48px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 20px;
}

.oem-cta p {
  font-size: 22px;
  color: var(--primary-color);
  margin-bottom: 40px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cta-buttons a{
	
}

.btn-outline-w {
  display: inline-block;
  padding: 15px 40px;
  color: var(--secondary-color);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  background: url("../img/outlinebt-w.png") center center no-repeat;
  background-size: contain;
  width: 255px; height: 52px;
}
.btn-outline-s {
  display: inline-block;
  padding: 10px 5px ;
  color: var(--secondary-color);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  background: url("../img/outlinebt-s.png") center center no-repeat;
  background-size: contain;
  width: 126px; height: 44px;
}


@media screen and (max-width: 992px) {
  .oem-welcome-container {
    flex-direction: column;
    gap: 14px;
  }
	.oem-welcome-title h2{
		font-size: 28px;
		line-height: 36px;
	}
	.oem-welcome-content p{font-size: 18px;
	line-height: 26px}
	
	.oem-welcome-content h3{
		font-size: 24px;
	}
	.section-header h2{
		font-size: 28px;
		line-height: 42px
	}
	.section-header p{
		font-size: 18px;
		line-height: 26px;
	}
	.section-header{
	}
	
  .oem-services-content {
    flex-direction: column-reverse;
	  gap:20px
  }

  .partner-features,
  .stats-grid {
    grid-template-columns: 1fr;
  }
	.partner-features{
		gap:20px;
	}
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
	  column-gap: 0px
  }
  .stat-item {
    border-right: none;
    padding-bottom: 20px;
  }
.stat-number,	.stat-num{
		font-size: 36px;
	}
.stat-number span,	.stat-num span{
		font-size: 16px;
	}
	.stat-label{
		font-size: 14px;
	}
  .process-steps {
    grid-template-columns: 1fr;
	  gap:50px;
  }

  .cta-buttons a {
    margin-bottom: 10px;
    margin-bottom: 0;
    padding: 15px ;
  }
.process-step{
  padding-left:66px ;
	padding-top: 0;
}
	.process-step h3{
		font-size: 20px;
		line-height: 30px;
	}
	.process-step p{
		font-size: 14px;
				line-height: 22px;

	}
	.step-number{
		top: -25px;
	}
	.step-number::after{
		transform: rotate(90deg); /* 顺时针旋转90度 */
transform-origin: left;
		left: 25px;
		top: 70px;
		width: 95px;
	}
  .oem-process{
    padding: 40px 0;
  }
  .oem-stats{
    padding: 40px 0;
  }
  .oem-cta{
    padding: 40px 0;
  }
	.oem-cta h2{
font-size: 28px;line-height: 36px;
	}
	.oem-cta p{
		font-size: 14px;
		line-height: 22px;
	}
}

@media screen and (max-width: 768px) {
  .oem-hero h1 {
    font-size: 32px;
  }

  .oem-gallery-container {
    grid-template-columns: 1fr;
  }
	.gallery-item img{
		width: 100%;
		height: auto
	}
  .dealer-testimonials {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;

  }

  .feature-card{
display: grid;
    grid-template-columns: 42px 1fr;
    grid-template-rows: 42px auto;
    gap: 0 16px; /* 上下间距 / 左右间距 */
  }
  .feature-card .feature-icon{
    width: 42px;
    margin-bottom: 0;
  }
  .feature-card .feature-icon img{
    width: 42px;
    height: auto;
  }
  .feature-card h3{
    grid-row: 1;
    grid-column: 2;
    white-space: nowrap;
    font-size: 20px;
    line-height: 2.1;
  }
  .feature-card p{
    grid-row: 2;
    grid-column: 2;
    font-size: 14px;
  }
}






.inquiry-detail-meta {
  margin-bottom: 40px;
}

.meta-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.meta-row.message-row {
  grid-template-columns: 1fr;
}

.meta-item {
  display: flex;
  align-items: center;
}




.meta-value strong {
  color: var(--primary-color);
}

.message-text {
  font-weight: 400;
  line-height: 1.6;
  color: var(--primary-color);
}

.inquiry-detail-products {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 30px;
}

.inquiry-detail-products .inquiry-product-item:last-child {
  border-bottom: none;
}

/* Help Section */
.help-section {
  background-color: #f8f9fa;
  padding: 80px 0;
  text-align: center;
}

.help-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.help-section h2 {
  font-size: 48px;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 900;
}

.help-section p {
  font-size: 22px;
  color: var(--primary-color);
  margin-bottom: 40px;
}


.btn-outline-primary:hover {

}

@media screen and (max-width: 768px) {
  .meta-row {
    grid-template-columns: 1fr 1fr;
  }
  .meta-row .meta-item:nth-child(3) {
    grid-column: 1 / -1;
  }
  .inquiry-detail-section{
    margin-top: 110px;
  }
  .inquiry-detail-products {
    padding: 0 20px;
  }

  .help-section h2 {
    font-size: 28px;
	  line-height: 36px
  }
	.help-section p{
		font-size: 18px;line-height: 26px;
		margin-bottom: 20px
	}
	.help-container .stylebt.outline{
		width: 252px;
	}
	.help-section{
		padding:40px 0 ;
	}
	.inquiry-detail-container{
		padding-top: 0;
	}
	.inquiry-detail-title{
		font-size: 20px;line-height: 26px
	}
	
	.meta-item{
flex-direction: column;
	align-items: flex-start }
	.meta-label{
		font-size: 14px;line-height: 14px;
		margin-bottom: 10px;
	}
	strong.meta-value{
				font-size: 14px;line-height: 14px

	}
}

/* Contact Section */
.contact-section {
  padding: 80px 0 80px;
  background-color: #fbfbfa;
  min-height: calc(100vh - 300px);
  margin-top: 184px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin: 0 auto;
}
.contact-info{
  max-width: 550px;
}
.contact-info h1 {
  font-size: 48px;
  font-weight: 900;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.contact-desc {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 40px;
  line-height: 1.6;
}

.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
}

.info-item strong{
	font-weight: 700;
	font-size: 22px;
}



.info-item i {
  margin-right: 15px;
  margin-top: 4px;
  color: var(--primary-color);
}
.info-item img{
  width:22px ;
  margin-right:30px ;
}
.hours-item {
  align-items: flex-start;
}
.hours-item img{
	margin-top: 7px;
}
.hours-item strong {
  display: block;
  margin-bottom: 10px;
}

.hours-row {
  display: flex;
  font-weight: 400;
  color: var(--text-light);
  margin-bottom: 5px;
  min-width: 250px;
}
.hours-row span{
	font-size: 16px;
}
.hours-row span:first-child{
	display: inline-block;
	min-width:155px ;
font-weight: 600;}
.contact-form-wrap {
  background: transparent;
  max-width: 700px;
}
.select-floating select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
	background: url(../img/select-icon2.png) no-repeat top right/26px;
}
.select-floating .select-icon {
  position: absolute;
  right: 0;
  top: 20px;
  pointer-events: none;
  color: var(--primary-color);
  background: #fff;
  padding-left: 10px;
}

.textarea-floating .form-control {
  resize: vertical;
  min-height: 120px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 20px 15px 15px;
}

.textarea-floating label {
	position: relative;
	left: 0;
    top: -10px;
}

.btn-block {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 15px;
  font-size: 16px;
}

.form-disclaimer {
  font-size: 16px;
  color: #3B3B3B;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .contact-section {
    padding: 20px 0 60px;
	  margin-top: 100px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
	.form-disclaimer{
		font-size: 14px;
	}
  .contact-info h1 {
    font-size: 28px;
	  line-height: 1
  }
	.contact-desc{
		font-size: 14px;
		line-height: 22px;
	}
	.info-item img{
		margin-right: 15px;
	}
  .hours-row {
    min-width: auto;
    gap: 20px;
  }
}
