html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;min-height:100vh;font-size:15px;line-height:1.6}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.container {
  width: min(1200px, 95%);
  margin: 0 auto;
}

.hero {
  background: #939793;
  color: rgb(8, 8, 8);
  padding: 3rem 1rem;
}

.hero h1 {
  margin-bottom: .5rem;
}

.hero p {
  margin-bottom: 1rem;
}

#search {
  width: 100%;
  max-width: 500px;
  padding: .8rem;
  border-radius: 8px;
  border: none;
  font-size: 16px;
}

main {
  padding: 2rem 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
  gap: 1rem;
}

.card {
  background: white;
  border-radius: 12px;
  padding: 1rem;
  border: 1px solid #e2e0d8;
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75rem;
}

.card-title {
  font-size: 20px;
  font-weight: bold;
}

.card-class {
  color: #666;
  margin-bottom: 1rem;
}

.section {
  margin-top: 1rem;
}

.section h4 {
  margin-bottom: .4rem;
}

.section ul {
  padding-left: 1rem;
}

.section li {
  margin-bottom: .25rem;
}

.badge {
  background: #edf7f2;
  color: #1b6b4a;
  padding: .25rem .5rem;
  border-radius: 999px;
  font-size: 12px;
}

#loading {
  text-align: center;
  padding: 2rem;
}




