body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.survey-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.survey-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  max-width: 600px;
  width: 90%;
}

.close {
    position: absolute;
    top: 10px;
    right: 42px;
    font-size: 35px;
    color: black;
    cursor: pointer;
    z-index: 1;
}
/* Navbar Area */
.navbar-area {
  top: 0;
  z-index: 1000;
}

/* Glass look background */
.bg-opacity-50 {
  backdrop-filter: blur(10px);
}

/* Brand */
.navbar-brand img {
  object-fit: contain;
  transition: transform 0.3s ease;
}
.navbar-brand img:hover {
  transform: scale(1.05);
}

/* Navbar links */
.navbar-nav .nav-link {
  color: white;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 18px;
  transition: color 0.3s;
}
.navbar-nav .nav-link:hover {
  color: #0dcaf0;
}
.care-solution footer { margin: 0 !important;}

/* Collapse animation */
.navbar-collapse.collapse.show {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Toggler */
.navbar-toggler {
  border: none;
  background: none;
}
.navbar-toggler-icon {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' viewBox='0 0 30 30'%3E%3Cpath d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Toggle open state (cross icon) */
.navbar-toggler.open .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' viewBox='0 0 30 30'%3E%3Cpath d='M6 6L24 24M6 24L24 6'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

/* Collapsed background (mobile menu) */
.navbar-collapse {
  /* background: rgba(0, 0, 0, 0.95); */
  border-radius: 8px;
  padding: 1rem;
}
.topcarebanner {
    background: url('./assets/Images/bann2.png') center/cover no-repeat;
    color: #fff;
    text-align: left;
    padding: 0px 20px;
    position: relative;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    header > * {
      position: relative;
      z-index: 2;
    }

.topcarebanner h1 {
    font-size: 72px;
    font-weight: 400;
    font-family: "Instrument Sans", sans-serif;
    width: 40%;
}

.topcarebanner p {
    font-size: 24px;
    max-width: 716px;
    font-weight: 400;
    font-family: "Instrument Sans", sans-serif;
}
  .topcarebanner a {
    background: #ffffff00;
    color: #ffffff;
    padding: 12px 30px;
    height: 63px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50px;
    border: 1px solid white;
    text-decoration: none;
    font-weight: 500;
    margin-top: 10px;
    font-size: 18px;
    transition: 0.3s;
    margin-top: 36px;
    font-family: "Instrument Sans", sans-serif;
}
    .topcarebanner a:hover {
      background: white;
	  color:black;
    }

  .sectionass {
    padding: 80px 20px;
    margin: auto;
    background: #E8DED1;
}

.asessh2 {
    font-size: 48px;
    color: #0053C4;
    margin-bottom: 40px;
   text-align: left;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    
}
 
    .two-col {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
      align-items: center;
      gap: 50px;
      margin-bottom: 50px;
    }

.card {
  background: 
    linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
    url('/assets/Images/bg card.png');
  background-size: cover;
  background-position: center;
  padding: 35px 35px 50px;
  border-radius: 32px;
}


    .card ul {
      list-style: none;
      margin-top: 10px;
    }

.card ul li::before {
    content: "•";
    color: #000000;
    margin-right: 8px;
}

    .card ul li {
      margin-bottom: 10px;
    }

.cta-button {
    display: flex;
    background: #0053C4;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 15px;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 500;
    font-family: "Instrument Sans", sans-serif;
    justify-content: center;
    width: fit-content;
    align-items: center;
    height: 60px;
    margin: auto;
}
h3.cardh3class {
    color: #090707;
    font-size: 20px;
    font-weight: 600;
    font-family: "Instrument Sans", sans-serif;
}
.text-blockisnight p {
    color: #090707;
    font-size: 18px;
    font-weight: 400;
    font-family: "Instrument Sans", sans-serif;
}
.text-blockisnight h3 {
    color: #090707;
    font-size: 28px;
    font-weight: 500;
    font-family: "Instrument Sans", sans-serif;
    margin-bottom: 25px;
}
.feature-section p {
    padding: 32px;
    text-align: center;
    color: #090707;
    font-size: 18px;
    font-weight: 400;
    font-family: "Instrument Sans", sans-serif;
}
.card ul li {
    margin-bottom: 10px;
    color: #090707;
    font-size: 18px;
    font-weight: 500;
    font-family: "Instrument Sans", sans-serif;
}
.three-col {
  
    margin-bottom: 50px;
}
p.btmtextbtn {
    color: #090707;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Instrument Sans", sans-serif;
}
p.btmtextbtn2 {
    color: #090707;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Instrument Sans", sans-serif;
}
ol, ul {
    padding-left: 0rem;
}
.text-blockisnight {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 0px;
    padding-right: 100px;
    margin-bottom: 40px;
    padding-left: 50px;
    width: 81%;
    margin: auto;
}
.text-blockisnight hr {
    margin: 37px 0;
    border: 0;
    color: #090707;
    border-top: 1px solid;
    opacity: 1;
}
p.parabhb {
    color: #090707;
    font-size: 18px;
    font-weight: 500;
    font-family: "Instrument Sans", sans-serif;
    margin-top: 30px !important;
}
    .three-col {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 40px;
      margin-top: 40px;
    }
.card>hr {
    margin-right: 0;
    margin-left: 0;
    color: #d37e6f;
    margin-top: 14px;
    margin-bottom: 34px;
}
  .feature-box1 {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url('./assets/Images/box 1 care.png');
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: #fff;
    display: flex;
    border-radius: 32px 32px 0px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
   
}
 .feature-box2 {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url('./assets/Images/box 2 care.png');
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: #fff;
    display: flex;
    border-radius: 32px 32px 0px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
   
}
 .feature-box3 {
    position: relative;
    width: 100%;
    height: 300px;
    background-image: url('./assets/Images/box 3 care.png');
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: #fff;
    display: flex;
    border-radius: 32px 32px 0px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
   
}
.feature-box1 h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.feature-box1 p {
  font-size: 1rem;
}

    .feature-box:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    }

    .feature-box img {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 15px;
    }

    footer {
      background: #001f54;
      color: #fff;
      text-align: center;
      padding: 80px 20px;
    }
span.assess-highlight {
    color: #D08800;
}
span.assess-highlight2 {
    font-style: italic;
}
  
.align360div {
    background: #F5F3E8;
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.imgbgadd {
  width: 100%;               /* full width */
  height: 100%;             /* set height as needed */
  border-radius: 15px;       /* rounded corners */
  background-image: url('./assets/Images/heartcare.png');
  background-size: cover;    /* cover the div completely */
  background-position: center;
  background-repeat: no-repeat;
}
.empowesect {
    background: #cab8a861;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.empowesect a.cta-button {
    margin-top: 40px;
}
.empowesect .asessh2 {
    width: 70%;
	margin-bottom: 11px;
}
.lastsec {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #F5F3E8;
}
.empowesect p.parabhb {
 
    margin-top: 9px !important;
}
.feature-section h4 {
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    font-family: "Instrument Sans", sans-serif;
}
.feature-section {
    background: white;
    border-radius: 32px;
}
.lastsec .asessh2 {
    
    margin-bottom: 20px;
   
}
p.parabhb2 {
    color: #090707;
    font-size: 18px;
    font-weight: 500;
    font-family: "Instrument Sans", sans-serif;
    margin-top: 10px !important;
}
.health-content h3 {
    color: #0053C4;
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: 500;
    font-family: "Instrument Sans", sans-serif;
}

.health-content p {
  color: #090707;
    font-size: 18px;
    font-weight: 400;
    font-family: "Instrument Sans", sans-serif;
}

.health-footer h2 {
    color: #090707;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    font-family: "Instrument Sans", sans-serif;
    margin-bottom: 50px;
    margin-top: 50px;
}

.launch-text {
  
    color: #090707;
    font-size: 18px;
    font-weight: 400;
    font-family: "Instrument Sans", sans-serif;
    margin-bottom: 10px;
    text-align: center;
}
.health-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
    margin-top: 40px;
}

/* Image Section */
.health-image {
  flex: 1 1 50%;
  height: 500px;
  overflow: hidden;
  border-radius: 16px;
}

.health-image img {
  width: 100%;
 
  display: block;
  border-radius: 16px;
}

/* Text Section */
.health-content {
  flex: 1 1 50%;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
}
/* Responsive */
@media (max-width: 991px) {
  .navbar-brand img {
    width: 140px;
    height: auto;
  }

  .d-lg-flex {
    display: none !important;
  }

  /* Keep background image visible under navbar */
  .navbar {
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(6px);
  }
}

@media (max-width: 768px) {

  /* ---------- Banner ---------- */
  .topcarebanner {
    height: auto;
    padding: 100px 20px;
    text-align: center;
    align-items: center;
  }

  .topcarebanner h1 {
    font-size: 36px;
    width: 100%;
  }

  .topcarebanner p {
    font-size: 16px;
    width: 100%;
  }

.topcarebanner a {
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 24px;
    height: 50px;
}
.sectionass {
    padding: 60px 20px;
   
}
.card ul li {
    font-size: 16px;
   
}
.empowesect p.parabhb {
    margin-top: 9px !important;
    font-size: 16px;
    text-align: center;
}
  /* ---------- Headings ---------- */
  .asessh2 {
    font-size: 32px;
    text-align: center;
    width: 100%;
  }
.three-col {
    
    margin-top: 10px;
}
.feature-box1 {
    height: 230px;
   
}
.feature-box2 {
    height: 230px;
   
}
.feature-box3 {
    height: 230px;
   
}
  /* ---------- Two Column Layout ---------- */
  .two-col {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .two-col img {
    width: 100%;
    border-radius: 15px;
  }

  .card {
    padding: 25px 20px 40px;
  }

  /* ---------- Text Block ---------- */
  .text-blockisnight {
    padding: 30px 20px;
    width: 100%;
  }

  .text-blockisnight h3 {
    font-size: 22px;
  }

  .text-blockisnight p {
    font-size: 16px;
  }

  /* ---------- Three Column Section ---------- */
  .three-col {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .feature-section {
    width: 100%;
  }

  .feature-section h4 {
    font-size: 22px;
  }

  .feature-section p {
    padding: 20px;
    font-size: 16px;
  }

  /* ---------- Buttons ---------- */
  .cta-button {
    font-size: 16px;
    padding: 10px 24px;
    height: auto;
  }

  /* ---------- Health Section ---------- */
  .health-container {
    flex-direction: column;
    gap: 20px;
  }

  .health-image {
    height: auto;
  }

  .health-image img {
    width: 100%;
    height: auto;
  }

  .health-content {
    text-align: left;
    padding: 10px;
  }

  .health-content h3 {
    font-size: 18px;
  }

  .health-content p {
    font-size: 16px;
  }

  .health-footer h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .launch-text {
    font-size: 16px;
  }

  /* ---------- General Adjustments ---------- */
  .empowesect {
    padding: 50px 20px;
  }

  .empowesect .asessh2 {
    width: 100%;
  }

  .imgbgadd {
    height: 300px;
    border-radius: 10px;
  }

  .lastsec {
    padding: 50px 20px;
  }

  .parabhb, .parabhb2, .btmtextbtn, .btmtextbtn2 {
    font-size: 15px;
  }
p.parabhb2 {
    
    text-align: center;
    font-size: 16px;
    
}
 .health-footer a.cta-button {
    text-align: center;
}
}
/* Navbar Ends   */



/* Footer Starts  */
