.elementor-8032 .elementor-element.elementor-element-7e221f4{--display:flex;--min-height:111px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8032 .elementor-element.elementor-element-fef0525{--display:flex;--min-height:715px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:75px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8032 .elementor-element.elementor-element-6006898{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:32px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8032 .elementor-element.elementor-element-6006898:not(.elementor-motion-effects-element-type-background), .elementor-8032 .elementor-element.elementor-element-6006898 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-8032 .elementor-element.elementor-element-6006898.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8032 .elementor-element.elementor-element-205df0f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;padding:0px 0px 0px 15px;border-style:solid;border-width:0px 0px 0px 4px;}.elementor-8032 .elementor-element.elementor-element-205df0f.elementor-element{--align-self:center;}.elementor-8032 .elementor-element.elementor-element-205df0f .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:25px;font-weight:500;text-transform:uppercase;font-style:normal;line-height:1.4em;letter-spacing:1px;color:var( --e-global-color-primary );}.elementor-8032 .elementor-element.elementor-element-31fd14e{margin:0px -0px calc(var(--kit-widget-spacing, 0px) + 0px) -0px;padding:0px -0px 0px -0px;text-align:center;}.elementor-8032 .elementor-element.elementor-element-31fd14e .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:400;color:var( --e-global-color-astglobalcolor6 );}@media(max-width:1024px){.elementor-8032 .elementor-element.elementor-element-205df0f .elementor-heading-title{font-size:11px;}}@media(max-width:767px){.elementor-8032 .elementor-element.elementor-element-6006898{--width:500px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8032 .elementor-element.elementor-element-205df0f .elementor-heading-title{font-size:11px;}}/* Start custom CSS for html, class: .elementor-element-494df6b */@import url("https://fonts.googleapis.com/css?family=DM+Sans:500,400,600|Outfit:500,400,600");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'DM Sans', sans-serif;
  background-color: white;
  min-height: 100vh;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.main-content {
  padding: 4rem 1rem;
}

.page-header {
  text-align: center;
  margin-bottom: 4rem;
}

.header-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.indicator-line {
  width: 0.375rem;
  height: 1.75rem;
  background-color: #164d92;
}

.section-title {
  font-weight: 500;
  color: #164d92;
  font-size: 1.125rem;
}

.main-title {
  font-weight: 500;
  color: #101b37;
  font-size: 3rem;
  max-width: 32rem;
  margin: 0 auto;
  line-height: 1.2;
}

.doctors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.doctor-card {
  background-color: #f8f9fb;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.doctor-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.card-inner {
  background-color: white;
  margin: 1.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.doctor-image {
  aspect-ratio: 4/5;
  overflow: hidden;
}

.doctor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.doctor-image img:hover {
  transform: scale(1.05);
}

.doctor-info {
  padding: 1rem;
}

.doctor-name {
  font-weight: 600;
  color: #101b37;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.doctor-position {
  color: #347794;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.doctor-qualification {
  color: #535252;
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.separator {
  height: 1px;
  background-color: #e5e7eb;
  margin-bottom: 1rem;
}

.doctor-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.action-btn {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: color 0.3s;
}

.profile-btn {
  color: #868e91;
}

.profile-btn:hover {
  color: #164d92;
}

.appointment-btn {
  color: #00B38C;
}

.appointment-btn:hover {
  color: #009975;
}

.vertical-separator {
  width: 1px;
  height: 1.5rem;
  background-color: #e5e7eb;
}

.view-all-container {
  text-align: center;
}

.view-all-btn {
  border: 2px solid #00B38C;
  color: #00B38C;
  background: white;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0.75rem 2rem;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: all 0.3s;
}

.view-all-btn:hover {
  background-color: #00B38C;
  color: white;
}

@media (max-width: 768px) {
  .main-title {
    font-size: 2rem;
  }

  .doctors-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */