:root {
  --primary-color: #ff6b00;
  --secondary-color: #333;
  --light-bg: #f8f9fa;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  color: #333;
  line-height: 1.6;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 6px;
}

.btn-primary:hover {
  background-color: #e05f00;
  border-color: #e05f00;
}

.btn-primary:disabled {
  background-color:rgb(121, 72, 38);
  border-color:rgb(54, 40, 30);
}

.btn-outline-primary {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  color: white;
}

.navbar {
  padding: 15px 0;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-brand img {
  height: 30px;
}

.navbar .navbar-nav .nav-link {
  font-weight: 600;
  color: #535862;
}

.navbar .navbar-nav .btn-primary {
  padding: 10px 20px;
  background: linear-gradient(90deg, #fc6f2b, #f6b41a);
  border-radius: 8px;
}

.hero-section {
  padding: 80px 0 40px;
  text-align: center;
}

.hero-section h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #181d27;
}

.hero-section p {
  font-size: 1.2rem;
  margin: 0 auto 20px;
}

.hero-section p#subtitle {
  color: #f99422;
  font-weight: 600;
  font-size: 1.875rem;
}

.hero-section p#description {
  color: #535862;
  font-weight: 400;
  font-size: 1.25rem;
}

.hero-section .btn-primary {
  border: none;
  background: linear-gradient(90deg, #fc6f2b, #f6b41a);
}

.hero-section #book-demo {
  font-size: 1.125rem;
  font-weight: 600;
}

.hero-section .btn-plans {
  margin-left: 8px;
  color: #414651;
  border: 2px solid #d5d7da;
  font-weight: 600;
  font-size: 1.125rem;
  border-radius: 6px;
}

.hero-section #hero-title {
  color: #f99422;
  font-weight: 600;
  font-size: 1.875rem;
  margin-top: 2rem;
}

.hero-section #hero-description {
  color: #535862;
  font-weight: 400;
  font-size: 1.25rem;
  max-width: 912px;
  line-height: 1.875rem;
}

.dashboard-img {
  max-width: 100%;
  border-radius: 8px;
  margin-top: 20px;
}

.feature-container {
  max-width: 600px;
  padding: 2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
}

.main-heading {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #181d27;
}

.feature-list {
  list-style-type: none;
  padding-left: 0;
}

.feature-item {
  display: flex;
  align-items: center;
}

.feature-item .feature-text {
  font-size: 1.125rem;
  text-align:left;
}

.feature-icon {
  color: #ff9933;
  margin-right: 0.75rem;
  font-size: 1.2rem;
  margin-top: 0.25rem;
}

.feature-title {
  font-weight: 600;
  color: #535862;
}

.feature-description {
  color: #6c757d;
  font-weight: normal;
}

.trust-icons {
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  margin: 60px 0;
  flex-wrap: wrap;
}

.trust-icon {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: start;
  padding: 20px;
  min-width: 289px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  flex-grow: 0;
  border-radius: 8px;
  margin-top: 10px;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  border-bottom: 8px solid white;
}

.trust-icon:hover {
  transform: translateY(-5px);
  border-bottom: 8px solid var(--primary-color);
}

.trust-icon img {
  height: 50px;
  margin-bottom: 15px;
}

.why-section {
  padding: 60px 0;
}

.why-section h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.why-section #why-title {
  color: #181d27;
  font-weight: 600;
  font-size: 2.25rem;
}

.why-section #benefit-title {
  color: #f99422;
  font-weight: 600;
  font-size: 1.5rem;
  max-width: 560px;
}

.why-section #benefit-description {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.25rem;
  max-width: 560px;
}

.benefit-card {
  padding: 5px;
  height: 100%;
  border-radius: 8px;
  background-color: white;
}

