/* 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;
    width: 170px;
    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;
}


/* baner & form filling :start */
.hero {
      padding: 1rem 1rem;
      /* height: 70vh; */
      background-image: url(Assets/images/bg-img.png);
     /* background-size: cover; */
    }
 
    .hero-text p {
      color: #6c757d;
      font-size: 1.1rem;
    }
    .sign-up-btn {
      background-color: #180161;
      color: white;
      padding: 10px 24px;
      border: none;
      border-radius: 8px;
     pointer-events: fill;
    }
    .appointment-box {
      margin-top: -50px;
      background: white;
      box-shadow: 0 0 20px rgba(0,0,0,0.08);
      border-radius: 16px;
      padding: 20px;
    }
    .form-control,
    .btn-orange {
      border-radius: 8px;
          pointer-events: fill;
    }
    .btn-orange {
      background-color: #180161;
      color: white;
      border: none;
      padding: 10px 24px;
      pointer-events: fill;
    }
    @media (max-width: ) {
      
      .hero-image img {
        width: 100%;
        margin-top: 2rem;
      }
    }


  #imageh1{
    font-size: 50px;
    color: #25b3fb;
    text-wrap: wrap;
  }

.image{
    border-radius: 20px !important;
    /* height: 45vh;
    width: 45vw; */
}

.baner-img{
  height: 55vh;
  width: 47vw;
}

.baner-img2{
  height: 280px;
  width: 370px;
  text-align: center!important;
  background-size: cover;
}
/* baner & form filling :end */


/* 4easy steps start  */
.steps-section {
  padding: 1rem 1rem;
  background-color: #f9fafb;
  text-align: center;
}

.steps-section .subtitle {
  color: #180161; 
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.steps-section .section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #; /* navy */
  margin-bottom: 1.5rem;25b3fb
  text-wrap: wrap;
}

.step-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  align-items: ; /* Ensures consistent card heights */



}

.step-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s;
 
}


.step-card:hover {
  transform: translateY(-5px);
}

.step-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f5f9;
}

.step-icon.green {
  background-color: #dcfce7;
  color: #16a34a;
  font-size: 25px;
}

.step-icon.orange {
  background-color: #fef3c7;
  color: #000518;
}

.step-icon.blue {
  background-color: #dbeafe;
  color: #2563eb;
}

.step-icon.red {
  background-color: #fee2e2;
  color: #dc2626;
}

.step-card h3 {
  font-size: 1.1rem;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.step-card p {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-top: 0.5rem;
    text-wrap: balance !important;

}


/* 4easy steps end  */

/* about us start  */
/* Section Wrapper */
.about-section {
  padding: 4rem 1rem;
  background-color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Grid Layout */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}

/* Stats Grid */
.stats-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.2rem;
}

.stat-card {
  padding: 2rem;
  border-radius: 1.2rem;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-card h2 {
  font-size: 2rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
  text-wrap: wrap;
}

.stat-card p {
  font-size: 1rem;
  color: #1e293b;
}

/* Background Colors */
.green {
  background-color: #ecfdf5;
  color: #16a34a;
}

h6{
  font-size: 25px;
}


.pink {
  background-color: #fef2f2;
  color: #f43f5e;
}

.gray {
  background-color: #f1f5f9;
  color: #fb923c;
}

.light-pink {
  background-color: #fef2f2;
  color: #3b82f6;
}

/* About Text */
.about-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #25b3fb;
  text-wrap: wrap;
}

.about-content p {
  color: #6b7280;
  line-height: 1.6;
  /* max-width: 100px!important; */
  /* margin-bottom: 1.5rem; */
  text-wrap: wrap !important;
}

