    @font-face {
    font-family: 'arbotek-light-rounded';
    src: url('fonts/Arbotek-LightRounded.woff2') format('woff2'),
        url('fonts/Arbotek-LightRounded.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arbotek-thin';
    src: url('fonts/Arbotek-Thin.woff2') formaft('woff2'),
        url('fonts/Arbotek-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arbotek-ultra';
    src: url('fonts/Arbotek-Ultra.woff2') format('woff2'),
        url('fonts/Arbotek-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arbotek-light';
    src: url('fonts/Arbotek-Light.woff2') format('woff2'),
        url('fonts/Arbotek-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arboria-thin';
    src: url('fonts/Arboria-Thin.woff2') format('woff2'),
        url('fonts/Arboria-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arboria-medium';
    src: url('fonts/Arboria-Medium.woff2') format('woff2'),
        url('fonts/Arboria-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arboria-light';
    src: url('fonts/Arboria-Light.woff2') format('woff2'),
        url('fonts/Arboria-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arboria-bold';
    src: url('fonts/Arboria-Bold.woff2') format('woff2'),
        url('fonts/Arboria-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'arboria-black';
    src: url('fonts/Arboria-Black.woff2') format('woff2'),
        url('fonts/Arboria-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'the-seasons-bold';
    src: url('fonts/FONTSPRINGDEMO-TheSeasonsBold.woff2') format('woff2'),
        url('fonts/FONTSPRINGDEMO-TheSeasonsBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'the-seasons-italic';
    src: url('fonts/FONTSPRINGDEMO-TheSeasonsItalic.woff2') format('woff2'),
        url('fonts/FONTSPRINGDEMO-TheSeasonsItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'the-seasons-lightregular';
    src: url('fonts/FONTSPRINGDEMO-TheSeasonsLightRegular.woff2') format('woff2'),
        url('fonts/FONTSPRINGDEMO-TheSeasonsLightRegular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'the-seasons-regular';
    src: url('fonts/FONTSPRINGDEMO-TheSeasonsRegular.woff2') format('woff2'),
        url('fonts/FONTSPRINGDEMO-TheSeasonsRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    background-color: #fff;
    font-family: 'arboria-medium';
}

.jcc{
    justify-content: center;
}
.jsb{
    justify-content: space-between;
}
.aic{
    align-items: center;
}

.d-flex{
    flex-wrap: wrap;
}

header {
    position: fixed;
    background-color: #0D0A09ad;
    top: 0;
    left: 0;
    right: 0;
    margin:auto;
    width: 100%;
    padding: 10px 20px 10px 40px;
    z-index: 1111;
    animation: dropBounce 1s ease-out forwards;
}
header .container{
    max-width: 1500px
}
header .box-one a{ 
    color: #fff;
    font-size: 17px;
}
header .box-two img{
    height: 50px;
    width: auto;
    object-fit: contain;
}
header .box-three a.book-menu{
    background-color: #FEF6E5;
    color: #33130D;
    font-size: 17px;
    padding: 6px 16px;
    border-radius: 10px;
    border: 1px solid #FEF6E5;
}
header .box-three{
    display: flex;
    gap:20px;
    align-items: center;
}
header .box-three a.book-menu:hover{
    background-color: transparent;
    color: #FEF6E5
}
header .box-three .nav-menu-main{
    position: relative;
}
header .box-three .nav-menu-main .menu-btn{
    position: relative;
    width: 30px;
    height: 22px;
    cursor: pointer;
}
header .box-three .nav-menu-main .menu-btn span{
    position: absolute;
    width: 100%;
    margin:auto;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 3px;
}
header .box-three .nav-menu-main .menu-btn span.one-menu{
    top: 0;
}
header .box-three .nav-menu-main .menu-btn span.two-menu{
    top: 0;
    bottom: 0;
}
header .box-three .nav-menu-main .menu-btn span.three-menu{
    bottom: 0;
}
header .box-three .nav-menu-main .menu-ctn a{
    font-size: 37px;
    color: #fff; 
    display: block;
    width: fit-content;
    text-transform: uppercase;
}
header .box-three .nav-menu-main .menu-ctn ul{
    padding: 0 50px;
    margin: 12px 0
}
header .box-three .nav-menu-main .menu-ctn a:hover{
    transform: translateX(-10px);
}
header .box-three .nav-menu-main .menu-ctn li{
    padding: 10px 0;
    list-style: none;
}
header .box-three .nav-menu-main .menu-ctn{
    position: fixed;
    list-style: none;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #363737;
    transition: all 0.5s;
    transform: translatex(-200%);
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    display: grid;
    align-content: center;
}
header .box-three .nav-menu-main .menu-ctn .menu-btn{
    cursor: pointer;
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: 60px;
    right: 80px;
    width: fit-content;
    height: fit-content;
    transform: unset;
}
header .box-three .nav-menu-main .menu-ctn.active-menu{
    opacity: 1;
    visibility: visible;
    transform: translatex(0);
}
.mobile-l{
    display: none;
}
.bnr-home{
    height: 100vh;
    display: grid;
    align-content: flex-end;
    justify-content: center;
    text-align: center;
    background-color: #00000087;
    background-blend-mode: color;
    padding-bottom: 7%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}
.bnr-home .slick-list,
.bnr-home .slick-track{
    height: 100%
}
.bnr-home .b-img{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    z-index: -1
}
.bnr-home .b-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top
}
.bnr-home .container{
    height: fit-content
}
.bnr-home h1{
    font-size: 100px;
    color: #fff;
}
.bnr-home .bnr-img{
    width: auto;
    height: 300px;
    margin-bottom: -30px;
    object-fit: contain;
}
.bnr-home .bnr-a{
    background-color: #FEF6E5;
    padding: 18px 30px;
    border-radius: 6px;
    font-size: 22px;
    color: #33130D;
    font-family: 'arboria-bold';
    display: block;
    width: fit-content;
    margin: 0 auto 40px;
    text-transform: uppercase;
    border: 1px solid #FEF6E5;
    line-height: 28px;
    position: relative;
    z-index: 11
}
.bnr-home .sub-img{
    display: none;
}
.bnr-home .bnr-a:hover{
    background-color: transparent;
    color: #FEF6E5
}
.bnr-home .sub-box{
    display: flex;
    justify-content: center;
    align-items:center;
    gap:30px; 
}
.bnr-home .sub-box a{
    color: #fff;
    font-size: 26px;
    font-family: 'the-seasons-bold';
    border-bottom: 3px solid transparent;
    line-height: 28px;
    margin-bottom: -3px;
    transition: all 0.5s
}
.bnr-home .sub-box a:hover,
.bnr-home .sub-box a.active{
    border-bottom: 3px solid #fff
}
.bnr-home .sub-box img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.brush-cls{
    padding: 120px 0;
    background-color: #fff
}
.brush-cls .head h2{
    font-size: 65px;
    font-family: 'the-seasons-bold';
    color: #33130D;
    text-align: center; 
}
.brush-cls .head p{
    text-align: center;
    max-width: 480px;
    color: #33130D;
    margin: auto;
    font-size: 18px;
    font-family: 'arboria-medium';
    line-height: 24px;
}
.brush-cls .ctn button{
    font-size: 36px;
    border: 0;
    padding:18px 0 5px;
    border-bottom: 4px solid #33130D;
    color: #33130D;
    width: 100%;
    text-align: left;
}
.brush-cls .ctn button:hover,
.brush-cls .ctn button.active{
    background-color: transparent;
    border-color: #33130D
}
.brush-cls .ctn ul{
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
}

/* Vanilla JS vertical nav slider clip wrapper */
.nav-slider-clip {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 276px!important;
}
/* Prevent items from jumping when text wraps to 2 lines */
.brush-cls .nav.flex-column .nav-item {
    width: 100%;
}
.brush-cls .nav.flex-column .nav-link,
.brush-cls .ctn .nav-link {
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
}

/* Fix tab content overlapping/layout jumping during fade */
.brush-cls .tab-content {
    position: relative;
}
.brush-cls .tab-content .pane-leaving {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.brush-cls .ctn{
    margin: 70px 0 0;
}
.brush-cls .container{
    max-width: 900px;
}
.brush-cls .box-tab{
    display: flex;
    gap:30px;
    align-items: flex-start;
}
.brush-cls .box-tab img{
    width: 440px;
    object-fit: contain;
}
.brush-cls .box-tab h3{
    font-size: 36px;
    padding:10px 0 5px;
    color: #33130D;
    width: 100%;
    text-align: left;
}
.brush-cls .box-tab p{
    color: #33130D;
    font-size: 18px;
    font-family: 'arboria-medium';
    padding: 6px 0;
    line-height: 24px;
}
.brush-cls .box-tab a span{
    font-size: 22px;
    color: #33130D;
    font-family: 'arboria-bold';
    text-decoration: underline;
}
.brush-cls .box li{
    width: 100%
}
.brush-cls .box-tab a:hover span{
    text-decoration: none;
}
.brush-cls .box-tab a i{
    color: #FAE0A6;
    font-size: 18px;
    padding-left: 5px
}
.flower-cls h2{
    text-align: center;
    font-size: 30px;
    max-width: 375px;
    color: #33130D;
    margin: auto;
    position: relative;
    z-index: 11
}
.flower-cls h2 span{
    font-family: 'the-seasons-bold';
    display: block;
    font-size: 33px;
    line-height: 37px;
    padding: 10px 0;
}
.flower-cls .img-box{
    background-size: 200% 100%;
    background-color: #FEF6E5;
    background-position: left;
    background-repeat: no-repeat;
    height: 100%;
    display: grid;
    align-content: center;
    position: relative;
    overflow: hidden;
}
.flower-cls .box{
    overflow: hidden;
}
.flower-cls img{
    height: auto;
    width: 100%;
    object-fit: cover;
    max-height: 700px;
    transition: all 0.5s
}
.flower-cls img:hover{
    transform: scale(1.1);
}
.flower-cls .img-box:before{
    content: '';
    background-image:url('../images/maskgroup11.png'); 
    height: 100%;
    width: 200%;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
}
.flower-indicator{
    display: none;
}
.meet-cls{
    padding:140px 0;
    background-color: #fff;
}
.meet-cls .l-img img{
    width: 90%;
    margin-left: auto;
    border-radius: 30px;
    object-fit: cover;
    object-position: top;
}
.meet-cls .l-img img.sign-img{
    position: absolute;
    right: -35%;
    bottom: 100px;
    height: 80px;
    object-fit: contain;
    z-index: 1;
}
.meet-cls .l-img{
    text-align: right;
    padding: 0 80px;
    position: relative;
}
.meet-cls h2{
    font-size: 65px;
    font-family: 'the-seasons-bold';
    color: #33130D;
    width: 80%;
    line-height: 60px;
}
.meet-cls p{
    color: #33130D;
    font-size: 18px;
    font-family: 'arboria-medium';
    padding: 6px 0;
    line-height: 24px;
    max-width: 68%
}
.meet-cls a span{
    font-size: 22px;
    color: #33130D;
    font-family: 'arboria-bold';
    text-decoration: underline;
}
.meet-cls a i{
    background-color: #33130D;
    font-size: 20px;
    margin-left: 10px;
    clip-path: polygon(50% 10%, 0% 100%, 100% 100%);
    width: 25px;
    height:25px;
    display: inline-block;
    transform: rotate(-30deg)
}
.meet-cls a:hover span{
    text-decoration: none;
}
.meet-cls a {
    margin-top:80px;
    display: flex;
    position: relative;
    z-index: 1;
}
.connect-cls iframe{
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.connect-cls .box{
    font-size:0;
    height: 100%
}
.connect-cls h2{
    font-size: 65px;
    font-family: 'the-seasons-bold';
    color: #33130D;
    width: 60%;
    line-height: 68px;
    margin-bottom: 20px;
}
.connect-cls .t-box{
    background-color:#FEF6E5;
    padding:50px 70px 70px;
}
.connect-cls .sub-box-main{
    display: flex;
    gap:10px;
    justify-content: space-between;
}
.connect-cls .sub-box-main .sub-box{
    width: 35%;
}
.connect-cls h3{
    color: #33130D;
    font-size:20px;
    font-family: 'arboria-bold';
    padding:10px 0 4px;
}
.connect-cls .sub-box-main li,
.connect-cls .sub-box-main li a{
    color: #33130D;
    font-size:20px;
    font-family: 'arboria-light';
    display: block;
    font-weight: 800;
}
.connect-cls .sub-box-main .sub-box:first-child a{
    padding: 3px 0
}
.connect-cls .sub-box-main ul{
    margin: 0;
    padding: 0
}
.connect-cls .icons{
    display: flex;
    gap:10px;
}
.connect-cls .icons a{
    font-size: 23px;
    background-color: #33130D;
    border-radius: 50%;
    color: #FEF6E5;
    border:1px solid #33130D;
    display: block;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.connect-cls .icons a:hover{
    background-color: transparent;
    color: #33130D
}
.connect-cls .c-btn{
    background-color: #33130D;
    padding: 18px 30px;
    border-radius: 12px;
    font-size: 22px;
    color: #fff;
    font-family: 'arboria-medium';
    display: block;
    width: fit-content;
    margin: 40px 0 0;
    text-transform: uppercase;
    border: 1px solid #33130D;
}
.connect-cls .c-btn:hover{
    background-color:transparent;
    color: #33130D
}
footer{
    background-color: #fff;
    padding: 100px 0 0;
}
footer .box{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:40px;
}
footer .box.first-box a{
    font-family: 'the-seasons-bold';
    color: #33130D;
    font-size: 30px;
}
footer .box.first-box a span{
    font-family: 'arboria-bold';
}
footer .box.first-box a.c-btn{
    background-color: #FEF6E5;
    padding: 18px 40px;
    border-radius: 12px;
    font-size: 22px;
    color: #33130D;
    font-family: 'arboria-bold';
    display: block;
    width: fit-content;
    text-transform: uppercase;
    border: 1px solid #FEF6E5;
}
footer .box.first-box a.c-btn:hover{
    background-color:#33130D;
    color: #FEF6E5;
    border-color: #33130D;
    text-decoration: none;
}
footer .box.second-box a{
    font-size: 22px;
    color: #33130D;
    font-family: 'arboria-medium';
}
footer .box.second-box a:hover,
footer .box.first-box a:hover{
    text-decoration: underline;
}
footer .box.second-box{
    padding: 50px 0;
    gap:50px;
}
footer .box.third-box img{
    height: 50px;
    width: auto;
    object-fit: contain;
}
.m-img{
    display: none!important;
}
.animate__slow{
    --animate-duration: 2s;
}


/* Bounce animation */
@keyframes dropBounce {
  0%   { transform: translateY(-100%); }
  100% { transform: translateY(0); }
}

#page-loader {
position: fixed;
inset: 0;
display:flex;
align-items:center;
justify-content:center;
background: #ffffff;
z-index: 9999;
transition: opacity 400ms ease, visibility 400ms ease;
opacity: 1;
visibility: visible;
}


#page-loader.loaded {
opacity: 0;
visibility: hidden;
pointer-events: none;
}


#page-loader .brand {
text-align:center;
}
#page-loader svg {
max-width: 160px;
height: auto;
display:block;
margin: 0 auto 12px auto;
animation: spin 3s linear infinite;
transition: all 2.5s;
}


/* Rotate animation */
@keyframes spin { to { rotate: 360deg; } }


/* Scale out animation after load */
#page-loader.scale-out svg {
transform: scale(60);
opacity: 0;
}


body.ready #main { display: block; }
#main { display: none; }


#main.fade-in {
animation: mainFade 400ms ease forwards;
opacity: 0;
}
@keyframes mainFade { to { opacity: 1; } }


@media (max-width:420px){
#page-loader svg{ max-width:120px; }
}


/*22-12-25 R*/
.brush-cls.services-page-main-content{
    padding: 150px 0 0;
}
.meet-cls.meet-main-page{
    padding: 160px 0 0;
}
.connect-cls.connect-main-page{
    padding: 70px 0 0;
}
.faq-main{
    padding: 120px 0 0;
}
.faq-main h2{
    font-size: 65px;
    font-family: 'the-seasons-bold';
    color: #33130D;
    margin-bottom: 30px;
}
.faq-main p{
    color: #33130D;
    font-size: 18px;
    font-family: 'arboria-medium';
    padding: 6px 0;
    line-height: 24px;
}
.faq-main ul{
    color: #33130D;
    font-size: 18px;
    font-family: 'arboria-medium';
    padding: 6px 0;
    line-height: 24px;
}
.faq-main p b,
.faq-main p strong{
    font-family: 'arboria-black';
}
.mid_bg.faq-main .tem-main{
    display: flex;
    gap:30px;
    margin-top: 50px
}
.mid_bg.faq-main h2{
    margin-bottom: 0;
}
.mid_bg.faq-main .site_txt{
    color: #33130D;
    font-size: 22px;
    font-family: 'arboria-medium';
    padding: 6px 0 0;
    line-height: 24px;
}

.mid_bg.faq-main .tem-main .tem-img{
    max-width: 270px
}
.mid_bg.faq-main .tem-main img{
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    height: auto;
}
/*22-12-25 R*/


/* 31-12-25 */

.mid_bg.faq-main .container {
    max-width: 900px;
}


/*10-01-2026*/
.meet-cls.meet-main-page.talk-dr-ds .d-flex h2 {
    width: 100%;
    text-align: center;
}
.meet-cls.meet-main-page.talk-dr-ds .d-flex p {
    width: 100%;
	max-width: 100%;
    text-align: center;
}

.talk-dr-ds .audio-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.talk-dr-ds .audio-section .audio-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    /* justify-content: space-around; */
}
.talk-dr-ds .audio-section .audio-list .audio-item h3 {
    font-family: 'the-seasons-bold';
    color: #33130D;
    font-size: 30px;
    text-align: center;
	    padding-top: 50px;
    padding-bottom: 15px;
}

/*10-01-2026*/

/* 15-01-25 A */

.talk-dr-ds .audio-section .audio-list .audio-item { width: 32%;}
.talk-dr-ds .audio-section .audio-list .audio-item  .audio-player,
.talk-dr-ds .audio-section .audio-list .audio-item  .audio-player audio {width: 100%;}

.talk-dr-ds .audio-section .audio-list {justify-content: center; row-gap: 0px;column-gap: 10px;align-items: end;}

 .meet-main-page .TeamMemberImages {text-align: right; padding: 0 80px;   position: relative;}
.meet-main-page .TeamMemberImages img {width: 90%; margin-left: auto; border-radius: 30px; object-fit: cover; object-position: top;padding: 15px 0px 0px 0px;} 
/* .meet-main-page .TeamMemberImages img:nth-child(1){padding: 15px 0px;} */
/* 15-01-25 A */

.desktop_email{display:block;}
.mobile_email{display:none;}