@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//dev.virtual-world.space/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,86,179);
	--wd-alternative-color: rgb(50,163,74);
	--btn-default-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-family: "Montserrat", Arial, Helvetica, sans-serif;
	--btn-accented-bgcolor: rgb(82,189,114);
	--btn-accented-bgcolor-hover: rgb(69,169,99);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

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


.wd-page-title {
background-color: #0a0a0a;
}

/* Mobile */
@media (max-width: 767px) {
  .vw-doctor-section {
    padding: 15px 0 35px;
    overflow: hidden;
  }

  .vw-doctor-swiper {
    padding: 8px 0 38px !important;
    overflow: hidden;
  }

  .vw-doctor-swiper .swiper-slide {
    box-sizing: border-box;
  }

  .vw-doctor-card {
    border-radius: 12px;
  }

  .vw-doc-img-wrap {
    height: 105px;
  }

  .vw-doc-img-wrap img {
    width: 72px;
    height: 72px;
    border-width: 3px;
  }

  .vw-doc-content {
    padding: 10px 8px 12px;
  }

  .vw-doc-content h3 {
    font-size: 13px;
    line-height: 1.3;
    min-height: 34px;
    margin-bottom: 4px;
  }

  .vw-doc-content p,
  .vw-doc-specialty {
    font-size: 11px;
    line-height: 1.3;
    min-height: 30px;
    margin-bottom: 8px;
  }

  .vw-doc-info {
    font-size: 10px;
    gap: 3px;
    margin-bottom: 8px;
  }

  .vw-doc-details-btn {
    padding: 7px 6px;
    font-size: 11px;
    border-radius: 7px;
  }

  .vw-doc-badge {
    font-size: 10px;
    padding: 3px 7px;
    margin-bottom: 5px;
  }

  .vw-doc-swiper-prev,
  .vw-doc-swiper-next {
    display: none;
  }

  .vw-popup-header {
    flex-direction: column;
    text-align: center;
  }

  .vw-popup-header h2 {
    margin-right: 0;
    font-size: 22px;
  }

  .vw-doc-popup-box {
    padding: 22px 18px;
    max-height: 90vh;
    overflow-y: auto;
  }
}


/* HIDE BEFORE INIT */
.vw-doctor-swiper {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* SHOW AFTER INIT */
.vw-doctor-swiper.swiper-initialized {
  opacity: 1;
}






/* LAB & Products */

.vw-health-info-wrap {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  gap: 24px;
  width: 100%;
}

.vw-health-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

.vw-lab-box {
  background: #eaf6ff;
}

.vw-box-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.vw-box-head h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #111;
}

.vw-lab-box .vw-box-head h3,
.vw-box-head a {
  color: #005baa;
}

.vw-box-head a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.vw-lab-content {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 20px;
  align-items: center;
}

.vw-lab-item,
.vw-job-item,
.vw-medicine-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  text-decoration: none;
}

.vw-lab-item:last-child,
.vw-job-item:last-child,
.vw-medicine-item:last-child {
  border-bottom: none;
}

.vw-lab-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

.vw-lab-item h4,
.vw-job-info h4,
.vw-med-info h4 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 800;
  color: #111;
  line-height: 1.4;
}

.vw-lab-item p,
.vw-job-info p,
.vw-med-info p {
  margin: 0;
  font-size: 15px;
  color: #666;
  line-height: 1.4;
}

.vw-lab-image img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 8px;
}

.vw-job-item img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.vw-job-info,
.vw-med-info {
  flex: 1;
}

.vw-apply-btn {
  background: #e8f8ef;
  color: #14934b !important;
  padding: 7px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.vw-med-img img,
.vw-medicine-item img {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  object-fit: cover;
  background: #f3f4f6;
}

.vw-med-info strong {
  display: block;
  margin-top: 5px;
  font-size: 17px;
  color: #111;
}

.vw-order-btn {
  border: 2px solid #005baa;
  color: #005baa !important;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.vw-all-medicine-btn {
  display: block;
  margin-top: 18px;
  background: #0ba34b;
  color: #fff !important;
  text-align: center;
  padding: 13px 15px;
  border-radius: 7px;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .vw-health-info-wrap {
    grid-template-columns: 1fr;
  }

  .vw-lab-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .vw-health-box {
    padding: 18px;
  }

  .vw-box-head h3 {
    font-size: 22px;
  }

  .vw-lab-content {
    grid-template-columns: 1fr;
  }

  .vw-lab-image img {
    height: 220px;
  }

  .vw-job-item,
  .vw-medicine-item {
    align-items: flex-start;
  }

  .vw-order-btn,
  .vw-apply-btn {
    font-size: 12px;
    padding: 7px 9px;
  }
}



.vw-job-list {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.vw-job-item {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}






/* ================================
   VW Doctor Manager CSS
================================ */

.vw-doctor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  padding: 25px 0;
}

.vw-doctor-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 86, 179, 0.12);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0, 86, 179, 0.08);
  transition: all 0.35s ease;
}

