.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    top: 30px;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-container {
    position: relative;
    z-index: 100; /* Make sure content is above the video */
}
.saving-prescription-section {
  background-color: #fff;
  padding: 50px 0;
}
#prescription-faqs {
  background-color: #f9f9f9;
  padding: 50px 0;
}

#prescription-faqs h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
}

#prescription-faqs .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#prescription-faqs .card {
  width: 75%;
  margin-bottom: 50px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

#prescription-faqs .card h3 {
  color: #0095d9;
  font-weight: bold;
  margin-bottom: 10px;
}

#prescription-faqs .card p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.saving-prescription-section h4 {
  font-size: 24px;
  font-weight: 600;
  color: #0073aa;
}
/* Custom styles for navbar spacing */
.nav-item {
    margin-right: 20px; /* Adjust the spacing as needed */
}

/* Last item has no margin on the right */
.nav-item:last-child {
    margin-right: 0;
}
