@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap");

.deayo-top-strip,
.deayo-coral-line {
  font-family: "Montserrat", "Nunito", sans-serif;
}

.deayo-top-strip {
  position: relative;
  z-index: 1040;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(0, 57, 79, 0.98), rgba(0, 72, 92, 0.96), rgba(0, 57, 79, 0.98)),
    url("../documentation/deco/seamless-antique-palette-simple-art-deco-wave-scales-pattern-vector-61267075.webp") center / 230px auto repeat;
  box-shadow: 0 10px 24px rgba(0, 57, 79, 0.13);
}

.deayo-top-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(243, 219, 0, 0.08), transparent 30%, rgba(244, 123, 32, 0.12));
  pointer-events: none;
}

.top-strip-inner {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.top-strip-address,
.top-strip-social a {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.top-strip-address {
  min-width: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.top-strip-address:hover,
.top-strip-social a:hover {
  color: #f3db00;
  text-decoration: none;
}

.top-strip-address i {
  width: 28px;
  height: 28px;
  margin-right: 9px;
  color: #00394f;
  background: #f3db00;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 3px rgba(243, 219, 0, 0.14);
  flex: 0 0 auto;
}

.top-strip-address span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-strip-social {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.top-strip-social .social-label {
  color: #ffd7c8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-right: 4px;
  text-transform: uppercase;
}

.top-strip-social a {
  height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 800;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.top-strip-social a:hover {
  background: rgba(243, 219, 0, 0.12);
  border-color: rgba(243, 219, 0, 0.72);
  transform: translateY(-1px);
}

.top-strip-social i {
  color: #f3db00;
  margin-right: 7px;
}

.deayo-coral-line {
  position: relative;
  z-index: 1039;
  height: 8px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(244, 123, 32, 0.9), rgba(255, 214, 193, 0.96), rgba(23, 162, 184, 0.42), rgba(244, 123, 32, 0.9)),
    url("../documentation/deco/Art-Deco-Oriental-Pattern.webp") center / 180px auto repeat;
  border-bottom: 1px solid rgba(0, 57, 79, 0.16);
}

.deayo-coral-line span {
  display: block;
  height: 100%;
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(255, 255, 255, 0.7) 7% 8%, transparent 8% 18%),
    url("../documentation/deco/gradient-art-deco-pattern_23-2149158924.avif") center / 260px auto repeat;
  opacity: 0.36;
  mix-blend-mode: screen;
}

.deayo-nav-deco {
  position: relative;
  z-index: 1038;
  height: 22px;
  background-image: url("../documentation/deco/Art-Deco-Oriental-Pattern.webp");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: 112px 112px;
  border-top: 2px solid #251f1d;
  border-bottom: 2px solid #251f1d;
  box-shadow:
    inset 0 2px 0 rgba(239, 210, 121, 0.86),
    inset 0 -2px 0 rgba(239, 210, 121, 0.86),
    0 8px 18px rgba(0, 57, 79, 0.12);
  filter: none;
  opacity: 1;
}

.brand-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-right: 12px;
  border-radius: 14px;
  background: #ffffff;
  padding: 3px;
  box-shadow: 0 8px 18px rgba(0, 57, 79, 0.14);
}

.navbar-brand.deayo-brand {
  font-size: 24px !important;
  line-height: 24px !important;
  white-space: normal;
}

.navbar-brand.deayo-brand small {
  display: block;
  font-size: 12px;
  color: #f47b20;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}

.btn-primary,
.bg-primary {
  background-color: #17a2b8 !important;
}

.btn-secondary,
.bg-secondary {
  background-color: #00394f !important;
}

.btn-gold {
  color: #00394f;
  background: #f3db00;
  border-color: #f3db00;
  font-weight: 800;
}

.btn-gold:hover {
  color: #00394f;
  background: #ffe900;
  border-color: #ffe900;
}

.hero-school {
  background:
    linear-gradient(90deg, rgba(0, 57, 79, 0.96), rgba(0, 57, 79, 0.78), rgba(23, 162, 184, 0.24)),
    url("../documentation/lab.jpeg") center / cover no-repeat;
  overflow: hidden;
}

.hero-school-row {
  min-height: 500px;
}

.hero-school-copy {
  position: relative;
  z-index: 2;
}

.hero-school .display-3 {
  font-size: clamp(2.7rem, 4.8vw, 4.7rem);
  line-height: 1.1;
}

.hero-photo-stack {
  position: relative;
  min-height: 355px;
}

.hero-photo-stack::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 16px;
  width: 82%;
  height: 270px;
  background: url("../documentation/deco/Art-Deco-Oriental-Pattern.webp") center / 145px auto repeat;
  border: 3px solid #ff7f63;
  border-radius: 34px 10px 34px 10px;
  box-shadow: 0 20px 40px rgba(0, 57, 79, 0.24);
}

.hero-photo-stack::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 4px;
  width: 62%;
  height: 16px;
  background: url("../documentation/deco/gradient-art-deco-pattern_23-2149158924.avif") center / 260px auto repeat;
  border-top: 3px solid #ff7f63;
  border-bottom: 3px solid #f3db00;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 57, 79, 0.18);
}

.hero-photo-main,
.hero-photo-small {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0, 57, 79, 0.24);
}

