:root {
  color-scheme: dark;
  --bg: #07101e;
  --surface: rgba(15, 23, 42, 0.92);
  --surface-alt: rgba(8, 15, 28, 0.95);
  --text: #e5e7eb;
  --muted: #94a3b8;
  --primary: #1565c0;
  --accent: #00bcd4;
  --success: #22c55e;
  --warning: #ff9800;
  --border: rgba(255, 255, 255, 0.08);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --radius: 24px;
  font-family: 'Inter', system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: radial-gradient(circle at top, rgba(0, 188, 212, 0.15), transparent 32%),
    radial-gradient(circle at bottom right, rgba(21, 101, 192, 0.12), transparent 28%),
    linear-gradient(180deg, #09101f 0%, #05080f 100%);
  color: var(--text);
  min-height: 100vh;
}

img,
svg {
  max-width: 100%;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 999;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  transform: translateY(-120%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(7, 16, 30, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.brand,
.brand-footer {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
}

.brand-mark {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  font-weight: 700;
  color: #07101e;
}

.brand small {
  display: block;
  color: var(--muted);
  line-height: 1.2;
}

.main-nav {
  position: relative;
}

.nav-toggle {
  display: none;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  padding: 0.85rem 1rem;
  border-radius: 999px;
  cursor: pointer;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-list a {
  color: var(--muted);
  font-size: 0.95rem;
  padding: 0.65rem 0.8rem;
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-list a:hover,
.nav-list a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.button,
.action-button,
button {
  border: none;
  cursor: pointer;
  border-radius: 999px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.button:hover,
.action-button:hover,
button:hover {
  transform: translateY(-1px);
}

.button-primary,
.action-book,
.action-whatsapp {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  padding: 0.95rem 1.6rem;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0.95rem 1.6rem;
}

.button-link {
  background: transparent;
  color: var(--accent);
  padding: 0.6rem 0;
  justify-content: flex-start;
  width: fit-content;
}

.hero-section {
  position: relative;
  min-height: calc(100vh - 88px);
  display: grid;
  align-items: center;
  padding: 4rem 0 5rem;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(0, 188, 212, 0.14), transparent 24%),
    radial-gradient(circle at left, rgba(21, 101, 192, 0.18), transparent 28%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 1.15fr) minmax(280px, 0.85fr);
  align-items: start;
  gap: 2rem;
}

.hero-copy {
  max-width: 660px;
  width: 100%;
}

.hero-visual {
  justify-items: center;
}

.hero-stats {
  margin-top: 1.75rem;
}

.eyebrow {
  display: inline-flex;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(0, 188, 212, 0.12);
  color: var(--accent);
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.hero-copy h1 {
  margin: 0 0 1rem;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.6rem, 4vw, 4.4rem);
  line-height: 1.02;
}

.hero-copy p {
  margin: 0 0 1.8rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hero-stats div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 1.25rem;
  border-radius: 18px;
}

.hero-stats strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

.hero-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: center;
}

.hero-card {
  min-height: 260px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.hero-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(0, 188, 212, 0.18), transparent 58%),
    linear-gradient(220deg, rgba(21, 101, 192, 0.12), transparent 40%);
}

.hero-card-1 { min-height: 340px; }
.hero-card-2 { min-height: 220px; }
.hero-card-3 { min-height: 280px; }

.section {
  padding: 5rem 0;
}

.section-heading,
.section-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2.5rem;
}

.section-label {
  display: inline-flex;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(0, 188, 212, 0.12);
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.section-heading h2,
.section-intro h2 {
  margin: 1rem auto 1rem;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 2.8vw, 3rem);
}

.section-heading p,
.section-intro p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}

.section-grid {
  display: grid;
  gap: 2rem;
}

.about-cards,
.reasons-grid,
.services-grid,
.products-grid,
.portfolio-grid,
.contact-grid {
  display: grid;
  gap: 1.5rem;
}

.about-cards {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.info-card,
.service-card,
.reason-card,
.product-card,
.portfolio-card,
.testimonial-card,
.map-wrapper {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
  padding: 1.5rem;
}

.map-wrapper {
  overflow: hidden;
}

.info-card p,
.service-card p,
.product-meta p,
.portfolio-copy p,
.reason-card span {
  overflow-wrap: anywhere;
}

.info-card h3,
.service-card h3,
.product-meta h3,
.portfolio-copy h3 {
  word-break: break-word;
}


.map-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

.info-card h3,
.service-card h3,
.product-meta h3,
.portfolio-copy h3,
.testimonial-card footer {
  margin: 0;
}

.info-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
}

.info-card p {
  margin: 0;
  color: var(--muted);
}

.services-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.service-card {
  display: grid;
  gap: 1rem;
  min-height: 320px;
  grid-template-rows: auto 1fr auto;
}

.service-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(0, 188, 212, 0.16);
  font-size: 1.5rem;
  margin-inline: auto;
}

.service-card h3 {
  font-size: 1.25rem;
  margin: 0;
}

.service-card p {
  color: var(--muted);
  line-height: 1.8;
}

.reason-card {
  display: grid;
  place-items: center;
  text-align: center;
  gap: 0.85rem;
  min-height: 130px;
  font-size: 0.98rem;
  padding: 1.25rem;
}

.reason-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(0, 188, 212, 0.16);
  font-size: 1.2rem;
  margin-inline: auto;
}

