.cru-page * {
  font-family: 'Roboto' !important;
  hyphens: none !important;
  word-break: normal !important;
  box-sizing: border-box;
}

/* Info Section */
.cru-info-section {
  padding: 30px 1rem 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  margin: auto;
  width: 100%;
}

.cru-info-section h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  max-width: 900px;
  margin-bottom: 20px;
}

.cru-info-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.cru-info-container p {
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.cru-info-section1, .cru-info-section2, .cru-info-section3 {
  text-align: center;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.cru-hub-link {
  font-weight: 400;
  text-decoration: underline;
  word-break: break-word;
}

.cru-intelligence-hub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #004C97;
  color: #fff !important;
  font-size: 14px;
  border-radius: 8px;
  font-weight: 500;
  line-height: 22px;
  transition: all 0.3s ease-in-out !important;
  margin-top: 0px;
  text-decoration: none;
  width: auto;
  max-width: 100%;
}

.cru-intelligence-hub-btn svg {
  margin-top: 1px;
  margin-left: 7px;
  flex-shrink: 0;
}

.cru-intelligence-hub-btn:hover {
  background-color: #3370ac;
  transform: scale(1.05) !important;
}

/* Services Section */
.cru-services-section {
  padding: 3rem 1rem;
  background: #005A9B;
background-image: url(/drupal/sites/default/files/2025-04/mdr-background-mask_0.svg);
  color: white;
max-width:1220px;
  width: 90%;
    margin: auto;
    margin-bottom: 90px;
    border-radius: 25px;
}

.cru-services-container {
  max-width: 1440px;
  margin: 20px auto;
  width: 100%;
  margin-bottom: 60px;
}

.cru-services-header {
  color: #fff !important;
  font-size: 48px;
  font-weight:bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.cru-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 90%;
  margin: auto;
}

.cru-service-column {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cru-service-column h3 {
  color: white;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.cru-service-column ul {
  list-style-type: circle;
  padding-left: 20px;
  margin: 0;
}

.cru-service-column li {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 10px;
}

.cru-service-column li>span {
  font-weight: bold !important;
}

.cru-learn-more {
  color: white;
  font-weight: 600;
  display: inline-block;
  margin-top: 1rem;
  text-decoration: none;
}

.cru-learn-more:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Utility styles for promotional banner */
.promo-banner {
  background-color: #1a4d8c;
  color: white;
  padding: 1rem;
  text-align: center;
  width: 100%;
}

.register-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #ff6600;
  color: white;
  border-radius: 4px;
  font-weight: 400;
  margin: 0.5rem 0 0.5rem 1rem;
  font-size: 16px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.register-btn:hover {
  background-color: #e65c00;
  color: white;
}

/* Media Queries for Responsive Design */
@media screen and (max-width: 992px) {
  .cru-services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  
  .cru-info-section h2 {
    font-size: 26px;
  }
  
  .cru-services-header {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .cru-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .cru-info-section,
  .cru-services-section {
    padding: 2rem 1rem;
  }
  
  .cru-info-section h2 {
    font-size: 24px;
  }
  
  .cru-services-header {
    font-size: 22px;
  }
  
  .cru-info-container p {
    font-size: 15px;
  }
  
  .cru-service-column li {
    font-size: 15px;
  }
}

@media screen and (max-width: 576px) {
  .cru-services-grid {
    grid-template-columns: 1fr;
  }
  
  .cru-info-section h2 {
    font-size: 22px;
  }
  
  .cru-services-header {
    font-size: 20px;
  }
  
  .cru-info-container p {
    font-size: 14px;
  }
  
  .cru-service-column li {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .cru-info-section,
  .cru-services-section {
    padding: 1.5rem 0.75rem;
  }
  
  .cru-intelligence-hub-btn {
    width: 100%;
    justify-content: center;
  }
  
  .cru-service-column {
    padding: 1.25rem;
  }
  
  .cru-service-column ul {
    padding-left: 15px;
  }
  
  .register-btn {
    margin: 0.5rem 0 0;
    display: block;
    width: 100%;
  }
}