/* doctors  page*/

.medical_head {
  text-align: center;
  font-size: clamp(28px, 7vw, 108px);
  font-style: normal;
  font-weight: 600;
  line-height: 96%;

}

.medical_head_first {
  background: var(--B1, linear-gradient(180deg, #00A3D7 0%, #006180 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.medical_container {
  margin-top: 100px;
}

.medical_para {
  color: rgba(0, 0, 0, 0.80);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}


@media only screen and (min-width: 1024px) {
  .medical_container {
    min-height: 600px;
    /* Adjust based on your image heights */
    padding-bottom: 100px;
    /* Space for absolute positioned images */
  }

  .doctors_img_row {
    bottom: 0;
    /* Positions images at bottom of container */
    left: 0;
  }

  /* Optional: Add some spacing between button and images */
  .doctor_btn_row {
    margin-bottom: 100px;
    /* Creates space above images */
    margin-top: 30px;
  }
    .home_bg_img_doctor{
margin-top: 150px;
  }
}

@media only screen and (min-width: 767px) {
  .medical_container {
    min-height: 600px;
    /* Adjust based on your image heights */
    padding-bottom: 100px;
    /* Space for absolute positioned images */
  }

  .doctors_img_row {
    top: 210px;
    /* Positions images at bottom of container */
    left: 0;
  }

  .doctor_btn {
    margin-top: 0px !important;
  }

  .imgZ_ {
    margin-top: -20px;
  }
}

@media (min-width:991.99px) {
  .missed-calls-subtitle {
    margin-top: -50px !important;
  }
}

.doctor_png_img img {
  margin-top: -10px !important;
}

@media (max-width: 767.98px) {
  .doctor_btn_row img {
    max-height: 300px;
    /* Adjust as needed */
    width: auto;
  }
}

.doctor_healthcare {
  font-size: clamp(28px, 5.5vw, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}


.doctor_png_img {
  max-width: 96px;
  max-height: 96px;
  border-radius: 16px;
  /* Correct gradient syntax: */
  background: linear-gradient(3deg, #031B25 -89.41%, #0B658B 184.67%);
  padding: 8px;
  /* Add some padding to see the background */
  display: inline-block;
  /* Ensures background wraps the image */
}

/* Optional: Make images slightly smaller to show background */
.doctor_png_img img {
  max-width: 80%;
  height: 96px;
}

.doctor_gradiant {
  background: var(--Brrrrrr, linear-gradient(243deg, rgba(100, 223, 223, 0.06) -3.57%, rgba(0, 163, 215, 0.40) 105.32%));
}

.doctor_gradiant_2 {
  background: var(--Brrrrrr, linear-gradient(243deg, rgba(100, 223, 223, 0.06) -3.57%, rgba(0, 163, 215, 0.40) 105.32%));
}

#how-we-do {
  background: var(--B2, linear-gradient(3deg, #031B25 -89.41%, #0B658B 184.67%));
}

.equal-height-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  /* matches g-4 (1.5rem) */
}

.equal-height-col {
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .equal-height-col {
    flex: 0 0 48%;
  }
}

.home_bg_img_card_doctor {

  /* Example background */
  min-height: 100%;
  width: 55%;
}

@media(max-width:767.99px) {
  .home_bg_img_card_doctor {

    /* Example background */
    min-height: 100%;
    width: 85%;
  }
}

@media(min-width:768px) and (max-width:991.99px) {
  .home_bg_img_card_doctor {

    /* Example background */
    min-height: 100%;
    width: 75%;
  }

}

.sales_moment_heading_2{
      color: #212529;
    font-size: clamp(22px, 4vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}


.home_bg_img_doctor {
  background-image: url('../images//doctors/bg_doctorimg_2.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 40vh;
  padding: 4rem 0;
  position: relative;
  /* <-- Add this line */
  

}

.home_bg_img_card_doctor {
  background: linear-gradient(180deg, #0B658B 0%, #031B25 100%);
}


.missed-calls-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 16px;
}

.missed-calls-main-heading {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(32px, 8vw, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  color: #000000;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.missed-calls-content-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: clamp(24px, 4vw, 34px);
  padding: 0 16px;
}

.missed-calls-cards-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.missed-calls-card {
  width: 100%;
  min-height: 120px;
  padding: 20px 16px;
  position: relative;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.missed-calls-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(243deg, rgba(100, 223, 223, 0.06) -3.57%, rgba(0, 163, 215, 0.40) 105.32%);
  padding: 4px;
  pointer-events: none;
}

.missed-calls-card::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: white;
  pointer-events: none;
}

.missed-calls-card-text {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(16px, 4vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.missed-calls-svg-left,
.missed-calls-svg-right {
  display: none;

}

.missed-calls-svg-element {
  width: clamp(80px, 15vw, 126px);
  height: clamp(78px, 15vw, 124px);
  opacity: 0.7;
}

.missed-calls-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(18px, 4vw, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  color: #000000;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

/* Tablet Styles */
@media (min-width: 768px) {
  .missed-calls-container {
    padding: 48px 24px;
  }

  .missed-calls-content-wrapper {
    padding: 0 24px;
  }

  .missed-calls-cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 800px;
  }

  .missed-calls-card {
    min-height: 140px;
    padding: 24px 20px;
  }

  .missed-calls-subtitle {
    padding: 0 24px;
  }
}

/* Desktop Styles */
@media (min-width: 992px) {
  .missed-calls-container {
    max-width: 1140px;
    padding: 64px 0;
  }

  .missed-calls-content-wrapper {
    position: relative;
    width: 100%;
    max-width: 1139px;
    height: 388px;
    margin: 0 auto 34px auto;
    padding: 0;
  }

  .missed-calls-cards-container {
    position: absolute;
    left: 96px;
    top: 82px;
    width: 946px;
    height: 224px;
    max-width: none;
    display: grid;
    grid-template-columns: 461px 461px;
    grid-template-rows: 100px 100px;
    gap: 24px;
    margin: 0;
  }

  .missed-calls-card {
    width: 461px;
    height: 100px;
    min-height: 100px;
    padding: 24px;
  }

  .missed-calls-svg-left {
    display: flex;
    position: absolute;
    bottom: 67.526%;
    left: 0;
    right: 89.114%;
    top: 0;
    align-items: center;
    justify-content: center;
  }

  .missed-calls-svg-right {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 89.114%;
    right: 0;
    top: 67.526%;
    align-items: center;
    justify-content: center;
  }

  .missed-calls-svg-left .missed-calls-svg-element {
    transform: rotate(90deg) scaleY(-1);
  }

  .missed-calls-svg-right .missed-calls-svg-element {
    transform: rotate(270deg) scaleY(-1);
  }

  .missed-calls-subtitle {
    width: min-content;
    min-width: 100%;
    padding: 0;
  }
}

/* Large Desktop Styles */
@media (min-width: 1200px) {
  .missed-calls-svg-element {
    width: 126px;
    height: 124px;
  }
}

/* Extra Small Mobile Styles */
@media (max-width: 480px) {
  .missed-calls-container {
    padding: 24px 12px;
  }

  .missed-calls-content-wrapper {
    padding: 0 12px;
  }

  .missed-calls-card {
    min-height: 100px;
    padding: 16px 12px;
  }

  .missed-calls-subtitle {
    padding: 0 12px;
  }
}

/* Landscape Mobile Styles */
@media (max-width: 767px) and (orientation: landscape) {
  .missed-calls-container {
    padding: 24px 16px;
  }

  .missed-calls-cards-container {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .missed-calls-card {
    min-height: 100px;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .missed-calls-svg-element {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .missed-calls-svg-element {
    transform: none !important;
  }
}

/* Print Styles */
@media print {

  .missed-calls-svg-left,
  .missed-calls-svg-right {
    display: none !important;
  }

  .missed-calls-container {
    padding: 20px;
    max-width: none;
  }

  .missed-calls-cards-container {
    position: static;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 20px 0;
  }

  .missed-calls-card {
    width: 100%;
    height: auto;
    min-height: 80px;
    page-break-inside: avoid;
  }
}


/* App container - responsive */
.app-container-2 {

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Pricing container - responsive gradients and spacing */
.pricing-container {
  background: linear-gradient(to bottom, #0091bf, #005069);
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
}

/* Desktop/Tablet table styles */
.desktop-table {
  width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove Bootstrap table interference */
.desktop-table,
.desktop-table * {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Header row gradient */
.header-row {
  background-image: linear-gradient(3deg, #031B25 -89.41%, #0B658B 184.67%) !important;
}

/* Header cells - responsive */
.header-cell {
  text-align: left !important;
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  border: none !important;
  background: transparent !important;
  vertical-align: top !important;
  width: 20% !important;
}

/* Separator styles */
.separator-row {
  height: 1.6px !important;
  line-height: 1.6px !important;
}

.separator-cell {
  height: 1.6px !important;
  background-color: #dbdbdb !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  line-height: 1.6px !important;
  font-size: 0 !important;
}

/* Table cell styles - responsive */
.tier-cell {
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  border: none !important;
  background: transparent !important;
  vertical-align: top !important;
}

.data-cell {
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  border: none !important;
  background: transparent !important;
  vertical-align: top !important;
}

.rate-cell {
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  border: none !important;
  background: transparent !important;
  vertical-align: top !important;
}

.ideal-cell {
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  border: none !important;
  background: transparent !important;
  vertical-align: top !important;
}

/* Mobile card styles */
.mobile-card {
  background: transparent;
  border: none;
  margin-bottom: 1rem;
}

.mobile-card-header {
  background-image: linear-gradient(3deg, #031B25 -89.41%, #0B658B 184.67%);
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 0.375rem 0.375rem 0 0;
}

.mobile-card-body {
  background: transparent;
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.mobile-separator {
  height: 1.6px;
  background-color: #dbdbdb;
  border: none;
  margin: 0.75rem 0;
}

.mobile-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.mobile-label {
  font-weight: 600;
  opacity: 0.8;
  flex: 1;
}

.mobile-value {
  flex: 1;
  text-align: right;
}

.mobile-rate-value {
  font-weight: 600;
}

/* Desktop (lg+) styles - exact React component values */
@media (min-width: 992px) {
  .header-cell {
    font-size: 20px !important;
    padding: 22px !important;
    white-space: nowrap !important;
  }

  .tier-cell {
    font-size: 20px !important;
    padding: 22px !important;
    white-space: nowrap !important;
  }

  .data-cell,
  .rate-cell {
    font-size: 20px !important;
    padding: 22px 12px !important;
    white-space: nowrap !important;
  }

  .ideal-cell {
    font-size: 20px !important;
    padding: 22px 12px !important;
    white-space: normal !important;
  }
}

/* Tablet (md to lg) styles - maintain padding, allow text wrapping */
@media (min-width: 768px) and (max-width: 991px) {
  .header-cell {
    font-size: 18px !important;
    padding: 20px !important;
    white-space: normal !important;
  }

  .tier-cell {
    font-size: 18px !important;
    padding: 20px !important;
    white-space: nowrap !important;
  }

  .data-cell,
  .rate-cell {
    font-size: 18px !important;
    padding: 20px 10px !important;
    white-space: normal !important;
  }

  .ideal-cell {
    font-size: 18px !important;
    padding: 20px 10px !important;
    white-space: normal !important;
  }
}

/* Small tablet (sm to md) styles - slightly smaller padding but still substantial */
@media (min-width: 576px) and (max-width: 767px) {
  .header-cell {
    font-size: 16px !important;
    padding: 18px !important;
    white-space: normal !important;
  }

  .tier-cell {
    font-size: 16px !important;
    padding: 18px !important;
    white-space: normal !important;
  }

  .data-cell,
  .rate-cell {
    font-size: 16px !important;
    padding: 18px 8px !important;
    white-space: normal !important;
  }

  .ideal-cell {
    font-size: 16px !important;
    padding: 18px 8px !important;
    white-space: normal !important;
  }
}

/* Mobile styles */
@media (max-width: 575px) {
  .mobile-card-header {
    font-size: 18px;
  }

  .mobile-card-body {
    font-size: 14px;
  }
}









.api-table {
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.api-table th {
  background-color: #f8f9fa;
  font-weight: 600;
}

.api-table tbody td {
  border-style: none;
}

.api-table td,
.api-table th {
  padding: 16px;
  vertical-align: middle;

}

.api-table a {
  color: #00A3D7;
  text-decoration: none;
}

/* .api-table a:hover {
  text-decoration: underline;
} */

@media (max-width: 768px) {
  .api-table thead {
    display: none;
  }

  .api-table tr {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
  }

  .api-table td {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
  }

  .api-table td:last-child {
    border-bottom: none;
  }

  .api-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #495057;
  }
}


/* new-section */
.we_build_col {
  background: var(--Brrrrrr, linear-gradient(243deg, rgba(100, 223, 223, 0.06) -3.57%, rgba(0, 163, 215, 0.40) 105.32%));
}

.we_build_head {
  color: var(--Primary-Blues-700, #0069AB);

  /* BB1 */
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
}

.we_build_para {
  color: var(--color-black-solid, #000);

  /* B1 */
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

.we_build_col_outline {
  background:
    linear-gradient(#FFF, #FFF) padding-box,
    linear-gradient(243deg, rgba(100, 223, 223, 0.06) -3.57%, rgba(0, 163, 215, 0.40) 105.32%) border-box;
  border: 4px solid transparent;
}


/* Make sure all containers stretch properly */
.we_build_col,
.we_build_col_outline {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Make paragraphs grow to fill available space */
.we_build_para {
  flex-grow: 1;
}

.a2-vs-diy-container {
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  color: #333;
}

.border-light-subtle {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.diy_text {
  color: #00A3D7;
}

.diy-text-size {


  /* B1 */
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}


.gradiant_backg {
  background: var(--Brrrrrr, linear-gradient(243deg, rgba(100, 223, 223, 0.06) -3.57%, rgba(0, 163, 215, 0.40) 105.32%));
}

.img_wrapperdoc {
  height: 456px !important;
}

.bg_box_doc {
  height: 456px !important;
}

@media only screen and (min-width: 992px) {
  .mark_img_doc {
    max-height: 400px !important;
  }
}

@media only screen and (max-width: 600px) {
  .mark_img_doc {
    max-height: 450px !important;
  }
}

/* 600px to 992 px tab */
@media only screen and (min-width: 600px) and (max-width: 991px) {
  .mark_img_doc {
    max-height: 450px !important;
  }
}

.quote-text {
  line-height: 140%;

}

.doc_marc_text {
  color: #00A3D7;
}

.doc_marc {
  color: #22282D;

  /* BB1 */
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
}