@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//new.tapy-studio.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: "DM Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "DM Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "DM Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "DM Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "DM Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "DM Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(0,160,140);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.doctor-card {
  border: 1px solid #e5e7eb;
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  max-width: 650px;
  margin: auto;
  transition: transform 0.3s ease;
}

.doctor-card:hover {
  transform: translateY(-3px);
}

/* ===== HEADER ===== */
.doctor-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.doctor-card__profile {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.doctor-card__image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.doctor-card__name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.doctor-card__title {
  color: #4b5563;
  margin: 0.25rem 0;
}

.doctor-card__rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #111827;
  font-weight: 500;
}

.doctor-card__rating .stars {
  color: #fbbf24;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

/* زرار Request */
.doctor-card__button {
  border-radius: 9999px;
  padding: 0.75rem 2rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.doctor-card__button--outline {
  background-color: #fff;
  border: 2px solid #e5e7eb;
  color: #374151;
  margin-top: 1.2rem; /* نزول الزرار لتحت */
  padding: 0.5rem 1.5rem; /* خفّض ارتفاعه شوية */
}

.doctor-card__button--outline:hover {
  background-color: #f9fafb;
}

.doctor-card__button--filled {
  background-color: #009a92;
  color: white;
  border: none;
}

.doctor-card__button--filled:hover {
  opacity: 0.7;
}

/* ===== DETAILS ===== */
.doctor-card__details p {
  margin: 0.5rem 0;
  color: #4b5563;
}

.tag {
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: rgba(0, 154, 146, 0.1);
  color: #009a92;
  border-radius: 9999px;
  font-size: 0.875rem;
  margin-left: 0.25rem;
}

/* الأسعار */
.doctor-card__pricing {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.price-badge {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background-color: #f3f4f6;
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
}

.price-symbol {
  background-color: #fff;
  color: #111827;
  font-weight: 600;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== FOOTER ===== */
.doctor-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9fafb;
  padding: 1rem;
  border-radius: 0.75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.footer-title {
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.25rem;
}

.footer-time {
  color: #009a92;
  font-weight: 500;
}

/* ===== Responsive ===== */
@media (max-width: 600px) {
  .doctor-card__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .doctor-card__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
