/* 1. Desktop Nav Start */
/* 2. Mobile Nav Start */
/* 3. Hero Section Start */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

section {
  padding: 6rem 14rem !important;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins/Poppins-Regular.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lora";
  src: url("assets/fonts/Lora/Lora-Regular.woff") format("truetype");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
button {
  font-family: "Poppins", sans-serif;
  text-align: center;
}

p,
span {
  font-family: "Lora", sans-serif;
  text-align: center;
}

/* 1. Desktop Nav Start */
.header {
  background-color: #303236;
}

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

.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
}

.nav-links li {
  height: auto;
  padding: 2.5rem 1rem;
}

.nav-links li:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
  text-decoration-color: #f6c427;
  background: rgba(0, 0, 0, 0.1);
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-size: 15px;
  transition: color 0.3s, text-decoration 0.3s;
}

.logo {
  z-index: 1;
  margin-bottom: -68px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 170px;
  padding: 1rem;
  background-color: #303236;
  -webkit-box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 20px 0px rgba(0, 0, 0, 0.75);
}

.logo img {
  max-width: 150px;
  height: 135px;
}
/* 1. Desktop Nav End */

/* 2. Mobile Nav Start */
.hamburger {
  display: none;
  width: 35px;
  height: 35px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.mobile-navbar {
  width: 100%;
  display: none;
  padding-top: 4rem;
}

.mobile-nav-links li {
  padding: 16px 3%;
  border-color: rgba(0, 0, 0, 9%);
  border-bottom: 1px solid rgba(0, 0, 0, 4%);
}

.mobile-nav-links a {
  text-decoration: none;
  font-size: 14px;
  color: #444444;
  transition: color 0.3s, text-decoration 0.3s;
  text-transform: uppercase;
}
/* 2. Desktop Nav End */

/* 3. Hero Section Start */

#goTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #333;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

#goTopBtn img {
  width: 24px;
  height: 24px;
  filter: invert(1);
}

#goTopBtn:hover {
  background-color: #555;
}

#goTopBtn:active {
  transform: scale(0.9);
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-image: url(assets/logos/logo-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(51 51 51 / 75%);
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
  position: relative;
  text-align: center;
  color: white;
  z-index: 1;
}

.container h1 {
  font-size: 70px;
}

.container p {
  font-size: 18px;
}

.container button {
  margin-top: 30px;
  background-color: #f5af00;
  color: #ffffff;
  border: 2px solid #f5af00;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  width: 170px;
  height: 50px;
}

.container button:hover {
  background-color: white;
  color: #f5af00;
  border: 2px solid white;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  width: 170px;
  height: 50px;
  transition: color 0.3s, background-color 0.3s;
}

.placeholder {
  padding: 2rem;
  height: 1000px;
}
/* 3. Hero Section End */

/* 4. Service Section Start */

.services-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.services-section h2 {
  font-size: 36px;
}

.services-section p {
  font-size: 14px;
  /* padding: 0 45rem; */
  text-align: center;
}

.services-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7rem;
  padding-top: 5.3rem;
}

.service {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 200px;
  gap: 1.3rem;
}

.service img {
  height: auto;
  width: 80px;
}

.services-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: #999999;
}

/* 4. Service Section End */

/* 5. Feature Section Start */
.featured-section {
  background-color: #f8f8f8;
  text-align: center;
}

.featured-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.featured-container h2 {
  font-size: 36px;
}

.cats {
  display: flex;
  text-transform: capitalize;
  padding-top: 3.5rem;
}

.cat {
  cursor: pointer;
  padding: 0 10px;
  transition: all 0.3s;
  font-style: italic;
}

.active {
  color: #f5af00;
}

.cat:hover {
  color: #f5af00;
}

.featured-images {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 80%;
  gap: 1.5rem;
}
/* 5. Feature Section End */

/* 6. Expertise Section Start */
.expertise-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-columns: repeat(auto-fit, 450px);
  align-items: center;
  justify-content: center;
  gap: 7rem;
  text-align: center;
}

.expertise-section h2 {
  font-size: 36px;
}

.expertise-description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: #999999;
  text-transform: none;
  padding-top: 1.5rem;
}

.statistic-header {
  display: flex;
  justify-content: space-between;
}

.progress-bar {
  width: 100%;
  background-color: #ddd;
  border-radius: 5px;
  overflow: hidden;
  margin: 1.5rem 0;
  height: 5px;
}

.progress {
  width: 80%;
  height: 100%;
  background-color: #f5af00;
  text-align: center;
  color: white;
  font-weight: bold;
}

.fill-1 {
  width: 85%;
}

.fill-2 {
  width: 78%;
}

.fill-3 {
  width: 80%;
}

.fill-4 {
  width: 75%;
}
/* 6. Expertise Section End */

/* 7. CTA Section End */
.cta-section {
  background-color: #f5af00;
}

.cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 1rem;
}

.cta-container h2 {
  font-size: 30px;
  color: white;
}

.cta-container button {
  background-color: #f5af00;
  color: #ffffff;
  border: 2px solid white;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  width: 170px;
  height: 50px;
}

.cta-container button:hover {
  background-color: white;
  color: #f5af00;
  border: 2px solid white;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  width: 170px;
  height: 50px;
  transition: color 0.3s, background-color 0.3s;
}
/* 7. CTA Section End */

/* 8. Testimonial Section Start */

.testimonial-section {
  background-color: #f9f9f9 !important;
}

.testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.testimonial-container h2 {
  font-size: 36px;
}

.testimonial-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: #999999;
  text-transform: none;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, 460px);
  align-items: start;
  justify-content: center;
  margin: auto;
  gap: 3rem;
}

.testimonial-col img {
  width: 70px;
  height: auto;
  margin-right: 1.5rem;
  border-radius: 50%;
}

.testimonial-col p {
  font-size: 20px;
  line-height: 35px;
  color: #999999;
  font-style: italic;
}

.testimonial-col span {
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  color: #333333;
}

.img-container {
  display: flex;
  align-items: flex-start;
  padding: 0 1rem;
}

.img-container p {
  text-align: start;
}

/* 8. Testimonial Section End */

/* 9. Footer Section Start */

.footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
  flex-wrap: wrap;
  padding: 6rem;
  border-top: 1px solid #e5e5e5;
}

.footer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 200px;
  gap: 1.3rem;
}

.footer-item img {
  height: auto;
  width: 80px;
}

.footer-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  color: #999999;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  padding: 30px 15rem;
}

.footer-bottom img {
  width: 15px;
  height: auto;
}

.footer-map {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e5e5e5;
}

/* 9. Footer Section End */

/* Responsive */
@media only screen and (max-width: 959px) {
  section {
    padding: 5rem 1rem !important;
  }

  .hamburger {
    display: block;
    position: absolute;
    right: 14px;
  }

  .nav-links {
    display: none;
  }

  .container h1 {
    font-size: 30px;
  }

  .container p {
    padding: 0 1.5rem;
  }

  .hero-section {
    background-attachment: scroll;
  }

  .footer-bottom {
    padding: 30px 1rem;
  }

  .expertise-statistic {
    padding: 0 1rem;
  }

  .expertise-section {
    grid-template-columns: repeat(auto-fit, 375px);
  }

  .testimonials {
    grid-template-columns: repeat(auto-fit, 375px);
  }

  .testimonials p {
    font-size: 18px;
    padding-right: 1rem;
  }

  #copyright {
    font-size: 12px;
  }
}
