body {
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

/* Navbar */
.navbar {
  transition: all 0.3s ease;
  padding: 0.9rem 0;
}
.navbar .btn-primary {
  background-color: #2B77E7;
  border-color: #2B77E7;
  border-radius: 8px;
}
.navbar .btn-primary:hover {
  background-color: #1d5ec0;
}
.navbar .nav-link {
  font-weight: 500;
  color: #0b2545 !important;
  margin: 0 0.4rem;
}
.navbar .nav-link:hover {
  color: #2B77E7 !important;
}

/* Hero */
.hero {
  position: relative;
  background: url("img/Banner.png") no-repeat center center/cover;
  color: white;
  padding-top: 8rem;
  padding-bottom: 7rem;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 25, 70, 0.55);
  z-index: 0;
}
.hero h1, .hero p, .hero .btn {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: 2.4rem;
}
.hero p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
.hero .btn {
  border-radius: 8px;
}

/* Tools */
.tools h2 {
  color: #0b2545;
}
.tool-card {
  border-radius: 16px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.tool-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.07);
}
.tool-logo {
  max-width: 120px;
  max-height: 50px;
  height: auto;
  width: auto;
  object-fit: contain;
}

/* CTA */
.cta {
  background: #2B77E7;
}
.cta .btn-light {
  border-radius: 8px;
  color: #2B77E7;
  font-weight: 600;
}

/* Demo Page */
.demo-card {
  border-radius: 16px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.demo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}
.demo-logo {
  max-width: 110px;
  max-height: 45px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Footer */
footer img {
  opacity: 0.9;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
footer img:hover {
  opacity: 1;
  transform: scale(1.05);
}
footer {
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 992px) {
  .hero {
    text-align: center;
    padding: 6rem 1rem 5rem;
  }
  .hero h1 {
    font-size: 1.9rem;
  }
}


/* Pricing Page */
.pricing-card {
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}
.pricing-logo {
  max-width: 110px;
  max-height: 50px;
  object-fit: contain;
  margin-bottom: 1rem;
}
.pricing-card.popular {
  border-top: 4px solid #2B77E7;
  position: relative;
}
.pricing-card.popular::before {
  content: "Most Popular";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: white;
  background-color: #2B77E7;
  padding: 0.25rem;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}


.pricing-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.pricing-logo {
  max-width: 100px;
  max-height: 45px;
  object-fit: contain;
}
.pricing-box h2 {
  font-size: 2rem;
}
.all-plans p {
  margin-bottom: 0.5rem;
  color: #0b2545;
  font-size: 0.95rem;
}
.all-plans h3 {
  color: #0b2545;
}
.all-plans {
  color: #2B77E7;
}


body {
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

/* Navbar */
.navbar {
  transition: all 0.3s ease;
  padding: 0.9rem 0;
}
.navbar .btn-primary {
  background-color: #2B77E7;
  border-color: #2B77E7;
  border-radius: 8px;
}
.navbar .btn-primary:hover {
  background-color: #1d5ec0;
}
.navbar .nav-link {
  font-weight: 500;
  color: #0b2545 !important;
  margin: 0 0.4rem;
}
.navbar .nav-link:hover {
  color: #2B77E7 !important;
}

/* CTA */
.cta {
  background: #2B77E7;
}
.cta .btn-light {
  border-radius: 8px;
  color: #2B77E7;
  font-weight: 600;
}

/* Pricing Page */
.pricing-box {
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 16px;
}
.pricing-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.pricing-logo {
  max-width: 100px;
  max-height: 45px;
  object-fit: contain;
}
.pricing-box h2 {
  font-size: 2rem;
}
.pricing-box ul li {
  margin-bottom: 0.4rem;
  color: #0b2545;
}

/* Buttons inside pricing boxes */
.pricing-box .btn {
  border-radius: 8px;
  padding: 0.6rem;
}
.pricing-box .btn-primary {
  background-color: #2B77E7;
  border: none;
}
.pricing-box .btn-outline-primary {
  color: #2B77E7;
  border-color: #2B77E7;
}
.pricing-box .btn-outline-primary:hover {
  background-color: #2B77E7;
  color: #fff;
}

/* All Plans Include */
.all-plans {
  color: #2B77E7;
}
.all-plans h3 {
  color: #0b2545;
}
.all-plans p {
  margin-bottom: 0.5rem;
  color: #0b2545;
  font-size: 0.95rem;
  text-align: center;
}
.all-plans .row {
  justify-content: center !important;
  text-align: center !important;
}
.all-plans .col-lg-8 {
  margin: 0 auto;
}

/* Footer */
footer {
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 992px) {
  .pricing-box {
    text-align: center;
  }
}
