#shopify-section-template--21374907023600__our-medical-team {

.container1 {
  font-family: 'Interstate', sans-serif;
  width: 100vw;
  max-width: 1640px;
  margin: 0 auto; 
  padding: 40px 0;
}

/* Single grid parent for all three sections */
.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns */
  gap: 20px; /* Gutters between columns */
}

@media only screen and (max-width: 600px) {
  .parent {
display: grid;
grid-template-columns: repeat(1, 1fr);
}
}

.div1 {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 750px; /* fixed uniform height */
  box-sizing: border-box;
}

.slide1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
  height: auto;
  max-height: 720px;
  width: auto;
}

.description1 {
  color: rgba(14,14,14,.75);
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 32px;
  padding: 0;
  margin-bottom: 16px;
  text-wrap: balance;
}

.content1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.pic1 {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  box-shadow: 0 0 6px 6px rgba(188, 154, 100, .6);
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}


.name1 {
  font-size: 1em;
  font-weight: bold;
  color: #bc9a64;
  margin-top: 6px;
  margin-bottom: 6px;
}

.title1 {
  font-size: 1em;
  color: #9f9f9f;
  text-align: center;
}

.container2 {
  font-family: 'Interstate', sans-serif;
  background-image: url(/cdn/shop/files/wallpaper30.jpg?v=1753995429);
  background-size: cover;
  background-position: center;
}

.slide2 {
  display: grid;
  grid-template-rows: 120px 60px 1fr; /* Adjust heights for icon, photo/name/title, bio */
  grid-template-columns: 1fr; /* Stack in single column for each slide */
  justify-items: center;
  align-items: start;
  padding: 30px 56px 50px;
  margin: 50px 30px 60px;
  min-width: 350px;
  box-sizing: border-box;
  justify-content: center;
}

.div2 {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.slide2::before,
.slide2::after {
  content: "";
  border-top: 40px solid transparent;
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.slide2::after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
  align-items: center;
  gap: 20px;
}

.icon2 {
  grid-row: 1;
  align-self: center;
  display: inline-block;
  font-size: 40px;
  color: #bc9a64;
  margin-bottom: 20px;
  opacity: 0.5;
  width: 120px;
  height: 120px;
}


.bio-and-photo {
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: rgba(14, 14, 14, .75);
  font-family: 'Interstate', sans-serif;
  font-size: 1em;
  line-height: 1.10em;
  text-align: justify;
  padding: 40px 0;
}

.bio-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: justify;
  margin-bottom: 10px;
}
  
.pic2 {
  width: 160px; /* consistent for all */
  height: 160px;
  margin-bottom: 8px;
  display: inline-flex;
  border: 4px solid rgba(203, 186, 169, .4);
  border-radius: 51%;
  box-shadow: 0 0 4px 4px rgba(188, 154, 100, .6);
  overflow: hidden;
  z-index: 1;
  justify-content: space-around;
  margin: auto 0;
  
}

.pic2 .img {
  width: 105%;
  border-radius: 50%;
  height: 105%;
}

.name2 {
  margin-bottom: 4px;
  font-size: 1em;
  font-weight: bold;
  color: #bc9a64;
  text-transform: capitalize;
  margin: 10px 0 0;
  text-align: center;
}

.title2 {
  font-size: 1.15em;
  color: #9f9f9f;
  text-align: center;
  margin: 0;
  padding: 0;
  align-items: center;
}

.owl-controls {
  margin-top: 20px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
  min-height: 520px;
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
  margin-left: 10px;
}
}