.swiper-button-next, .swiper-button-prev {
  background: none !important;
  width: auto !important;
  height: auto !important;
}

.hover-pic {
  border-radius: unset;
}

.ca {
  text-transform: capitalize;
}

.up {
  text-transform: uppercase;
}

.cc br {
  height: 0;
  display: inline;
  width: 100%;
  line-height: 14px;
}
.cc p {
  margin-bottom: 5px;
  line-height: 29px;
}

.cc tbody, .cc td, .cc tfoot, .cc th, .cc thead, .cc tr {
  border-width: 1px;
}

.cc ol, .cc ul {
  padding-left: 2rem;
  max-width: 100% !important;
}
.cc dl, .cc ol, .cc ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cc .h1, .cc .h2, .cc .h3, .cc .h4, .cc .h5, .cc .h6, .cc h1, .cc h2, .cc h3, .cc h4, .cc h5, .cc h6 {
  font-weight: revert;
}

.cc li {
  list-style: inherit;
}

.pagelist {
  text-align: center;
}

.hangneikuai {
  display: inline-block;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner .cc img {
  max-width: 100% !important;
  max-height: inherit !important;
  height: auto !important;
}

.clear {
  content: "";
  clear: both;
  overflow: hidden;
}

.block, .b {
  display: block;
}

img {
  max-width: 100%;
}

.pagination {
  display: block;
  text-align: center;
}

.pagination a,
.pagination span {
  border: 1px solid #cecece;
  color: #cecece;
  line-height: 33px;
  padding: 0px 10px;
  border-radius: 3px;
  display: inline-block;
}

.pagination a {
  color: #999;
}

.hidden {
  display: none !important;
}

.hangneikuai {
  display: inline-block;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}
.container2 {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  content: '';
  clear: both;
  max-width: 100%;
}

@media (min-width: 1450px) and (max-width: 1600px) {
  .container2 {
    width: 90%;
  }
}
@media (max-width: 1450px) {
  .container2 {
    width: 1170px;
    margin: 0 auto;
  }
}
.cc iframe,
.cc video {
  width: 100% !important;
  max-height: 600px !important;
}

.cc p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .container2 {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cc iframe,
  .cc video {
    width: 100% !important;
    max-height: 400px !important;
  }
}
.hover-pic {
  overflow: hidden;
}
.hover-pic:hover img {
  transform: scale(1.05);
}
.hover-pic img {
  transition: .5s;
}

.oem-page {
  background: #ffffff;
  color: #333;
  font-family: 'Poppins-Regular', sans-serif;
}

main .iconfont {
  font-size: unset;
}

.oem-hero-section {
  padding: 100px 0 80px;
  background: linear-gradient(135deg, var(--bs-theme-color) 0%, var(--bs-link-hover-color) 100%);
  color: white;
}
.oem-hero-section ._more {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 20px;
  background: white;
  color: var(--bs-link-hover-color);
}
.oem-hero-section .oem-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
  color: white;
  line-height: 1.2;
}
.oem-hero-section .oem-intro {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  opacity: 0.95;
}
.oem-hero-section .hero-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.oem-section {
  padding: 80px 0;
}
.oem-section:nth-child(even) {
  background: #f8f9fa;
}
.oem-section .container {
  max-width: 1200px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-header .section-tag {
  display: inline-block;
  padding: 8px 20px;
  background: var(--bs-theme-color);
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 20px;
}
.section-header .section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
}
.section-header .section-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.section-header-left {
  margin-bottom: 40px;
}
.section-header-left .section-tag {
  display: inline-block;
  padding: 8px 20px;
  background: var(--bs-theme-color);
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 20px;
}
.section-header-left .section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
}
.feature-list{display: grid;grid-template-columns: repeat(5, 1fr);gap: 20px;}
.feature-card {
  text-align: center;
  padding: 40px 16px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.feature-card .feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3963cb 0%, #385ebc 100%);
  border-radius: 20px;
  font-size: 36px;
  color: white;
}
.feature-card .feature-icon i {
  font-size: 36px;
}
.feature-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1a1a1a;
}
.feature-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.customization-table {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}
.customization-table .table {
  margin: 0;
}
.customization-table .table thead th {
  background: var(--bs-theme-color);
  color: white;
  font-weight: 600;
  padding: 20px;
  border: none;
  font-size: 18px;
}
.customization-table .table tbody td {
  padding: 20px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #333;
}
.customization-table .table tbody td:first-child {
  font-weight: 600;
  color: black;
  width: 28%;
}
.customization-table .table tbody tr:hover {
  background: #f8f9fa;
}

