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

body {
  background: #fff;
  color: #333;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

header.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 3rem 1.25rem 3rem;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  position: relative;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ef8508;
  line-height: 1.3;
}

nav {
  display: flex;
  gap: 4rem;
  align-items: center;
  font-size: 1rem;
}

nav a:hover {
  text-decoration: underline;
  color: #ef8508;
  transition: 0.2s;
}

.btn-outline {
  padding: 0.5rem 1rem;
  border: 2px solid #ef8508;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
}

.btn-outline:hover {
  color: white;
  background-color: #ef8508;
  transition: 0.35s;
}

.hero {
  display: flex;
  justify-content: space-between;
  padding: 4rem 4rem;
  height: 517px;
  position: relative;
  background-image: url(/assets/img/client/img/client_header.jpg);
  background-size: cover;
  background-position: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content {
  color: white;
  font-size: 44px;
  margin-bottom: 1rem;
  line-height: 1.35;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: white;
  animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero p {
  max-width: 400px;
  font-size: 22px;
}
.hero span {
  color: #ffeea8;
}
.hero-image img {
  max-width: 250px;
}

.btn-filled {
  padding: 0.8rem 1.75rem;
  background: #ef8508;
  border: none;
  border-radius: 13px;
  cursor: pointer;
  margin-top: 1.75rem;
  box-shadow: 4px 8px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  transition: transform 0.3s ease, background 0.2s ease, color 0.2s ease;
}

.btn-filled:hover {
  background: #ffde59;
  color: #80562b;
  transition: 0.3s;
  transform: translateY(-3px) scale(1.05);
}

.do {
  text-align: center;
  padding: 3rem 1rem;
  padding-bottom: 5rem;
  background-color: #fff;
  color: #333;
}

.do h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.do-steps {
  display: flex;
  justify-content: center;
  gap: 8rem;
  flex-wrap: wrap;
}

.do-step {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.do-step .icon {
  height: 36px;
  width: 36px;
  margin-bottom: 1rem;
  object-fit: contain;
}

.do-step h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.do-step p {
  font-size: 1.05rem;
  color: #555;
}

.testimony {
  text-align: center;
  margin-bottom: 2rem;
}

.testimony h2 {
  color: #ef8508;
  font-size: 2rem;
}

.testimony h2 span {
  color: #000000;
}

.testimonials-section {
  max-width: 800px;
  text-align: center;
  margin: 60px auto;
}

.testimonials-section h2 {
  font-size: 2rem;
  font-weight: bold;
}

.testimonials-section .highlight {
  color: orange;
}

.testimonial-card {
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  margin: 2rem 20rem;
  font-size: 20px;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  position: absolute;
  width: calc(100% - 40rem);
}

.testimonial-card.active {
  display: flex;
  opacity: 1;
  transform: translateX(0);
}

.testimonial-wrapper {
  position: relative;
  height: 280px;
}

.client-photo {
  width: 160px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.testimonial-content {
  text-align: left;
}

.testimonial-content p {
  margin: 10px 0;
  color: #333;
}

.client-name span {
  color: orange;
  font-weight: 500;
}

.dots {
  margin-top: 30px;
  margin-bottom: 4rem;
}

.dot {
  height: 12px;
  width: 12px;
  margin: 0 0.75rem;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
}

.dot.active {
  background-color: orange;
}

.dot:hover {
  cursor: pointer;
  filter: brightness(1.075);
  height: 13px;
  width: 13px;
}

.cta {
  background: #fef3c7;
  padding: 3rem;
  margin: 0 8rem 0 8rem;
  text-align: center;
  border-radius: 10px;
  line-height: 1.35;
  margin-bottom: 2rem;
}

.cta h2 {
  margin-bottom: 2rem;
  font-size: 36px;
  color: #ef8508;
  font-weight: 600;
}

.cta-btn {
  padding: 0.8rem 1.6rem;
  background: #ffde59;
  border: none;
  border-radius: 13px;
  cursor: pointer;
  box-shadow: 4px 8px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  color: #ef8508;
  font-size: 18px;
  font-weight: 400;
  transition: background 0.2s ease, color 0.2s ease;
}

.cta-btn:hover {
  background: #ef8508;
  transition: 0.4s;
  color: white;
}

.sub-footer {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid #ddd;
  padding: 2rem;
}

.prolance {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0.5rem;
}

.footer-left {
  line-height: 1.35;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-links a:hover {
  text-decoration: underline;
  color: #ef8508;
}

.contact-item img {
  width: 17x;
  height: 17px;
}

.bottom-footer {
  display: flex;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  background-color: white;
  padding: 1rem 2rem;
  padding: 1.25rem 3rem 1.25rem 3rem;
  font-size: 15px;
}

.socials {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.socials a {
  align-items: center;
  height: 100%;
  width: 100%;
}

.socials img {
  align-items: center;
  height: 1rem;
  width: 1rem;
}

@media screen and (max-width: 1232px) {
  .testimonial-card {
    width: auto;
    margin: 2rem 10rem;
    justify-content: center;
    position: relative;
  }

  .testimonial-content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .hero-content h1 {
    font-size: 52px;
  }

  .do-steps {
    gap: 6rem;
  }

  .do-step .icon {
    height: 28px;
    width: 28px;
  }
}

@media screen and (max-width: 1023px) {
  .testimonial-card {
    width: auto;
    margin: 2rem 5rem;
    justify-content: center;
    position: relative;
  }

  .testimonial-content p {
    font-size: 17px;
  }
}

@media screen and (max-width: 870px) {
  .hero-content h1 {
    font-size: 46px;
  }

  .do-steps {
    gap: 5rem;
  }

  .do-step h3 {
    font-size: 18px;
  }

  .do-step p {
    font-size: 16px;
  }

  .cta {
    margin: 0 5rem 0 5rem;
  }

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

  .testimonial-content p {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 38px;
  }

  .testimonial-content p {
    font-size: 14px;
  }

  .cta {
    margin: 0 4rem 0 4rem;
  }

  .sub-footer {
    flex-direction: column;
    padding-left: 4rem;
  }
}
