/* ================= Font Face ================= */
@font-face {
  font-family: "IRANSans";
  src: url("assets/fonts/IRANSansWeb_Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IRANSans";
  src: url("assets/fonts/IRANSansWeb.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IRANSans";
  src: url("assets/fonts/IRANSansWeb_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IRANSans";
  src: url("assets/fonts/IRANSansWeb_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ================= Design tokens ================= */
:root {
  --c-sage: #76916e; /* secondary green */
  --c-bg: #f7f9f7; /* section background */
  --c-dark: #1f2937; /* headings / dark text */
  --c-gray: #5b6470; /* body text */
  --c-mint: #e4eae2; /* icon circle / badge bg */
  --c-green: #2b6918; /* primary accent green */
  --c-white: #ffffff;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --shadow-card: 0 4px 22px rgba(31, 41, 55, 0.06);
  --shadow-card-hover: 0 10px 30px rgba(31, 41, 55, 0.1);

  --container: 1280px;
  --font-main: "IRANSans", "Vazirmatn", "Vazirmatn FD", Tahoma, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  direction: rtl;
}
body {
  font-family: var(--font-main);
  color: var(--c-dark);
  background: var(--c-white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-align: right;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}
button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}
:focus-visible {
  outline: 2px solid var(--c-green);
  outline-offset: 3px;
}

.eyebrow-heading {
  color: var(--c-green);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  text-align: center;
}
.eyebrow-heading--tight {
  margin-bottom: 36px;
}
.eyebrow-heading--right {
  text-align: right;
}

/* ================= Header / Nav ================= */

.site-header {
  position: absolute;
  top: 24px;
  left: 32px;
  right: 32px;
  z-index: 100;
  background: transparent;
  border: none;
  backdrop-filter: none;
}

.nav-wrap {
  max-width: 1376px;
  margin: auto;
  background: #f7f9f7;
  border-radius: 16px;
  padding: 8px 32px;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 4px;
}
.brand img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.brand span {
  font-weight: 800;
  font-size: 22px;
  color: var(--c-dark);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
  background: transparent;
}
.nav-links a {
  font-size: 18px;
  font-weight: 600;
  color: var(--c-dark);
  transition: all 0.2s ease;
}
.nav-links a:hover {
  color: var(--c-green);
}
.nav-links a.active {
  color: var(--c-green);
  font-weight: 700;
}

.lang-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--c-sage);
  transition: background 0.2s ease;
}
.lang-btn:hover {
  background: var(--c-mint);
}
.nav-toggle {
  display: none;
}

/* ================= Buttons ================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.btn-outline {
  background: var(--c-white);
  color: #2b6918;
  border: 1px solid #2b6918;
}
.btn-outline:hover {
  border-color: var(--c-sage);
  color: var(--c-green);
}
.btn-filled {
  background: var(--c-green);
  color: var(--c-white);
}
.btn-filled:hover {
  background: #224f13;
  transform: translateY(-1px);
}

/* ================= Hero ================= */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  padding-top: 110px;
  background:
    linear-gradient(
      to bottom,
      rgba(251, 251, 251, 0) 0%,
      rgba(251, 251, 251, 0) 88%,
      #fbfbfb 100%
    ),
    url("../assets/hero-bg.png") center top / cover no-repeat;

  background-color: #fbfbfb;
  /* background:
    radial-gradient(
      650px 420px at 12% 15%,
      rgba(118, 145, 110, 0.28),
      transparent 60%
    ),
    radial-gradient(
      600px 500px at 88% 85%,
      rgba(43, 105, 24, 0.14),
      transparent 55%
    ),
    linear-gradient(135deg, #eaefe8 0%, #f7f9f7 45%, #ffffff 100%); */
}
.hero-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 96px 32px 80px;
  display: flex;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-height: 560px;
  direction: ltr;
}

.hero-media {
  position: absolute;
  left: -5px;
  bottom: 10px;
  align-items: center;
  width: 230px;
  z-index: 1;
}
.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-text h1 {
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  line-height: 1.5;
  color: var(--c-dark);
  margin-bottom: 22px;
}
.hero-text h1 .accent {
  color: var(--c-green);
}
.hero-text p {
  color: var(--c-gray);
  font-size: 16px;
  max-width: 560px;
  margin-bottom: 80px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  width: 100%;
  direction: rtl;
}

/* ================= About ================= */

.about {
  padding: 40px 0 110px;
  background: linear-gradient(
    to bottom,
    rgba(251, 251, 251, 0) 0%,
    rgba(251, 251, 251, 0) 88%,
    #fff 100%
  );

  background-color: #fbfbfb;
}

.about-copy {
  max-width: 820px;
  margin: 28px auto 0;
  text-align: center;
  color: var(--c-gray);
  line-height: 2.1;
  font-size: 18px;
  font-weight: 400;
}

.about-copy p:not(:last-child) {
  margin-bottom: 18px;
}

/* Cards */

.feature-grid-cards {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.feature-card {
  width: 170px;
  height: 118px;
  background: #fff;
  border: 1px solid #e7edf5;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.feature-card img {
  width: 32px;
  height: 32x;
  margin-bottom: 16px;
}

.feature-card p {
  margin: 0;
  font-size: 14px;
  color: #4b5563;
  font-weight: 500;
}
/* ================= Projects (carousel) ================= */
.projects {
  padding: 40px 0;
  background: var(--c-white);
}
.carousel {
  position: relative;
  margin-top: 56px;
}
.carousel-track-wrap {
  overflow: hidden;
  padding: 16px 0 24px;
}
.carousel-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.project-card {
  flex: 0 0 calc((100% - 48px) / 3);
  background: var(--c-white);
  border: 1px solid #e4eae2;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
/* .project-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
} */

.project-image {
  height: 200px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: #f5f7fa;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.project-card:hover .project-image img {
  transform: scale(1.03);
}
.project-body {
  padding: 24px 22px 26px;
}
.project-body h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--c-dark);
  margin-bottom: 16px;
  margin-top: 24px;
  text-align: center;
}
.project-body p {
  font-size: 16px;
  color: var(--c-gray);
  text-align: center;
  margin-bottom: 16px;
}
.project-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-green);
  transition: background 0.2s ease;
}
.project-link:hover {
  background: var(--c-mint);
}
.project-link-wrap {
  display: flex;
  justify-content: flex-end;
  direction: rtl;
}

