.mr6 {
    margin-right: 6px;
}
.mb25 {
    margin-bottom: 25px !important;
}
.my30 {
    height: 30px;
}
.mt30 {
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.pb80 {
    padding-bottom: 80px;
}
.pt50 {
  padding-top: 50px;
}
.table-responsive-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* TABLE BASE */
thead tr.limited th {

    text-align: center !important;
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
    letter-spacing: .05rem;

    background: #554023;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #c99846, #554023);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #c99846, #554023); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.pricing-table thead tr.no-radius th {
    border-radius: 0!important;
}
.price::before {
  content: "RM ";
  font-weight: 400;
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  font-size: 15px;

}
.pricing-table table {
    border:  1px solid #e7e7e7;
}
.pricing-table td:not(:first-child) {
    background: #d0d8d8;
}

/* HEADER */
.pricing-table thead {
  background-color: var(--base-dark);
}

.pricing-table thead th {
  color: #fff;
  padding: 10px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}

/* BODY */
.pricing-table thead th,
.pricing-table tbody td {
  padding: 10px 0 10px 20px;
}    
.pricing-table tbody td {
  border-bottom: 1px solid #eee;
  color: #444;
  line-height: initial;
}

/* FIRST COLUMN (Treatment) */
.pricing-table tbody td:first-child {
  font-weight: 500;
  color: #222;
  background-color: #eee;
}
.pricing-table tbody tr:not(:last-child) td:first-child {
  border-bottom: 1px solid #fff;
}

.pricing-table tbody tr:not(:first-child):hover td{
    color: #fff !important;
    background-color: #000 !important;
}
.pricing-table tbody tr {
    transition: all 0.3s ease;
}

.pricing-table tbody tr td {
    transition: all 0.3s ease;
}

/* PRICE ALIGNMENT */
.pricing-table td:not(:first-child),
.pricing-table th:not(:first-child) {
  text-align: center;
  white-space: nowrap;
}

/* ROW HOVER (optional premium feel) */
.pricing-table tbody tr:hover {
  background: #f8f8f8;
}

/* SECTION TITLE ROW (like "Injections", "Botox") */
.pricing-table thead th:first-child {
  border-top-left-radius: 8px;
}

.pricing-table thead th:last-child {
  border-top-right-radius: 8px;
}
.dr-motto {
  font-size: 26px;
  letter-spacing: .1rem;
  color: #000;
  font-style: italic;
  font-family: var(--base-headingfont);
  margin: 10px 0 15px 0!important ;
}
.dr-signature h5 {
  color: #000;
  font-weight: 600;
  margin: 10px 0 5px 0;
}
.dr-signature h5,
.dr-signature span {
  font-family: var(--base-headingfont);
}
.dr-signature span {
  letter-spacing: .1rem;
}  
/*marquee*/
section.marquee {
  background-color: #f7f7f7;
  padding: 24px 0;
  overflow: hidden;
}
section.marquee-reverse {
  background-color: #000;
  padding: 24px 0;
  overflow: hidden;
}
.marquee-container {
  width: 100%;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
 
.marquee-content {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
section.marquee-reverse .marquee-content span {
  color: #fff;
}  
section.marquee .marquee-content span {
  color: #000;
}  
.marquee-content span {
  display: inline-flex;
  align-items: center;
  font-size: 30px;
  margin-right: 50px;
  line-height: 1.2;
  text-transform: capitalize;
}

.marquee-content span::after {
  content: "•";
  margin-left: 50px;
  opacity: 0.7;
}

.marquee-content span:last-child::after {
  content: "";
  margin: 0;
}

.marquee-track:hover {
  animation-play-state: paused;
}

section.marquee .marquee-track {
  animation: marquee-left 28s linear infinite;
}

section.marquee-reverse .marquee-track {
  animation: marquee-right 28s linear infinite;
} 

@keyframes marquee-left {
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-50%,0,0); }
}

@keyframes marquee-right {
  from { transform: translate3d(-50%,0,0); }
  to   { transform: translate3d(0,0,0); }
}

.featured-imagebox-service.style2.bg-icon-rb:before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.08;
  z-index: 0;
}

.featured-imagebox-service.style2.bg-icon-laser:before {
  background-image: url(../images/icon/icon-laser.svg);
}

