/* ============================ NEW DESIGN ============================ */
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Play:wght@400;700&display=swap");

a {
  text-decoration: none;
}
.websiteFooter {
  width: 100% !important;
  background-color: #1a1a1a;
  color: white;
  position: relative;
  padding: 7.5rem;
  padding-bottom: 15px;
}

.websiteFooter_Top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 50px;
}

.webFooterLogoSection,
.webFooterLinksSection {
  flex: 0.5;
}

.webFooterLogoSectionPara {
  margin-bottom: 2rem;
  width: 47%;
  color: var(--Neutral-Granite, #fff) !important;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.topFooterLinks ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.56rem;
  margin-bottom: 2rem;
  padding-left: 0;
}

.topFooterLinks ul li {
  list-style: none;
}

.topFooterLinks ul li a {
  color: white;
  font-family: Manrope;
  text-decoration: none;
}

.socialConnection {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}

.contactLinks {
  margin-top: 1.5rem;
}

.socialConnection a {
  text-decoration: none;
  color: var(--Neutral-Ash-Grey, #b6bbc0);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.4rem */
}

.linksPointer {
  color: var(--Neutral-Granite, #7a7a7a) !important;
  font-family: Manrope;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 0.75rem */
  letter-spacing: 0.03rem;
  text-transform: uppercase;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;

  margin-bottom: 1rem;
}

.contactLinks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

.socialMediaIcons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

.socialMediaIconCircle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.socialMediaIconCircle a {
  line-height: 0;
}

/* ------------------------------ */

.courseCat {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;

  color: var(--Neutral-Granite, #7a7a7a);
  font-family: Manrope;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 0.75rem */
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.linksGridSystem_row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;

  margin-bottom: 2.5rem;
}

.CourseOf {
  min-width: 270px;
  color: var(--Neutral-White, #fff);
  font-family: Manrope;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.925rem */
}

.CourseOf .long-course {
  max-width: 75%;
}

.courseCategory {
  color: var(--Neutral-Ash-Grey, #b6bbc0);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.225rem */
  margin-bottom: 0.5rem;
}

.courseLinksGrid {
  display: grid;
  grid-template-columns: repeat(
    5,
    minmax(0, 200px)
  ); /* Adjust 200px to your desired max width */
  gap: 1.5rem;
}

.courseLinksGrid a {
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: var(--Neutral-Granite, #7a7a7a);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.225rem */
  margin-bottom: 0.3rem;
}

.bottomfooterLinks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.bottomfooterLinksText {
  text-decoration: none;
  color: var(--Neutral-Granite, #7a7a7a) !important;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.225rem */
}

.copyRightText {
  color: var(--Neutral-Ash-Grey, #b6bbc0);
  text-align: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.05rem */
}

.footerLeftLinks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

.homeCtaBoxSection {
  width: calc(100% - 15rem);
  position: absolute;
  top: -7.5rem;
}

.homeCtaBox {
  width: 100%;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  border-radius: 1rem;
  color: white;

  padding: 3.5rem;

  display: flex;
  align-items: end;
  justify-content: space-between;
}

.textContent_heading {
  color: var(--Neutral-White, #fff);
  font-size: 4rem;
  font-family: Manrope;

  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.125rem;
}

.textContent_para {
  color: var(--Neutral-Border, #d5d8dd);
  font-size: 1.75rem;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 2.275rem */
  margin-top: 1rem;
}

.primaryBtn {
  background: linear-gradient(180deg, #f8cc6b 0%, #faac00 100%);
  padding: 1.25rem 1.5rem;
  color: var(--Neutral-Black, #1a1a1a);
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: -0.03125rem;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media screen and (width<=600px) {
  .homeCtaBoxSection {
    left: 0px;
    width: 100%;
    /* height: max-content; */
    padding: 0 1.5rem;
  }

  .homeCtaBox {
    flex-direction: column;
    gap: 1rem;

    width: 100%;
    padding: 1.5rem;
  }

  .textContent_heading {
    font-size: 2rem;
  }
  .textContent_para {
    font-size: 1rem;
    width: 70%;
    margin-bottom: 1rem;
  }

  .actionBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .actionBtn .primaryBtn {
    width: 80vw;
    margin: 0 auto;

    justify-content: space-between;
  }

  .websiteFooter {
    padding: 1.5rem 1.5rem 15px;
    margin-top: 15rem;
  }

  .more-padding {
    padding-bottom: 67px;
  }

  .websiteFooter_Top {
    flex-direction: column;
    padding-top: 100px;
    align-items: flex-start;
  }

  .socialConnection {
    flex-direction: column;
  }

  .linksGridSystem_row {
    flex-direction: column;

    margin-bottom: 2rem;
  }

  .CourseOf {
    margin-bottom: 1.5rem;
  }

  .CourseOf .long-course {
    max-width: 100%;
  }

  .courseLinksGrid {
    grid-template-columns: repeat(2, minmax(0, 40vw));
  }

  .bottomfooterLinks {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin: 1rem 0;
  }

  .linksGridSystem {
    margin-bottom: 6rem;
  }

  .topFooterLinks ul {
    padding: 0;
  }

  .topFooterLinks ul li {
    width: max-content;
  }

  .webFooterLogoSectionPara {
    width: 100%;
    font-size: 0.75rem;
    text-align: justify;
  }
}