.carousel-nav {
  position: absolute;
  top: 190px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--c-gray);
  box-shadow: var(--shadow-card);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 5;
  transition: background 0.2s ease;
}

.carousel-nav.prev {
  right: -60px;
}
.carousel-nav.next {
  left: -60px;
}

/* ================= Partners ================= */

.partners {
  padding: 70px 0;
  background: var(--c-bg);
}
.partners-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 48px;
  margin-bottom: 32px;
}
.partner-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0.85;
  filter: grayscale(15%);
  flex: 1 1 160px;
  justify-content: center;
  color: var(--c-gray);
}
.partner-logo img {
  position: absolute;
  margin-top: 32px;
  max-width: 100%;
  max-height: 80px;
  transition:
    opacity 0.18s ease-out,
    transform 0.18s ease-out;
}
.logo-gray {
  opacity: 1;
}
.logo-color {
  opacity: 0;
}
.partner-logo:hover .logo-gray {
  opacity: 0;
}

.partner-logo:hover .logo-color {
  opacity: 1;

  transform: scale(1.04);
}

/* ================= Portfolio examples ================= */
.examples {
  padding: 100px 0;
  background: #fbfbfb;
}
.examples-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 24px;
  align-items: stretch;
  direction: ltr;
}

.example-feature {
  border: 1px solid #e4eae2;
  border-radius: 16px;
  padding: 24px 32px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  background-color: #fff;
}

.feature-grid {
  display: flex;
  margin-top: 0px;
  gap: 24px;
  height: 100%;
}
.feature-left {
  flex: 1.25;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.feature-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: right;
}

.example-media {
  border-radius: var(--radius-md);
  overflow: hidden;
  height: 280px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
}
.example-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-left .btn-details {
  align-self: flex-start;
  direction: rtl;
}

.feature-right h3 {
  font-size: 20px;
  font-weight: 800;
}
.example-feature p.desc {
  color: var(--c-gray);
  font-size: 14px;
  margin: 16px 0 22px;
  text-align: right;
}
.example-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 0;
  margin-top: 24px;
}
.meta-item {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 8px;
}
.meta-item .meta-text {
  text-align: right;
}
.meta-item .meta-text b {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--c-dark);
}
.meta-item .meta-text span {
  font-size: 13px;
  color: var(--c-gray);
}
.meta-item .meta-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--c-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-sage);
}
.meta-icon img {
  width: 24px;
  height: 24px;
}
.btn-details {
  background: var(--c-white);
  border: 1.5px solid var(--c-green);
  color: var(--c-green);
}
.btn-details:hover {
  background: var(--c-green);
  color: var(--c-white);
}

.examples-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.example-item {
  border: 1px solid #eef1ee;
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: var(--shadow-card);
  transition: border-color 0.2s ease;
  direction: ltr;
  background-color: #fff;
  cursor: pointer;
}
.example-item.is-active {
  border: 2px solid var(--c-green);
}
.example-item .row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.example-item h4 {
  font-size: 16.5px;
  font-weight: 800;
}
.example-item .row i {
  font-size: 13px;
  color: var(--c-dark);
  transition: color 0.2s ease;
}
.example-item.is-active .row i {
  color: var(--c-green);
}
.example-item p {
  font-size: 13.5px;
  color: var(--c-gray);
  margin-top: 8px;
  text-align: right;
}
.btn-all {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}

/* ================= Tech stack ================= */
.tech {
  padding: 48px 0;
  background: linear-gradient(180deg, #fbfcfb, #eef2ee);
}
.tech-grid {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
/* .tech-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--c-white);
  padding: 8px 24px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  color: var(--c-dark);
  direction: ltr;
}
.tech-pill img {
  width: 32px;
  height: 32px;
  object-fit: contain;
} */
.tech-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--c-white);
  padding: 8px 24px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  color: var(--c-dark);
  direction: ltr;
  position: relative;
  overflow: hidden;

  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    scale 0.3s ease;
}
.tech-pill::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.75),
    transparent
  );
}

.tech-pill:hover::before {
  animation: shine 0.8s ease;
}

@keyframes shine {
  from {
    left: -120%;
  }
  to {
    left: 160%;
  }
}
.tech-pill.show {
  opacity: 1;
  transform: translateY(0);
}

.tech-pill:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 30px rgba(31, 41, 55, 0.12);
}

.tech-pill img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.tech-pill:hover img {
  transform: rotate(-8deg) scale(1.08);
}

/* ================= Awards ================= */
.awards {
  padding: 100px 0;
  background: var(--c-bg);
  overflow: hidden;
}

.awards-slider {
  margin-top: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.awards-slider::-webkit-scrollbar {
  display: none;
}
.awards-slider.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.awards-grid {
  display: flex;
  gap: 20px;
  width: max-content;
  padding: 0 max(20px, calc((100vw - 1200px) / 2 + 20px));
}

.award-card {
  flex: 0 0 430px;
  display: flex;
  align-items: stretch;
  gap: 16px;
  background: #fff;
  border-radius: var(--radius-md);
  padding: 16px;
  text-align: right;
  user-select: none;
  direction: rtl;
}

.award-media {
  flex: 0 0 130px;
  height: auto;
  border-radius: 16px;
  background: var(--c-white);
  box-shadow: inset 0 0 0 1px #eef1ee;
  overflow: hidden;
  border: 1px solid var(--c-bg);
}
.award-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.award-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}
.award-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--c-dark);
}
.award-card p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--c-gray);
}

