/* ==========================================================================
   ELS Footwear Ltd. — Website 02 "Global Export Brand"
   Bright, spacious, card-driven international manufacturer look
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  --blue: #0b5fd9;
  --blue-dark: #0a4bab;
  --navy: #0a1b33;
  --teal: #10b3a0;
  --sky: #eaf2ff;
  --mist: #f4f7fb;
  --body: #4a5769;
  --heading: #0f1c2e;
  --border: #e2e8f2;
  --white: #fff;

  --font-display: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --font-body: "Manrope", "Segoe UI", Arial, sans-serif;

  --shell: 1200px;
  --r-lg: 22px;
  --r-md: 16px;
  --r-pill: 999px;
  --shadow-sm: 0 6px 22px rgba(15, 28, 46, .06);
  --shadow-md: 0 18px 46px rgba(15, 28, 46, .10);
  --shadow-lg: 0 30px 70px rgba(11, 95, 217, .18);
  --ease: cubic-bezier(.2, .7, .3, 1);
}

/* --------------------------------------------------------------------------
   2. Base
   -------------------------------------------------------------------------- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--body);
  background: var(--white);
  font-size: 1rem;
  line-height: 1.78;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--heading);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.025em;
  margin: 0 0 .65em;
}

h1 { font-size: clamp(2.3rem, 5vw, 3.9rem); }
h2 { font-size: clamp(1.85rem, 3.3vw, 2.75rem); }
h3 { font-size: clamp(1.1rem, 1.6vw, 1.35rem); }

p { margin: 0 0 1.1rem; }

a { color: var(--blue); text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--blue-dark); }

img { max-width: 100%; height: auto; }

.shell { max-width: var(--shell); margin-inline: auto; padding-inline: 20px; }

.section { padding: clamp(62px, 7.5vw, 112px) 0; position: relative; }
.section--mist { background: var(--mist); }
.section--sky { background: linear-gradient(180deg, var(--sky), #fff); }

::selection { background: var(--blue); color: #fff; }
:focus-visible { outline: 3px solid rgba(11, 95, 217, .45); outline-offset: 3px; }

/* --------------------------------------------------------------------------
   3. Type helpers
   -------------------------------------------------------------------------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--sky);
  color: var(--blue);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .76rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .45rem 1rem;
  border-radius: var(--r-pill);
  margin-bottom: 1.1rem;
}

.eyebrow--teal { background: rgba(16, 179, 160, .12); color: #0a7f72; }
.eyebrow--light { background: rgba(255, 255, 255, .16); color: #fff; }

.lead { font-size: 1.08rem; color: #55637a; }
.text-white .lead, .on-dark .lead { color: rgba(255, 255, 255, .82); }

.on-dark, .on-dark h1, .on-dark h2, .on-dark h3 { color: #fff; }
.on-dark p { color: rgba(255, 255, 255, .8); }

/* --------------------------------------------------------------------------
   4. Buttons
   -------------------------------------------------------------------------- */
.btn-b,
.btn-b-outline,
.btn-b-white {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .93rem;
  padding: .85rem 1.6rem;
  border-radius: var(--r-pill);
  border: 2px solid var(--blue);
  background: var(--blue);
  color: #fff;
  transition: all .3s var(--ease);
}

.btn-b:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-lg); }

.btn-b-outline { background: transparent; color: var(--blue); }
.btn-b-outline:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }

.btn-b-white { background: #fff; border-color: #fff; color: var(--blue); }
.btn-b-white:hover { background: var(--sky); border-color: var(--sky); color: var(--blue-dark); transform: translateY(-2px); }

.btn-b-sm { padding: .6rem 1.15rem; font-size: .85rem; }

.text-link {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .92rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.text-link i { transition: transform .3s var(--ease); }
.text-link:hover i { transform: translateX(4px); }

/* --------------------------------------------------------------------------
   5. Navbar
   -------------------------------------------------------------------------- */
.nav-b {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  padding: .9rem 0;
  transition: box-shadow .3s var(--ease), padding .3s var(--ease), border-color .3s var(--ease);
}

.nav-b.is-stuck { box-shadow: var(--shadow-sm); border-bottom-color: var(--border); padding: .55rem 0; }

.logo-b { display: flex; align-items: center; gap: .7rem; color: var(--heading); }
.logo-b:hover { color: var(--heading); }

.logo-b__mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  box-shadow: 0 10px 22px rgba(11, 95, 217, .28);
}

.logo-b__name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.logo-b__sub {
  display: block;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal);
}