/* ── ACCREDITATION BANNER ── */
.accred-banner{
  background:#0B4D35;color:#fff;
  padding:8px 2rem;
  display:flex;align-items:center;justify-content:center;gap:10px;
  font-size:12px;text-align:center;flex-wrap:wrap;
}
.accred-banner strong{color:#A8E6C8;font-weight:600}
.accred-banner a{color:#A8E6C8}
.accred-shield{
  display:inline-flex;align-items:center;justify-content:center;
  width:20px;height:20px;border-radius:50%;
  background:rgba(255,255,255,.18);font-size:11px;flex-shrink:0;
}




/* ── NAV ── */
nav{
  position:sticky;top:0;z-index:200;
  background:rgba(247,246,242,.94);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--border);
  padding:0 2rem;
  display:flex;align-items:center;justify-content:space-between;height:58px;gap:12px;
}

.logo {
    height: 80px;
    width: auto;
    padding-top: 15px;
    padding-bottom: 10px;
}

.nav-pills{display:flex;gap:5px;overflow:hidden}
.nav-pill{
  font-size:11.5px;font-weight:500;padding:4px 11px;border-radius:99px;
  border:1px solid var(--border);background:transparent;cursor:pointer;
  color:var(--text2);transition:all .15s;white-space:nowrap;
}
.nav-pill:hover,.nav-pill.active{background:var(--text);color:#405c38;border-color:var(--text)}

.nav-right{display:flex;align-items:center;gap:8px;flex-shrink:0}
.nav-count{font-size:12px;color:var(--text3);background:var(--surface2);padding:4px 10px;border-radius:99px;border:1px solid var(--border);white-space:nowrap}

.nav-feedback-Contact-btn{
  font-size:12px;font-weight:500;padding:5px 13px;border-radius:99px;
  border:1px solid var(--border);background:var(--surface);cursor:pointer;
  color:var(--text2);transition:all .15s;white-space:nowrap;
}

.nav-feedback-Contact-btn:hover{background:var(--accent);color:lab(#405c38);border-color:var(--accent)}

.nav-pill{
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}


/* ── @media NAV ── */
@media (max-width: 600px) {
  nav {
    padding: 0 8px;
    gap: 6px;
  }

  .logo {
    height: 52px;
    padding: 0;
  }

  .nav-pills {
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }

  .nav-pill {
    font-size: 0;
    padding: 4px 8px;
  }

  .nav-pill[href="/"]::after {
    content: "Home";
    font-size: 10.5px;
  }

  .nav-pill[href="/medicine-availability-network"]::after {
    content: "Meds";
    font-size: 10.5px;
  }

  .nav-pill[href="/contact"]::after {
    content: "Contact";
    font-size: 10.5px;
}

  .nav-right {
    gap: 4px;
    flex-shrink: 0;
  }

  .nav-feedback-Contact-btn {
    font-size: 10.5px;
    padding: 4px 7px;
  }

  .nav-count {
    display: none;
  }
}













/* ── AD BANNER TOP ── */
.ad-banner-top{
  max-width:1100px;margin:1.25rem auto 0;padding:0 1.5rem;
}
.ad-slot{
  background:var(--surface);border:1.5px dashed var(--border-strong);border-radius:var(--radius-lg);
  display:flex;align-items:center;justify-content:center;gap:10px;
  color:var(--text3);font-size:12px;font-weight:500;letter-spacing:.04em;
  padding:14px;text-align:center;
}
.ad-slot-label{
  display:inline-flex;align-items:center;gap:6px;
  font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  background:var(--surface2);border:1px solid var(--border);
  color:var(--text3);padding:3px 10px;border-radius:99px;
}
.ad-banner-top .ad-slot{min-height:80px;flex-direction:column;gap:6px}
.ad-sidebar .ad-slot{min-height:250px;flex-direction:column;gap:6px}
.ad-banner-bottom .ad-slot{min-height:80px;flex-direction:column;gap:6px}

/* ── HERO ── */
.hero{padding:2.5rem 2rem 1.5rem;max-width:860px;margin:0 auto;text-align:center;background: #f0ede2;}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:6px;
  font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;
  color:var(--accent);background:var(--accent-light);
  padding:5px 14px;border-radius:99px;margin-bottom:1.1rem;
}
.hero h1{font-family:'DM Serif Display',serif;font-size:clamp(26px,5vw,44px);line-height:1.15;color:var(--text);margin-bottom:.6rem}
.hero h1 em{color:var(--accent);font-style:italic}
.hero p{font-size:15px;color:var(--text2);max-width:520px;margin:0 auto 1.5rem}
.hero-badges{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:1.75rem}
.hero-badge{
  display:inline-flex;align-items:center;gap:5px;
  font-size:11px;font-weight:600;padding:5px 12px;border-radius:99px;
  border:1px solid;
}
.hb-green{background:#E4F2EC;color:#0B4D35;border-color:#B8DFC9}
.hb-blue{background:#E8F1FB;color:#1A4A7A;border-color:#BDD3F1}
.hb-purple{background:#EEEAFC;color:#4A3285;border-color:#C8C0F0}

/* ── TRUST SECTION ── */
.trust-section{background:#faf8f0; border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2rem;margin-bottom:0;margin-top: 30px;}
.trust-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
@media(max-width:640px){.trust-inner{grid-template-columns:1fr}}
.trust-card{display:flex;gap:14px;align-items:flex-start}
.trust-icon-wrap{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.trust-card h3{font-size:14px;font-weight:600;color:var(--text);margin-bottom:3px}
.trust-card p{font-size:12.5px;color:var(--text2);line-height:1.5}


/* ── SIDEBAR WIDGETS ── */
/* =========================
   FLOATING SIDE ADS
========================= */

.floating-sidebar{
  position:fixed;
  top:120px;
  width:300px;
  z-index:1000;
}

.left-sidebar{
  left:20px;
}

.right-sidebar{
  right:20px;
}

/* Ad Box */
.ad-slot{
  min-height:250px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:16px;

  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow);
}

.ad-slot-label{
  font-size:12px;
  font-weight:700;
  color:var(--text);
}

.ad-slot-text{
  font-size:11px;
  line-height:1.5;
  text-align:center;
  color:var(--text2);
}

/* Desktop side ads */
.floating-sidebar{
  position:fixed;
  top:120px;
  width:300px;
  z-index:1000;
}

.left-sidebar{
  left:20px;
}

.right-sidebar{
  right:20px;
}

/* Mobile: show ads below content */
@media (max-width:1400px){
  .floating-sidebar{
    display:block;
    position:static;
    width:100%;
    max-width:300px;
    margin:20px auto;
  }

  .left-sidebar,
  .right-sidebar{
    left:auto;
    right:auto;
  }
}


/* ── AD BANNER BOTTOM ── */
.ad-banner-bottom{max-width:1200px;margin:2rem auto 0;padding:0 1.5rem}


/* ─────────────────────────
   FOOTER
───────────────────────── */

footer{
  border-top:1px solid var(--border);
  background:var(--surface);
}

/* Trust / Review Section */
.footer-gphc{
  background:#0B4D35;
  color:#fff;
  padding:1.5rem;
  text-align:center;
}

.footer-gphc-icon{
  font-size:28px;
  margin-bottom:.75rem;
}

.footer-gphc-text h3{
  font-family:'DM Serif Display',serif;
  font-size:16px;
  color:#fff;
  margin-bottom:.5rem;
}

.footer-gphc-text p{
  font-size:12px;
  line-height:1.6;
  color:#A8E6C8;
  max-width:700px;
  margin:0 auto;
}

.reg-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:6px;
  margin-top:.75rem;
}

.reg-tag{
  font-size:10px;
  font-weight:600;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#A8E6C8;
  border:1px solid rgba(255,255,255,.15);
}

/* Footer Links */
.footer-links{
  padding:1.25rem;
  text-align:center;
  font-size:12px;
  color:var(--text3);
}

.footer-links p{
  margin:0;
}

.footer-links p + p{
  margin-top:.5rem;
}

.footer-links a{
  color:var(--text2);
  text-decoration:none;
  transition:color .15s ease;
}

.footer-links a:hover{
  color:var(--accent);
}

/* Mobile */
@media (max-width:768px){

  .footer-gphc{
    padding:1rem;
  }

  .footer-gphc-icon{
    font-size:24px;
  }

  .footer-gphc-text h3{
    font-size:15px;
  }

  .footer-gphc-text p{
    font-size:11px;
  }

  .footer-links{
    font-size:11px;
    padding:1rem;
  }

  .reg-tags{
    gap:4px;
  }

  .reg-tag{
    font-size:9px;
    padding:3px 8px;
  }
}
















.feedback-section {
  margin-top: 3rem;
  background: #ffffff;
  border: 1px solid #e2e0d8;
  border-radius: 12px;
  padding: 1.5rem;
}

.feedback-section h2 {
  margin-bottom: .5rem;
}

.feedback-section p {
  margin-bottom: 1rem;
  color: #5c5a54;
}

.feedback-form {
  display: grid;
  gap: .75rem;
}

.feedback-form input,
.feedback-form select,
.feedback-form textarea {
  width: 100%;
  padding: .8rem;
  border: 1px solid #c8c5ba;
  border-radius: 8px;
  font-size: 15px;
}

.feedback-form textarea {
  min-height: 120px;
  resize: vertical;
}

.feedback-form button {
  background: #1b6b4a;
  color: #ffffff;
  border: none;
  padding: .85rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.feedback-form button:hover {
  background: #155738;
}

.success-message {
  margin-top: 1rem;
  color: #1b6b4a;
  font-weight: 600;
}

.error-message {
  margin-top: 1rem;
  color: #9b2b2b;
  font-weight: 600;
}









.feedback-feed{

    margin-top:3rem;

}

.feedback-card{

    background:white;

    border:1px solid #ddd;

    padding:1rem;

    border-radius:12px;

    margin-bottom:1rem;

}

.stars{

    color:#f7b500;

    margin-bottom:.5rem;

    font-size:18px;

}








.contact-section {
  max-width: 600px;
  margin: 60px auto;
  padding: 24px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.contact-section h2 {
  margin-bottom: 16px;
  font-size: 28px;
}

#contactForm {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#contactForm input,
#contactForm textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
}

#contactForm textarea {
  min-height: 140px;
  resize: vertical;
}

#contactForm input:focus,
#contactForm textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

#contactForm button {
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  background: #2563eb;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

#contactForm button:hover {
  background: #1d4ed8;
}

#contactResult {
  margin-top: 12px;
  font-weight: 600;
}




.Logo-transparent {
  height: 300px;
  width: 300px;
  margin: auto;
}