@media (max-width: 768px) {
  .award-card {
    flex: 0 0 280px;
  }
  .award-media {
    flex-basis: 100px;
  }
}
/* ================= Team ================= */
.team {
  padding: 100px 0;
  background: var(--c-white);
}
.team-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  direction: ltr;
}

.team-media {
  height: 400px;
  border-radius: 16px;
  background: #eaeaea;
  overflow: hidden;
}
/* .team-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */
.team-copy {
  text-align: right;
}
.team-copy > p {
  color: var(--c-gray);
  font-size: 16px;
  margin-bottom: 24px;
}
.team-skills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 10px;
}
.skill-item {
  text-align: center;
}
.skill-item .icon-circle {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--c-mint);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-green);
}
.skill-item .icon-circle svg {
  width: 22px;
  height: 22px;
}
.skill-item span {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--c-dark);
}

/* ================= CTA ================= */
.cta-wrap {
  padding: 48px 0 100px;
  background: var(--c-bg);
}
.cta {
  max-width: var(--container);
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding: 60px 24px;
}

.cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 20, 18, 0.55),
    rgba(15, 20, 18, 0.72)
  );
  z-index: 1;
}

.cta h2 {
  position: relative;
  z-index: 2;
  color: var(--c-white);
  font-size: 28px;
  font-weight: 800;
}
.cta p {
  position: relative;
  z-index: 2;
  color: #dde3dc;
  max-width: 1200px;
  font-size: 20px;
  font-weight: 200;
}

.cta .btn {
  position: relative;
  z-index: 2;
  background: var(--c-white);
  color: #2b6918;
  border: 1px solid #2b6918;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cta .btn:hover {
  border-color: var(--c-sage);
  color: var(--c-green);
}
.cta .btn-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* ================= Footer ================= */
.site-footer {
  background: var(--c-bg);
  padding-top: 64px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
  gap: 32px;
  padding-bottom: 44px;
  direction: ltr;
}
.footer-col h5 {
  font-size: 18px;
  font-weight: 800;
  color: var(--c-green);
  margin-bottom: 16px;
  direction: ltr;
  text-align: right;
}
.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  direction: ltr;
  text-align: right;
}
.footer-col ul a {
  font-size: 16px;
  color: var(--c-gray);
  transition: color 0.2s ease;
  direction: ltr;
  text-align: right;
}
.footer-col ul a:hover {
  color: var(--c-green);
}
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  direction: rtl;
  text-align: right;
}
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  color: var(--c-gray);
  direction: rtl;
  text-align: right;
}
.contact-list img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-list a {
  color: var(--c-gray);
  text-decoration: none;
}
.contact-list a:hover {
  color: var(--c-green);
}
.footer-brand {
  text-align: right;
}
.footer-brand .brand {
  justify-content: flex-end;
  margin-bottom: 16px;
}
.footer-brand p {
  font-size: 15px;
  color: var(--c-gray);
  text-align: right;
}
.footer-bottom {
  border-top: 1px solid rgba(31, 41, 55, 0.08);
  padding: 22px 0;
  text-align: center;
  font-size: 13px;
  color: var(--c-gray);
}

/* ================= Responsive ================= */
@media (max-width: 1024px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .examples-grid {
    grid-template-columns: 1fr;
  }
  .hero-media {
    display: none;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .team-media {
    height: 300px;
  }
  .awards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .project-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}
@media (max-width: 860px) {
  .nav-links {
    display: none;
  }
  .nav-toggle {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--c-dark);
  }
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-media {
    display: none;
  }

  .hero-text {
    text-align: center;
  }
  .hero-text p {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-actions {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .project-card {
    flex: 0 0 100%;
  }
  .partners-row {
    justify-content: center;
  }
  .awards-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-brand {
    text-align: center;
  }
  .footer-brand .brand {
    justify-content: center;
  }
  .contact-list li {
    justify-content: center;
  }
  .carousel-nav {
    display: none;
  }
}