.featured-imagebox-service.style2.bg-icon-lifting:before {
  background-image: url(../images/icon/icon-lifting.svg);
}
.featured-imagebox-service.style2.bg-icon-injection:before {
  background-image: url(../images/icon/icon-injection.svg);
}


/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle-title a{ 
    display: block;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}
.accordion .toggle-title a i{ margin-right: 15px; }
.accordion .toggle-content {
    margin-top: 15px;
}
.accordion .toggle-content.show {
    display: block !important;
}
.accordion .toggle-content p:last-child {
    margin-bottom: 0;
}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    display: inline-block;
    content: "\f055";
    border-radius: 50%;
    font-size: 20px;
}
.accordion .toggle .toggle-title a.active:after {
    content: "\f056";
}
.accordion .alignleft{ margin: .15em 1.5em 1.1em 0; }


.accordion .toggle.prt-control-left-true .toggle-title a{ 
    padding-left: 40px;
}
.accordion .toggle.prt-control-left-true .toggle-title a:after{ 
    left: 20px;
}
.accordion .toggle.prt-control-left-true .toggle-title a { padding-left: 30px; }
.accordion .toggle.prt-control-left-true .toggle-title a:after{
    left: 0;
    border: 0;
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
}

/* prt-style-classic style1 */
/*style1*/
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    color: var(--base-headingfont-color);
    background-color: transparent;
    padding: 25px 0 30px 102px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    display: flex;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active{
    border-bottom: 1px solid transparent;
    padding: 25px 0 0 102px;
}
.accordion.style1 .toggle-content{
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 27px;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:before{
    position: absolute;
    left: 0;
    top: 29px;
    counter-increment: container;
    content: counter(container,decimal-leading-zero) " Step";
    font-size: 15px;
    line-height: 15px;
    color: var(--base-bodyfont-color);
    border: 1px solid #e7e7e7;
    padding: 5px 13px 5px 13px;
    border-radius: 50px;
    width: 86px;
    height: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active:before,
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:hover:before{
    background-color: var(--base-dark);
    border: 1px solid var(--base-dark);
    color: var(--base-white);
}
.accordion.style1 .toggle .toggle-title a:after{ display: none; }

/*style2*/
.accordion.style2{ min-height: 675px; }
.accordion.style2 .toggle.prt-toggle_style_classic { 
    padding: 0;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    margin: 0 0 15px;
}
.accordion.style2 .toggle.prt-toggle_style_classic:last-child {
    margin-bottom: 0;
}
.accordion.style2 .toggle.prt-toggle_style_classic .toggle-content { 
    margin-top: 0;
    padding: 0px 30px 25px 30px;  
}
.accordion.style2 .toggle.prt-toggle_style_classic .toggle-content p{ 
    border-top: 1px solid rgba(0, 0, 0, 0.10); 
    padding-top: 25px;
}
.accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a {
    padding: 22px 70px 24px 30px;
    font-family: var(--base-headingfont);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: var(--base-headingfont-color);
    white-space: normal;
}
.accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a.active {
    padding: 22px 70px 22px 30px;
}
.accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a:after{
    content: "\e627";
    font-family: 'themify';
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    top: 23px;
    right: 30px;
    transition: all 0.1s ease;
    transform: rotate(45deg);
}
.accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a.active:after {
    transform: rotate(135deg);
}

.border-radius-50{
  border-radius: 50%;
}

.why-box {
    padding: 35px 25px;
    border-left: 2px solid rgba(255,255,255,0.15);
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
}

.why-box:hover {
    border-color: #fff;
    transform: translateY(-6px);
}

.why-box h5 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #fff;
}

.why-box p {
    font-size: 15.5px;
    line-height: 1.8;
    color: rgba(255,255,255,0.85);
}

/* Add spacing between columns */
@media (min-width: 992px) {
    .why-box {
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .why-box {
        margin-bottom: 25px;
        border-left: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding-bottom: 25px;
    }
}

.why-number {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 8px;
}
.custom-check-list ul {
    padding-left: 0;
    margin: 0;
}

.custom-check-list li {
    list-style: none;
    position: relative;
    padding-left: 36px;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.6;
    color: #111;
}

.custom-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(30, 91, 91, 0.1);
    color: #1e5b5b;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pico-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.pico-card img {
    width: 100%;
    object-fit: cover;
}

.pico-card-content {
    padding: 20px;
    text-align: center;
}

.pico-card h5 {
    margin-bottom: 10px;
    font-size: 20px;
}

.pico-card p {
    font-size: 15px;
    color: #666;
    line-height: 20px;
    margin: 0;
}

/* Hover effect (premium feel) */
.pico-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.benefit-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
    font-size: 15px;
    position: relative;
    padding-left: 42px;
}