.vw-doctor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(0, 86, 179, 0.16);
  border-color: rgba(17, 161, 73, 0.35);
}

.vw-doctor-img {
  display: block;
  height: 260px;
  background: linear-gradient(135deg, #eaf4ff, #eefaf3);
  overflow: hidden;
}

.vw-doctor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.vw-doctor-card:hover .vw-doctor-img img {
  transform: scale(1.06);
}

.vw-doctor-card-body {
  padding: 22px;
  text-align: center;
}

.vw-doctor-card-body h3 {
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
}

.vw-doctor-card-body h3 a {
  color: #0f172a;
  text-decoration: none;
}

.vw-doctor-specialty {
  margin: 0 0 7px;
  color: #0056b3;
  font-size: 15px;
  font-weight: 800;
}

.vw-doctor-degree,
.vw-doctor-meta,
.vw-doctor-hospital {
  margin: 0 0 7px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.45;
}

.vw-doctor-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  min-height: 44px;
  padding: 11px 24px;
  background: linear-gradient(135deg, #0056b3, #11a149);
  color: #fff !important;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(0, 86, 179, 0.2);
  transition: all 0.3s ease;
}

.vw-doctor-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(17, 161, 73, 0.25);
}

/* Single Doctor Page */
.single-doctor .entry-header,
.single-doctor .entry-meta,
.single-doctor .woodmart-entry-meta,
.single-doctor .post-date,
.single-doctor .post-author,
.single-doctor .post-navigation,
.single-doctor .woodmart-social-icons {
  display: none !important;
}

.single-doctor .content-area,
.single-doctor .site-content,
.single-doctor .col-lg-9,
.single-doctor .col-lg-12 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.vw-single-doctor-wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 50px;
  padding: 20px 15px;
}

.vw-single-doctor-hero {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 35px;
  align-items: center;
  padding: 35px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(17, 161, 73, 0.14), transparent 35%),
    linear-gradient(135deg, rgba(0, 86, 179, 0.08), rgba(17, 161, 73, 0.06));
  border: 1px solid rgba(0, 86, 179, 0.12);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.vw-single-doctor-photo {
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 35px rgba(0, 86, 179, 0.15);
}

.vw-single-doctor-photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.vw-single-doctor-intro .vw-doctor-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(0, 86, 179, 0.1);
  color: #0056b3;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.vw-single-doctor-intro h1 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.15;
}

.vw-single-doctor-intro h3 {
  margin: 0 0 12px;
  color: #0056b3;
  font-size: 22px;
  font-weight: 800;
}

.vw-degree,
.vw-designation {
  margin: 0 0 10px;
  color: #475569;
  font-size: 16px;
  line-height: 1.55;
}

.vw-doctor-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 25px;
}

.vw-call-btn,
.vw-appointment-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.vw-call-btn {
  background: #fff;
  color: #0056b3 !important;
  border: 1px solid rgba(0, 86, 179, 0.18);
}

.vw-appointment-btn {
  background: linear-gradient(135deg, #0056b3, #11a149);
  color: #fff !important;
  box-shadow: 0 12px 25px rgba(0, 86, 179, 0.22);
}

.vw-doctor-details-card {
  margin-top: 30px;
  padding: 34px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(0, 86, 179, 0.1);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.vw-doctor-details-card h2 {
  margin: 0 0 24px;
  color: #0f172a;
  font-size: 30px;
  font-weight: 900;
}

.vw-doctor-info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.vw-doctor-info-list div {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: #f8fbff;
  border: 1px solid #e8eef7;
}

.vw-doctor-info-list strong {
  min-width: 145px;
  color: #0056b3;
  font-weight: 900;
}

.vw-doctor-info-list span {
  color: #334155;
  line-height: 1.6;
}

.vw-doctor-services {
  margin-top: 26px;
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0, 86, 179, 0.07), rgba(17, 161, 73, 0.07));
}