.benefit-card h3 {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.benefit-image {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.features-section {
  padding: 60px 0;
  background-color: var(--light-bg);
}

.features-section h2 {
  color: #181d27;
  font-size: 2.25rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.features-section #feature-description {
  color: #535862 !important;
  font-weight: 400;
  font-size: 1rem;
  max-width: 560px;
}

.feature-card {
  background-color: white;
  border-bottom: white 8px solid;
  border-radius: 8px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1)
}

.feature-card:hover {
  border-bottom: 8px solid var(--primary-color);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 15px;
  color: #181d27 !important;
}

.feature-icon {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.numbers-section {
  padding: 60px 0;
}

.numbers-section h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.numbers-section .theader {
  font-weight: 600 !important;
  color: #535862;
  font-size: 0.75rem;
}

.numbers-section .metric-title {
  font-weight: 400 !important;
  color: #181d27;
  font-size: 0.875rem;
}

.numbers-section .prohealthix-title {
  font-weight: 400 !important;
  color: #535862;
  font-size: 0.875rem;
}

.numbers-section .impact-title {
  /* display: flex; */
  gap: 15px;
  font-weight: 500 !important;
  color: #181d27;
  font-size: 0.875rem;
}

.numbers-section .roi-text {
  font-weight: 600 !important;
  color: #181d27;
  font-size: 1.35rem;
}

.numbers-section .roi-description {
  font-weight: 400 !important;
  color: #535862;
  font-size: 1.25rem;
  max-width: 740px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.numbers-section .numbers-image {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, 0);
  width: 768px;
  height: 400px;
}

.stats-table {
  display:flex;
  overflow-x:auto;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.stats-table td {
  padding: 12px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: var(--light-bg);
}

.cta-section img {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
  width: fit-content;
  height: fit-content;
}

.cta-section h2 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #181d27;
}

.cta-section p {
  font-size: 1.125rem;
  max-width: 700px;
  margin: 0 auto 10px;
  color: #535862;
  font-weight: 400;
}

.cta-section .free-trial-btn {
  border: none;
  background: linear-gradient(90deg, #fc6f2b, #f6b41a);
  color: white;
  padding: 15px 30px;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 6px;
}

.cta-section .book-demo-btn {
  border: 2px solid #d5d7da;
  color: #414651;
  padding: 13px 20px;
  font-weight: 600;
  font-size: 1.125rem;
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  gap: 10px;
}

.security-section {
  padding: 150px 0;
  overflow: hidden;
}

.security-section .security-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.security-section h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.security-section .security-image {
  width: 100%;
  max-width: 768px;
  height: auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  .security-section .security-image {
    transform: translateX(20%);
  }
}

@media (max-width: 991px) {
  .security-section .security-image {
    transform: none;
  }
}

.security-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.security-feature i {
  color: var(--primary-color);
  font-size: 1.5rem;
  margin-right: 15px;
  margin-top: 5px;
}

.security-feature div h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

footer {
  background-color: #111111;
  color: white;
  padding: 60px 0 30px;
}

footer .footer-text {
  max-width: 800px;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
}

footer h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer ul li a:hover {
  color: white;
  text-decoration: none;
}

.social-icons {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}

.social-icons a {
  color: #000;
  background-color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.copyright {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #aaa;
  font-size: 0.9rem;
}


.whatsapp-chat {
  position: fixed;
  bottom: 10px;
  right: 20px;
  margin-bottom: 26px;
  z-index: 1000;
  display: flex;
  align-items: center;
  text-decoration: none;
  animation: bounce 6s ease infinite;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  
}

.whatsapp-chat:hover {
  transform: scale(1.05);
}

.whatsapp-icon {
  margin-right: 10px;
}

/* Optional: Tooltip-style text (show only on hover)
.chat-text {
  display: none;
}

.whatsapp-chat:hover .chat-text {
  display: inline;
}
*/

.chat-text {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

/* Bounce Animation */
@keyframes bounce {
  0% { transform: translateY(0); }
  10% { transform: translateY(-8px); }
  15% { transform: translateY(0); }
  20% { transform: translateY(-8px); }
  25% { transform: translateY(0); }
  100% { transform: translateY(0); }
}