/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/news/news.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.news_newsPage__XAVTf {
  min-height: 100vh;
}

.news_heroSection__CnRip {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  padding: 6rem 2rem 4rem;
  text-align: center;
}

.news_heroOverlay__TAbO5 {
  max-width: 1200px;
  margin: 0 auto;
}

.news_heroTitle__Iy5pS {
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 1rem;
  font-family: var(--font-gotham);
}

.news_heroSubtitle__K_JxJ {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
}

.news_contentSection__SHS4X {
  padding: 4rem 2rem 10rem;
  background-color: #f5f1e8;
  min-height: 100vh;
  width: 100%;
}

.news_container__Cr4S8 {
  max-width: 1200px;
  margin: 0 auto;
}

.news_sectionTitle__wZg1z {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-blue);
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}

.news_newsGrid__4QjqR {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .news_newsGrid__4QjqR {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news_newsCard__okBgi {
  background-color: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}

.news_newsCard__okBgi:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.news_cardImageWrapper__RWVde {
  width: 100%;
  height: 250px;
  min-height: 250px;
  overflow: hidden;
  background-color: #e5e7eb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news_cardImage__HQWTI {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
}

.news_cardImageWrapper__RWVde > div {
  width: 100%;
  height: 100%;
  min-height: 250px;
  flex-shrink: 0;
}

.news_cardContent__98C_F {
  padding: 1.5rem;
  text-align: left;
}

.news_cardTitle__KzHfL {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-blue);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.news_cardDate__tvfKr {
  font-size: 0.95rem;
  color: #374151;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.news_cardExcerpt__dDYNv {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.news_cardTime__3w8ri {
  font-size: 0.95rem;
  color: #374151;
  margin-bottom: 1rem;
  font-weight: 500;
}

.news_cardLink__7hDEh {
  display: inline-block;
  font-size: 0.9rem;
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s ease;
}

.news_cardLink__7hDEh:hover {
  color: var(--secondary-blue);
  text-decoration: underline;
}

.news_viewMoreContainer__fXdyn {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  padding-top: 2rem;
}

.news_viewMoreButton__G627n {
  background-color: var(--primary-blue);
  color: var(--white);
  border: none;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-family: var(--font-gotham);
}

.news_viewMoreButton__G627n:hover {
  background-color: var(--secondary-blue);
  transform: translateY(-2px);
}

.news_viewMoreButton__G627n:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .news_viewMoreContainer__fXdyn {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
  }

  .news_viewMoreButton__G627n {
    padding: 0.875rem 2rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .news_viewMoreContainer__fXdyn {
    margin-top: 2rem;
    padding-top: 1rem;
  }

  .news_viewMoreButton__G627n {
    padding: 0.75rem 1.75rem;
    font-size: 0.9rem;
    width: 100%;
    max-width: 300px;
  }
}

.news_comingSoon__JA9WK {
  text-align: center;
  padding: 4rem 2rem;
}

.news_comingSoon__JA9WK h2 {
  font-size: 2rem;
  color: var(--primary-blue);
  margin-bottom: 1rem;
}

.news_comingSoon__JA9WK p {
  font-size: 1.1rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .news_heroSection__CnRip {
    padding: 4rem 1.5rem 3rem;
  }

  .news_heroTitle__Iy5pS {
    font-size: 2.5rem;
  }

  .news_heroSubtitle__K_JxJ {
    font-size: 1.1rem;
    max-width: 100%;
  }

  .news_contentSection__SHS4X {
    padding: 3rem 1.5rem 8rem;
  }

  .news_sectionTitle__wZg1z {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }

  .news_newsGrid__4QjqR {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .news_cardImageWrapper__RWVde {
    height: 220px;
    min-height: 220px;
  }
  
  .news_cardImageWrapper__RWVde > div {
    min-height: 220px;
  }

  .news_cardContent__98C_F {
    padding: 1.35rem;
  }

  .news_cardTitle__KzHfL {
    font-size: 1.15rem;
    margin-bottom: 0.65rem;
  }

  .news_cardDate__tvfKr,
  .news_cardTime__3w8ri {
    font-size: 0.9rem;
  }

  .news_cardLink__7hDEh {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .news_heroSection__CnRip {
    padding: 3rem 1rem 2.5rem;
  }

  .news_heroTitle__Iy5pS {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  .news_heroSubtitle__K_JxJ {
    font-size: 1rem;
  }

  .news_contentSection__SHS4X {
    padding: 2.5rem 1rem 6rem;
  }

  .news_sectionTitle__wZg1z {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .news_newsGrid__4QjqR {
    gap: 1.5rem;
  }

  .news_cardImageWrapper__RWVde {
    height: 200px;
    min-height: 200px;
  }
  
  .news_cardImageWrapper__RWVde > div {
    min-height: 200px;
  }

  .news_cardContent__98C_F {
    padding: 1.25rem;
  }

  .news_cardTitle__KzHfL {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }

  .news_cardDate__tvfKr,
  .news_cardTime__3w8ri {
    font-size: 0.85rem;
    margin-bottom: 0.2rem;
  }

  .news_cardTime__3w8ri {
    margin-bottom: 0.85rem;
  }

  .news_cardLink__7hDEh {
    font-size: 0.8rem;
  }
}


/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/ImagePlaceholder.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.ImagePlaceholder_placeholder__aTIaX {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: linear-gradient(135deg, rgba(30, 58, 95, 0.3) 0%, rgba(44, 82, 130, 0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* Ensure placeholder fills container when used in cards */
.ImagePlaceholder_placeholder__aTIaX.ImagePlaceholder_cardImage__4tNuv {
  height: 100% !important;
  min-height: 250px;
  width: 100% !important;
}

.ImagePlaceholder_placeholder__aTIaX::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/houston.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  transform: scale(1.1);
  z-index: 0;
  opacity: 0.6;
}

/* Reduce blur for news cards */
.ImagePlaceholder_placeholder__aTIaX.ImagePlaceholder_cardImage__4tNuv::before {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

@keyframes ImagePlaceholder_float__DZCbI {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-30px, 30px) rotate(240deg);
  }
}

.ImagePlaceholder_placeholderContent__oNy_J {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  z-index: 1;
  padding: 2rem;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.ImagePlaceholder_logoContainer__M4DC_ {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.ImagePlaceholder_logo__eoMkO {
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.ImagePlaceholder_placeholderText__xr2kP {
  font-size: 2.25rem;
  color: var(--primary-blue);
  font-weight: 400;
  font-family: var(--font-gotham);
  margin: 0;
  opacity: 0.8;
  max-width: 300px;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .ImagePlaceholder_placeholderText__xr2kP {
    font-size: 2rem;
    max-width: 250px;
  }
  
  .ImagePlaceholder_placeholderContent__oNy_J {
    gap: 0.75rem;
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .ImagePlaceholder_placeholderText__xr2kP {
    font-size: 1.875rem;
    max-width: 200px;
  }
  
  .ImagePlaceholder_placeholderContent__oNy_J {
    gap: 0.5rem;
    padding: 1rem;
  }
}