.odm-features .odm-feature-item {
  display: flex;
  margin-bottom: 30px;
  animation: fadeInUp 0.6s ease forwards;
}
.odm-features .odm-feature-item:nth-child(1) {
  animation-delay: 0.1s;
}
.odm-features .odm-feature-item:nth-child(2) {
  animation-delay: 0.2s;
}
.odm-features .odm-feature-item:nth-child(3) {
  animation-delay: 0.3s;
}
.odm-features .odm-feature-item:nth-child(4) {
  animation-delay: 0.4s;
}
.odm-features .odm-feature-item .feature-check {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #efb767 0%, #d8983c 100%);
  border-radius: 50%;
  margin-right: 20px;
  color: white;
  font-size: 24px;
}
.odm-features .odm-feature-item .feature-content {
  flex: 1;
}
.odm-features .odm-feature-item .feature-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.odm-features .odm-feature-item .feature-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.odm-visual img,
.quality-visual img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.process-item {
  text-align: center;
  padding: 40px 30px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}
.process-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.process-item:hover .process-number {
  background: linear-gradient(135deg, var(--bs-theme-color) 0%, var(--bs-link-hover-color) 100%);
  color: white;
}
.process-item:hover .process-icon {
  background: linear-gradient(135deg, var(--bs-theme-color) 0%, var(--bs-link-hover-color) 100%);
  color: white;
}
.process-item .process-number {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: white;
  border: 3px solid var(--bs-theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: black;
  transition: all 0.3s ease;
}
.process-item .process-icon {
  width: 100px;
  height: 100px;
  margin: 40px auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-theme-color);
  border-radius: 25px;
  font-size: 48px;
  color: white;
  transition: all 0.3s ease;
}
.process-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1a1a1a;
}
.process-item p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.quality-list .quality-item {
  display: flex;
  margin-bottom: 30px;
  padding: 25px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.quality-list .quality-item:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.quality-list .quality-item .quality-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #efb767 0%, #d8983c 100%);
  border-radius: 15px;
  margin-right: 20px;
  color: white;
  font-size: 28px;
}
.quality-list .quality-item .quality-content {
  flex: 1;
}
.quality-list .quality-item .quality-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.quality-list .quality-item .quality-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* .case-card {
  background: white;
  margin: 30px 20px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.case-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.case-card:hover .case-image img {
  transform: scale(1.1);
}
.case-card .case-image {
  overflow: hidden;
}
.case-card .case-image img {
  object-fit: cover;
  object-position: center;
  transition: all 0.6s ease;
}
.case-card .case-content {
  padding: 30px;
}
.case-card .case-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1a1a1a;
}
.case-card .case-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
} */

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.faq-accordion .accordion-item .accordion-button {
  background: white;
  border: none;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  background: var(--bs-theme-color);
  color: white;
  box-shadow: none;
}
.faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.faq-accordion .accordion-item .accordion-body {
  padding: 20px;
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

.cta-box {
  background: #c3c3c3;
  padding: 50px;
  border-radius: 20px;
  color: white;
}
.cta-box h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}
.cta-box > p {
  font-size: 18px;
  margin-bottom: 35px;
  opacity: 0.95;
}
.cta-box .contact-form .form-group {
  margin-bottom: 20px;
}
.cta-box .contact-form .form-group .form-control {
  padding: 15px 20px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.9);
}
.cta-box .contact-form .form-group .form-control:focus {
  background: white;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.cta-box .contact-form .form-group textarea.form-control {
  resize: vertical;
}
.cta-box .contact-form .btn-primary {
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  background: white;
  color: var(--bs-theme-color);
  border: none;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.cta-box .contact-form .btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.cta-box .contact-form .promise-text {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.9;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1450px) {
  .oem-hero-section .oem-title {
    font-size: 45px;
  }

  .oem-hero-section .oem-intro {
    font-size: 17px;
  }

  .section-header .section-title {
    font-size: 36px;
  }

  .section-header-left .section-title {
    font-size: 36px;
  }

  .section-header-left .section-title {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .section-header .section-title,
  .section-header-left .section-title {
    font-size: 36px;
  }

  .oem-hero-section .oem-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section-header .section-title,
  .section-header-left .section-title {
    font-size: 32px;
  }

  .oem-hero-section {
    padding: 60px 0 50px;
  }
  .oem-hero-section .oem-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .oem-hero-section .oem-intro {
    font-size: 16px;
  }

  .cta-box {
    padding: 40px 30px;
  }
  .cta-box h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .oem-section {
    padding: 50px 0;
  }

  .section-header,
  .section-header-left {
    margin-bottom: 40px;
  }
  .section-header .section-tag,
  .section-header-left .section-tag {
    font-size: 12px;
    padding: 6px 15px;
  }
  .section-header .section-title,
  .section-header-left .section-title {
    font-size: 28px;
  }
  .section-header .section-subtitle,
  .section-header-left .section-subtitle {
    font-size: 16px;
  }

  .oem-hero-section {
    padding: 40px 0 30px;
  }
  .oem-hero-section .oem-title {
    font-size: 30px;
    text-align: center;
  }
  .oem-hero-section .oem-intro {
    font-size: 15px;
    text-align: center;
  }
  .oem-hero-section .hero-image {
    margin-top: 30px;
  }

  .feature-card {
    padding: 30px 20px;
  }
  .feature-card .feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  .feature-card .feature-icon i {
    font-size: 32px;
  }
  .feature-card h4 {
    font-size: 18px;
  }
  .feature-card p {
    font-size: 15px;
  }

  .customization-table {
    padding: 20px;
  }
  .customization-table .table {
    font-size: 14px;
  }
  .customization-table .table thead th {
    padding: 15px;
    font-size: 15px;
  }
  .customization-table .table tbody td {
    padding: 15px 10px;
    font-size: 14px;
  }

  .odm-feature-item {
    margin-bottom: 25px;
  }
  .odm-feature-item .feature-check {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    font-size: 20px;
  }
  .odm-feature-item .feature-content h4 {
    font-size: 18px;
  }
  .odm-feature-item .feature-content p {
    font-size: 15px;
  }

  .process-item {
    padding: 35px 20px;
    margin-top: 20px;
  }
  .process-item .process-number {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  .process-item .process-icon {
    width: 80px;
    height: 80px;
    margin: 35px auto 20px;
    font-size: 40px;
  }
  .process-item h4 {
    font-size: 20px;
  }
  .process-item p {
    font-size: 15px;
  }

  .quality-item {
    padding: 20px;
  }
  .quality-item .quality-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    font-size: 24px;
  }
  .quality-item .quality-content h4 {
    font-size: 16px;
  }
  .quality-item .quality-content p {
    font-size: 14px;
  }

  .case-card .case-content {
    padding: 25px;
  }
  .case-card .case-content h4 {
    font-size: 20px;
  }
  .case-card .case-content p {
    font-size: 15px;
  }

  .faq-accordion .accordion-item .accordion-button {
    padding: 15px;
    font-size: 15px;
  }
  .faq-accordion .accordion-item .accordion-body {
    padding: 15px;
    font-size: 14px;
  }

  .cta-box {
    padding: 35px 25px;
  }
  .cta-box h3 {
    font-size: 24px;
  }
  .cta-box > p {
    font-size: 16px;
  }
  .cta-box .contact-form .form-group {
    margin-bottom: 18px;
  }
  .cta-box .contact-form .form-group .form-control {
    padding: 12px 15px;
    font-size: 15px;
  }
  .cta-box .contact-form .btn-primary {
    padding: 15px;
    font-size: 16px;
  }

  .oem-hero-section {
    text-align: center;
  }

  .section-header, .section-header-left {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .oem-hero-section .oem-title {
    font-size: 26px;
  }

  .section-header .section-title,
  .section-header-left .section-title {
    font-size: 24px;
  }

  .feature-card {
    padding: 25px 15px;
  }
  .feature-card .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .feature-card .feature-icon i {
    font-size: 28px;
  }
  .feature-card h4 {
    font-size: 16px;
  }
  .feature-card p {
    font-size: 14px;
  }

  .cta-box {
    padding: 30px 20px;
  }
  .cta-box h3 {
    font-size: 22px;
  }
  .cta-box > p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.oem-cases-section .cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .oem-cases-section .cases-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.oem-cases-section .cases-grid .case-title-section {
  flex: 1;
}
.oem-cases-section .cases-grid .case-card {
  background: white;
  border-radius: 20px;
  padding: 25px 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.oem-cases-section .cases-grid .case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.oem-cases-section .cases-grid .case-card .case-header {
  display: flex;
  /* align-items: center; */
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.oem-cases-section .cases-grid .case-card .case-header .case-category {
  font-size: 16px;
  color: var(--bs-theme-color);
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
}
.oem-cases-section .cases-grid .case-card .case-header .case-number {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--bs-theme-color), var(--bs-link-hover-color));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin-right: 15px;
}
.oem-cases-section .cases-grid .case-card .case-header .case-title-section .case-name {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-top: 5px;
}
.oem-cases-section .cases-grid .case-card .case-header .case-title-section .case-location {
  font-size: 14px;
  color: var(--bs-theme-color);
  font-weight: 500;
}
.oem-cases-section .cases-grid .case-card .case-image-section {
  margin-bottom: 25px;
}
.oem-cases-section .cases-grid .case-card .case-image-section .main-case-image {
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.oem-cases-section .cases-grid .case-card .case-image-section .main-case-image .case-main-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.oem-cases-section .cases-grid .case-card .case-image-section .main-case-image .case-overlay {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
}
.oem-cases-section .cases-grid .case-card .case-image-section .case-thumbnails {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.oem-cases-section .cases-grid .case-card .case-image-section .case-thumbnails .case-thumb {
  width: 100%;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.oem-cases-section .cases-grid .case-card .case-image-section .case-thumbnails .case-thumb:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-description {
  margin-bottom: 20px;
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-description p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-specifications {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .oem-cases-section .cases-grid .case-card .case-content-section .case-specifications {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-specifications .spec-group {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-specifications .spec-group .spec-header {
  background: #f8f9fa;
  padding: 12px 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-specifications .spec-group .spec-header:hover {
  background: #e9ecef;
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-specifications .spec-group .spec-header h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-specifications .spec-group .spec-header .spec-toggle {
  font-size: 14px;
  color: var(--bs-theme-color);
  transition: transform 0.3s ease;
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-specifications .spec-group .spec-header .spec-toggle.rotated {
  transform: rotate(180deg);
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-specifications .spec-group .spec-content {
  padding: 15px;
  display: block;
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-specifications .spec-group .spec-content .spec-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-specifications .spec-group .spec-content .spec-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-specifications .spec-group .spec-content .spec-item .spec-label {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-specifications .spec-group .spec-content .spec-item .spec-value {
  color: var(--bs-theme-color);
  font-weight: 500;
  font-size: 14px;
  text-align: right;
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-features .feature-highlight {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}
.oem-cases-section .cases-grid .case-card .case-content-section .case-features .feature-highlight i {
  color: var(--bs-theme-color);
  margin-right: 6px;
  font-size: 14px;
}
@media (max-width: 1450px) {
  .oem-cases-section .cases-grid .case-card .case-header .case-title-section .case-name {
    font-size: 22px;
  }

  .oem-cases-section .cases-grid .case-card .case-header {
    height: 95px;
  }
}
@media (max-width: 768px) {
  .oem-cases-section .cases-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .oem-cases-section .cases-grid .case-card {
    padding: 20px;
  }
  .oem-cases-section .cases-grid .case-card .case-header {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  .oem-cases-section .cases-grid .case-card .case-header .case-number {
    margin-right: 0;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .oem-cases-section .cases-grid .case-card .case-header .case-title-section .case-name {
    font-size: 20px;
  }
  .oem-cases-section .cases-grid .case-card .case-image-section .case-thumbnails {
    grid-template-columns: 1fr;
  }
  .oem-cases-section .cases-grid .case-card .case-image-section .case-thumbnails .case-thumb {
    height: 50px;
  }
  .oem-cases-section .cases-grid .case-card .case-specifications {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}