/* Check icon */
.benefit-card::before {
    content: "✓";
    position: absolute;
    left: 15px;
    top: 16px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1e5b5b;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefits-section-clean {
    padding: 85px 0;
    background: #f6f4f2;
}

.benefits-section-clean .section-title {
    margin-bottom: 10px;
}

.benefits-section-clean .title-desc p {
    max-width: 760px;
    margin: 0 auto;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.benefit-solid-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 22px 22px 22px 56px;
    position: relative;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    min-height: 96px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.benefit-solid-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.benefit-solid-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #222;
    font-weight: 500;
}

.benefit-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1e5b5b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .benefits-section-clean {
        padding: 60px 0;
    }

    .benefit-solid-card {
        min-height: auto;
        padding: 18px 18px 18px 52px;
    }

    .benefit-solid-card p {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .benefits-section-clean .title-desc p {
        font-size: 15px;
        line-height: 1.75;
    }

    .benefit-solid-card {
        border-radius: 14px;
        margin-bottom: 15px;
    }

    .benefit-icon {
        left: 16px;
        width: 22px;
        height: 22px;
        font-size: 12px;
    }
}
.faq-section-clean {
    padding: 80px 0;
    background: #ffffff;
}

.faq-section-clean h2 {
    font-size: 42px;
    font-weight: 500;
}

.faq-section-clean .title-desc p {
    max-width: 700px;
    margin: 0 auto;
    color: #666;
    line-height: 1.8;
}

.faq-section-clean .toggle {
    background: #f7f6f5;
    border-radius: 16px;
    margin-bottom: 18px;
    padding: 0 20px;
    transition: all 0.3s ease;
}

.faq-section-clean .toggle:hover {
    background: #f1efed;
}

.faq-section-clean .toggle-title a {
    display: block;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

.faq-section-clean .toggle-content {
    padding-bottom: 20px;
}

.faq-section-clean .toggle-content p {
    margin: 0;
    color: #555;
    line-height: 1.8;
    font-size: 15.5px;
}

@media (max-width: 768px) {
    .faq-section-clean h2 {
        font-size: 30px;
    }

    .faq-section-clean .toggle-title a {
        font-size: 16px;
    }
}
.accordion.style2.faq-accordion{
  min-height: unset;
}

.featured-content.incard {
    text-align: left;
    padding: 20px !important;
    background-color: rgba(255 255 255 / 0.88);
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 20px 20px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.incard p {
    margin: 8px 0 0 0;
    color: #000;
    line-height: initial;
    opacity: .7;
}
img.branch {
    max-height: 600px;
}

/**address**/
ul.branches {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.branches li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    line-height: 34px;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
    font-weight: 400;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 20px 0;
}
ul.branches li:first-child{ margin-top: 0; padding: 8px 0 20px; }
ul.branches li span{
    font-size: 16px;
    line-height: 26px;
}
ul.branches li span.bdesc {
    padding-left: 30px;
    text-align: right;
}
ul.branches span.bbtns {
    display: block;
    margin-top: 10px;
}
ul.branches .bbtns img {
    max-width: 100%;
    width: 45px;
    height: 100%;
    border-radius: 50px;
}
span.baddress {
    width: 100%;
    display: block;
}
span.btitle {
    opacity: .75;
}

ul.branches .bbtns img {
    transition: transform 0.35s ease, filter 0.35s ease;
}

ul.branches .bbtns img:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}
.bg-cardw {
    background: #fff;
}
/**reviews**/
.rbox {
  overflow: hidden;
}
.pagination-reviews {
    display: block;
    position: relative !important;
    margin-top: 20px !important;
}
.testimonial-header{
  box-sizing: border-box !important;
  outline: none !important;
  margin: 0;
}

.testimonial-header-container{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(248, 248, 248);
    padding: 24px;
    border-radius: 20px;
}

.testimonial-header-title{
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    color: rgb(17, 17, 17);
    font-size: 20px;
}

.testimonial-header-svg{
  display: block;
  object-fit: contain;
  height: 36px;
  margin-right: 10px;
}

.testimonial-header-info{
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}

.testimonial-header-info-container{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: left;
}

.testimonial-header-info-rating{
  font-weight: 700;
  line-height: normal;
  font-size: 20px;
  color: rgb(17, 17, 17);
  word-break: normal !important;
  margin-right: 8px;
}

.testimonial-header-info-rating-bar{
  display: inline-flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 10px;
}

.testimonial-header-info-rating-outer{
  position: relative;
  height: 20px;
}

.testimonial-header-info-rating-inner{
  inset: 0px;
  margin: auto;
  line-height: 0;
}

.testimonial-header-info-rating-inner > img{
    width: 110px;
}

.testimonial-header-info-reviews{
    overflow: hidden;
    font-weight: 400;
    line-height: 1.8;
    align-self: flex-end;
    font-size: 12px;
    color: rgba(17, 17, 17, 0.5);
    display: flex;
}

#reviews-swiper .swiper-slide{
    position: relative;
    transition: background-color 0.1s ease 0s;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 24px;
    margin-top: 15px;
    background-color: rgb(248, 248, 248);
    border: 1px solid transparent;
    height: 230px;
    border-radius: 8px;
    color: black;
}

.testimonial-reviews-author-container{
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  margin-bottom: 12px;
}

.testimonial-reviews-author-avatar-container{
  width: 40px;
  height: 40px;
  position: relative;
  align-self: flex-start;
  margin-right: 12px;
}

.testimonial-reviews-author-avatar{
  position: relative;
  width: 40px;
  height: 40px;
  box-shadow: rgba(17, 17, 17, 0.1) 0px 0px 2px inset;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-reviews-author-avatar span{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  height: 100%;
  color: white;
}

.avatar-color-1{
  background-color: #aa47bc;
}

.avatar-color-2{
  background-color: #7a1fa2;
}

.avatar-color-3{
  background-color: #78909d;
}

.avatar-color-4{
  background-color: #465a66;
}

.avatar-color-5{
  background-color: #ec417a;
}

.avatar-color-6{
  background-color: #c2175b;
}

.avatar-color-7{
  background-color: #689f3a;
}

.avatar-color-8{
  background-color: #0189d2;
}

.avatar-color-9{
  background-color: #8d6e63;
}

.avatar-color-10{
  background-color: #ec4e1d;
}

.testimonial-reviews-author-avatar img{
  display: inline-block !important;
  position: static !important;
  margin: 0px !important;
  padding: 0px !important;
  max-width: none !important;
  height: inherit !important;
  width: inherit !important;
  visibility: visible !important;
  object-fit: cover;
}

.testimonial-reviews-author-source-container{
  bottom: -6px;
  right: -6px;
  position: absolute !important;
}

.testimonial-reviews-author-source-icon{
  width: 24px;
  height: 24px;
}

.testimonial-reviews-author-source-img{
    display: block;
    object-fit: contain;
    width: 24px;
    height: 24px;
}

.testimonial-reviews-author-info {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  min-width: 0px;
  max-width: 100%;
}

.testimonial-reviews-author-info span{
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;a
  margin-right: 5px;
}

.testimonial-reviews-author-badge{
  width: 14px;
  height: 14px;
}

.testimonial-reviews-info-container{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: left;
  flex-flow: column;
}

.testimonial-reviews-info-rating-container{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: left;
  width: 100%;
  margin-bottom: 6px;
}

.testimonial-reviews-info-rating-content{
  display: inline-flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
}

.testimonial-reviews-info-rating-outer{
  position: relative;
  width: 18px;
  height: 18px;
}

.testimonial-reviews-info-rating-inner{
  position: absolute;
  inset: 0px;
  margin: auto;
  line-height: 0;
  width: 100px;
}

.testimonial-reviews-info-comment{
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  width: 100%;
}
.testimonial-reviews-info-rating-inner img,
.testimonial-reviews-author-badge img{
  width: 100%;
}
.btn-review{
  border-radius: 24px;
  border-color: rgba(0, 0, 0, 0);
  line-height: 1.32;
  color: rgb(255, 255, 255);
  font-family: inherit;
  font-weight: bold;
  font-size: 14px;
  background-color: rgb(25, 123, 255);
  border-width: 2px;
}
.btn-review:hover {
    background: #000;
    color: #fff;
}
/**end review**/

img.sp {
    width:  100%;
    height: 100%;
}


.section-title p.text-base-white {
    color: #fff !important;
}
.banner-highlights p{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.72);
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 999px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.banner-highlights p .star{
    color: #c89b3c;
    font-size: 15px;
}

.banner-highlights p strong{
    color: #000;
    font-weight: 500;
}
p.remarks {
    font-style: italic;
    color: #002995;
}

.team-trust{
    display: flex;
    justify-content: center;
    margin-top: 12px;
}
.team-trust .item {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    background: #f7f0de;
}

.team-trust i{
    font-size: 12px;
    color: #c89b3c; /* subtle gold */
}
.team-card .prt-desc {
    width: 100%;
}

.team-card .prt-desc p {
    display: block;
    width: 88%;
    margin: 10px auto 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0;
}

#de-loader2 {
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px); /* blur background */
  background-color: rgba(255, 255, 255, 0.4); /* transparent white tint */
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#de-loader2 .de-text{
  color: #000000;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000000;
  margin: -2px 0 0 -2px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.error {
  display: none;
  margin-top: 30px;
  color: #e7505a;
  clear: both;
  padding-top: 20px;
  padding: 20px;
  background: rgba(231, 80, 90, .1);
  border: solid 1px #e7505a;
}

.success {
  display: none;
  color: #96c346;
  margin-top: 30px;
  clear: both;
  padding-top: 20px;
  padding: 20px;
  background: rgba(150, 195, 70, .1);
  border: solid 1px #96c346;
}

.error img {
  vertical-align: top;
}

.error_input {
  border-bottom: solid 1px #ff0000 !important;
}

.video-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
}

.video-thumb {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
}

.video-thumb img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
    border-radius: 28px;
}

.video-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.18), rgba(0,0,0,0.02));
    transition: all 0.3s ease;
    pointer-events: none;
}

.video-card:hover .video-thumb::after {
    background: linear-gradient(to top, rgba(0,0,0,0.28), rgba(0,0,0,0.06));
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.video-card:hover .video-play-btn {
    transform: translate(-50%, -50%) scale(1.08);
    background: #fff;
}

@media (max-width: 991px) {
    .video-thumb img {
        height: 500px;
    }
}

@media (max-width: 575px) {
    .video-thumb img {
        height: 450px;
    }

    .video-play-btn {
        width: 62px;
        height: 62px;
        font-size: 20px;
    }
}
.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.82);
    padding: 12px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-modal.show {
    display: flex;
}

.video-modal-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#popupVideo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 16px;
    background: #000;
    object-fit: contain;
}

.video-close {
    position: absolute;
    top: 20px;
    left: 11px;
    width: 34px;
    height: 34px;
    border: 0;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    border-radius: 50%;
    font-size: 40px;
    line-height: 0.75;
    z-index: 10;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 768px) {
    #popupVideo {
        max-width: 420px;
        max-height: 90vh;
    }

    .video-close {
        top: 20px;
        left: 20px;
    }
}

.bg-base-gradient {
    background: #152331;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #000000, #152331);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #000000, #152331); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.bg-base-gradient h3, 
.bg-base-gradient p {
    color: #fff;
}
.box-faq {
    padding: 30px 20px;
    border-radius: 20px;
}
.video-sliders {
    margin-bottom: 30px;
}
.box-service p {
    line-height: 22px;
}
.headlinespe p {
    line-height: initial;
}
p.bannerp {
color: var(--base-skin);
background-color: var(--base-lightskin);
font-family: var(--base-headingfont);
display: inline;
padding: 6px;
}
p.bannerpp {
color: var(--base-skin);
background-color: var(--base-lightskin);
font-family: var(--base-headingfont);
display: inline;
padding: 6px;
}
span.strong {
    font-weight: 800 !important;
}

.hero-section .hero-slide {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.footer-menu-item li {
    vertical-align: text-top;
    display: flex;
}
ul.footer-menu-list li {
    margin: 0 10px 0 0;
}
li.footer-menu-item a {
    padding: 0 2px;
}
/*
.footer-menu-item:first-child{
    padding:  0 10px 0 0 !important;
}*/

/* ========================================
   SKIN CONCERN HUB PAGE
======================================== */

.skin-concern-page .section-kicker {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a7a7a;
    margin-bottom: 14px;
}

.skin-concern-page .hero-lead {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 18px;
    max-width: 720px;
}

.skin-concern-page .hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.skin-concern-page .btn-outline-medical {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid #0a4f56;
    color: #0a4f56;
    background: transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.skin-concern-page .btn-outline-medical:hover {
    background: #0a4f56;
    color: #fff;
}

.skin-concern-page .hero-image-wrap img,
.skin-concern-page .concern-image-wrap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 28px;
    object-fit: cover;
}

.skin-concern-page .info-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.skin-concern-page .info-card {
    background: #fff;
    border: 1px solid #ece7e2;
    border-radius: 24px;
    padding: 28px 24px;
    height: 100%;
    box-shadow: 0 8px 30px rgba(0,0,0,0.03);
}

.skin-concern-page .info-card h4 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.25;
}

.skin-concern-page .info-card p {
    margin-bottom: 0;
    color: #666;
    line-height: 1.8;
}

.skin-concern-page .section-heading {
    max-width: 820px;
    margin: 0 auto 50px;
    text-align: center;
}

.skin-concern-page .section-heading h2 {
    margin-bottom: 14px;
}

.skin-concern-page .section-heading p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
}