.reason-card span {
  display: block;
}

.reasons-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.products-grid,
.portfolio-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.product-card,
.portfolio-card {
  overflow: hidden;
}

.product-image,
.portfolio-thumb {
  min-height: 180px;
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  margin-bottom: 1.3rem;
}

.product-laptop { background: linear-gradient(135deg, rgba(21, 101, 192, 0.6), rgba(0, 188, 212, 0.2)), url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 240"%3E%3Crect fill="%23000" width="400" height="240" rx="24"/%3E%3Crect x="44" y="60" width="312" height="120" fill="%23156fb8" rx="16"/%3E%3Crect x="90" y="86" width="220" height="68" fill="%23005f8e" rx="10"/%3E%3Crect x="148" y="174" width="104" height="18" fill="%2300bcd4" rx="9"/%3E%3C/svg%3E'); }
.product-desktop { background: linear-gradient(135deg, rgba(0, 188, 212, 0.24), rgba(21, 101, 192, 0.18)), url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 240"%3E%3Crect fill="%2300101d" width="400" height="240" rx="24"/%3E%3Crect x="56" y="48" width="288" height="152" fill="%23005470" rx="20"/%3E%3Crect x="126" y="206" width="148" height="18" fill="%2300bcd4" rx="6"/%3E%3C/svg%3E'); }
.product-gaming { background: linear-gradient(135deg, rgba(255, 152, 0, 0.3), rgba(21, 101, 192, 0.2)), url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 240"%3E%3Crect fill="%23000" width="400" height="240" rx="24"/%3E%3Crect x="72" y="64" width="256" height="112" fill="%231b2f53" rx="18"/%3E%3Cpath d="M120 148h160" stroke="%2300bcd4" stroke-width="12" stroke-linecap="round"/%3E%3Cpath d="M180 92v32M220 92v32" stroke="%23ff9800" stroke-width="14" stroke-linecap="round"/%3E%3C/svg%3E'); }
.product-monitor { background: linear-gradient(135deg, rgba(0, 188, 212, 0.2), rgba(21, 101, 192, 0.16)), url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 240"%3E%3Crect fill="%23030a18" width="400" height="240" rx="24"/%3E%3Crect x="64" y="56" width="272" height="124" fill="%23006387" rx="18"/%3E%3Crect x="176" y="194" width="48" height="16" fill="%2300bcd4" rx="8"/%3E%3C/svg%3E'); }

.product-meta {
  display: grid;
  gap: 0.65rem;
}

.product-meta p,
.product-meta strong {
  margin: 0;
}

.portfolio-copy {
  display: grid;
  gap: 0.7rem;
}

.portfolio-copy h3 {
  margin: 0;
}

.portfolio-copy p {
  color: var(--muted);
  margin: 0;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-network { background: linear-gradient(135deg, rgba(0, 188, 212, 0.24), rgba(21, 101, 192, 0.18)); }
.portfolio-school { background: linear-gradient(135deg, rgba(255, 152, 0, 0.22), rgba(21, 101, 192, 0.14)); }
.portfolio-gaming { background: linear-gradient(135deg, rgba(255, 152, 0, 0.28), rgba(0, 188, 212, 0.18)); }
.portfolio-cctv { background: linear-gradient(135deg, rgba(0, 188, 212, 0.18), rgba(255, 152, 0, 0.14)); }

.reviews-section {
  background: rgba(255, 255, 255, 0.03);
}

.reviews-intro {
  max-width: 540px;
  text-align: left;
}

.rating-panel {
  margin-top: 1.5rem;
  display: inline-grid;
  gap: 0.4rem;
  color: var(--accent);
}

.testimonial-carousel {
  display: grid;
  gap: 1.25rem;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.04);
  padding: 2rem;
  min-height: 180px;
  display: grid;
  gap: 1rem;
}

.testimonial-card p {
  color: var(--muted);
  line-height: 1.8;
}

.testimonial-card footer {
  color: #fff;
  font-size: 1rem;
}

.testimonial-card:not(.active) {
  opacity: 0.55;
}

.booking-grid,
.contact-grid {
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
}

.booking-grid {
  align-items: start;
  gap: 2rem;
}

.booking-copy ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.8rem;
}

.booking-features li {
  position: relative;
  padding-left: 1.75rem;
  color: var(--muted);
}

.booking-features li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--accent);
}

.booking-form {
  display: grid;
  gap: 1rem;
}

.booking-form label {
  display: grid;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: var(--text);
}

.booking-form input,
.booking-form textarea,
.booking-form select,
.newsletter-form input {
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form input:focus,
.booking-form textarea:focus,
.booking-form select:focus,
.newsletter-form input:focus {
  outline: none;
  border-color: rgba(0, 188, 212, 0.8);
  box-shadow: 0 0 0 4px rgba(0, 188, 212, 0.12);
  transform: translateY(-1px);
}

.booking-form select {
  background-image: linear-gradient(45deg, transparent 50%, var(--text) 50%),
    linear-gradient(135deg, var(--text) 50%, transparent 50%);
  background-position: calc(100% - 1rem) center, calc(100% - 1rem) center;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  padding-right: 2.8rem;
}

.newsletter-form input {
  background: rgba(255, 255, 255, 0.08);
}

.newsletter-form input::placeholder,
.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.booking-form select {
  color: var(--text);
}

.booking-form select option {
  color: var(--text);
  background: #07101e;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: none;
  background: transparent;
  color: #fff;
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-size: 1rem;
  cursor: pointer;
}

.faq-question::after {
  content: '+';
  float: right;
  transition: transform 0.2s ease;
}

.faq-question[aria-expanded='true']::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1.5rem;
}

.faq-answer p {
  margin: 0 0 1.25rem;
  color: var(--muted);
  line-height: 1.8;
}

.contact-section {
  gap: 2rem;
}

.contact-details p {
  line-height: 1.9;
  margin: 0 0 1.5rem;
  color: var(--muted);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

.map-placeholder {
  min-height: 340px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer {
  padding: 3rem 0 2rem;
  background: rgba(8, 14, 28, 0.98);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.site-footer h3 {
  margin-bottom: 1rem;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.site-footer li a {
  color: var(--muted);
}

.newsletter-form {
  display: grid;
  gap: 0.75rem;
}

.newsletter-form input {
  width: 100%;
}

.footer-bottom {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--muted);
}

.social-links {
  display: flex;
  gap: 0.75rem;
}

.social-links a {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  color: #fff;
}

.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.85rem 1.3rem;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease;
}

.action-whatsapp {
  background: rgba(0, 188, 212, 0.14);
  color: #fff;
}

.action-book {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
}

.back-to-top,
.floating-whatsapp {
  position: fixed;
  right: 1.5rem;
  border: none;
  border-radius: 999px;
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  z-index: 100;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.back-to-top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.floating-whatsapp {
  opacity: 1;
  visibility: visible;
}

.back-to-top {
  bottom: 1.5rem;
}

.floating-whatsapp {
  bottom: 5.5rem;
}

@media (max-width: 980px) {
  .header-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-list {
    position: absolute;
    inset: calc(100% + 0.75rem) auto auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    background: rgba(7, 16, 30, 0.98);
    width: min(100vw, 340px);
    max-width: 340px;
    padding: 1rem;
    transform: translateX(-110%);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
    border-radius: 24px;
  }

  .nav-list.show {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-list li {
    width: 100%;
  }

  .nav-list a {
    display: block;
    padding: 0.95rem 1rem;
    width: 100%;
    color: var(--text);
  }

  .nav-list a:hover,
  .nav-list a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }

  .header-actions {
    width: 100%;
    justify-content: center;
  }

  .hero-section {
    padding: 3.5rem 0 4rem;
  }

  .hero-copy h1 {
    font-size: 3rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }
  .hero-stats {
    grid-template-columns: 1fr;
  }
  .booking-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-list {
    position: absolute;
    inset: calc(100% + 1rem) auto auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    background: rgba(7, 16, 30, 0.98);
    width: 100vw;
    padding: 1rem;
    transform: translateX(-110%);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  }

  .nav-list.show {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-list li {
    width: 100%;
  }

  .nav-list a {
    display: block;
    padding: 1rem 1rem;
    width: 100%;
  }

  .header-actions {
    width: 100%;
    justify-content: center;
  }

  .hero-copy {
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .hero-section {
    padding-top: 3.5rem;
  }

  .hero-copy h1 {
    font-size: 2.75rem;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-stats,
  .reasons-grid,
  .products-grid,
  .portfolio-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