.nav-b .nav-link {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .93rem;
  color: #445064;
  padding: .5rem .85rem;
  border-radius: var(--r-pill);
  transition: all .25s var(--ease);
}

.nav-b .nav-link:hover { color: var(--blue); background: var(--sky); }
.nav-b .nav-link.active { color: var(--blue); background: var(--sky); }

.nav-b .navbar-toggler { border: 1px solid var(--border); border-radius: 12px; color: var(--blue); padding: .4rem .65rem; }
.nav-b .navbar-toggler:focus { box-shadow: none; }

.nav-b .dropdown-menu {
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  padding: .5rem;
  margin-top: .4rem;
}

.nav-b .dropdown-item {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .92rem;
  color: #445064;
  padding: .55rem .9rem;
  border-radius: 10px;
}

.nav-b .dropdown-item:hover,
.nav-b .dropdown-item:focus { color: var(--blue); background: var(--sky); }
.nav-b .dropdown-item.active { color: var(--blue); background: var(--sky); }

@media (max-width: 991.98px) {
  .nav-b .dropdown-menu { box-shadow: none; border: none; padding-left: .5rem; }
}

@media (max-width: 991.98px) {
  .nav-b .navbar-collapse {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r-md);
    padding: 1rem;
    margin-top: .9rem;
    box-shadow: var(--shadow-md);
  }
  .nav-b .btn-b { width: 100%; justify-content: center; margin-top: .7rem; }
}

/* Extra breathing room between nav items on large (expanded) and
   medium (collapsed) screens. */
@media (min-width: 992px) {
  .nav-b .navbar-nav .nav-item { margin: 0 .45rem; }
  .nav-b .navbar-nav .nav-item:first-child { margin-left: 0; }
  .nav-b .navbar-nav .nav-item:last-child { margin-right: 0; }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .nav-b .navbar-nav .nav-item { margin-bottom: .5rem; }
  .nav-b .navbar-nav .nav-item:last-child { margin-bottom: 0; }
}

/* --------------------------------------------------------------------------
   6. Hero — split layout, image collage right
   -------------------------------------------------------------------------- */
.hero-b {
  position: relative;
  padding: clamp(120px, 14vw, 168px) 0 clamp(70px, 9vw, 110px);
  background:
    radial-gradient(1000px 520px at 88% -8%, rgba(16, 179, 160, .16), transparent 62%),
    radial-gradient(880px 480px at 6% 4%, rgba(11, 95, 217, .12), transparent 60%),
    #fff;
  overflow: hidden;
}

.hero-b h1 span { color: var(--blue); }

.hero-b__text { font-size: 1.1rem; max-width: 52ch; }

.hero-b__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.8rem 0 1.6rem; }

.hero-b__pills { display: flex; flex-wrap: wrap; gap: .5rem; }

.pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  padding: .45rem 1rem;
  font-size: .82rem;
  font-weight: 600;
  color: #3c4a5e;
  box-shadow: var(--shadow-sm);
}

.pill i { color: var(--teal); }

/* Collage */
.collage { position: relative; }

.collage__main {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3.4;
}

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

.collage__sub {
  position: absolute;
  left: -26px;
  bottom: 58px;
  width: 46%;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3;
}

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

.floating-card {
  position: absolute;
  right: -14px;
  top: 32px;
  background: #fff;
  border-radius: var(--r-md);
  padding: 1rem 1.2rem;
  box-shadow: var(--shadow-md);
  display: flex;
  align-items: center;
  gap: .85rem;
  animation: float 5s ease-in-out infinite;
}

.floating-card i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--sky);
  color: var(--blue);
  display: grid;
  place-items: center;
}

.floating-card strong { display: block; font-family: var(--font-display); color: var(--heading); font-size: 1.15rem; line-height: 1.1; }
.floating-card span { font-size: .76rem; color: #6b7788; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 991.98px) {
  .collage { margin-top: 3rem; }
  .collage__sub { left: -10px; width: 44%; bottom: 30px; }
  .floating-card { right: 0; top: 12px; }
}

@media (max-width: 575.98px) {
  .collage__sub { display: none; }
  .floating-card { position: static; margin-top: 1rem; animation: none; }
}

/* --------------------------------------------------------------------------
   7. Page banner (interior)
   -------------------------------------------------------------------------- */
