      /* General Body Styles */
        body {
            font-family: 'Inter', sans-serif;
            margin: 0;
            background-color: #f3f4f6; /* Light gray background */
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

     .top-bar {
  font-size: 0.85rem;
  background-color: #001b3a;
}

.navbar-brand {
  color: #0050c5 !important;
}

.nav-link {
  color: #333 !important;
  font-weight: 500;
  transition: 0.3s;
}

.nav-link:hover {
  color: #0050c5 !important;
}

.address-bar input {
  border-radius: 5px;
}

.address-bar .btn {
  background-color: #0050c5;
  border: none;
}

.hero-banner {
  background-color: #f9f9f9;
  background-image: url('../images/logo/banner.png'); /* Replace with actual path */
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  color: #1a1a1a;
}

.hero-image {
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.bundle-offer-section .custom-shape {
  position: absolute;
  right: -50px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 100% solid transparent;
  border-left: 100px solid white;
  z-index: 1;
}

  .disclaimer-section {
    font-size: 14px;
    line-height: 1.6;
  }
  .footer {
    background-color: #111;
  }
  .footer-links a:hover {
    text-decoration: underline;
  }

    .contact-section {
    font-size: 15px;
  }
  .social-links a {
    transition: 0.3s ease;
  }
  .social-links a:hover {
    color: #0d6efd;
  }