.vw-doctor-services h3 {
  margin: 0 0 16px;
  color: #0f172a;
  font-size: 24px;
  font-weight: 900;
}

.vw-doctor-services ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
}

.vw-doctor-services li {
  margin-bottom: 10px;
  color: #334155;
  font-size: 16px;
  line-height: 1.55;
}

/* Popup */
.vw-doctor-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(15, 23, 42, 0.68);
  backdrop-filter: blur(8px);
}

.vw-doctor-popup.active {
  display: flex;
}

.vw-doctor-popup-box {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: 30px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
}

.vw-doctor-popup-box h3 {
  margin: 0 0 20px;
  color: #0f172a;
  font-size: 24px;
  font-weight: 900;
}

.vw-close-doctor-popup {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.vw-doctor-popup-box input,
.vw-doctor-popup-box textarea,
.vw-doctor-popup-box select {
  width: 100%;
  margin-bottom: 12px;
  padding: 13px 15px;
  border: 1px solid #dbe4ef;
  border-radius: 12px;
  font-size: 15px;
}

.vw-doctor-popup-box input[type="submit"],
.vw-doctor-popup-box button[type="submit"] {
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #0056b3, #11a149);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 1199px) {
  .vw-doctor-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .vw-single-doctor-hero {
    grid-template-columns: 320px 1fr;
  }
}

@media (max-width: 991px) {
  .vw-doctor-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vw-single-doctor-hero {
    grid-template-columns: 1fr;
  }

  .vw-single-doctor-photo img {
    height: 460px;
  }

  .vw-doctor-info-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .vw-doctor-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vw-doctor-img {
    height: 300px;
  }

  .vw-single-doctor-wrapper {
    padding: 10px;
  }

  .vw-single-doctor-hero,
  .vw-doctor-details-card {
    padding: 22px;
    border-radius: 22px;
  }

  .vw-single-doctor-photo img {
    height: 360px;
  }

  .vw-single-doctor-intro h1 {
    font-size: 30px;
  }

  .vw-single-doctor-intro h3 {
    font-size: 19px;
  }

  .vw-doctor-action-row {
    flex-direction: column;
  }

  .vw-call-btn,
  .vw-appointment-btn {
    width: 100%;
  }

  .vw-doctor-info-list div {
    flex-direction: column;
    gap: 6px;
  }

  .vw-doctor-info-list strong {
    min-width: auto;
  }

  .vw-doctor-services ul {
    columns: 1;
  }
}

/* POP UP form solving */
/* CF7 popup overflow fix */
.vw-doctor-popup {
  overflow-y: auto;
}

.vw-doctor-popup-box {
  max-height: 90vh;
  overflow-y: auto;
  padding-bottom: 28px;
}

.vw-doctor-popup-box .wpcf7 {
  width: 100%;
}

.vw-cf7-doctor-form {
  width: 100%;
}

.vw-cf7-doctor-form label {
  display: block;
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.vw-cf7-doctor-form input,
.vw-cf7-doctor-form textarea,
.vw-cf7-doctor-form select {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100%;
}

.vw-cf7-doctor-form textarea {
  min-height: 90px;
  max-height: 130px;
  resize: vertical;
}

.vw-cf7-doctor-form .wpcf7-submit {
  display: block;
  width: 100% !important;
  min-height: 48px;
  margin-top: 8px;
  white-space: normal;
  overflow: visible;
}





/* SideBar posst by admin removed */
/* =====================================
   REMOVE WOODMART BLOG ELEMENTS
===================================== */

/* Remove Sidebar Completely */
.single-doctor .main-page-wrapper {
    grid-template-columns: 100% !important;
}

.single-doctor aside,
.single-doctor .sidebar-container,
.single-doctor .widget-area,
.single-doctor .sidebar-widget-area,
.single-doctor .wd-sidebar,
.single-doctor .sidebar-right,
.single-doctor .col-lg-3,
.single-doctor .col-md-3 {
    display: none !important;
}

/* Force Main Content Full Width */
.single-doctor .site-content,
.single-doctor .content-area,
.single-doctor .col-lg-9,
.single-doctor .col-md-9,
.single-doctor .wd-content-area {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* Remove Top Default Featured Image */
.single-doctor .post-thumbnail,
.single-doctor .entry-thumbnail,
.single-doctor .woodmart-post-image,
.single-doctor .post-img-wrapp,
.single-doctor .wp-post-image:first-child,
.single-doctor .post-image {
    display: none !important;
}

/* Remove Title Area Above */
.single-doctor .entry-header,
.single-doctor .single-post-header,
.single-doctor .title-size-default {
    display: none !important;
}

/* Remove Meta Info */
.single-doctor .entry-meta,
.single-doctor .meta-author,
.single-doctor .meta-date,
.single-doctor .post-author,
.single-doctor .post-date,
.single-doctor .woodmart-entry-meta {
    display: none !important;
}

/* Remove Related/Comments If Needed */
.single-doctor .comments-area,
.single-doctor .related-posts {
    display: none !important;
}

/* Remove Extra Top Space */
.single-doctor .site-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}







/* Remove remaining author/title area */
.single-doctor header.entry-header,
.single-doctor .entry-header,
.single-doctor .article-meta,
.single-doctor .meta-post-categories,
.single-doctor .wd-post-meta,
.single-doctor .post-meta,
.single-doctor .meta-author,
.single-doctor .author-info,
.single-doctor .post-title,
.single-doctor .entry-title,
.single-doctor h1.entry-title,
.single-doctor .blog-title-style-default {
    display: none !important;
}


/* Remove default Woodmart post title */
.single-doctor .wd-entities-title,
.single-doctor .wd-post-title,
.single-doctor .title,
.single-doctor h1.wd-entities-title {
    display: none !important;
}



/* Center full doctor single layout */
.single-doctor .main-page-wrapper,
.single-doctor .site-content,
.single-doctor .wd-content-layout,
.single-doctor .content-layout-wrapper,
.single-doctor .container {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
}

.single-doctor .wd-content-area,
.single-doctor .content-area {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.vw-single-doctor-wrapper {
    width: 100% !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}




/* Doctors Slider as Carousel Html Block */
/* =====================================
   VW DOCTOR SLIDER
===================================== */

.vw-doc-slider-section {
    position: relative;
    width: 100%;
    padding: 10px 0 20px;
    overflow: hidden;
}

.vw-doc-slider {
    overflow: visible !important;
}

.vw-doc-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(0, 86, 179, 0.08);
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    transition: all 0.35s ease;
    height: 100%;
}

.vw-doc-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(0, 86, 179, 0.16);
}

.vw-doc-img-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: linear-gradient(135deg, #eef6ff, #f5fff8);
}

.vw-doc-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.22),
        transparent 45%
    );
    opacity: 0;
    transition: opacity 0.35s ease;
}

