body {
  margin: 0;
  font-family: 'Heebo', sans-serif;
  background: #f4f4f4;
  color: #333;
}

header {
  background-color: #0d47a1;
  color: white;
  padding: 1.5rem;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 1.8rem;
}

.container {
  max-width: 900px;
  margin: auto;
  padding: 1rem;
}

.cta {
  margin: auto;
  border-radius: 10px;
  text-align: center;
  margin-top: 1rem;
  width: 60%;
  margin-bottom: -0.5rem;
}

.phone {
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  padding-top: 1rem;
}
a{

  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  padding-top: 1rem;
    color: #0d47a1;
      white-space: nowrap;


}

.t {
  text-align: center;
}

section {
  margin-bottom: 2rem;
}

h2 {
  border-bottom: 2px solid #1976d2;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  color: #0d47a1;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
}

.gallery img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

footer {
  text-align: center;
  padding: 1rem;
  background-color: #e3f2fd;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  header h1 {
    font-size: 1.4rem;
  }

  .cta a {
    font-size: 1rem;
  }
}
/* Shared image styles */
.interview-set {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.diploma-set {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: nowrap; /* 💡 Keep two diplomas side by side */
}

.interview-set figure,
.diploma-set figure,
.diploma-full figure {
  margin: 0;
  text-align: center;
}

.interview-set img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  max-width: 440px;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.diploma-set img {
  width: 100%;
  max-height: 470px;
  height: auto;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

/* 📌 Third diploma — full width */
.diploma-full {
  margin-bottom: 2rem;
}

.diploma-full img {
  width: 70%;
  max-width: 100%;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

figure img:hover {
  transform: scale(1.02); 
}

figcaption {
  margin-top: 0.4rem;
  font-size: 0.9rem;
  color: #444;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .interview-set,
  .diploma-set {
    flex-direction: column-reverse;
    align-items: center;
  }

  .interview-set img,
  .diploma-set img,
  .diploma-full img {
    max-width: 90%;
  }.diploma-full img {
  width: 90%;
  max-width: 100%;
  border-radius: 6px;
  transition: transform 0.3s ease;
}
}
