.DesignIT-join_us {
  margin-bottom: 0;
}

/*DesignIT-programmes_subscribe Learn how we make impact*/
.DesignIT-programmes_subscribe {
  display: flex;
  padding: 5%;
  margin: auto;
  align-items: center;
  justify-content: space-around;
}

.DesignIT-programmes_subscribe-text h3 {
  font-weight: 600;
}

.DesignIT-programmes_subscribe a {
  background-color: #b92c00;
  outline: none;
  border: none;
  color: white;
  font-size: var(--fs-500);
  padding: 1rem 4rem;
  border-radius: 30px;
  margin-bottom: 2rem;
  box-shadow: 0 1px 6px 0 #20212447;
}

@media (max-width: 59rem) {
  .DesignIT-programmes_subscribe {
    flex-direction: column;
  }

  .DesignIT-programmes_subscribe-text {
    margin: 3rem 0;
    width: 90%;
    text-align: center;
  }
}

footer {
  background-color: #000;
  color: #fff;
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.footer-container {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* Allow wrapping for responsive design */
}

.footer-left {
  max-width: 30%;
  flex: 1;
  /* Allow it to grow and shrink */
  min-width: 200px;
  /* Set a minimum width */
}

.footer-logo {
  width: 150px;
}

.footer-text {
  margin: 1rem 0;
}

.footer-social-icons {
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}

.footer-social-icons .social-icon {
  color: #B92C00;
  font-size: 1.5rem;
  text-decoration: none;
}

.footer-social-icons .social-icon:hover {
  color: #008db9;
}

.footer-right {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  /* Allow wrapping for responsive design */
  flex: 2;
  /* Allow it to grow and shrink */
  justify-content: right;
}

.footer-column {
  max-width: 200px;
  flex: 1;
  /* Allow it to grow and shrink */
  min-width: 150px;
  /* Set a minimum width */
}

.footer-column h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 0.5rem 0;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-column ul li a:hover {
  color: #008db9;
}

.footer-copyright {
  margin-top: 2rem;
  font-size: 0.9rem;
  width: 100%;
  /* Take full width on mobile */
}

/* Optional: FontAwesome for social icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');

/* Responsive Design */

@media (max-width : 68rem) {
  .footer-right {
    gap: 0rem;
    flex: unset;
    /* flex: 1; Allow it to grow and shrink */
  }

}

@media (max-width: 768px) {
  footer {
    position: relative;
  }

  .footer-container {
    flex-direction: column;
    /* Stack items vertically on smaller screens */
    align-items: center;
  }

  .footer-social-icons {
    justify-content: center;
  }

  .footer-copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-bottom: 1rem;
  }

  .footer-left,
  .footer-right {
    max-width: 100%;
    text-align: center;
    /* Center-align for better mobile layout */
  }

  .footer-right {
    margin-top: 2rem;
    /* Add space between left and right sections */
  }

  .footer-column {
    max-width: 100%;
  }
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.stat-box {
  background-color: #008DB9;
  /* Blue color */
  color: #fff;
  min-width: 200px;
  width: 400px;
  margin: 1rem;
  height: 200px;
  max-width: 468px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
  text-align: center;
}

.stat-box:nth-child(2),
.stat-box:nth-child(4) {
  background-color: #B92C00;
  /* Red color */
}

.stat-box .numbers-img img {
  width: 100px;
  height: 100px;
}

.icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.number {
  font-size: 1.5rem;
  font-weight: bold;
}

.label {
  font-size: 1rem;
}

@media (max-width: 600px) {
  .stat-box {
    width: 100%;
    height: 100px;
  }
}

@media (max-width: 50rem) {
  .DASP-PAGE-SKILLS_track_1 {
    width: 100%;
  }

      .DASP-PAGE-SKILLS_track_2  {
        width: 90%;
      }
}