.vw-doc-card:hover .vw-doc-img-wrap::after {
    opacity: 1;
}

.vw-doc-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.vw-doc-card:hover .vw-doc-img-wrap img {
    transform: scale(1.08);
}

.vw-doc-content {
    position: relative;
    padding: 20px;
    text-align: center;
}

.vw-doc-content h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
}

.vw-doc-specialty {
    margin: 0 0 6px;
    color: #0056b3;
    font-size: 15px;
    font-weight: 800;
}

.vw-doc-degree {
    margin: 0 0 8px;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}

.vw-doc-hospital,
.vw-doc-time {
    margin: 0 0 7px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.45;
}

.vw-doc-details-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    min-height: 46px;
    padding: 12px 26px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0056b3, #11a149);
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 25px rgba(0, 86, 179, 0.2);
    transition: all 0.3s ease;
}

.vw-doc-details-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(17, 161, 73, 0.24);
}

/* Swiper spacing fix */
.vw-doc-slider .swiper-slide {
    height: auto !important;
}

/* =====================================
   MOBILE
===================================== */

@media (max-width: 1199px) {
    .vw-doc-img-wrap {
        height: 290px;
    }
}

@media (max-width: 991px) {
    .vw-doc-img-wrap {
        height: 260px;
    }

    .vw-doc-content {
        padding: 18px;
    }

    .vw-doc-content h3 {
        font-size: 19px;
    }
}

