.dashboard1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.card1 {
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  /* width: 200px; */
}
.count1 {
  font-size: 3em;
  color: #05529d;
}
.statsText {
  text-align: center;
  margin: 20px;
  padding: 10px;
  font-size: 22px;
}

.titleNew1 {
  font-size: 1.5em;
}

.caseDashboard {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-bottom: 20px;
}

.caseCard {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 300px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.caseCard:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 8px 32px rgba(75, 85, 99, 0.18),
    0 1.5px 6px rgba(75, 85, 99, 0.1);
  z-index: 2;
}

.viewMore {
  border: 1px solid;
  text-align: center;
  border-radius: 10px;
  border-color: #05529d;
  color: #05529d;
  width: fit-content;
  padding: 5px 10px;
}

.ban_sec {
  width: 100%;
}
.ban_img {
  margin-top: 20px;
  width: 100%;
  position: relative;
}
.ban_img img {
  width: 100%;
}
.ban_text {
  position: absolute;
  top: 50%;
  right: 6%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ban_text strong {
  font: 800 62.22px/70px "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.ban_text strong span {
  font: 400 44.44px/52px "Montserrat", sans-serif;
  letter-spacing: 3px;
}
.ban_text p {
  font: 400 25px/30px "Montserrat", sans-serif;
  color: #fff;
  margin: 7px 0 25px;
}
.ban_text a {
  display: inline-block;
  font: 800 19.39px/24px "Montserrat", sans-serif;
  background: #282828;
  border-radius: 26px;
  color: #fff;
  padding: 12px 28px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.ban_text a:hover {
  background: #50af47;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ban_text p {
    font-size: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ban_text p {
    font-size: 17px;
  }
  .ban_text strong {
    font-size: 50px;
    line-height: 60px;
  }
  .ban_text strong span {
    font-size: 37px;
  }
  .ban_text a {
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .ban_text strong {
    font-size: 35px;
    line-height: 40px;
  }
  .ban_text strong span {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2px;
  }
  .ban_text p {
    font-size: 14px;
    line-height: 20px;
  }
  .ban_text a {
    font-size: 13.39px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ban_img img {
    min-height: 290px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 575px) {
  .ban_text strong {
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .ban_text strong span {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 1px;
  }
  .ban_text {
    left: 2%;
  }
}

.containerTeam {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  /* justify-content: center;
  align-items: center; */
  padding: 20px;
  gap: 10px;
}

.containerStory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* justify-content: center;
  align-items: center; */
  padding: 20px;
  gap: 10px;
}

.our-team {
  border: 1px solid #ddd;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.our-team:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 8px 32px rgba(75, 85, 99, 0.18),
    0 1.5px 6px rgba(75, 85, 99, 0.1);
  z-index: 2;
}
.pic img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.post-title {
  font-size: 20px;
  font-weight: 900;
  color: #05529d;
  margin-top: 10px;
  font-family: Helvetica;
}

.doctorDetailsText {
  color: rgb(75, 85, 99);
  font-size: 14px;
  text-align: center;
  font-family: Helvetica;
  opacity: 1;
}

.position-text {
  color: #f49d1a;
  font-size: 18px;
  text-align: center;
  font-family: Helvetica;
}

.mapImage {
}

@media screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
  .containerTeam {
    grid-template-columns: repeat(2, 1fr); /* Single column on mobile */
  }

  .containerStory {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .containerTeam {
    grid-template-columns: 1fr; /* Single column on mobile */
  }
  .containerStory {
    grid-template-columns: 1fr; /* Single column on mobile */
  }
}

/* Modal dialog box styling */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Centering the modal dialog box */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: "80%" !important;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.modal-header h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.close {
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #f49d1a;
}

.modal-body {
  padding-top: 20px;
}

#dialog-description {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.modal-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 10px;
}
#dialog-image {
  width: 50%;
  height: 200px;
  /* object-fit: cover; */
  border-radius: 10px;
}
#dialog-title {
  font-size: 24px;
  font-weight: bold;
  color: #05529d;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  #dialog-image {
    width: 80%;
    height: 200px;
    /* object-fit: cover; */
    border-radius: 10px;
  }
}
