@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: #495057;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
}

.testimonial-quote::before {
  content: "“";
  position: absolute;
  top: -0.3em;
  left: 0;
  font-size: 5rem;
  font-family: serif;
  color: rgba(0, 0, 0, 0.05);
  line-height: 1;
  z-index: 0;
}
.testimonial-quote p {
  position: relative;
  z-index: 1;
}

.testimonial-card {
  position: relative;
  padding: 2rem;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
}

.testimonial-quote-icon {
  position: absolute;
  top: -0.5em;
  left: 0;
  font-size: 5rem;
  font-family: serif;
  color: rgba(0, 0, 0, 0.05);
  line-height: 1;
  z-index: 1;
}

.testimonial-card h4,
.testimonial-card p,
.testimonial-card .d-flex {
  position: relative;
  z-index: 1;
}

.company-logo {
  max-height: 40px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.company-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.btn-plan {
  background-color: #f8954f !important;
  border-color: #f8954f !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 14px;
}
.btn-plan:hover {
  background-color: rgb(246.0491803279, 119.4590163934, 29.9508196721) !important;
  border-color: rgb(246.0491803279, 119.4590163934, 29.9508196721) !important;
  color: #ffffff !important;
}

.btn-login {
  background-color: #64748b !important;
  border-color: #64748b !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 14px;
}
.btn-login:hover {
  background-color: rgb(78.6610878661, 91.2468619247, 109.3389121339) !important;
  border-color: rgb(78.6610878661, 91.2468619247, 109.3389121339) !important;
  color: #ffffff !important;
}

.hero-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-top: 56px; /* For fixed-top navbar */
  background-color: #ffffff;
}

.stats-section {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
}

.stat-label {
  font-size: 1rem;
  font-weight: 500;
}

.trusted-section {
  background-color: #f8f9fa;
  padding: 3rem 1.5rem;
  border-radius: 0.5rem;
}

.navbar-dynamic {
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.navbar-dynamic.scrolled {
  background-color: #212529 !important; /* Bootstrap's $dark color */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.footer-link {
  text-decoration: none;
  color: #adb5bd;
  transition: color 0.2s ease-in-out;
}
.footer-link:hover {
  color: #0d6efd;
}

.footer-select {
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  color: #212529;
  border: none;
}
.footer-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  border-color: #0d6efd;
}

.footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1.1rem;
  text-decoration: none;
  margin-left: 0.5rem;
  transition: all 0.3s ease;
}
.footer-social-icon:hover {
  background-color: #0d6efd;
  color: white;
  transform: translateY(-2px);
}

.nav-link.active {
  font-weight: 700;
}

.feature-item-hover {
  transition: transform 0.3s ease;
}
.feature-item-hover:hover {
  transform: scale(1.03);
}

.fw-900 {
  font-weight: 900 !important;
}

/*# sourceMappingURL=custom.css.map */
