* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Times New Roman', Times, serif;
  background-color: #f5f5f5;
  padding: 20px;
}

.container {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
}


.document-header {
  margin-bottom: 20px;
}

.hospital-title {
  font-size: 26px;
  font-weight: bold;
  color: #1c354e;
  margin-bottom: 5px;
}
.icon-small {
  width: 50px;         /* Adjust size as needed */
  height: 50px;
  vertical-align: middle;  /* Aligns with text */
  margin-right: 16px;       /* Space between icon and text */
}


.hospital-subtitle {
  font-size: 18px;
  color: #1c354e;
}

.marquee {
  color: red;
  margin-top: 10px;
}

.blinking-stars {
  animation: blinkGlow 1s infinite;
  color: gold;
  font-size: 14px;
  text-shadow: 0 0 0px #ffc107, 0 0 5px #ffeb3b;
}

.input-section {
  margin-top: 30px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #333;
  text-align: left;
}

input[type="text"] {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.3s;
}

input[type="text"]:focus {
  outline: none;
  border-color: #007bff;
}

.barcode-preview-section {
  margin: 30px 0;
}

.barcode-label {
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}

#barcode {
  margin: 10px auto;
  display: block;
}

button {
  padding: 10px 20px;
  font-size: 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  background-color: #28a745;
  color: white;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #1e7e34;
}

@keyframes blinkGlow {
  0%, 100% {
    opacity: 1;
    text-shadow: 0 0 0px #ffc107, 0 0 5px #ffeb3b;
  }
  50% {
    opacity: 0.2;
    text-shadow: none;
  }
}
.header-logo{
 width: 4.5rem;
  height: 4.5rem;
  background: rgba(255, 255, 255, 0.918);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.gradient-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* Container */
.container {
  
  max-width: 1200px;
  margin: 0 auto;
  padding: 30 0rem;
}

/* Header Flex Layout */
.header-content {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Left Side: Logo + Text */
.header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Logo Icon */
.logo-container {
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-icon {
  width: 1.8rem;
  height: 1.8rem;
  color: white;
}

/* Title Text */
.header-text h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.header-text p {
  font-size: 1rem;
  color: #dbeafe;
}

/* Desktop Nav */
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-link:hover {
  color: #91b2dd;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .desktop-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
  }

  .logo-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .header-text h1 {
    font-size: 1.5rem;
  }

  .header-text p {
    font-size: 0.95rem;
  }
/*intrest related tools for engagment*/
}
.interest_related {
  display: inline-flex;
  align-items: center;
  text-align: left;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease;
  margin-left: 7px;
  margin-top: 7px;
}

.bttn_qr_code {
  background: #bef0f5;
  color: hsl(188, 92%, 5%);
  padding: 5px;
  margin-left: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}

.bttn_qr_code:hover {
  background: #8fc6e3;
}
.bttn_bar_reader {
  background: #f5f5be;
  color: hsl(53, 94%, 20%);
  padding: 5px;
  margin-left: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}

.bttn_bar_reader:hover {
  background: #ebe3bf;
}

.bttn_currency {
  background: #bef5cc;
  color: hsl(172, 94%, 20%);
  padding: 5px;
  margin-left: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}

.bttn_currency:hover {
  background: #bfebd7;
}

footer {
  background: #1e293b;
  color: white;
  padding: 3rem 2rem;
  margin-top: 1rem;
  border-radius: 10px;
}

.footer-content {
  background: #1e293b;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 1rem;
padding-bottom: 4px;
padding-top: 5px;

}

.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  
}

.footer-logo-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #3b82f6;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  margin-left: 0.5rem;
}

.footer-logo-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: white;
}



.footer-section p {
  color: #94a3b8;
  line-height: 1;
}

.footer-section h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-section ul li a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-section ul li a:hover {
  
  color: white;
}

.footer-bottom {
  border-top: 1px solid #20477e;
  padding-top: 2rem;
  text-align: center;
}

.footer-bottom p {
  color: #94a3b8;
}


.footer-logo-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #fefeff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}


section {
      background-color: #ffffff;
      margin: 30px auto;
      padding: 25px;
      max-width: 850px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    }

    h2 {
      color: #1c3d5a;
      font-size: 26px;
      margin-bottom: 12px;
    }

    p, li {
      color: #333;
      font-size: 17px;
      line-height: 1.7;
      text-align: justify;
    }

    ol {
      padding-left: 22px;
    }