
.quick-access-heading{
  display: block;
  line-height: 21px;

}
.courses-heading p{
  text-align: left;
}
/* .courses-heading{
  padding-bottom:15px;
} */
.corporate-office-heading, 
.gof-academy-heading{
  display: block;

}
.contact-office-heading {
  display: block;
  margin-top: 30px;
}
.footer-container {
  background-color: #d8d8d8;
  display: flex;
  flex-direction: column;
  /* margin: -10px; */
  padding: 0;
  justify-content: center;
  align-items: center;
  
}

.footer-content-container {
  width: 85%;
}

.upper-div {
  display: flex;
  margin: 20px 0;
}

.upper-div p {
  color: #3b3a3a;
  font-family: GothamBook;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 187.5% */
  letter-spacing: 0.25px;
  text-transform: capitalize;
}

.upper-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .gof-academy-image img {
  max-width: 100%;
  height: auto; 
} */

.main-div {
  display: flex;
  margin: 20px 0;
  gap: 20px;
}

.headings p {
  color: #3b3a3a;
  font-feature-settings: "clig" off, "liga" off;
  font-family: GothamBook;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.lower-div {
  display: flex;
  flex-direction: column;
}

.upper-content {
  z-index: 0;
  background-color: white;
  border-radius: 50px;
  margin-right: 30px;

  transform: skew(-15deg, 0);
  flex: 7;
}

.upper-content div {
  background-color: white;
  transform: skew(15deg, 0);
  margin-right: 20px;
  border-radius: 50px;
  padding: 30px;
  margin-left: -20px;
  /* font-style: italic; */
}

.gof-academy-image img {
  max-width: 100%;
  height: auto;
}

.gof-academy-div {
  width: 35%;
}

.courses-div {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.course-links ul,
.quick-links ul {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 87%;
}

/* .course-links ul {
  padding: 0;
} */

.course-links > ul > li > a,
.quick-links > ul > li > a {
  color: #3b3a3a;
  font-feature-settings: "clig" off, "liga" off;
  
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;

  text-transform: capitalize;
  text-decoration: none;

  padding: 0;
}

.courses-quick-access-div {
  display: flex;

  width: 30%;
  gap: 10px;
}

.corporate-div {
  width: 30%;
}

.corporate-office-content {
  display: flex;
  /* width: 468px; */
  padding: 2px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 12px;
  background: var(--Gray, #f5f5f5);
}

.contact-us-upper-div,
.contact-us-lower-div {
  display: flex;
  /* width: 468px; */
  padding: 2px 10px;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 8px; */
  margin: 10px 0;
  border-radius: 12px;
  background: var(--Gray, #f5f5f5);
}
.corporate-office-content p,
.contact-us-upper-div p,
.contact-us-lower-div p {
  color: #3b3a3a;
  font-feature-settings: "clig" off, "liga" off;
  font-family: GothamBook;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  text-transform: capitalize;
}

.social-media-group-mobile {
  display: none;
}

.social-media-group {
  display: flex;
}

.social-media-group img {
  scale: 0.8;
}

.facebook-group,
.play-store-group {
  display: flex;
  align-items: center;
}

.facebook-group img,
.play-store-group img {
  max-width: 100%;
  height: auto;
}

.contact-us-upper-div {
  display: flex;
  flex-direction: column;
}

.contact-us-upper-row {
  display: flex;
  gap: 100px;
}

.phone-div,
.whatsapp-div,
.telephone-div {
  display: flex;
  align-items: center;
}

.whatsapp-div {
  gap: 5px;
}

.contact-us-mail-upper-row,
.contact-us-mail-lower-row {
  display: flex;
  align-items: self-end;
  gap: 5px;
}

.footerBottom {
  background-color: white;
  border-radius: 5px;
  padding: 20px;

  font-style: italic;
  color: #3b3a3a;
  text-align: right;
  font-family: GothamBook;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 18.9px */
  text-transform: capitalize;
  margin: 40px 0;
}

.footerItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .contact-us-upper-row {
    gap: 30px;
  }
  .social-media-group {
    flex-direction: column;
  }
}

@media screen and (max-width: 980px) {
  .upper-content,
  .upper-content div {
    transform: none;
    border-radius: 20px;
    margin: 0;
  }
  .upper-div {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .upper-div img {
    scale: 0.8;
  }
  .upper-div p {
    text-align: justify;
  }
  .courses-quick-access-div {
    width: 100%;
    justify-content: space-around;
  }
  .gof-academy-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-div {
    flex-direction: column;
  }
  .corporate-div {
    width: 100%;
  }
  .social-media-group-mobile {
    display: block;
  }
  .social-media-group-screen {
    display: none;
  }
  .corporate-office-content p {
    line-height: 150%;
  }
  .footerBottom {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .gof-academy-div {
    align-items: start;
  }
  .upper-content div {
    padding: 10px;
  }
  .upper-div img {
    scale: 0.6;
  }
}

@media screen and (min-width: 2000px) {
  .footer-content-container {
    width: 60%;
  }
}

@media screen and (min-width: 980px) {
  .social-media-group-mobile {
    display: none;
  }
}