.skin-concern-page .cause-grid,
.skin-concern-page .type-grid,
.skin-concern-page .treatment-grid,
.skin-concern-page .faq-grid {
    display: grid;
    gap: 22px;
}

.skin-concern-page .cause-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.skin-concern-page .type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.skin-concern-page .treatment-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.skin-concern-page .faq-grid {
    grid-template-columns: 1fr;
}

.skin-concern-page .cause-card,
.skin-concern-page .type-card,
.skin-concern-page .treatment-card,
.skin-concern-page .faq-card,
.skin-concern-page .decision-box {
    background: #fff;
    border: 1px solid #ece7e2;
    border-radius: 24px;
    padding: 28px 26px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.03);
}

.skin-concern-page .cause-card h4,
.skin-concern-page .type-card h4,
.skin-concern-page .treatment-card h4,
.skin-concern-page .faq-card h4 {
    margin-bottom: 12px;
}

.skin-concern-page .cause-card p,
.skin-concern-page .type-card p,
.skin-concern-page .faq-card p {
    margin-bottom: 0;
    color: #666;
    line-height: 1.8;
}

.skin-concern-page .type-card ul,
.skin-concern-page .treatment-card ul,
.skin-concern-page .approach-points,
.skin-concern-page .decision-points {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.skin-concern-page .type-card ul li,
.skin-concern-page .treatment-card ul li,
.skin-concern-page .approach-points li,
.skin-concern-page .decision-points li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    line-height: 1.8;
    color: #555;
}

.skin-concern-page .type-card ul li:last-child,
.skin-concern-page .treatment-card ul li:last-child,
.skin-concern-page .approach-points li:last-child,
.skin-concern-page .decision-points li:last-child {
    margin-bottom: 0;
}

.skin-concern-page .type-card ul li::before,
.skin-concern-page .treatment-card ul li::before,
.skin-concern-page .approach-points li::before,
.skin-concern-page .decision-points li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0a4f56;
}

.skin-concern-page .treatment-card a {
    color: #0a4f56;
    text-underline-offset: 3px;
}

.skin-concern-page .treatment-card a:hover {
    color: #083b40;
}

.skin-concern-page .approach-layout {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 48px;
    align-items: center;
}

.skin-concern-page .approach-copy p,
.skin-concern-page .decision-box p,
.skin-concern-page .eeat-copy p {
    color: #666;
    line-height: 1.8;
}

.skin-concern-page .highlight-band {
    background: #0a4f56;
    color: #fff;
    border-radius: 0;
    padding: 72px 0;
}

.skin-concern-page .highlight-band h2,
.skin-concern-page .highlight-band p,
.skin-concern-page .highlight-band .section-kicker {
    color: #fff;
}

