.doctor-baner{
  font-size: 35px;
  margin-right: 10px;
  margin-top: -10px;
}

.doctor-baner2{
  font-size: 35px;
  margin-right: 10px;
  /* margin-top: -10px; */
}



/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
  /* pointer-events: none;
   */
  
}


.h3-spcl{
  color:#25b3fb ;
}

a{
  text-decoration: none !important;
}
small{
  color: #180161;
}

:root h1 {
  color: #25b3fb
;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
}

body {
  background-color: #ffffff;

}

/* Navbar Base */
.navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.navbar-container {
  max-width: 1400px;
  margin: auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav-headings{
    font-size: 20px;
    font-weight: 600;
    font-family: sans-serif;
}
.nav-link{
color: #180161;
}

.nav-button{
    height: 40px;
    width: 100px;
    background-color: #180161;
    text-align: center;
    border-width: 0px;
    border-radius: 10px;
    color: #f8fbfc;
    font-weight: 500;
    margin-right: 15px;
     pointer-events: fill;
}

#nav-button2{
    height: 40px!important;
    width: 170px!important;
    background-color: #180161;
    text-align: center;
    border-width: 0px;
    border-radius: 10px;
    color: #f8fbfc;
    font-weight: 500;
    /* margin-right: 15px; */
   pointer-events: fill;
   padding: 5px;
}

#submit-button2{
    height: 40px!important;
    width: 170px!important;
    background-color: #180161;
    text-align: center;
    border-width: 0px;
    border-radius: 10px;
    color: #f8fbfc;
    font-weight: 500;
    /* margin-right: 15px; */
   pointer-events: fill;
}
.nav-demo {
    margin-left: 4.5rem !important;
}

.about-button{
    height: 40px !important;
    width: 250px !important;
    background-color: #180161;
    text-align: center;
    border-width: 0px;
    border-radius: 10px;
    color: #f8fbfc;
    font-weight: 500;
    /* margin-right: 15px; */
   pointer-events: fill;
}

/* Top Info Banner start  */
.top-banner {
  background: linear-gradient(90deg, #2563eb, #111827);
  padding: 0px 15px;
  text-align: center;
}

.top-banner p {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
}

/* Main Heading */
.main-heading {
  text-align: center;
  padding: 0px 15px;
}

.main-heading h1 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  color: #111;
}

.main-heading span {
  color: #2563eb;
  font-weight: bold;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .top-banner p {
    font-size: 12px;
  }

  .main-heading h1 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .top-banner p {
    font-size: 11px;
    line-height: 1.4;
  }

  .main-heading h1 {
    font-size: 20px;
  }
}
/* Top Info Banner end  */

/* card-section-start  */
.cards-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 40px;
}

.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  overflow: hidden;
  border: 1px solid #eee;
}

.card-image {
  position: relative;
  max-height: 300px!important;

}

.card-image img {
  width: 100%;
  display: block;
  max-height: 300px!important;
}

.card-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(90deg, #1e3c72, #2a5298);
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 0px;
}

#tags2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px 0px;
}

.tag {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
}

