/*
Theme Name: luxury Medical Child
Template: LM
Author: Weboconnect
Version: 1.0
*/
:root {
	--primary:#C9A24A;
}
.header-inner {
    max-width: 1340px;
    margin: 0 auto;
    width: 92%;
}
header#site-header , #tahefobu-header.tahefobu-ready {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
}
#tahefobu-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background:#1A1A1A;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    animation: luxHeaderDown 0.3s ease;
}
#tahefobu-header.is-fixed .tahefobu-site-logo img{
    width: 60px;
} 
@keyframes luxHeaderDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.btn .elementor-button {
  padding: 16px 28px;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

/* Golden button */
.btn.btn-style-1 .elementor-button {
  background: linear-gradient(180deg, #f4c04e, #c58a1c);
  color: white;
  border: none;
}

/* Hover for golden */
.btn.btn-style-1 .elementor-button:hover {
  box-shadow:none;
  background: #000;
}

/* Outline button */
.btn.btn-style-2 .elementor-button {
  border: 0;
  color: white;
  background: #0000001A;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.6);
}

/* Hover for outline */
.btn.btn-style-2 .elementor-button:hover {
  background: #000;
	box-shadow: inset 0 0 0 2px #000;
  color: #fff;
  border-color:#000;
}
.btn.btn-style-1 .elementor-button .elementor-button-text,
.btn.btn-style-2 .elementor-button .elementor-button-text {
	font-size:16px;
	font-weight:500;
	letter-spacing: 0;
}
.btn .e-font-icon-svg {
    height: 0.9em !important;
}

#menu-primary-menu li.current-menu-item a,
#menu-primary-menu li a:hover {
	border-bottom:2px solid #C9A24A;
	color:#C9A24A;
}
.banner_dot .elementor-heading-title.elementor-size-default:before {
    content: '';
    position: relative;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: var(--primary);
    border-radius: 50px;
    margin-right: 7px;
}
.book-now-btn a {
    width: 149px;
    height: 42px;
    display: flex;
    border-radius: 8px;
    border: 1.5px solid #C9A24A;
    color: #C9A24A;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
}
.book-now-btn a:hover {
	background: linear-gradient(180deg, #f4c04e, #c58a1c);
    color: white;
}
.book-now-btn {
    display: flex;
    align-items: center;
}
/* Treatments Cards */
.treatment_card_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}
.cards {
	width: 100%;
	height: 500px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.cards img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}
.overlays {
	position: absolute;
	inset: 0;
	background: linear-gradient(
	  to top,
	  rgba(0, 0, 0, 0.85) 20%,
	  rgba(0, 0, 0, 0.4) 50%,
	  rgba(0, 0, 0, 0.1) 80%
	);
}
.contents {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}
.titles {
    font-size:20px;
    font-weight: 500;
    margin-bottom: 12px;
}
.tagss {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	background: #303030;
    border-radius: 4px;
	justify-content: space-between;
	padding: 4px 15px;
}
.tags {
	font-size: 14px;
}
.descs {
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 15px;
    color: #ddd;
}
.btns {
    color: #f5c542;
    text-decoration: none;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 6px;
	font-size: 15px;
}
.btns::after {
	content: "→";
	font-size: 16px;
}
.btns:hover {
	color:#fff;
}
/* Treatments Cards */

.luxury-btn .tahefobu-custom-button{
	  padding: 3px 12px;
    font-size: 16px;
    border-radius: 8px !important;
    text-decoration: none;
    display: block !important;
    align-items: center !important;
    transition: all 0.3s ease;
    
    border: 1.5px solid #C9A24A;
    color: #fff;
    color:rgba(0, 0, 0, 1);
    color:#fff;
    background: linear-gradient(180deg, #f4c04e, #c58a1c);
    background:rgba(195, 138, 12, 1);
}
.luxury-btn .tahefobu-custom-button svg{
    fill:rgba(0,0,0,1);
    fill: #fff;
    transition: all 0.3s ease;
}
.luxury-btn .tahefobu-custom-button:hover{
	color:#C9A24A;
}
.luxury-btn .tahefobu-custom-button:before{
	background: #fff !important;
}
.luxury-btn .tahefobu-custom-button:hover:before{
	background: #fff;
    color: #C9A24A;
}
.luxury-btn .tahefobu-custom-button:hover svg{
	fill: #C9A24A;
}
.header-btn .tahefobu-custom-button{
	border: 1.5px solid #C9A24A;
    color: #C9A24A;
    background: transparent;
}
.header-btn .tahefobu-custom-button svg{
	fill: #C9A24A;
    transition: all 0.3s ease;
}
.header-btn .tahefobu-custom-button:hover{
	color: #fff !important;
    color: rgba(0,0,0,1) !important;
}
.header-btn .tahefobu-custom-button:before{
	background: linear-gradient(180deg, #f4c04e, #c58a1c) !important;
    background:rgba(195, 138, 12, 1) !important;
}
.header-btn .tahefobu-custom-button:hover:before{
	background: linear-gradient(180deg, #f4c04e, #c58a1c) !important;
    background: rgba(195, 138, 12, 1) !important;
    color: white;
}
.header-btn .tahefobu-custom-button:hover svg{
	fill: #fff;
    fill:rgba(0,0,0,1);
}
.tahefobu-custom-button-container .text-wrapper {
    position: relative;
}
.footer-quick-links ul li {
    display: block;
    width: 100%;
    margin-left: 0 !important;
}
.copyright-menu ul li{
	width:auto;
}
.copyright-menu ul li:last-child{
	display:none;
}

.philosophy-icon{
	position:relative;
}
.philosophy-icon:after{
	content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #C9A24A;
    box-shadow: 0 0 0 2px #C9A24A;
}

.lux-review-section {
    overflow: hidden;
}

.lux-review-slider {
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

.lux-review-track {
    display: flex;
    gap: 16px;
    transition: transform 0.55s ease;
    will-change: transform;
}

.lux-review-card {
    flex: 0 0 calc((100% - 32px) / 3);
    background: #fff;
    border-radius: 8px;
    padding:25px;
    min-height: 150px;
    box-sizing: border-box;
}

.lux-review-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.lux-stars {
    color: rgba(201, 162, 74, 1);
    font-size: 18px;
    letter-spacing: 1px;
}

.lux-trust {
    font-size: 15px;
    color: #111;
    font-weight: 500;
}

.lux-trust span {
    color: #00b67a;
    font-size: 24px;
}

.lux-review-text {
    color: #555;
    font-size: 15px;
    line-height: 1.65;
    font-style: italic;
    margin: 0 0 18px;
    min-height: 150px;
    font-weight:400;
    color:rgba(26, 26, 26, 0.8);
}

.lux-review-author {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
    position: relative;
}
.lux-review-author:after{
    content:"";
	position:absolute;
    top:0;
    left:0;
    height:2px;
    width:48px;
    background:rgba(201, 162, 74, 1);
}
.lux-review-author img {
    width: 60px;
    height: 60px !important;
    border-radius: 50% !important;
    object-fit: cover;
}
.lux-review-author div{
	display: flex;
    flex-direction: column;
    line-height: 12px;
}
.lux-review-author h4 {
    margin: 0 0 2px;
    font-size: 18px !important;
    color: rgba(26, 26, 26, 1) !important;
    font-weight: 600 !important;
}

.lux-review-author p {
    margin: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.lux-review-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 18px;
}

.lux-review-dots button {
    width: 6px;
    height: 6px;
    border: 0;
    border-radius: 20px;
    background: #666;
    padding: 0;
    cursor: pointer;
    padding:0 !important;
}

.lux-review-dots button.active {
    width: 16px;
    background: #f1d22b;
}


@media (max-width: 991px) {
    .lux-review-card {
        flex: 0 0 calc((100% - 16px) / 2);
    }
}

@media (max-width: 767px) {
    .lux-review-card {
        flex: 0 0 100%;
    }
}

.home-contact-section a{
	color:#111;
    transition:all .3s;
}
.home-contact-section a:hover{
	color:rgba(195, 138, 12, 1);
}
.approach-box {
    height: 100%;
}
.approach-box h3{
	margin-top:0;
}

@media(min-width:1024px){
	.header-main-menu .tahefobu-nav-menu > .menu-item:last-child{
        display: none;
    }
}

@media(max-width:767px){
	.luxury-footer .tahefobu-nav-menu-bp-mobile .tahefobu-nav-menu-container{
    	display:block !important;
    }
    .luxury-footer .tahefobu-nav-menu-bp-mobile .tahefobu-mobile-nav-menu-container{
    	display:none !important;
    }
}

.treatments-slider,
.treatments-slider > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  overflow: hidden !important;
  width: 100% !important;
  scroll-behavior: smooth !important;
}

.treatments-slider .treatment-slide {
  flex: 0 0 calc((100% - 40px) / 3) !important;
  max-width: calc((100% - 40px) / 3) !important;
  width: calc((100% - 40px) / 3) !important;
}

.treatment-slider-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 35px;
}

.treatment-slider-dots button {
      width: 15px;
    height: 15px;
    border-radius: 30px !important;
    border: 1px solid #d4a52c;
    background: #fffaf0;
    cursor: pointer !important;
    padding: 0 !important;
}

.treatment-slider-dots button.active {
  background: #d4a52c;
}

@media (max-width: 1024px) {
  .treatments-slider .treatment-slide {
    flex-basis: calc((100% - 20px) / 2) !important;
    max-width: calc((100% - 20px) / 2) !important;
    width: calc((100% - 20px) / 2) !important;
  }
}

@media (max-width: 767px) {
  .treatments-slider .treatment-slide {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
.gradient-bg{
	background: linear-gradient(135deg, #1A1A1A 0%, #1C1C1C 7.14%, #1E1E1E 14.29%, #212121 21.43%, #232323 28.57%, #252525 35.71%, #282828 42.86%, #2A2A2A 50%, #282828 57.14%, #252525 64.29%, #232323 71.43%, #212121 78.57%, #1E1E1E 85.71%, #1C1C1C 92.86%, #1A1A1A 100%);

}
.footer-address svg{
	width:16px;
	margin-right: 8px;
    vertical-align: middle;
}
.footer-address ul{
	padding-left:0;
}

.lipedem-lang-dropdown {
  position: relative;
  display: inline-block;
  z-index: 9999;
}

.lipedem-lang-current {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: none !important;
    border-radius: 4px;
    padding: 7px 10px !important;
    cursor: pointer !important;
    color: #1d3557 !important;
    font-weight: 600;
}
.lipedem-lang-current:hover{
	background:transparent !important;
}
.lipedem-lang-current img,
.lipedem-lang-menu img {
  width: 20px;
  height: auto;
}

.lipedem-lang-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 150px;
  background: #fff;
  border: 1px solid #d8e1ef;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.lipedem-lang-dropdown:hover .lipedem-lang-menu {
  display: block;
}

.lipedem-lang-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  color: #1d3557;
  text-decoration: none;
  white-space: nowrap;
}

.lipedem-lang-menu a:hover {
  background: #f2f6ff;
}
.lipedem-lang-current {
  padding: 7px 9px;
}

.lipedem-lang-menu {
  min-width: auto;
}

.lipedem-lang-menu a {
  justify-content: center;
  padding: 9px 10px;
}
.lipedem-lang-dropdown button{
	box-shadow:none !important;
	background-:transparent !important;
}