.page-banner {
  position: relative;
  padding: clamp(130px, 15vw, 178px) 0 clamp(58px, 7vw, 88px);
  overflow: hidden;
  background: var(--navy);
}

.page-banner__bg {
  position: absolute;
  inset: -14% 0 0;
  height: 128%;
  background-size: cover;
  background-position: center;
  opacity: .38;
  will-change: transform;
}

.page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(10, 27, 51, .93) 20%, rgba(11, 95, 217, .68) 100%);
}

.page-banner__inner { position: relative; z-index: 2; }
.page-banner h1 { color: #fff; font-size: clamp(2rem, 4.4vw, 3.2rem); }
.page-banner p { color: rgba(255, 255, 255, .82); max-width: 60ch; margin-bottom: 0; }

.page-banner .breadcrumb { margin-bottom: 1rem; font-size: .85rem; }
.page-banner .breadcrumb-item a { color: rgba(255, 255, 255, .75); }
.page-banner .breadcrumb-item.active { color: var(--teal); }
.page-banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, .45); }

/* --------------------------------------------------------------------------
   8. Stat cards
   -------------------------------------------------------------------------- */
.stat-strip { margin-top: -60px; position: relative; z-index: 5; }

.stat-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.8rem 1.5rem;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}

.stat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }

.stat-card i {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: var(--sky);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
}

.stat-card .num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 3.6vw, 2.7rem);
  color: var(--heading);
  line-height: 1;
  letter-spacing: -.03em;
}

.stat-card .num .suffix { color: var(--teal); }
.stat-card .lbl { font-weight: 600; color: #6b7788; font-size: .92rem; margin-top: .4rem; }

/* --------------------------------------------------------------------------
   9. Cards
   -------------------------------------------------------------------------- */
.soft-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 2rem 1.8rem;
  height: 100%;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}

.soft-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: transparent; }

.soft-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  margin-bottom: 1.2rem;
  background: var(--sky);
  color: var(--blue);
  transition: all .35s var(--ease);
}

.soft-card:hover .soft-card__icon { background: var(--blue); color: #fff; }
.soft-card--teal .soft-card__icon { background: rgba(16, 179, 160, .14); color: #0a8d7f; }
.soft-card--teal:hover .soft-card__icon { background: var(--teal); color: #fff; }

.soft-card h3 { margin-bottom: .5rem; }
.soft-card p { margin-bottom: 0; font-size: .96rem; }

/* Product cards */
.prod-card {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--border);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}

.prod-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }

.prod-card__media { position: relative; aspect-ratio: 5 / 4; overflow: hidden; background: var(--mist); }
.prod-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.prod-card:hover .prod-card__media img { transform: scale(1.09); }

.prod-card__chip {
  position: absolute;
  left: 14px;
  top: 14px;
  background: rgba(255, 255, 255, .95);
  color: var(--blue);
  border-radius: var(--r-pill);
  padding: .35rem .85rem;
  font-size: .74rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  box-shadow: var(--shadow-sm);
}

.prod-card__body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.prod-card__body p { font-size: .93rem; flex: 1; }

/* --------------------------------------------------------------------------
   10. Split image blocks
   -------------------------------------------------------------------------- */
.rounded-shot { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.rounded-shot img { width: 100%; display: block; transition: transform 1s var(--ease); }
.rounded-shot:hover img { transform: scale(1.05); }

.badge-note {
  background: var(--navy);
  color: #fff;
  border-radius: var(--r-md);
  padding: 1.2rem 1.4rem;
  display: inline-flex;
  gap: .9rem;
  align-items: center;
  box-shadow: var(--shadow-md);
}

.badge-note i { color: var(--teal); font-size: 1.5rem; }
.badge-note strong { font-family: var(--font-display); display: block; font-size: 1.3rem; line-height: 1.1; }
.badge-note span { font-size: .8rem; color: rgba(255, 255, 255, .75); }

.tick-list { list-style: none; padding: 0; margin: 0; }
.tick-list li { position: relative; padding-left: 34px; margin-bottom: .85rem; }

.tick-list li i {
  position: absolute;
  left: 0;
  top: .3rem;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(16, 179, 160, .14);
  color: #0a8d7f;
  display: grid;
  place-items: center;
  font-size: .62rem;
}

/* --------------------------------------------------------------------------
   11. Global reach
   -------------------------------------------------------------------------- */
.globe-panel {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--navy);
  padding: clamp(38px, 5vw, 62px);
}

.globe-panel__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .35;
}

