@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//centrallaserskincare.com/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(2,79,91);
	--wd-alternative-color: rgb(47,120,134);
	--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(2,79,91);
	--btn-accented-bgcolor-hover: rgb(47,120,134);
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(47,120,134);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(47,120,134);
	--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;
}
.page :is(.wd-page-content, .whb-header) {
	background-color: rgb(223,231,235);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) :is(.wd-page-content, .whb-header) {
	background-color: rgb(223,231,235);
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(223,231,235);
	background-image: none;
}
.woodmart-archive-blog :is(.wd-page-content, .whb-header) {
	background-color: rgb(223,231,235);
	background-image: none;
}
.single-post :is(.wd-page-content, .whb-header) {
	background-color: rgb(223,231,235);
	background-image: none;
}
.woodmart-archive-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(223,231,235);
	background-image: none;
}
.single-portfolio :is(.wd-page-content, .whb-header) {
	background-color: rgb(223,231,235);
	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: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

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


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

/* Doctor's Card List */
.vw-doctor-section {
  width: 100%;
  padding: 25px 0 45px;
  position: relative;
  overflow: hidden;
}

.vw-doctor-swiper {
  width: 100%;
  padding: 10px 5px 55px;
  overflow: hidden;
}

.vw-doctor-swiper .swiper-wrapper {
  align-items: stretch;
}

.vw-doctor-swiper .swiper-slide {
  display: flex;
  height: auto;
  box-sizing: border-box;
}

.vw-doctor-card {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
}

.vw-doctor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.13);
}

.vw-doc-img-wrap {
  height: 150px;
  background: linear-gradient(135deg, #eaf4ff, #ffffff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vw-doc-img-wrap img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.vw-doc-content {
  padding: 16px 14px 18px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.vw-doc-content h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  min-height: 48px;
}

.vw-doc-content p,
.vw-doc-specialty {
  margin: 0 0 12px;
  color: #0d6efd;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 38px;
}

.vw-doc-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 15px;
}

.vw-doc-badge {
  display: inline-block;
  background: #e8f8ef;
  color: #159447;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 50px;
  margin-bottom: 8px;
}

.vw-doc-details-btn {
  border: none;
  width: 100%;
  background: linear-gradient(135deg, #0d6efd, #064fc4);
  color: #fff;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-top: auto;
}

.vw-doc-details-btn:hover {
  background: linear-gradient(135deg, #064fc4, #043f9b);
  color: #fff;
}

/* Navigation */
.vw-doc-swiper-prev,
.vw-doc-swiper-next {
  position: absolute;
  top: 43%;
  width: 38px;
  height: 38px;
  z-index: 20;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.14);
}

.vw-doc-swiper-prev {
  left: 0;
}

.vw-doc-swiper-next {
  right: 0;
}

.vw-doc-swiper-prev:after,
.vw-doc-swiper-next:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0d6efd;
  border-right: 2px solid #0d6efd;
}

.vw-doc-swiper-prev:after {
  left: 15px;
  transform: translateY(-50%) rotate(-135deg);
}

.vw-doc-swiper-next:after {
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

.vw-doc-swiper-pagination {
  bottom: 8px !important;
}

.vw-doc-swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #0d6efd;
  opacity: 0.35;
}

.vw-doc-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 22px;
  border-radius: 20px;
}

/* Popup */
.vw-doc-popup {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.72);
  backdrop-filter: blur(7px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 18px;
}

.vw-doc-popup.active {
  display: flex;
}

.vw-doc-popup-box {
  width: 100%;
  max-width: 560px;
  background: #fff;
  border-radius: 24px;
  padding: 26px;
  position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
  animation: vwPopupIn 0.35s ease;
}

@keyframes vwPopupIn {
  from {
    opacity: 0;
    transform: translateY(25px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.vw-popup-close {
  position: absolute;
  top: 14px;
  right: 18px;
  border: none;
  background: #f3f4f6;
  color: #111;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

.vw-popup-header {
  display: flex;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #eef0f3;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.vw-popup-header img {
  width: 105px;
  height: 105px;
  border-radius: 18px;
  object-fit: cover;
}

.vw-popup-header h2 {
  margin: 0 35px 5px 0;
  font-size: 25px;
  font-weight: 700;
  color: #111827;
}

.vw-popup-header p {
  margin: 0;
  color: #0d6efd;
  font-weight: 600;
}

.vw-popup-body {
  text-align: left;
}

.vw-popup-row {
  background: #f8fafc;
  padding: 11px 14px;
  border-radius: 12px;
  margin-bottom: 10px;
  color: #374151;
}

#popupDocDetails {
  color: #4b5563;
  line-height: 1.75;
  margin-top: 14px;
}

.vw-popup-call-btn {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #fff !important;
  text-decoration: none;
  padding: 13px 18px;
  border-radius: 14px;
  font-weight: 700;
  margin-top: 18px;
}

body.vw-popup-open {
  overflow: hidden;
}

/* 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;
}






/* Post Card Style */

.vw-post-card-section {
  width: 100%;
  padding: 15px 0 30px;
}

.vw-post-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.vw-post-card-header h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  color: #111;
}

.vw-post-card-header a {
  color: #005baa;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.vw-post-card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}

.vw-post-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

.vw-post-img {
  display: block;
  width: 100%;
  height: 175px;
  overflow: hidden;
}

.vw-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vw-post-content {
  padding: 18px;
}

.vw-post-content h3 {
  margin: 0 0 10px;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.4;
}

.vw-post-content h3 a {
  color: #111;
  text-decoration: none;
}

.vw-post-content p {
  margin: 0 0 22px;
  color: #777;
  font-size: 16px;
  line-height: 1.5;
}

.vw-post-btn {
  display: inline-block;
  background: #005baa;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .vw-post-card-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .vw-post-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .vw-post-card-grid {
    grid-template-columns: 1fr;
  }

  .vw-post-card-header h2 {
    font-size: 22px;
  }

  .vw-post-img {
    height: 210px;
  }
}


/* Additional */
.vw-post-card-section {
  padding: 10px 0 30px;
}

.vw-post-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.vw-post-card-header h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
}

.vw-post-card-header a {
  font-weight: 700;
  color: #005baa;
  text-decoration: none;
}

.vw-post-card-slider {
  padding: 5px 0 40px;
}

.vw-post-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.vw-post-img {
  display: block;
  height: 160px;
}

.vw-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vw-post-content {
  padding: 15px;
}

.vw-post-content h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
}

.vw-post-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.vw-post-btn {
  display: inline-block;
  background: #005baa;
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
}

.vw-post-pagination {
  text-align: center;
  margin-top: 10px;
}