.elementor-7 .elementor-element.elementor-element-9e4d298{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-6e4fead{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-6e4fead:not(.elementor-motion-effects-element-type-background), .elementor-7 .elementor-element.elementor-element-6e4fead > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#923B1F;}.elementor-7 .elementor-element.elementor-element-1310066{--display:flex;}.elementor-7 .elementor-element.elementor-element-e6f572e{border-radius:12px 12px 12px 12px;}.elementor-7 .elementor-element.elementor-element-e6f572e .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-7 .elementor-element.elementor-element-1f00156{--display:flex;--justify-content:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7 .elementor-element.elementor-element-54deb07 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:600;color:#EBE1CA;}.elementor-7 .elementor-element.elementor-element-9724c23 .elementor-heading-title{font-family:"Bree Serif", Sans-serif;font-weight:300;color:#A0976C;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-7 .elementor-element.elementor-element-c7c964b{color:#EBE1CA;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-7 .elementor-element.elementor-element-038546f .elementor-button{background-color:#61CE7000;font-family:"Roboto", Sans-serif;font-weight:500;text-decoration:underline;line-height:1px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-7c35bf3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-101c27f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:70px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-85c01c6{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-6e4fead{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-40fd5af */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.hero-slider{
    position:relative;
    height:100vh;
    overflow:hidden;
    background:#000;
}

.slide{
    position:absolute;
    inset:0;

    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;

    opacity:0;
    visibility:hidden;

    transition:
    opacity 1.2s ease,
    visibility 1.2s ease;

    will-change:opacity;

    backface-visibility:hidden;

    transform:translateZ(0);

    z-index:1;
}

.slide.active{
    opacity:1;
    visibility:visible;
    z-index:2;
}

.overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.48) 0%,
        rgba(0,0,0,.28) 40%,
        rgba(0,0,0,.12) 100%
    );

    z-index:3;
}

.hero-content{
    position:absolute;
    top:50%;
    left:90px;
    transform:translateY(-50%);
    max-width:850px;
    z-index:20;
}

.sub-title{
    display:block;
    color:#F4E8D4;
    text-transform:uppercase;
    letter-spacing:7px;
    font-size:15px;
    font-weight:600;
    margin-bottom:25px;
}

.hero-content h1{
    font-family:ui-serif, Georgia, serif;
    font-size:70px;
    line-height:.95;
    font-weight:400;
    color:#F4E8D4;
    letter-spacing:-2px;
    margin-bottom:35px;
}

.hero-content p{
    max-width:700px;
    color:#F2E8D8;
    font-size:20px;
    line-height:1.65;
    margin-bottom:42px;
}

.hero-buttons{
    display:flex;
    gap:18px;
}

.btn-primary{
    display:flex;
    align-items:center;
    justify-content:center;

    min-width:260px;
    height:55px;

    background:#A84720;
    color:#fff;

    border-radius:999px;

    text-decoration:none;

    font-size:18px;
    font-weight:600;

    transition:.3s;
}

.btn-primary:hover{
    background:#943B18;
}

.btn-outline{
    display:flex;
    align-items:center;
    justify-content:center;

    min-width:190px;
    height:55px;

    border:1px solid rgba(255,255,255,.75);

    color:#fff;

    border-radius:999px;

    text-decoration:none;

    font-size:18px;
    font-weight:500;

    transition:.3s;
}

.btn-outline:hover{
    background:#fff;
    color:#111;
}



.nav{
    position:absolute;

    top:50%;
    transform:translateY(-50%);

    width:48px;
    height:48px;

    border:none;
    outline:none;

    border-radius:50%;

    background:rgba(0,0,0,.28) !important;

    backdrop-filter:blur(5px);

    display:flex;
    align-items:center;
    justify-content:center;

    cursor:pointer;

    z-index:30;

    transition:.3s;
}

.nav:hover{
    background:rgba(0,0,0,.55) !important;
}

.nav:focus,
.nav:active{
    background:rgba(0,0,0,.28) !important;
    outline:none !important;
    box-shadow:none !important;
}

.prev{
    left:28px;
}

.next{
    right:28px;
}

.nav svg{
    width:28px;
    height:28px;
}



.dots{
    position:absolute;

    left:50%;
    bottom:32px;

    transform:translateX(-50%);

    display:flex;
    gap:10px;

    z-index:30;
}

.dot{
    width:22px;
    height:5px;

    border-radius:50px;

    background:rgba(255,255,255,.35);

    cursor:pointer;

    transition:.3s;
}

.dot.active{
    width:34px;
    background:#F4E8D4;
}

/* MOBILE */