@media (max-width: 575px) {

    .vw-doc-slider-section {
        padding-bottom: 10px;
    }

    .vw-doc-img-wrap {
        height: 230px;
    }

    .vw-doc-content {
        padding: 16px;
    }

    .vw-doc-content h3 {
        font-size: 17px;
    }

    .vw-doc-specialty,
    .vw-doc-degree,
    .vw-doc-hospital,
    .vw-doc-time {
        font-size: 13px;
    }

    .vw-doc-details-btn {
        width: 100%;
        padding: 11px 18px;
        font-size: 13px;
    }
}



.vw-doc-img-wrap,
.vw-doc-content h3 a,
.vw-doc-details-btn {
    pointer-events: auto !important;
    cursor: pointer;
    text-decoration: none !important;
}

.vw-doc-card {
    pointer-events: auto !important;
}

.vw-doc-content h3 a {
    color: #0f172a !important;
}

/* Fix button click inside swiper */
.vw-doc-slider .swiper-slide {
    overflow: visible !important;
}

.vw-doc-card {
    position: relative;
    z-index: 2;
}

.vw-doc-content {
    position: relative;
    z-index: 5;
}

.vw-doc-details-btn {
    position: relative;
    z-index: 999;
    pointer-events: auto !important;
    cursor: pointer;
}

.vw-doc-details-btn:hover {
    opacity: 1 !important;
}



/* =====================================
   CLEAN DOCTOR SLIDER
===================================== */

.vw-doc-slider-section {
    position: relative;
    width: 100%;
    padding: 10px 0 25px;
}

.vw-doc-slider {
    overflow: hidden;
}

.vw-doc-slider .swiper-slide {
    height: auto;
}

.vw-doc-card {
    height: 100%;
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(0,86,179,0.08);
    box-shadow: 0 12px 28px rgba(15,23,42,0.08);
    transition: all .35s ease;
}

.vw-doc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(0,86,179,0.15);
}

.vw-doc-img-wrap {
    display: block;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f3f7ff;
}

.vw-doc-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.vw-doc-card:hover .vw-doc-img-wrap img {
    transform: scale(1.08);
}

.vw-doc-content {
    padding: 18px;
    text-align: center;
}

.vw-doc-content h3 {
    margin: 0 0 7px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.vw-doc-content h3 a {
    color: #0f172a;
    text-decoration: none;
}

.vw-doc-specialty {
    margin: 0 0 6px;
    color: #0056b3;
    font-size: 15px;
    font-weight: 800;
}

.vw-doc-degree,
.vw-doc-hospital,
.vw-doc-time {
    margin: 0 0 6px;
    color: #64748b;
    font-size: 14px;
}

.vw-doc-profile-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    width: 100%;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg,#0056b3,#11a149);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 800;
    transition: all .3s ease;
}

.vw-doc-profile-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(17,161,73,0.25);
}



.vw-doctor-carousel-wrap {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 25px;
}

.vw-doctor-carousel .swiper-slide {
  height: auto;
}

.vw-doctor-carousel .vw-doctor-card {
  height: 100%;
}

@media (max-width: 575px) {
  .vw-doctor-carousel .vw-doctor-img {
    height: 320px;
  }
}


/* Responsive */

@media(max-width:1199px){

    .vw-doc-img-wrap{
        height:250px;
    }

}

@media(max-width:991px){

    .vw-doc-img-wrap{
        height:220px;
    }

    .vw-doc-content h3{
        font-size:18px;
    }

}

@media(max-width:575px){

    .vw-doc-img-wrap{
        height:190px;
    }

    .vw-doc-content{
        padding:14px;
    }

    .vw-doc-content h3{
        font-size:16px;
    }

    .vw-doc-specialty,
    .vw-doc-degree,
    .vw-doc-hospital,
    .vw-doc-time{
        font-size:12px;
    }

    .vw-doc-profile-link{
        font-size:12px;
        min-height:42px;
        padding:10px 14px;
    }

}









/* =====================================
   JOB SINGLE PAGE WOODMART CLEANUP
===================================== */

.single-job .main-page-wrapper {
  grid-template-columns: 100% !important;
}

.single-job aside,
.single-job .sidebar-container,
.single-job .widget-area,
.single-job .sidebar-widget-area,
.single-job .wd-sidebar,
.single-job .sidebar-right,
.single-job .col-lg-3,
.single-job .col-md-3 {
  display: none !important;
}