/* Button */
.btn-orange {
  background-color: #fb923c;
  color: #fff;
  padding: 0.8rem 1.6rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn-orange:hover {
  background-color: #f97316;
}
/* about us end  */


/* key feutres start  */
.features-section {
  padding: 10px 20px;
  text-align: center;
  background-color: #25b3fb;
  background-image: url(Assets/images/bg-img.png);
  background-size: cover;
}

.features-section h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.feature-card {
  background-color: white;
  color: #333;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.feature-card i {
  font-size: 1.5rem;
  color: #4cc3af;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-button{
    height: 40px;
    width: 170px;
    background-color: #180161;
    text-align: center;
    border-width: 0px;
    border-radius: 10px;
    color: #f8fbfc;
    font-weight: 500;
    /* margin-right: 15px; */
   pointer-events: fill;
   margin-top: 40px;
}

.feature-h4{
  color: #ffffff;
  font-size: 30px;
 margin-top: 10px;
  margin-bottom: 10px;
}

/* key fetures end  */



/* quality health care  */
.certified-section {
  padding: 4rem 1rem;
}

.container2 {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

/* Text Content */
.text-content {
  flex: 1 1 130px;
  max-width: 550px;
}

.subheading {
  color: #180161;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.main-heading {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.description {
  font-size: 1rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: ;
  color: white;
  font-weight: 500;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #e96500;
}

/* Image Content */
.image-content {
  flex: 1 1 400px;
  position: relative;
  text-align: center;
}

.doctor-img {
  max-width: 100%;
  height: auto;
}

/* Floating Badge */
.floating-badge {
  position: absolute;
  bottom: 0;
  left: 10%;
  background: #180161;
  color: #fff;
  padding: 1rem;
  display: flex;
  align-items: center;
  border-radius: 20px;
  max-width: 300px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.badge-icon {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.badge-icon img {
  width: 24px;
  height: 24px;
}

.badge-text h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}

.badge-text p {
  font-size: 0.875rem;
  margin: 0;
  color: #e2e8f0;
}


/* doctors  */

.user-modules {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.module-card {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 8px 4px !important;
  max-width: 600px;
  flex: 1 1 45%;
  border-left: 10px solid #180161;
}

.module-info {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.circle-number {
  background-color: #00bcd4;
  color: #fff;
  font-weight: bold;
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 4px;
}

.text-content h2 {
  color: #25b3fb;
  font-size: 22px;
  margin-bottom: 12px;
}

.text-content ul {
  list-style: none;
  padding: 0;
}

.text-content ul li {
  font-size: 15px;
  margin-bottom: 6px;
  padding-left: 16px;
  position: relative;
  color: #333;
}

.text-content ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}

.module-image {
  width: 250px;
  margin-left: 20px;
  /* height: 250px; */
}

.module-image2 {
  width: 200px;
  margin-left: 20px;
  height: 250px;
  /* margin-bottom: -50px; */
}

.module-image2 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.module-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 768px) {
  .user-modules {
    flex-direction: column;
    gap: 30px;
  }

.text-justify {
    text-align: start !important;
}

  .module-card {
    /* flex-direction: column; */
    text-align: center;
    align-items: center;
    padding: 25px;
    margin: 3PX;
    overflow: hidden;
  }

  .module-info {
    flex-direction: column;
    align-items: center;
  }

  .circle-number {
    margin-bottom: 10px;
  }

  .module-image {
    margin: 20px 0 0 0;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .text-content {
    max-width: 100%;
  }

  .main-heading {
    font-size: 1.8rem;
  }

  .floating-badge {
    position: static;
    margin-top: 1.5rem;
    justify-content: center;
  }
}

/* Mobile app start  */

.panel-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.panel-box {
  display: flex;
  gap: 30px;
  align-items: center;
  max-width: 1250px;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  background-color: #fdfdfd;
  transition: 0.3s;
  justify-content: space-around;
}

.panel-box img {
  width: 200px;
  min-width: 100px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.panel-text h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.panel-text p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333;
}

/* Color classes */
.super {
  color: #25b3fb;
}

.hospital {
  color: #25b3fb;
}

.doctor {
  color: #25b3fb;
}

.patient {
  color: #25b3fb;
}

/* Responsive */
@media (max-width: 768px) {
  .panel-box {
    flex-direction: row;
    align-items: flex-start;
  }

  .panel-box img {
    width: 90px;
  }

  .panel-text h3 {
    font-size: 1.2rem;
  }

  .panel-text p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .panel-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .panel-box img {
    margin-bottom: 10px;
  }

  .panel-text {
    text-align: center;
  }
}


/* quality health care end  */

/* Features page start  */
/* Baner start  */
.services-banner {
  /* background-color: #f5f9fa; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 5%;
  border-bottom-left-radius: 120px;
  border-bottom-right-radius: 0;
  flex-wrap: wrap;
  background-image: url(Assets/images/bg-img.png);
}

.services-banner .content {
  flex: 1 1 50%;
}

.services-banner h1 {
  font-size: 3rem;
  color: #0a0a3c;
  margin-bottom: 15px;
}

.services-banner p {
  font-size: 1rem;
  color: #7a7a7a;
}

.services-banner p .home {
  color: #25b3fb;
}

.services-banner .image {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services-banner img {
  max-width: 100%;
  height: auto;
  max-height: 320px;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .services-banner {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
    border-bottom-left-radius: 60px;
  }

  .services-banner .content {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }

  .services-banner h1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 480px) {
  .services-banner h1 {
    font-size: 1.8rem;
  }

  .services-banner img {
    max-height: 220px;
  }
}

/* ltoR Layout end  */
.feature-section {
  padding: 0px 0px;
}

.feature-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background-color: #FAFAFC;
  padding: 20px;
}

.feature-container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  /* background-color: #FAFAFC; */
  padding: 20px;
}

.feature-container.reverse {
  flex-direction: row-reverse;
}

.feature-container2.reverse {
  flex-direction: row-reverse;
}

.feature-image {
  flex: 1 1 45%;
  text-align: center;
}

.feature-image img {
  /* width: 100%; */
  max-width: 700px;
  height: 450px;
  border-radius: 20px;
}


.feature-image2 {
  flex: 1 1 45%;
  text-align: center;
}

.feature-image2 img {
  /* width: 100%; */
  width: 350px!important;
  height: 270px!important;
  border-radius: 20px;
  margin-left: -5 px;
}


.feature-content {
  flex: 1 1 50%;
  padding: 20px;
}

.feature-content h2 {
  font-size: 1.8rem;
  color: #14589e;
  margin-bottom: 20px;
}

.feature-content ul {
  list-style: none;
  padding-left: 0;
}

.feature-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.feature-content ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: #14589e;
  font-size: 0.8rem;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-container,
  .feature-container.reverse {
    flex-direction: column;
    text-align: center;
  }

  .feature-content {
    padding: 10px;
  }

  .feature-content h2 {
    font-size: 1.4rem;
  }

  .feature-content ul {
    text-align: left;
  }
}
.container2 {
  max-width: 1400px;
  /* margin: 0 auto; */
  padding: 0 20px;
}


/* 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;
  }
}

/* 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  */


.open-btn {
  padding: 12px 24px;
  background-color: #0d6efd;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.popup-form {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
  align-items: center;
  justify-content: center;
}

.form-content {
  background-color: #fff;
  padding: 30px;
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
  position: relative;
  text-align: left;
}

.form-content h2 {
  margin-bottom: 20px;
  color: #0d6efd;
}

.form-content input,
.form-content textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.form-content button {
  padding: 10px 20px;
  background-color: #0d6efd;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 22px;
  cursor: pointer;
}