.hero-photo-main {
  right: 0;
  top: 54px;
  width: 80%;
  height: 245px;
  border-radius: 40px 12px 40px 12px;
  border: 5px solid rgba(255, 255, 255, 0.92);
}

.hero-photo-small {
  left: 0;
  bottom: 8px;
  width: 38%;
  height: 145px;
  border: 8px solid #ffffff;
  border-radius: 12px 34px 12px 34px;
}

.page-banner {
  background:
    linear-gradient(90deg, rgba(0, 57, 79, 0.94), rgba(23, 162, 184, 0.78)),
    url("../documentation/WhatsApp Image 2026-05-23 at 6.04.50 PM (2).jpeg") center / cover no-repeat;
}

.section-title span {
  color: #17a2b8;
}

.feature-card {
  min-height: 195px;
}

.feature-card i {
  min-width: 54px;
}

.deayo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-img-top {
  height: 245px;
  object-fit: cover;
}

.class-img {
  height: 240px;
  object-fit: cover;
}

.portfolio-item img {
  height: 270px;
  object-fit: cover;
}

.team-photo {
  aspect-ratio: 1;
  object-fit: cover;
}

.portrait-photo {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.stat-tile {
  border-radius: 10px;
  border-top: 5px solid #f3db00;
}

.portal-card {
  border-radius: 12px;
  border-top: 6px solid #f47b20;
  min-height: 150px;
}

.admission-card .card-header {
  background: #00394f !important;
}

.admission-card .card-body {
  background: linear-gradient(135deg, #17a2b8, #0a7f95);
}

.news-thumb {
  width: 92px;
  height: 92px;
  object-fit: cover;
}

.footer-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  background: #ffffff;
  border-radius: 14px;
  padding: 4px;
}

.rich-footer {
  background:
    radial-gradient(circle at 88% 12%, rgba(23, 162, 184, 0.22), transparent 28%),
    linear-gradient(135deg, #00394f 0%, #002f42 100%);
}

.rich-footer .footer-logo {
  width: 106px;
  height: 106px;
}

.footer-kicker {
  color: #f3db00;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.footer-link-list a {
  color: #ffffff;
  display: block;
  margin-bottom: 9px;
  opacity: 0.9;
}

.footer-link-list a:hover {
  color: #17a2b8;
  text-decoration: none;
  opacity: 1;
}

.footer-link-list i {
  color: #17a2b8;
  margin-right: 8px;
}

.footer-mini-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.footer-cta {
  background: rgba(23, 162, 184, 0.16);
  border: 1px solid rgba(23, 162, 184, 0.28);
  border-radius: 16px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bg-soft {
  background: #eef8fa;
}

.anthem-box {
  border-left: 6px solid #17a2b8;
}

.video-tile video {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.form-note {
  display: none;
  border-left: 5px solid #f3db00;
}

.faculty-card {
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faculty-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 57, 79, 0.16) !important;
}

.faculty-card .card-img-top {
  height: 310px;
  object-fit: cover;
  object-position: center top;
}

.faculty-card .faculty-focus-dapo {
  object-position: center 48%;
}

.faculty-card .faculty-focus-fagade {
  object-position: center 84%;
}

.faculty-placeholder {
  background: linear-gradient(135deg, #eaf8fb, #ffffff);
  padding: 28px;
  object-fit: contain !important;
}

.programme-card {
  overflow: hidden;
  border-radius: 18px;
}

.programme-date {
  min-width: 96px;
  border-radius: 14px;
}

.programme-date strong {
  display: block;
  font-size: 2.25rem;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .top-strip-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 9px 0;
  }

  .top-strip-address {
    max-width: 100%;
  }

  .top-strip-social {
    flex-wrap: wrap;
  }

  .navbar-brand.deayo-brand {
    font-size: 20px !important;
  }

  .hero-photo-stack {
    min-height: 320px;
  }

  .hero-photo-main {
    width: 92%;
    height: 260px;
  }

  .hero-photo-small {
    height: 130px;
  }
}

@media (max-width: 575.98px) {
  .top-strip-social .social-label,
  .top-strip-social a span {
    display: none;
  }

  .top-strip-social a {
    width: 32px;
    padding: 0;
    justify-content: center;
  }

  .top-strip-social i {
    margin-right: 0;
  }

  .brand-logo {
    width: 56px;
    height: 56px;
  }

  .hero-photo-stack {
    display: none;
  }

  .display-3 {
    font-size: 2.5rem;
  }
}