.globe-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(10, 27, 51, .95), rgba(10, 27, 51, .55));
}

.globe-panel > .row { position: relative; z-index: 2; }

.route-list { list-style: none; padding: 0; margin: 0; }

.route-list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .7rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .88);
  font-weight: 600;
}

.route-list li:last-child { border-bottom: 0; }
.route-list li i { color: var(--teal); }
.route-list li span { margin-left: auto; font-weight: 500; color: rgba(255, 255, 255, .6); font-size: .85rem; }

/* --------------------------------------------------------------------------
   12. Parallax
   -------------------------------------------------------------------------- */
.parallax-b { position: relative; overflow: hidden; padding: clamp(84px, 11vw, 150px) 0; }

.parallax-b__bg {
  position: absolute;
  inset: -18% 0 0;
  height: 136%;
  background-size: cover;
  background-position: center;
  will-change: transform;
}

.parallax-b__tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(10, 27, 51, .9), rgba(11, 95, 217, .72));
}

.parallax-b .shell { position: relative; z-index: 2; }

.parallax-b--teal .parallax-b__tint { background: linear-gradient(120deg, rgba(6, 60, 55, .88), rgba(16, 179, 160, .68)); }

/* --------------------------------------------------------------------------
   13. Steps / milestones ribbon
   -------------------------------------------------------------------------- */
.step-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.9rem 1.6rem;
  height: 100%;
  position: relative;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}

.step-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }

.step-card__no {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--sky);
  letter-spacing: -.04em;
  margin-bottom: .6rem;
}

.step-card--teal .step-card__no { color: rgba(16, 179, 160, .22); }

/* --------------------------------------------------------------------------
   14. Compliance / accordion
   -------------------------------------------------------------------------- */
.accordion-b .accordion-item {
  border: 1px solid var(--border);
  border-radius: var(--r-md) !important;
  margin-bottom: .75rem;
  overflow: hidden;
  background: #fff;
}

.accordion-b .accordion-button {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--heading);
  background: #fff;
  padding: 1.1rem 1.3rem;
  box-shadow: none;
}

.accordion-b .accordion-button:not(.collapsed) { color: var(--blue); background: var(--sky); }
.accordion-b .accordion-button:focus { box-shadow: none; }
.accordion-b .accordion-body { font-size: .96rem; padding: 1.1rem 1.3rem; }

.note-box {
  background: var(--sky);
  border-left: 4px solid var(--blue);
  border-radius: var(--r-md);
  padding: 1.1rem 1.3rem;
  font-size: .92rem;
  color: #33425a;
}

.demo-chip {
  display: inline-block;
  background: rgba(16, 179, 160, .12);
  color: #0a7f72;
  border: 1px dashed rgba(16, 179, 160, .5);
  border-radius: var(--r-pill);
  padding: .35rem .95rem;
  font-size: .76rem;
  font-weight: 700;
}

.cert-tile {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 1.2rem;
  text-align: center;
  height: 100%;
  transition: all .3s var(--ease);
}

/*.cert-tile:hover { border-color: var(--blue); box-shadow: var(--shadow-sm); }*/
.cert-tile i { font-size: 1.5rem; color: var(--blue); margin-bottom: .6rem; }
.cert-tile strong { font-family: var(--font-display); display: block; color: var(--heading); }
.cert-tile span { font-size: .8rem; }

.cert-tile__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 92px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: .5rem .7rem;
  overflow: hidden;
}

.cert-tile__badge img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/*.cert-tile--badge:hover .cert-tile__badge { border-color: var(--blue); }*/

/* --------------------------------------------------------------------------
   14b. Certification logo carousel (logos only, auto-scrolling)
   -------------------------------------------------------------------------- */
.cert-carousel {
  position: relative;
  overflow: hidden;
  padding: .4rem 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.cert-carousel__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: certScroll 28s linear infinite;
}

.cert-carousel:hover .cert-carousel__track,
.cert-carousel:focus-within .cert-carousel__track { animation-play-state: paused; }

.cert-carousel__logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 160px;
  margin: 0 .7rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: .5rem .7rem;
}

.cert-carousel__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@keyframes certScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .cert-carousel__track { animation: none; flex-wrap: wrap; width: 100%; justify-content: center; }
}

