/* Foundation Page Styles */

.foundation-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  background-color: #f8f9fa;
  min-height: calc(100vh - 200px);
}

/* Header */
.foundation-header {
  text-align: center;
  margin-bottom: 2rem;
  padding: 2rem 0;
}

.foundation-header h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #1a365d;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Section Styling */
.foundation-section {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  overflow: hidden;
}

.section-header {
  background: #1e3a8a;
  color: white;
  padding: 1rem 2rem;
  margin: 0;
}

.section-header h2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Content Blocks */
.content-block {
  padding: 2rem;
  border-bottom: 1px solid #e5e7eb;
}

.content-block:last-child {
  border-bottom: none;
}

.subsection-title {
  background: #3b82f6;
  color: white;
  padding: 0.75rem 1.5rem;
  margin: -2rem -2rem 1.5rem -2rem;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Info Lists */
.info-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  background: #f8fafc;
  border-radius: 6px;
  border-left: 4px solid #3b82f6;
}

.info-number {
  background: #3b82f6;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.875rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.info-content {
  flex: 1;
  line-height: 1.6;
}

.info-content strong {
  color: #1e40af;
  font-weight: 600;
}

/* Sub Information */
.sub-info {
  margin-top: 1rem;
  padding-left: 1rem;
}

.program-detail {
  background: white;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}

.cambridge-list,
.national-list,
.workshops-list {
  margin: 0.5rem 0 0 1rem;
  padding: 0;
}

.cambridge-list li,
.national-list li,
.workshops-list li {
  margin: 0.25rem 0;
  color: #374151;
  font-size: 0.95rem;
}

/* Uniform Section Styles */
.uniform-intro {
  background: #eff6ff;
  padding: 1.5rem;
  border-radius: 6px;
  border-left: 4px solid #3b82f6;
  margin-bottom: 2rem;
  line-height: 1.7;
  color: #374151;
}

.uniform-schedule {
  display: grid;
  gap: 1.5rem;
}

.uniform-day {
  background: #f8fafc;
  padding: 1.5rem;
  border-radius: 6px;
  border-left: 4px solid #10b981;
}

.uniform-day h4 {
  color: #065f46;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0 0 0.75rem 0;
}

.uniform-day ul {
  margin: 0;
  padding-left: 1.5rem;
}

.uniform-day ul li {
  margin: 0.5rem 0;
  color: #374151;
  line-height: 1.5;
}

/* Services Section */
.services-intro {
  background: #fef3c7;
  padding: 1.5rem;
  border-radius: 6px;
  border-left: 4px solid #f59e0b;
  margin-bottom: 2rem;
  line-height: 1.7;
  color: #374151;
}

.services-intro strong {
  color: #92400e;
  font-weight: 600;
}

.service-section {
  margin-bottom: 2rem;
}

.service-title {
  background: #7c3aed;
  color: white;
  padding: 0.75rem 1.5rem;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

.service-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  background: #faf5ff;
  border-radius: 6px;
  border-left: 4px solid #7c3aed;
}

.service-number {
  background: #7c3aed;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.875rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.service-features {
  margin: 0.5rem 0 0 1rem;
  padding: 0;
}

.service-features li {
  margin: 0.5rem 0;
  color: #374151;
  line-height: 1.5;
}

/* Clubs Section */
.clubs-intro {
  background: #ecfdf5;
  padding: 1.5rem;
  border-radius: 6px;
  border-left: 4px solid #10b981;
  margin-bottom: 2rem;
  line-height: 1.7;
  color: #374151;
}

.clubs-intro strong {
  color: #065f46;
  font-weight: 600;
}

.clubs-section {
  margin-bottom: 2rem;
}

.clubs-title {
  background: #059669;
  color: white;
  padding: 0.75rem 1.5rem;
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

.clubs-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.club-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  background: #f0fdf4;
  border-radius: 6px;
  border-left: 4px solid #059669;
}

.club-number {
  background: #059669;
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.875rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.clubs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}

.club-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem;
  background: #f0fdf4;
  border-radius: 8px;
  border-left: 4px solid #059669;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.club-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.club-name {
  font-weight: 600;
  color: #065f46;
  font-size: 1rem;
}

/* Footer Map Styles */
.foot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.location-with-map {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.map-container {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map-container:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: none;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.map-container:hover .map-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}

.map-overlay span {
  background: rgba(255, 255, 255, 0.95);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: bold;
  color: #333;
  text-align: center;
  font