/* RoboRealm Page Specific Styles */

.footer-container nav .nav-link {
  color: #111 !important;
  text-shadow: none !important;
  background: none !important;
}





/* Offset anchor targets so headings are not hidden under fixed header */
h2[id] {
  scroll-margin-top: 90px;
  font-weight: bold;
}

.roborealm-header {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 4rem 0;
    margin-bottom: 3rem;
    text-align: center;
    border-radius: 0.5rem;
}

.roborealm-header h1 {
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-description {
    color: #224488;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 2.2rem auto;
    text-align: center;
    line-height: 1.6;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.roborealm-header .lead {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
}

.feature-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.feature-card .card-header {
    background-color: #f8f9fa;
    font-size: 1.11rem;
    font-weight: 600;
    color: #0056b3;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 1.25rem;
}

.feature-card .card-body {
    padding: 1.25rem;
    flex-grow: 1;
}

.feature-card .card-text {
    font-size: 1rem;
    color: #555;
}

/* Add some spacing between cards */
.row > .col-lg-4 {
    margin-bottom: 2rem;
}

.subheading-standout {
    font-size: 1.0rem;
    font-weight: 600;
    color: #224488;
    background: #f6f8fc;
    border-left: 3px solid #6ea0f6;
    border-radius: 0.3em;
    padding: 3px 12px 3px 12px;
    margin: 12px 0 8px 0;
    letter-spacing: 0.5px;
    text-transform: none;
    box-shadow: 0 1px 4px 0 rgba(60,60,90,0.03);
    display: block;
}