/* --------------------------------------------------------------------------
   15. Contact
   -------------------------------------------------------------------------- */
.contact-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.7rem;
  height: 100%;
  transition: all .3s var(--ease);
}

.contact-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); }

.contact-card i {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--sky);
  color: var(--blue);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}

.contact-card h3 { font-size: 1.05rem; }
.contact-card p { margin-bottom: 0; font-size: .95rem; }

.form-b .form-label { font-family: var(--font-display); font-weight: 700; font-size: .86rem; color: var(--heading); margin-bottom: .4rem; }

.form-b .form-control,
.form-b .form-select {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: .8rem 1rem;
  font-size: .95rem;
  background: var(--mist);
}

.form-b .form-control:focus,
.form-b .form-select:focus { background: #fff; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(11, 95, 217, .12); }

.map-card {
  border-radius: var(--r-lg);
  background:
    radial-gradient(circle at 30% 30%, rgba(11, 95, 217, .10), transparent 60%),
    repeating-linear-gradient(90deg, rgba(11, 95, 217, .05) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(0deg, rgba(11, 95, 217, .05) 0 1px, transparent 1px 34px),
    var(--mist);
  border: 1px solid var(--border);
  min-height: 340px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
}

.map-card i { font-size: 2.1rem; color: var(--blue); margin-bottom: .7rem; }

/* --------------------------------------------------------------------------
   16. Footer
   -------------------------------------------------------------------------- */
.footer-b { background: var(--navy); color: rgba(255, 255, 255, .72); padding-top: clamp(56px, 7vw, 88px); }
.footer-b h4 { color: #fff; font-size: 1rem; font-family: var(--font-display); margin-bottom: 1.2rem; }
.footer-b .logo-b__name { color: #fff; }
.footer-b ul { list-style: none; padding: 0; margin: 0; }
.footer-b ul li { margin-bottom: .55rem; }
.footer-b a { color: rgba(255, 255, 255, .72); font-size: .95rem; }
.footer-b a:hover { color: var(--teal); }
.footer-b p { font-size: .95rem; }

.footer-b .social-b { display: flex; gap: .55rem; margin-top: 1.2rem; }

.footer-b .social-b a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  display: grid;
  place-items: center;
  color: #fff;
  transition: all .3s var(--ease);
}

.footer-b .social-b a:hover { background: var(--teal); transform: translateY(-3px); }

.footer-b__base {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: clamp(38px, 5vw, 60px);
  padding: 1.3rem 0;
  font-size: .85rem;
}

.small-note { font-size: .8rem; color: #7c8899; }

/* --------------------------------------------------------------------------
   17. Utilities
   -------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .09s; }
.reveal[data-delay="2"] { transition-delay: .18s; }
.reveal[data-delay="3"] { transition-delay: .27s; }
.reveal[data-delay="4"] { transition-delay: .36s; }
.reveal[data-delay="5"] { transition-delay: .45s; }
.reveal[data-delay="6"] { transition-delay: .54s; }
.reveal[data-delay="7"] { transition-delay: .63s; }

#backTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all .3s var(--ease);
  z-index: 60;
}

#backTop.show { opacity: 1; visibility: visible; transform: none; }
#backTop:hover { background: var(--blue-dark); }

.alert-b { border-radius: var(--r-md); background: rgba(16, 179, 160, .12); border: 1px solid rgba(16, 179, 160, .4); color: #0a6f64; font-size: .95rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .parallax-b__bg, .page-banner__bg { transform: none !important; }
  .floating-card { animation: none; }
}

/* --------------------------------------------------------------------------
   18. Gallery
   -------------------------------------------------------------------------- */
.gallery-item {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.gallery-item:hover img { transform: scale(1.09); }

.gallery-item__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 27, 51, 0) 45%, rgba(10, 27, 51, .8) 100%);
  display: flex;
  align-items: flex-end;
  padding: 1rem 1.15rem;
  opacity: 0;
  transition: opacity .3s var(--ease);
}

.gallery-item:hover .gallery-item__overlay { opacity: 1; }

.gallery-item__overlay span {
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .86rem;
}

.gallery-modal .modal-content { border: none; border-radius: var(--r-lg); overflow: hidden; background: transparent; }
.gallery-modal .modal-body { padding: 0; }
.gallery-modal img { width: 100%; display: block; }

.gallery-modal .btn-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  padding: .55rem;
  z-index: 2;
  box-shadow: var(--shadow-sm);
}
