body.bg-wrapper {
  background-color: #ececec;
  margin: 0;
  padding: 0;
  font-family: Bebas Kai Regular;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

h1 {
  font-size: 5rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
h2.section-title {
  font-size: 3.5rem;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-weight: bold;
  background: linear-gradient(to right, #ff8c00, #ef9c38);
  -webkit-background-clip: text;
  color: transparent;
}
h4 {
  font-size: 1.8rem;
}

.hero {
  display: flex;
  min-height: 60vh;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 0;
}
.hero__text {
  flex: 1;
}
.hero__text h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
}
.hero__text p {
  font-size: 1.3rem;
  color: #555;
  max-width: 600px;
}
.hero__btn {
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2rem;
  background: linear-gradient(to right, #ef9c38, #ff8c00);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero__btn:hover {
  background: linear-gradient(to right, #ff8c00, #ef9c38);
  transform: translateY(-2px);
}
.hero__image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-left: 2rem;
}
.hero__image img {
  width: 120%;
  max-width: none;
  border-radius: 12px;
}

.nav {
  background-color: #f5f5f5;
  padding: 2rem 0;
}
.nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__links ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav__link {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background: linear-gradient(to right, #ef9c38, #ff8c00);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(239, 156, 56, 0.25);
  transition: all 0.3s ease;
}

.nav__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(239, 156, 56, 0.4);
  background: linear-gradient(to right, #ff8c00, #ef9c38);
}

.nav__logo img {
  width: 400px;
}

.features-modern {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 2rem 0 6rem;
}
.feature-modern {
  display: flex;
  align-items: center;
  gap: 4rem;
  background: linear-gradient(145deg, #ffffff, #f5f5f5);
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 4rem;
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.4s ease;
  will-change: transform;
}
.feature-modern:hover {
  transform: translateY(-20px) scale(1.08);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.18);
}
.feature-modern.feature-left {
  flex-direction: row;
}
.feature-modern.feature-right {
  flex-direction: row;
}
.feature-modern__image {
  flex: 1;
  display: flex;
  justify-content: center;
}
.feature-modern__image img {
  width: 100%;
  max-width: 460px;
  object-fit: contain;
}
.feature-modern__text {
  flex: 1;
  font-size: 1.3rem;
  color: #444;
  line-height: 1.4;
  font-weight: 400;
  font-weight: 450;
}
.text-icon {
  color: #ef9c38;
  font-size: 1.8rem;
  margin-right: 0.6rem;
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease-out;
}

@media (max-width: 768px) {
  .feature-modern,
  .feature-modern.feature-right,
  .feature-modern.feature-left {
    flex-direction: column;
    text-align: center;
  }
  .feature-modern__image {
    margin-bottom: 1.5rem;
  }
  .hero {
    flex-direction: column;
    text-align: center;
  }
  .hero__image {
    padding-left: 0;
    justify-content: center;
    margin-top: 2rem;
  }
  .hero__image img {
    width: 100%;
    max-width: 100%;
  }
}

.footer {
  background-color: #f5f5f5;
  color: #1d3557;
  padding: 4rem 0;
  font-size: 1rem;
  box-shadow: inset 0 8px 24px rgba(0, 0, 0, 0.03);
}

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

footer .footer__title {
  font-size: 2.5rem;
  font-weight: bold;
  background: linear-gradient(to right, #1d3557, #2c5082);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 1.5rem;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__list li {
  font-size: 1.1rem;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.footer__list i {
  color: #ef9c38;
  font-size: 1.2rem;
}

.footer__copyright p {
  font-size: 0.9rem;
  color: #555;
}

.footer__linkedin {
  color: #1d3557;
  text-decoration: none;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  transition: color 0.3s ease;
}

.footer__linkedin:visited {
  color: #1d3557;
  text-decoration: none;
}

.footer__linkedin i {
  color: #ef9c38;
  font-size: 1.2rem;
}

.footer__linkedin:hover {
  color: #2c5082;
}
.btn-scroll {
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background: linear-gradient(to right, #1d3557, #2c5082);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(239, 156, 56, 0.25);
  transition: all 0.3s ease;
}

.btn-scroll:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(239, 156, 56, 0.4);
}

section[id] {
  scroll-margin-top: 100px;
}

/*html {
  scroll-behavior: smooth;
}*/
.services-banner {
  background: linear-gradient(to right, #ef9c38, #ff8c00);
  color: #ffffff;
  padding: 1.5rem 2rem;
  margin: 6rem 0 3rem;
  box-shadow: 0 8px 24px rgba(239, 156, 56, 0.25);
  text-align: center;
  border-radius: 24px;
}

.services-banner .section-title {
  color: #ffffff;
  background: none;
  -webkit-background-clip: unset;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0;
}
.brand-icon {
  width: 45px;
  height: auto;
  vertical-align: -40%;
  display: inline-block;
  margin-right: -0.1em;
  line-height: 1;
}
.references-inner {
  background: linear-gradient(to right, #fdfdfd, #f5f5f5);
  padding: 6rem 2rem;
  border-radius: 32px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;

  margin-bottom: 4rem;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-items: center;
  align-items: center;
}

.logo-card {
  background: white;
  padding: 1.8rem;
  border-radius: 24px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 168px;
  width: 100%;
  max-width: 216px;
  overflow: hidden;
}

.logo-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  transition: transform 0.4s ease;
}

.logo-card:hover {
  transform: scale(1.1);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.logo-card:hover img {
  transform: scale(1.1);
}
