* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter, sans-serif;

  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  body {

    line-height: 1.6;
    background-color: #1d1d1d;

  }

  html {
    scroll-behavior: smooth;
  }
  
  .hero {
    color: #ebebeb;
    padding: 2rem;
    text-align: center;
    height: 100vh;
  }

  .launch {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

  .quote-three  {
    opacity: 50%;
  }
  
  .hero-photo {
    width: 300px;
    margin-bottom: 1rem;
    z-index: 999;
  }
  
  .hero h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .hero h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  
  .hero p {
    font-size: 1rem;
  }

  .info-container {
    margin: 20px;
    display: flex;
    justify-content: center; /* Centers items horizontally */
    gap: 20px; /* Adds spacing between images */
    flex-wrap: wrap; /* Ensures responsiveness on smaller screens */
  }
  
  .about-infographic {
    max-width: 50px;
    height: auto; /* Maintains aspect ratio */
  }

  .hero-wrapper {
    color: #ebebeb;
    padding: 1rem;
    max-width: 600px;
    margin: auto;
    
  }

  .hero-wrapper p {
    margin: none;
    padding: none;
  }

  .scroll-container {
    background-color: #1d1d1d;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


.scroll-container img {
    max-height: 50vh;
    width: auto;
    object-fit: contain;
}



@media (max-width: 768px) {
  .scroll-container img {
      width: 90vw;
  }
}




.project-summary  {
  margin-bottom: 100px;
}

  p {
    margin-bottom: 1rem;
  }
  
.desktop    {
    display: none;
}

.lead {

  text-align: center;
  margin: auto;
}

  .portfolio {
    display: flex;
    flex-direction: column;
  }

  .feedback {
    align-items: center;
    text-align: center;
  }
  
.rating {
  display: block;
  width: 200px;
}

  .project {
    color: #ebebeb;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    margin: 1rem;

  }


  .testimonials-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates 2 equal-width columns */
    gap: 0 80px; /* Space between logos */
    width: 50%; /* Adjust as needed */
    margin: 0 auto; /* Centers the grid */
    padding: 0px; /* Adds some spacing */
    margin-bottom: 100px;
  }
  
  .hero {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 2s ease forwards;
  }

  .partner-wrapper  {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates 2 equal-width columns */
    gap: 0 80px; /* Space between logos */
    width: 50%; /* Adjust as needed */
    max-width: 400px; /* Prevents overly wide grid */
    margin: 0 auto; /* Centers the grid */
    padding: 0px; /* Adds some spacing */
    margin-bottom: 100px;
  }

  @media (max-width: 768px) {
    .partner-wrapper {
      grid-template-columns: 1fr; /* Single column on smaller screens */
      gap: 0 40px; /* Reduced space between logos */
      width: 90%; /* Use more width for smaller screens */
      max-width: none; /* Remove max-width constraint */
    }
  }
  
  @media (max-width: 480px) {
    .partner-wrapper {
      grid-template-columns: repeat(2, 1fr); /* Keep 2 columns */
      gap: 0 20px; /* Reduced space between logos */
      width: 90%; /* Use more width for very small screens */
    }
  }

  .partner-logo {
    max-height: 100px;
    align-items: center;
    justify-content: center;
  }


.quote  {
  padding: 2rem;
}

  .quote-wrapper  {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px; /* Adjust spacing as needed */
  }
  
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .project {
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 1.5s; /* optional delay */
  }
  
  /* Define the keyframes for the fade-in */
  @keyframes fadeIn {
    to {
      opacity: 1;
    }
  }

  .lead {
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 1s; /* optional delay */
  }
  
  /* Define the keyframes for the fade-in */
  @keyframes fadeIn {
    to {
      opacity: 1;
    }
  }

  .roles  {
    font-size: smaller;
    min-width: 125px;
    text-align: center;
    color: #f1f1f1;
    background-color: #252525;
    border-radius: 50px
  }

  .roles-wrapper  {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .project-video    {
    width: 100%;
    text-align: center;
  }

  .rounded  {
    border-radius: 1.5rem !important;
  }

  .project-video iframe {
    width: 100%;
    margin-bottom: 1rem;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
  }

  .thumbnail   {
    width: 100%;
    margin-bottom: 1rem;
    aspect-ratio: 16 / 9;
    border-radius: 5px;
  }

.hero-logo  {
  height: 80vh;
  display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 2s ease forwards;
}

.hero-logo-wrapper  {
  align-items: center;
  text-align: center;
  justify-content: center;
}

.dhd-logo {
  max-height: 150px;
  max-width: 50vw;

}

.spacer {
  width: 100%;;
  height: 30px;
}
  
.title  {
  align-items: center;
  text-align: center;
  color: #ebebeb;
  margin: 50px;
}
  
  .project h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .project ul {
    margin-bottom: 1rem;
  }
  
  .project ul li {
    margin-bottom: 1rem;
    margin-left: 20px;
  }
  
  

  .banner {
    display: none;
    z-index: 998;
    width: 100%;
    height: 200px;
    background: linear-gradient(-45deg,  #02AAB0, #00CDAC);
  }
  
  footer {

    color: #333;
    text-align: center;
    padding: 1rem;
    max-width: 100vw;
  }
  
a {
  text-decoration: none;
  color: #ebebeb;
}

a:visited {
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
}

a:active {
  text-decoration: none;
}




  .social-links a {
    color: #fff;
    margin: 0 1rem;
    text-decoration: none;
    font-size: 1rem;
  }
  
  .social-links a:hover {
    text-decoration: underline;
  }

  .foot   {
    color: white;
  }

  @media (min-width: 768px) {
    .project {
      flex-direction: row; /* Change to row for desktop */
      justify-content: space-between; /* Space between video and text */
    }
  
    .project-video {
      width: 45%; /* Adjust width for video */
      margin-right: 2%; /* Spacing between video and text */
      aspect-ratio: 16 / 9;
    }

  
    .project-info {
      width: 45%; /* Adjust width for project info */
      text-align: left; /* Left align text on larger screens */   
    }

    .mobile {
        display: none;
    }

    .desktop    {
        display: block;
    }
  }
  
  @media (min-width: 1024px) {
    .project-video iframe {
      aspect-ratio: 16 / 9;
    }
  
    .project h2 {
      font-size: 1.8rem; /* Larger font size for titles */
    }
  }

  .what-ive-been-up-to {
    padding: 20px;
    text-align: center;
}

h2 {
    margin-bottom: 20px;
}

.posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Space between posts */
}

.post {
    flex: 1 1 300px; /* Minimum width of 300px */
    max-width: 300px; /* Maximum width */
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    text-align: left; /* Align text to the left */
}

.post img {
    width: 100%; /* Responsive image */
    height: auto; /* Maintain aspect ratio */
}

.post p {
    padding: 10px;
    margin: 0;
}

@media (max-width: 768px) {
    .posts {
        flex-direction: column; /* Stack posts on mobile */
        align-items: center; /* Center align */
    }
}

.hero-wrapper {
  width: 100%;
  padding: 2rem 1rem;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.hero-photo {
  max-width: 100%;
  height: auto;
}

.hero-text {
  margin-top: 1.5rem;
  max-width: 400px;
}

.cta {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  color: #ebebeb;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid white;
}

.cta:hover  {
  background-color: #ebebeb;
  color: #333;
}

.projects-section {
  padding: 2rem 1rem;
          height: 100vh;
}

.projects-section p {
  width: 400px;
  margin: 0 auto;
  color: #ebebee;
  line-height: 1.6;
    align-items: center;
  text-align: center;
}

.projects-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.project-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
    filter: grayscale(100%);
}

.project-image {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.project-card:hover .project-image {
  filter: grayscale(0%);
}

.project-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent overlay */
  color: white;
  text-align: center;
  padding: 0.75rem;
  font-size: 1.2rem;
  font-weight: bold;
}

/* Desktop: 3 columns */
@media screen and (min-width: 768px) {
  .projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial-section {
  padding: 4rem 1.5rem;
  text-align: center;
    color: #ebebee;
        height: 100vh;
}

.testimonial-text {
  width: 400px;
  margin: 0 auto;
  color: #ebebee;
  line-height: 1.6;
}

/* Navbar container */
.navbar {
  background-color: #ebebeb;
  color: #333;
  padding: 0.75rem 1.5rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  max-height: 80px;
}

.navbar-container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo-image {
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  max-height: 40px;
}

/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* Links inside nav */
.nav-links a, .dropbtn {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1rem;
  padding: 0;
}

/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  z-index: 1001;
  margin-top: 0.25rem;
  border-radius: 4px;
}

/* Dropdown links */
.dropdown-content a {
  color: #000;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
  font-weight: normal;
}

/* Hover effect for dropdown links */
.dropdown-content a:hover {
  background-color: #f0f0f0;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* CTA Button */
.nav-cta {
  background-color: #333;
  color: #ebebeb;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

/* Responsive (optional) */
/* On smaller screens, stack or convert to hamburger menu as needed */
@media (max-width: 600px) {
  .navbar-container {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .nav-links {
    width: 100%;
    justify-content: center;
  }
}