body {
  font-family: "Oswald", sans-serif;
}

/* Accessibility: Hide labels visually but keep them for screen readers */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

button {
  transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
button:hover {
  transform: scale(1.05);
  filter: invert(100%);
}
input::placeholder {
  padding: 10px;
}
textarea::placeholder {
  padding: 10px;
}
.hero--nav {
  align-items: center;
}

.hero--nav .logo img {
  height: 50px; /* adjust size as needed */
  width: auto;
}

/*HERO STYLYING*/
.hero {
  background: url(src/wes-hicks-Qa2rx5RSAAI-unsplash.webp);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  height: 926px;
  text-align: center;
}
.hero--main {
  margin: auto;
  text-align: center;
}
.hero-btn {
  background-color: black;
  color: white;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 70px;
  border-radius: 8px;
  text-align: center;
}
.hero-p {
  display: inline-block;
  padding: 16px;
  font-weight: 700;
  text-decoration: none;
  color: black;
}
.hero-img {
  width: 374px;
  height: 374px;
}
/*SERVICES STYLYING*/
.services {
  background-color: white;
  text-transform: capitalize;
  text-decoration: none;
}
svg {
  display: inline-block;
}
.services--title {
  font-size: 32px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 40px auto;
  list-style-type: none;
}
.services--img {
  width: 45px;
}
.services--ul {
  list-style-type: none;
}
.services--title__p {
  font-family: "Oswald", sans-serif;
  display: inline-block;
  font-weight: 500;
  font-size: 32px;
  margin-left: 40px;
}
/*SECTION HEADING STYLYING*/
.line {
  border-bottom: 1px solid white;
  width: 80px;
  display: inline-block;
}
.line-black {
  border-bottom: 1px solid black;
  width: 80px;
  display: inline-block;
}
.header-p {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin-left: 12px;
  text-transform: uppercase;
}

/*ABOUT US STYLYING*/
.aboutus {
  padding: 40px;
  background-color: black;
  color: white;
  font-family: "Oswald", sans-serif;
}
.aboutus--title {
  margin: auto;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}
.subtitle {
  width: 208px;
  height: 62px;
  clip-path: polygon(0% 0%, 75% 0, 100% 42%, 75% 100%, 0 99%);
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.subtitle--p {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
  margin: 0;
  margin-left: 35px;
}
.aboutus--p {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/*CONTACT STYLYING*/
.contact {
  background-color: white;
  padding: 40px;
  font-family: "Oswald", sans-serif;
  color: black;
}
.contact--h2 {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 47px;
  text-transform: uppercase;
}
.contact--form {
  text-align: center;
}
.contact--info__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
.contact--info__subtitle {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.contact--form__h3 {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.contact-form__input {
  border: 2px solid #000000;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 15px;
  height: 50px;
}
.contact-form__textarea {
  border: 2px solid #000000;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 15px;
}
.contact-form__btn {
  background: #000000;
  border-radius: 8px;
  color: white;
  padding: 14px 100px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
/*SOCIAL MEDIA STYILING*/
.socialmedia {
  color: black;
  text-decoration: none;
}
.social-icons-wrapper {
  display: flex;
  gap: 10px 25px;
}
.socialmedia--a {
  text-decoration: none;
  color: #000000;
  transition: color 0.3s ease-in-out;
}

/* Social Media Hover Effects with Brand Colors */
.socialmedia--a:hover .bi-facebook {
  color: #1877f2 !important;
}

.socialmedia--a:hover .bi-instagram {
  color: #e4405f !important;
}

.socialmedia--a:hover .bi-twitter {
  color: #1da1f2 !important;
}

.socialmedia--a:hover .bi-youtube {
  color: #ff0000 !important;
}

.socialmedia--a:hover .bi-linkedin {
  color: #0077b5 !important;
}
.subfooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  flex-direction: column-reverse;
  gap: 20px;
}

.social-partner-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
}

.socialmedia {
  flex: 1;
  text-align: left;
}

#partner-logos {
  display: flex;
  gap: 10px;
  text-align: right;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#partner-logos img {
  border-width: 0px;
  height: 70px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  transition: transform 0.2s ease-in-out;
}

.socialmedia--a svg {
  transition: color 0.3s ease-in-out;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .subfooter {
    flex-direction: row;
  }
  #partner-logos {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
@media (min-width: 650px) {
  .hero {
    height: 900px;
  }

  /*LOGO IMG*/
  .hero-img {
    width: 400px;
    height: 400px;
    display: block;
    margin: 0 auto;
  }
  .hero-btn {
    margin: 0 auto;
    text-align: center;
  }
  /*SERVICES*/
  .services {
    padding: 60px 100px;
  }
  .services--title {
    font-size: 48px;
    text-align: left;
    margin-bottom: 40px;
  }
  .services--ul {
    padding-left: 50px;
    margin: 40px auto;
  }
  .services--title__p {
    font-size: 36px;
    font-weight: 400;
  }

  /*ABOUT US */
  .aboutus {
    padding: 40px 60px;
    text-align: left;
  }
  .aboutus--p__main {
    width: 70%;
    margin-left: 60px;
    font-size: 32px;
    font-weight: 400;
  }
  .aboutus--title {
    text-align: left;
    margin: 40px 60px;
    font-size: 48px;
  }
  .subtitle {
    width: 400px;
    height: 90px;
    margin-bottom: 40px;
  }
  .subtitle--p {
    font-size: 40px;
  }
  .aboutus--p {
    font-size: 32px;
    line-height: 40px;
    margin-left: 65px;
    margin-right: 60px;
    width: 70%;
  }
  .aboutus--ul {
    font-size: 32px;
    margin-left: 65px;
    margin-top: 32px;
    list-style-type: disc;
  }

  /*CONTACT*/
  .contact--h2 {
    margin: 32px 40px;
    font-size: 48px;
  }
  .contact--info {
    margin: 30px 40px;
  }
  .contact--form {
    text-align: left;
    margin-left: 100px;
  }

  /*SOCIAL MEDIA*/
  .socialmedia {
    margin-left: 40px;
    text-align: left;
  }
  .socialmedia--a {
    margin-left: 0;
  }
  .hero-p {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: black;
  }
  .hero-btn-a {
    text-decoration: none;
    color: white;
    display: inline-block;
    margin: auto;
    text-align: center;
  }
}
.hidden {
  display: none;
}
