.brand-logo-carousel-section {
  padding: 0 0 64px;
}

.brand-logo-carousel-box {
  background: linear-gradient(135deg, #0e1624 0%, #172337 100%);
  border: 1px solid #2b3a53;
  border-radius: 28px;
  padding: 34px 24px;
  box-shadow: 0 20px 45px rgba(4, 8, 14, 0.32);
  overflow: hidden;
}

.brand-logo-carousel .swiper-slide {
  height: auto;
}

.brand-logo-carousel .brand-logo-item {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
}

.brand-logo-carousel .brand-logo-item img {
  max-width: 220px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 1;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.brand-logo-carousel .brand-logo-item:hover img {
  filter: grayscale(100%);
  transform: scale(1.03);
}

.news-showcase-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(217, 19, 26, 0.28), transparent 46%),
    radial-gradient(circle at 88% 84%, rgba(128, 20, 40, 0.24), transparent 44%),
    linear-gradient(180deg, #17070c 0%, #260b13 52%, #12060a 100%);
}

.news-showcase-section .section-title-area {
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 8px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 125, 145, 0.24);
}

.news-showcase-section .section-title span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #f3b7c6;
}

.news-showcase-section .section-title span::before {
  content: "";
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, #d9131a 0%, #ff6469 100%);
}

.news-showcase-section .section-title h2 {
  color: #f4f7ff;
}

.news-showcase-section .single-news-items {
  background: linear-gradient(180deg, #28121a 0%, #1b0d13 100%);
  border: 1px solid #4f2834;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(3, 8, 18, 0.45);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.news-showcase-section .single-news-items:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 107, 115, 0.58);
  box-shadow: 0 22px 42px rgba(3, 10, 25, 0.6);
}

.news-showcase-section .single-news-items .news-image {
  border-radius: 20px 20px 0 0;
}

.news-showcase-section .single-news-items .news-image::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
  opacity: 0.28;
  background: linear-gradient(160deg, rgba(2, 8, 19, 0.1) 0%, rgba(217, 19, 26, 0.52) 100%);
  transition: opacity 0.35s ease;
}

.news-showcase-section .single-news-items:hover .news-image::before {
  left: 0;
  opacity: 0.46;
}

.news-showcase-section .single-news-items .news-image img {
  border-radius: 20px 20px 0 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.news-showcase-section .single-news-items:hover .news-image img {
  transform: scale(1.07) rotate(0deg);
}

.news-showcase-section .single-news-items .news-image .post-date {
  top: 16px;
  left: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(5, 10, 20, 0.78);
  backdrop-filter: blur(4px);
}

.news-showcase-section .single-news-items .news-image .post-date li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #ecf2ff;
}

.news-showcase-section .single-news-items .news-image .post-date li i {
  padding: 0;
  background: none;
  margin-right: 0;
  color: #ff9196;
}

.news-showcase-section .single-news-items .news-content {
  padding: 24px;
}

.news-showcase-section .single-news-items .news-content .post-list {
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.news-showcase-section .single-news-items .news-content .post-list li {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #f3ccd5;
  border: 1px solid #5f3440;
  border-radius: 999px;
  background: #31151e;
  padding: 8px 12px;
}

.news-showcase-section .single-news-items .news-content .post-list li i {
  color: #ff7f86;
  margin-right: 6px;
}

.news-showcase-section .single-news-items .news-content h4 {
  margin-bottom: 18px;
  min-height: 74px;
}

.news-showcase-section .single-news-items .news-content h4 a {
  color: #f4f8ff;
}

.news-showcase-section .single-news-items:hover .news-content h4 a {
  color: #ff7f86;
}

.news-showcase-section .single-news-items .news-content .theme-btn-2.padding-style {
  border-radius: 999px;
  padding-left: 18px;
  padding-right: 18px;
  color: #ebf2ff;
  border-color: #6a3f4c;
  background: rgba(255, 255, 255, 0.04);
}

.news-showcase-section .news-button .theme-btn-2 {
  border-radius: 999px;
  color: #ebf2ff;
  border-color: #714452;
  background: #331721;
  box-shadow: 0 12px 28px rgba(2, 7, 18, 0.4);
}

.news-showcase-section .theme-btn-2 .shape-img img {
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .brand-logo-carousel-section {
    padding: 0 0 48px;
  }

  .brand-logo-carousel-box {
    padding: 24px 14px;
    border-radius: 20px;
  }

  .brand-logo-carousel .brand-logo-item {
    min-height: 108px;
    padding: 8px;
  }

  .brand-logo-carousel .brand-logo-item img {
    max-width: 168px;
    max-height: 62px;
  }

  .news-showcase-section .section-title-area {
    padding-bottom: 16px;
  }

  .news-showcase-section .single-news-items .news-content {
    padding: 20px;
  }

  .news-showcase-section .single-news-items .news-content h4 {
    min-height: auto;
  }
}