@media(max-width:991px){

.hero-content{
    left:35px;
    right:35px;
}

.hero-content h1{
    font-size:70px;
}

}

@media(max-width:767px){

.hero-slider{
    height:100vh;
}

.hero-content{
    left:24px;
    right:24px;
}

.sub-title{
    font-size:12px;
    letter-spacing:4px;
}

.hero-content h1{
    font-size:48px;
    line-height:1.05;
}

.hero-content p{
    font-size:16px;
}

.hero-buttons{
    flex-direction:column;
    align-items:flex-start;
}

.btn-primary,
.btn-outline{
    min-width:220px;
    height:54px;
    font-size:15px;
}

.prev{
    left:12px;
}

.next{
    right:12px;
}

.nav{
    width:50px;
    height:50px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73af82d */.treatment-wrapper{
    background:#E7DECB;
    padding:60px 20px;
}



.tabs{
    display:flex;
    justify-content:center;
    margin-bottom:60px;
}

.tabs{
    background:#AAA16F;
    border-radius:50px;
    padding:6px;
    width:430px;
    margin:0 auto 60px;
}

.tabs button{
    flex:1;
    border:none;
    background:transparent;
    color:#E7DFC9;
    font-size:20px;
    font-weight:600;
    text-transform:uppercase;
    padding:10px 20px;
    cursor:pointer;
    border-radius:40px;
    transition:all .3s ease;
}



.tabs button{
    background:#A79F72 !important;
}

.tabs button:hover{
    background:#A79F72 !important;
    color:#ECE4D2 !important;
}

.tabs button.active{
    background:#F0E7D6 !important;
    color:#A74A2A !important;
}

.tabs button.active:hover{
    background:#F0E7D6 !important;
    color:#A74A2A !important;
}

/* Grid */

#gridView{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:55px 35px;
    max-width:1400px;
    margin:0 auto;
}

.treatment-item{
    width:150px;
    text-align:center;
    cursor:pointer;
}

.treatment-item img{
    width:140px;
    height:140px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #B14F2C;
    display:block;
    margin:auto;
    transition:.3s;
}

.treatment-item:hover img{
    transform:scale(1.05);
}

.treatment-item h3{
    margin-top:15px;
    color:#A74A2A;
    font-size:14px;
    font-weight:700;
    line-height:1.4;
    text-transform:uppercase;
}

/* Detail View */

#detailView{
    display:none;
    max-width:1400px;
    margin:0 auto;
}

.detail-layout{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:80px;
    max-width:1200px;
    margin:0 auto;
}

.detail-left{
    flex:0 0 320px;
}

.detail-left img{
    width:300px;
    height:300px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #A74A2A;
}

.detail-right{
    flex:1;
}

.detail-right h2{
    font-size:58px;
    line-height:1.1;
    color:#A74A2A;
    margin-bottom:25px;
    font-family:serif;
}

.detail-right p{
    font-size:20px;
    line-height:1.8;
    color:#B36A4D;
    max-width:850px;
}

#backBtn{
    display:inline-block;
    margin-top:20px;
    color:#A79F72;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
}

/* More Treatments */

.more-treatments{
    margin-top:70px;
    border-top:1px solid #D5C7AF;
    padding-top:30px;
}

.more-treatments h4{
    color:#C49A83;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:25px;
}

#moreGrid{
    display:flex;
    gap:30px;
    overflow-x:auto;
    padding-bottom:10px;
}

.more-item{
    min-width:100px;
    text-align:center;
    cursor:pointer;
}

.more-item img{
    width:90px;
    height:90px;
    border-radius:50%;
    border:2px solid #A74A2A;
    object-fit:cover;
}

.more-item span{
    display:block;
    margin-top:10px;
    color:#A74A2A;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    line-height:1.3;
}

/* Scrollbar */

#moreGrid::-webkit-scrollbar{
    height:6px;
}

#moreGrid::-webkit-scrollbar-thumb{
    background:#BDAE8A;
    border-radius:20px;
}

/* Mobile */

@media(max-width:768px){

.tabs{
    flex-wrap:wrap;
}

.tabs button{
    font-size:18px;
    padding:14px 25px;
}

.detail-layout{
    flex-direction:column;
    text-align:center;
    gap:30px;
}

.detail-left{
    flex:auto;
}

.detail-left img{
    width:220px;
    height:220px;
}

.detail-right h2{
    font-size:34px;
}

.detail-right p{
    font-size:17px;
}

#gridView{
    gap:35px 20px;
}

.treatment-item{
    width:130px;
}

.treatment-item img{
    width:120px;
    height:120px;
}

}/* End custom CSS */