html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: Nunito;
  background-color: whitesmoke;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Syne;
  font-weight: 600;
  padding: 20px;
  

}

.pulxe-cardTop {
 margin-top: 20px;
  border-radius: 30px;
  height: 200px;
  padding: 40px;
  background-color: #e3e0e0;
  border-style: none;
  color:rgb(169, 169, 169);
  font-size: 2rem;
}

.pulxe-card {
  border-radius: 30px;
  height: max-content;
  padding: 20px;  
  border-style: none;
  background-color: white;
  margin-top:-80px;
  margin-bottom: 70px; 

}

.pulxe-btn {
  background: linear-gradient(120deg, #1797b8 0%, #38417a 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 6px 36px;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 100;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(56, 65, 122, 0.08);
  transition: background 0.3s;
}

.gradient-btn:hover {
  background: linear-gradient(120deg, #1797b8 20%, #38417a 100%);
}

@font-face {
  font-family: 'Syne';
  src: url('../css/fonts/Syne-Regular.ttf') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url('../css/fonts/Nunito-Regular.ttf ') format('woff2');
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.08em;
}

@font-face {
  font-family: 'Epi';
  src: url('../css/fonts/Epilogue-Medium.ttf ') format('woff2');
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.08em;
}
@font-face {
  font-family: 'Syne';
  src: url('../css/fonts/Syne-Regular.ttf ') format('woff2');
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.08em;
}



/* Bill Print Styles */
.bill-container {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 2em;
    border: 1px solid #ccc;
    font-size: 1.1em;
}
.bill-header { text-align: center; margin-bottom: 2em; }
.bill-section { margin-bottom: 1.5em; }
.bill-table { width: 100%; border-collapse: collapse; margin-bottom: 1em; }
.bill-table th, .bill-table td { border: 1px solid #ccc; padding: 0.5em; text-align: left; }
.bill-summary { text-align: right; }
@media print {
    .no-print { display: none; }
    body { background: #fff; }
}

/* DGII Compliance Styles */
.dgii-section {
    border-top: 2px solid #ddd;
    padding-top: 1em;
    margin-top: 2em;
}

.dgii-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.dgii-text {
    flex: 2;
    padding-right: 1em;
    font-size: 0.9em;
    color: #666;
}

.dgii-qr {
    flex: 0 0 120px;
    text-align: center;
}

.qr-text {
    font-size: 0.7em;
    color: #888;
    margin-top: 0.5em;
    line-height: 1.2;
}

@media print {
    .dgii-content {
        display: flex;
    }
    .dgii-qr img {
        width: 80px !important;
        height: 80px !important;
    }
}

@media (max-width: 600px) {
    .dgii-content {
        flex-direction: column;
    }
    .dgii-text {
        padding-right: 0;
        margin-bottom: 1em;
    }
}