.blue { background: #e6f0ff; color: #004aad; }
.green { background: #e6f9e6; color: #008000; }
.orange { background: #fff0e6; color: #cc5500; }
.lightgreen { background: #f0fff0; color: #2f8f2f; }

h3 {
  font-size: 18px;
  color: #002366;
  font-weight: bold;
  padding: 0 15px;
}

.h3-emr {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  padding: 0 15px;
}

p {
  font-size: 14px;
  padding: 10px 15px 20px;
  color: #555;
}
#para2{
  font-size: 14px;
  padding: 10px 0px 20px;
  color: #555;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .cards-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cards-section {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
/* card-section-end  */



/* scale-of-health-start  */
.scale-section {
  text-align: center;
  padding: 50px 20px;
}

.scale-section h2 {
  font-size: 32px;
  font-weight: bold;
}

.scale-section h2 span {
  color: #2563eb;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.stat-card {
  text-align: center;
}

.icon {
  background: #e0f0ff;
  color: #2563eb;
  width: 75px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 24px;
}

.stat-card h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.stat-card p {
  font-size: 14px;
  color: #555;
}

/* Responsive */
@media (max-width: 992px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .stats-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .scale-section h2 {
    font-size: 24px;
  }
}
/* scale-of-health-end  */

/* image-card-start  */
.specialities-section {
  text-align: center;
  padding: 40px 20px;
}

.specialities-section h2 {
  font-size: 26px;
  font-weight: normal;
}

.specialities-section h2 span {
  font-weight: bold;
  color: #1d4ed8;
}

.cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  transition: 0.3s;
}

.card:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.card-content {
  text-align: left;
}

.card-content h3 {
  font-size: 16px;
  font-weight: bold;
}

.card-content p {
  font-size: 13px;
  margin: 5px 0 10px;
}

button {
  padding: 8px 12px;
  font-size: 13px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

button:hover {
  background: #f3f4f6;
}

.card-img2 {
  width: 120px;
  height: 120px;
}

.dark-card {
  background: linear-gradient(135deg, #111827, #374151);
  color: white;
}

.dark-card button {
  background: white;
  color: #111827;
}

.buttons-container {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.primary-btn {
  background: #1d4ed8;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.secondary-btn {
  border: 2px solid #1d4ed8;
  color: #1d4ed8;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 1024px) {
  .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cards-container {
    grid-template-columns: 1fr;
  }
}
/* image-card-end  */






/* image-and-content-start  */

.top-bar {
  background: linear-gradient(to right, #2563eb, #0f172a);
  color: white;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
}

.practice-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 50px 10%;
  flex-wrap: wrap;
}

.text-content {
  flex: 1;
  min-width: 300px;
}

.text-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 500;
}

.text-content h2 span {
  font-weight: bold;
  color: #1e3a8a;
}

.text-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.buttons {
  margin-top: 20px;
}

.primary-btn {
  background: #2563eb;
  color: white;
  padding: 12px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

.secondary-btn {
  border: 1.5px solid #000;
  padding: 12px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  color: black;
  margin-left: 15px;
  display: inline-block;
}

.image-content {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.image-content img {
  width: 100%;
  max-width: 500px;
}

/* Responsive */
@media (max-width: 768px) {
  .practice-container {
    flex-direction: column;
    padding: 30px 20px;
  }

  .text-content h2 {
    font-size: 26px;
  }

  .primary-btn, .secondary-btn {
    display: block;
    text-align: center;
    margin: 10px auto;
    width: fit-content;
  }
}
/* image-and-content-end  */


/* app-content-start  */
.mobile-emr {
    padding: 50px 20px;
    background: #fff;
}

.emr-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.emr-image img {
    width: 550px;
    /* width: 100%; */
    height: 380px;
    margin-top: 20px;
    border-radius: 10px;
}


.emr-image2 img {
    /* max-width: 300px; */
    width: 100%;
    height: 280px;
    margin-top: 20px;
    border-radius: 10px;
}

.emr-content {
    max-width: 550px;
}

.subheading {
    font-size: 14px;
    color: #ffffff;
}

.emr-content h2 {
    font-size: 28px;
    color: #1a2b5f;
    margin-bottom: 20px;
}

.emr-content h2 span {
    color: #0a6dff;
}

.emr-points {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.point {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.point .icon {
    font-size: 24px;
}

.point h4 {
    font-size: 18px;
    margin: 0;
    color: #0a2b4f;
}

.point p {
    margin: 0;
    color: #555;
}

.app-buttons {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.app-buttons img {
    width: 140px;
    height: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .emr-container {
        flex-direction: column;
        text-align: center;
    }
    .point {
        flex-direction: column;
        align-items: center;
    }
    .emr-content {
        max-width: 100%;
    }
}
/* App-content-end  */


/* image-baner-start  */
.emr-promo {
    background: linear-gradient(to right, #1d2c3f, #2d5375);
    color: white;
    padding: 40px 20px;
}

.promo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    gap: 30px;
}

.promo-text {
    flex: 1;
    min-width: 280px;
}

.promo-text h2 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.promo-text h2 span {
    color: #fff;
    font-weight: bold;
}

.promo-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.promo-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
}

.promo-list img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.hippa {
    background: #6a3de0;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
}

.hippa img {
    width: 20px;
    margin-right: 10px;
}

.promo-image img {
    max-width: 350px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .promo-container {
        flex-direction: column;
        text-align: center;
    }

    .promo-list li {
        justify-content: center;
    }

    .hippa {
        justify-content: center;
    }
}
/* image-baner-end  */










/* footer start  */
.footer-section {
  background-color: #25b3fb;
  color: #fff;
  padding: 60px 20px 30px;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-col {
  flex: 1 1 250px;
  min-width: 250px;
  /* text-align: center; */
}

.footer-col2 {
  flex: 1 1 250px;
  min-width: 250px;
  text-align: center;
  margin-left: -25px;
}

.footer-icon img {
  width: 350px;
  margin-bottom: 0px;
  height: 90px;
  margin-top: -8%;
  margin-left: -12%;
}

.footer-col h4 {
  /* color: #ff7b3b; */
  font-size: 20px;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col2 ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer-col2 ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.footer-col ul li i {
  margin-right: 10px;
  /* color: #ff7b3b; */
}

.footer-col2 ul li i {
  margin-right: 10px;
  /* color: #ff7b3b; */
}

.footer-col a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}

.footer-col2 a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}
.footer-col a:hover {
  color:black;
}

.footer-col2 a:hover {
  color:black;
}


.footer-bottom {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: ;
    align-items: flex-start;
  }

  .footer-col {
    width: 100%;
  }
}
/* footer end  */






/* new footer  */
/* .footer {
  background: linear-gradient(90deg, #2c3e50, #34495e);
  color: white;
  padding: 40px 20px 20px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo img {
  width: 40px;
}

.footer-about p {
  margin: 8px 0;
  font-size: 14px;
}

.footer-about a {
  color: white;
  text-decoration: underline;
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  color: white;
  margin-right: 10px;
  font-size: 18px;
}

.footer-links h4 {
  margin-bottom: 10px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
}

.footer-bottom a {
  color: white;
  text-decoration: underline;
}

 Responsive 
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .social-icons a {
    font-size: 20px;
  }
}
.footer-paragraph{
  color: #FFFFFF;
}
.footer-paragraph2{
  color: #FFFFFF;
  margin-bottom: -15px;
  padding-top: 10px;
} */

.para-footer {
    font-size: 14px;
    padding: 10px 15px 20px;
    color: #ffffff;
}

.footer-paragraph2{
      font-size: 14px;
    padding: 10px 15px 20px;
    color: #ffffff;
}

.mbl-image{
  height: 500px;
  width: 500px;
}









/* contact page  start */
.contact-info-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
}

.info-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  text-align: center;
  flex: 1 1 250px;
  max-width: 300px;
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}

.green-bg {
  background-color: #d1f6e8;
  color: #2b9b6b;
}

.orange-bg {
  background-color: #fff0e5;
  color: #f57c00;
}

.blue-bg {
  background-color: #e5efff;
  color: #002b80;
}

.red-bg {
  background-color: #ffe9ec;
  color: #e60023;
}

.info-card h4 {
  font-size: 16px;
  color: #0a1244;
  margin-bottom: 8px;
  line-height: 1.5;
}

.info-card p {
  color: #888;
  font-size: 14px;
}


/* map -contact form  */
.contact-section {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}

/* Map */
.map-box {
  flex: 1 1 500px;
  min-height: 400px;
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
  /* margin-left: 3px; */
  margin: 5px;
}

/* Form */
.form-box {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

input, textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: 0.2s;
}

.form-row input {
  flex: 1;
  min-width: 200px;
}

input:focus, textarea:focus {
  border-color: #5e63f3;
  outline: none;
}

/* button {
  padding: 14px;
  background: linear-gradient(90deg, #6a5af9, #7366ff);
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
} */

button:hover {
  background: linear-gradient(90deg, #584af5, #5f5cff);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }
}

#image{
    border-radius: 20px !important;
     height: 300px !important; 
     width: 300px !important;
}



/* Section */
.contact-hero{
  background: #fff;
  background-image: url('https://www.transparenttextures.com/patterns/hexellence.png'); /* subtle hex bg */
  padding:60px 20px;
}
.contact-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  max-width:1200px;
  margin:auto;
}

/* Text */
.contact-text h1{
  font-size:2.5rem;
  font-weight:700;
  color:#0f172a;
  margin-bottom:10px;
}
.breadcrumb{
  font-size:1rem;
  color:#555;
}
.breadcrumb a{
  color:#1d4ed8;
  text-decoration:none;
  font-weight:500;
}
.breadcrumb a:hover{
  text-decoration:underline;
}

/* Image */
.contact-image img{
  max-width:420px;
  width:100%;
  height:auto;
}

/* Responsive */
@media (max-width:900px){
  .contact-container{
    flex-direction:column;
    text-align:center;
  }
  .contact-text h1{
    font-size:2rem;
  }
  .contact-image img{
    max-width:300px;
    margin-top:20px;
  }
}








.container{
  width:min(1100px, 92%);
  margin-inline:auto;
}

/* ===== Header ===== */
.site-header{
  position:sticky; top:0; z-index:10;
  background:#000000; border-bottom:1px solid #e5e7eb;
}
.site-header .container{
  display:flex; align-items:center; gap:16px;
  padding:14px 0;
}
.logo{ font-weight:800; letter-spacing:.5px; color:var(--text); text-decoration:none; }
.nav{ margin-left:auto; margin-right:8px; display:flex; gap:18px; }
.nav a{ text-decoration:none; color:var(--muted); font-weight:500; }
.nav a:hover{ color:var(--text); }

/* .btn{
  display:inline-block; padding:.6rem 1rem; border-radius:999px;
  background:var(); color:#fd1010; text-decoration:none; font-weight:600;
  transition:.2s ease-in-out;
}
.btn:hover{ background:var(--brand-dark); }
.btn-primary{ background:var(--brand); border:0; cursor:pointer; }
.btn-primary:hover{ background:var(--brand-dark); } */

/* ===== Modal (via :target) ===== */
.modal{
  position:fixed; inset:0; display:none;
}
.modal:target{ display:block; }

.modal__overlay{
  position:absolute; inset:0; background:var(--overlay); backdrop-filter:saturate(120%) blur(2px);
  display:block;
}

.modal__content{
  position:relative;
  width:min(680px, 92%);
  margin:6vh auto 0;
  background:#fff; border-radius:var(--radius);
  padding:22px 22px 18px;
  box-shadow:0 30px 60px rgba(2,6,23,.18), 0 6px 20px rgba(2,6,23,.12);
  animation:pop .18s ease-out;
}
@keyframes pop{ from{ transform:translateY(12px); opacity:0 } to{ transform:translateY(0); opacity:1 } }

.modal__close{
  position:absolute; top:10px; right:12px;
  width:36px; height:36px; border-radius:50%;
  border:0; background:#f1f5f9; color:#0f172a; font-size:22px; line-height:1;
  cursor:pointer;
}
.modal__close:hover{ background:#e2e8f0; }

/* ===== Form ===== */
h2{ margin:0 32px 10px 4px; font-size:1.4rem; }
.form{
  display:grid; gap:12px; margin-top:8px;
  grid-template-columns: 1fr 1fr;
}
.form label{ display:flex; flex-direction:column; gap:6px; font-weight:600; color:#111827; }
.form input, .form select, .form textarea{
  width:100%; padding:.7rem .8rem; border:1px solid #e5e7eb; border-radius:10px; outline:none;
  font:inherit; color:var(--text); background:#fff;
}
.form input:focus, .form select:focus, .form textarea:focus{
  border-color:var(--brand); box-shadow:0 0 0 4px rgba(37,99,235,.12);
}
/* .form .btn-primary{
  grid-column: 1 / -1;
  padding:.8rem 1rem; border-radius:12px; font-size:1rem;
} */

/* ===== Responsive ===== */
@media (max-width: 900px){
  .nav{ display:none; } /* keep it simple – can add hamburger later */
}
@media (max-width: 640px){
  .form{ grid-template-columns:1fr; }
  .modal__content{ margin:8vh auto 0; padding:18px; }
}