.ct-news-listing-wrapper {
  background: linear-gradient(359deg, #ffffff 12.25%, #075aa3 57.4%, #001831 99.2%);
  overflow: visible;
  padding-top: 60px;
}

.ct-news-listing {
  margin: 0 auto;
  max-width: 1191px;
  overflow: visible;
  padding: 60px 27px 80px;
}

.ct-news-listing-header {
  margin-bottom: 40px;
  text-align: center;
}

.ct-news-listing-title {
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 1.13;
  margin: 0 0 15px;
}

.ct-news-listing-description {
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 1.3;
  margin: 0;
}

.ct-news-listing-controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 10px 3px;
  position: relative;
}

.ct-news-filter {
  align-items: center;
  display: inline-flex;
  overflow: visible;
  position: relative;
}

.ct-news-filter-select {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 12px 44px 12px 24px;
}

.ct-news-filter-select option {
  background: #001831;
  color: #ffffff;
}

.ct-news-filter-icon {
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  color: #ffffff;
}

.ct-news-search {
  align-items: center;
  display: flex;
  position: relative;
}

.ct-news-search-input {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 12px 24px 12px 44px;
  width: 250px;
}

.ct-news-search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.ct-news-search-icon {
  color: #ffffff;
  height: 20px;
  left: 16px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.ct-news-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.ct-news-card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ct-news-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.ct-news-card-hidden {
  display: none;
}

.ct-news-card-link {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.ct-news-card-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ct-news-card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}

.ct-news-card:hover .ct-news-card-image img {
  transform: scale(1.05);
}

.ct-news-card-image-placeholder {
  background: linear-gradient(135deg, #012d4e, #2cb2ff);
  height: 100%;
  width: 100%;
}

.ct-news-card-content {
  background: linear-gradient(rgba(255, 255, 255, 0.85) 0.46%, rgba(240, 240, 240, 0.85));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 134px;
  padding: 21px;
}

.ct-news-card-category {
  color: #001831;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2.52px;
  line-height: 40px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.ct-news-card-title {
  color: #001831;
  display: -webkit-box;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ct-news-load-more {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.ct-news-load-more-btn {
  appearance: none;
  background: transparent;
  border: 2px solid #001831;
  border-radius: 50px;
  color: #001831;
  cursor: pointer;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 14px 40px;
  transition: background 0.3s ease, color 0.3s ease;
}

.ct-news-load-more-btn:hover {
  background: #001831;
  color: #ffffff;
}

.ct-news-cta {
  margin: 0 auto;
  max-width: 1191px;
  padding: 0 27px 80px;
}

.ct-news-cta-card {
  background: linear-gradient(135deg, #012d4e, #075aa3);
  border-radius: 16px;
  padding: 60px 40px;
  text-align: center;
}

.ct-news-cta-headline {
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
}

.ct-news-cta-description {
  color: rgba(255, 255, 255, 0.85);
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto 30px;
  max-width: 600px;
}

.ct-news-cta-btn {
  background: #ffffff;
  border-radius: 50px;
  color: #012d4e;
  display: inline-block;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 14px 36px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.ct-news-cta-btn:hover {
  background: #e8e8e8;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .ct-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ct-news-listing-title {
    font-size: 36px;
  }
  .ct-news-listing-description {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .ct-news-grid {
    grid-template-columns: 1fr;
  }
  .ct
  .ct-news-card-date {
  color: #001831;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 4px;
  opacity: 0.7;
}
  .ct-news-search-input {
  padding-left: 44px;
}