.skin-concern-page .cta-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 38px 0;
}

.skin-concern-page .medical-disclaimer {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
}

.skin-concern-page .soft-bg {
    background: #f7f5f2;
}

.skin-concern-page .section-space-lg {
    padding-top: 90px;
    padding-bottom: 90px;
}

.skin-concern-page .section-space-md {
    padding-top: 72px;
    padding-bottom: 72px;
}

@media (max-width: 991px) {
    .skin-concern-page .info-card-grid,
    .skin-concern-page .cause-grid,
    .skin-concern-page .type-grid,
    .skin-concern-page .treatment-grid,
    .skin-concern-page .approach-layout {
        grid-template-columns: 1fr;
    }

    .skin-concern-page .section-space-lg {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .skin-concern-page .section-space-md {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .skin-concern-page .cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .skin-concern-page .hero-lead {
        font-size: 15px;
        line-height: 1.75;
    }

    .skin-concern-page .info-card,
    .skin-concern-page .cause-card,
    .skin-concern-page .type-card,
    .skin-concern-page .treatment-card,
    .skin-concern-page .faq-card,
    .skin-concern-page .decision-box {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .skin-concern-page .section-heading {
        margin-bottom: 32px;
    }

    .skin-concern-page .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .skin-concern-page .hero-actions .prt-btn,
    .skin-concern-page .hero-actions .btn-outline-medical {
        width: 100%;
        justify-content: center;
    }
}

.treatment-section {
    padding: 80px 0;
    background: #f8f8f8;
}

.section-title h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
}

.section-title p {
    max-width: 700px;
    margin: 0 auto;
    color: #666;
}

.group-title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.treatment-card {
    background: #fff;
    border: 1px solid #e8e1da;
    border-radius: 26px;
    padding: 22px;
    transition: 0.3s ease;
    box-shadow: 0 8px 30px rgba(0,0,0,0.03);
    height: 100%;
}

.treatment-card:hover {
    transform: translateY(-4px);
}

.treatment-card img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    display: block;
    margin-bottom: 20px;
    background: #f3f3f3;
}

.treatment-card h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
    color: #111;
}

.treatment-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 16px;
}

.treatment-card a {
    font-size: 16px;
    font-weight: 600;
    color: #0d5c63;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    display: inline-block;
}

@media (max-width: 991px) {
    .treatment-grid {
        grid-template-columns: 2fr;
        gap: 20px;
    }
}

input[type="date"] {
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}

.prt-btn-color-wcolor i:before {
    background: #fff!important;
    color: #000 !important;
}
.ultherapy-compare-table th,
.ultherapy-compare-table td{
    line-height: initial !important;
}

.featured-imagebox-service.style1 .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.treatment-price-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-block;
    padding: 7px 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.featured-imagebox-service.style2 .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-imagebox-service.style2 .treatment-price-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    display: inline-block;
    padding: 7px 13px;
    background: rgba(255, 255, 255, 0.94);
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.treatment-title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.treatment-title-row .title {
    margin-bottom: 0;
    flex: 1 1 700px;
}

.treatment-price-inline {
    display: flex;
    align-items: baseline;
    gap: 8px;
    white-space: nowrap;
    padding-bottom: 10px;
}

.treatment-price-inline .price-main {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #111;
}

.treatment-price-inline .price-sub {
    font-size: 18px;
    color: #777;
}

@media (max-width: 991px) {
    .treatment-title-row {
        display: block;
    }

    .treatment-price-inline {
        margin-top: 14px;
        padding-bottom: 0;
    }

    .treatment-price-inline .price-main {
        font-size: 28px;
    }

    .treatment-price-inline .price-sub {
        font-size: 15px;
    }
}

.treatment-price-highlight-box {
    margin-top: 20px !important;
    display: inline-block;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgb(244 205 152 / 18%);
    border: 1px solid rgba(200, 169, 126, 0.45);
    font-size: 20px;
    font-weight: 600;
    color: #0f4f4f !important;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .treatment-price-highlight-box {
        display: block;
        width: 100%;
    }
}

.treatment-price-highlight-box::before {
    content: "★";
    margin-right: 6px;
    color: #c8a97e; /* subtle gold highlight */
}