.single-job .site-content,
.single-job .content-area,
.single-job .wd-content-area,
.single-job .col-lg-9,
.single-job .col-md-9,
.single-job .col-lg-12 {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.single-job .entry-header,
.single-job header.entry-header,
.single-job .single-post-header,
.single-job .woodmart-entry-meta,
.single-job .entry-meta,
.single-job .wd-post-meta,
.single-job .post-meta,
.single-job .meta-author,
.single-job .meta-date,
.single-job .post-author,
.single-job .post-date,
.single-job .wd-entities-title,
.single-job .wd-post-title,
.single-job .entry-title,
.single-job h1.entry-title,
.single-job .post-title,
.single-job .blog-title-style-default {
  display: none !important;
}

.single-job .post-thumbnail,
.single-job .entry-thumbnail,
.single-job .woodmart-post-image,
.single-job .post-img-wrapp,
.single-job .post-image {
  display: none !important;
}

.single-job .comments-area,
.single-job .related-posts,
.single-job .post-navigation,
.single-job .woodmart-social-icons {
  display: none !important;
}

.single-job .main-page-wrapper,
.single-job .site-content,
.single-job .wd-content-layout,
.single-job .content-layout-wrapper,
.single-job .container {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  width: 100% !important;
  max-width: 100% !important;
}

.single-job .site-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}





/* Job Single Page Full Clean */
.single-job aside,
.single-job .sidebar-container,
.single-job .widget-area,
.single-job .wd-sidebar,
.single-job .col-lg-3,
.single-job .col-md-3,
.single-job .entry-header,
.single-job .entry-meta,
.single-job .woodmart-entry-meta,
.single-job .post-date,
.single-job .post-author,
.single-job .wd-entities-title,
.single-job .wd-post-title,
.single-job .post-navigation,
.single-job .comments-area {
  display: none !important;
}

.single-job .site-content,
.single-job .content-area,
.single-job .wd-content-area,
.single-job .col-lg-9,
.single-job .col-md-9,
.single-job .col-lg-12,
.single-job .container {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.vw-single-job-wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 60px;
  padding: 20px 15px;
}

.vw-single-job-hero {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 34px;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(0,86,179,.08), rgba(17,161,73,.07));
  border: 1px solid rgba(0,86,179,.12);
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
}

.vw-single-job-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 24px;
}

.vw-job-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(0,86,179,.1);
  color: #0056b3;
  font-weight: 900;
  font-size: 13px;
}

.vw-single-job-content h1 {
  margin: 0 0 12px;
  font-size: 42px;
  font-weight: 900;
  color: #0f172a;
}

.vw-job-company-name {
  color: #11a149;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 22px;
}

.vw-single-job-info-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  margin-bottom: 25px;
}

.vw-single-job-info-grid div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(0,86,179,.1);
}

.vw-single-job-info-grid strong {
  display: block;
  margin-bottom: 7px;
  color: #0056b3;
  font-size: 13px;
  font-weight: 900;
}

.vw-single-job-info-grid span {
  color: #0f172a;
  font-size: 15px;
  font-weight: 700;
}

.vw-job-apply-main {
  display: inline-flex;
  padding: 14px 32px;
  border-radius: 999px;
  background: linear-gradient(135deg,#0056b3,#11a149);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
}

.vw-job-description-card {
  margin-top: 30px;
  padding: 38px;
  border-radius: 28px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,86,179,.1);
  box-shadow: 0 16px 40px rgba(15,23,42,.07);
}

.vw-job-description-card h3 {
  margin: 0 0 18px;
  color: #0f172a;
  font-size: 28px;
  font-weight: 900;
}

.vw-job-description-card ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.vw-job-description-card li {
  position: relative;
  margin-bottom: 12px;
  padding: 14px 16px 14px 44px;
  border-radius: 16px;
  background: #f8fbff;
  color: #334155;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #e8eef7;
}

.vw-job-description-card li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 13px;
  color: #11a149;
  font-weight: 900;
}

@media(max-width: 991px) {
  .vw-single-job-hero {
    grid-template-columns: 1fr;
  }

  .vw-single-job-image img {
    height: 320px;
  }
}

@media(max-width: 575px) {
  .vw-single-job-hero,
  .vw-job-description-card {
    padding: 22px;
    border-radius: 22px;
  }

  .vw-single-job-content h1 {
    font-size: 30px;
  }

  .vw-single-job-info-grid {
    grid-template-columns: 1fr;
  }

  .vw-single-job-image img {
    height: 230px;
  }
}
