:root{
    --theme-color:#F7F4ED;
    --theme-Gold:#997A4A;
    --theme-text:#2D2722;
    --theme-cta:#6A2724;
    --theme-gold-light: #D59E55;
    --font-headingXL:3rem;
    --font-headingL:1.875rem;
    --font-headingM:1.625rem;
    --font-headingS:1.375rem;
    --font-size:1rem;
    --font-size-sm:0.875rem;
   
}
html {
    scroll-behavior: smooth;
    scrollbar-color: var(--theme-Gold) var(--theme-color);
    scrollbar-width: thin;
}

html::-webkit-scrollbar {
    width: 10px;
}

html::-webkit-scrollbar-track {
    background: var(--theme-color);
}

html::-webkit-scrollbar-thumb {
    background: var(--theme-Gold);
    border: 2px solid var(--theme-color);
    border-radius: 999px;
    transition: background-color 0.2s ease;
}

html::-webkit-scrollbar-thumb:hover {
    background: var(--theme-cta);
}

@media (max-width: 767.98px) {
    html::-webkit-scrollbar {
        width: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
@font-face {
    font-family:cormorant ;
    src: url('../fonts/Cormorant-G.ttf');
}
@font-face {
    font-family:Inter ;
    src: url('../fonts/Inter.ttf');
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:cormorant ;
}
body{
    background-color: var(--theme-color) !important;
}
.heading {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}
.heading h3 {
    display: inline-block;
    position: relative;
    padding: 10px 20px 10px 0;
    font-size: var(--font-headingXL) !important;
    font-family: 'cormorant';
    letter-spacing: 2px !important;
    

}
.heading h3 span{color: var(--theme-color);  font-family: 'cormorant';}
.heading h3:after {
       z-index: -1;
    content: "";
    position: absolute;
    /* border-bottom: 5px solid var(--theme-color); */
    left: 50%;
    width: 200px;
    bottom: 0;
    height: 2px;
    background: var(--theme-gold-light);
    border-radius: 10px;
    border-top-left-radius: 0;
    transform: translateX(-50%);
    border-bottom-left-radius: 0;

}
/* .heading h3:before {
    content: "";
    position: absolute;
    border-top: 5px solid #408ec6;
    right: 0;
    width: 30px;
    top: 0;
    border-right: 5px solid var(--theme-color);
    height: 30px;
} */
h1, h2, h3, h4, h5, p, a{
    color: var(--theme-text) !important;
    margin-bottom: 0 !important;
    letter-spacing: 1.5px !important;
}

h3{
    font-size: var(--font-headingL) !important;
}
img{width: 100%;}
ul{list-style: none; margin-bottom: 0 !important; padding-left: 0 !important;}
a{text-decoration: none !important;}
.topmenuinner{
    background:var(--theme-blue)
}

header{
    position:sticky;
    top:0;
    z-index:999;
}

.firstbar{
    padding: 8px;
    background: var(--theme-color);
}
p{
    letter-spacing: 1.5px !important;
}

.logo{
    width: 140px;
        border-radius: 10px;
    overflow: hidden;
}

.firstbar ul li a{font-family: Inter; font-size: var(--font-size-sm); font-weight:600; color: var(--theme-text) !important; text-transform: uppercase;}
.firstbar ul li.active a{color: var(--theme-gold-light) !important;    }
.revive-consult {
    text-align: end;
}

.revive-btn-primary{
       border-radius: 50px;
    background-color: var(--theme-cta);
    font-family: Inter;
    font-weight: 500;
    /* color: var(--theme-text); */
        padding: 20px 28px;
        color: #fff !important;
        font-size: 16px;
    line-height: 100%;
}
.revive-btn-primary i{margin-right: 4px;}

.revive-btn-primary:hover{
    background-color: var(--theme-Gold);
    transition: all 0.3s ease-in-out;

}
.btn-border-primary{
       border-radius: 50px;
    background-color: transparent;
    font-family: Inter;
    font-weight: 500;
    color: var(--theme-cta) !important;
        padding: 18px 28px;
        border: 1px solid var(--theme-cta);
          font-size: 16px;
    line-height: 100%;
}
.btn-border-primary:hover{
    background-color: var(--theme-Gold);
    border-color: var(--theme-Gold);
    color: #fff !important;
    transition: all 0.3s ease-in-out;

}
.header-revive li{border-bottom: 2px solid transparent;}
/* .header-revive li:hover{border-color:var(--theme-Gold);} */

.header-revive li{
    position:relative;
}

.header-revive li::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:0;
    height:2px;
    background:var(--theme-gold-light);
    transition:all .4s cubic-bezier(.22,.61,.36,1);
}

.header-revive li:hover::after{
    width:100%;
}
.header-revive li.active::after{
    width:100%;
}
.topheaderflex div{font-size: 14px; letter-spacing: 1.5px;}

.banner-inner{
    display: flex;
    align-items: center;
    position: relative;
}

.banner-inner .banner-content{
    width: 40%;
    position: absolute;
        background: linear-gradient(90deg, rgba(247, 244, 237, 1) 0%, rgb(247 244 237) 35%, rgba(247, 244, 237, 0.75) 55%, rgb(247 244 237) 75%, rgb(247 244 237 / 0%) 100%);
}
.banner-inner .banner-content h1{
    font-size: 72px;
    font-weight: 700;
    color: var(--theme-text) !important;
    margin-bottom: 24px !important;
}
.banner-inner .banner-content h1 span{color: var(--theme-gold-light); display:block;}
.banner-inner .banner-content h1 .heading-border{line-height: 0;  margin-top: 8px;}
.banner-inner .banner-content p{
        font-size: 18px;
    line-height: 26px;
    color:var(--theme-text) !important;
    font-weight: 600;
}

.banner-btn{
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.banner-image{
    margin-left: auto;
}

.contsultant-banner p{
    font-family: Inter;
    font-size: 18px;
    color: var(--theme-gold-light);
    font-weight: 600;

}

/* About Section CSS Starts Here */
.revive-about-section{
    background:#d59e5585;
    padding:80px 0 64px;
        margin-bottom: 150px;
}

.revive-doctor-name{
    font-family:cormorant;
    font-size:40px;
    font-weight:700;
    color:var(--theme-text);
    margin:0;
}

.revive-designation{
    font-family:Inter;
    font-size:0.95rem;
    letter-spacing:2px;
    text-transform:uppercase;
    color:var(--theme-Gold);
    font-weight:600;
}

.revive-divider{
    display:flex;
    align-items:center;
    gap:12px;
    margin-top:20px;
}

.revive-divider span{
    width:86px;
    height:1px;
    background:var(--theme-Gold);
}

.revive-divider i{
    color:var(--theme-Gold);
    font-size:10px;
}

.revive-doctor-image{
    border-radius:18px;
    overflow:hidden;
    border:1px solid var(--theme-Gold);
    margin-top:24px;
    margin-bottom:-150px;
}

.revive-doctor-image img{
    width:100%;
    display:block;
    object-fit:cover;
}

.revive-section-label{
    font-family:Inter;
    font-size:0.875rem;
    letter-spacing:3px;
    color:var(--theme-Gold);
    font-weight:600;
}

.revive-about-text{
   
    font-size:1rem;
    line-height:1.9;
    color:var(--theme-text) !important;
   
    margin-bottom:40px;
    font-weight:500;
        margin-bottom: 56px !important;
}

.revive-info-card{
    background:var(--theme-color);
    border:1px solid rgba(255,255,255,.6);
    border-radius:16px;
    padding:24px 28px;
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-bottom:24px;
}

.revive-info-icon{
    color:var(--theme-Gold);
    font-size:1rem;
    padding-top:3px;
}

.revive-info-content{
    font-family:cormorant;
    font-size:1.2rem;
    line-height:1.5;
    color:var(--theme-text);
}

@media(max-width:991px){

    .revive-about-section{
        padding:80px 0;
    }

    .revive-doctor-name{
        font-size:2rem;
    }

    .revive-about-text{
        max-width:100%;
    }

    .revive-info-content{
        font-size:1.05rem;
    }
}
/* About Section CSS Ends Here */


/* Revive V2 START */

.revive-v2-hero{
    padding:20px;
    background:#f7f4ed;
}

/* .revive-v2-hero-card{
   
    border-radius:40px;
   
    position:relative;

    background:
    linear-gradient(
        135deg,
        #c7b08a 0%,
        #b69d74 100%
    );
} */

.revive-v2-hero-content{
    position:relative;
    z-index:5;
    padding:80px 0;
}

.revive-v2-hero-card{
    position:relative;
    overflow:hidden;
    border-radius:42px;

    background:
        radial-gradient(circle at 18% 28%, rgba(255,239,182,.65), transparent 42%),
        radial-gradient(circle at 82% 18%, rgba(255,255,255,.12), transparent 32%),
        linear-gradient(135deg,#cbb48d 0%,#b49a72 100%);

    box-shadow:
        0 35px 80px rgba(0,0,0,.14),
        inset 0 1px 0 rgba(255,255,255,.25);
}

/* LEFT CONTENT */

.revive-v2-hero-content{
    position:absolute;
    z-index:5;

    max-width:560px;

    padding-top:80px;
   
}

.revive-v2-tag{
    display:inline-block;
    padding:6px 16px;
    border-radius:50px;

       background: rgba(255, 255, 255, .4);
    border: 1px solid rgba(255, 255, 255, .6);

    color:var(--theme-text);
    font-weight:400;
    font-family:Inter;
    font-size:16px;
}

.revive-v2-title{
    font-family:cormorant;
    font-size:82px;
    line-height:100%;
    font-weight:700;
    line-height: 100%;
    color:#f7f4ed;

    margin:20px 0 20px !important;
}

.revive-v2-title span{
    color:var(--theme-Gold);
}

.revive-v2-description{
    /* color:rgba(255,255,255,.85); */

    /* max-width:470px; */

    /* line-height:1.9;

    font-family:Inter;

    margin-bottom:40px; */

    max-width:500px;

    font-size:20px;

    line-height:1.9;

    color:rgba(255,255,255,.9);
}

.revive-v2-actions{
    display:flex;
    gap:40px;
    margin-top:24px;
}

.revive-v2-actions a{

    transition:.45s cubic-bezier(.22,.61,.36,1);

}

.revive-v2-actions a:hover{

    transform:translateY(-5px);

    box-shadow:0 15px 35px rgba(0,0,0,.18);

}

.revive-v2-brain{

    transform:scale(1.08);

    transition:7s ease;

    filter:drop-shadow(0 40px 60px rgba(0,0,0,.18));

}

.loaded .revive-v2-brain{

    transform:scale(1);

}

.revive-v2-brain{

animation:floating 8s ease-in-out infinite;

}

.revive-v2-hero-card::after{

content:"";

position:absolute;

width:520px;
height:520px;

right:-120px;
top:-80px;

background:radial-gradient(circle,#ffe7a0 0%,transparent 70%);

opacity:.35;

filter:blur(60px);

pointer-events:none;

}

.hero-reveal{

opacity:0;

transform:translateY(40px);

filter:blur(10px);

animation:heroReveal .9s forwards;

}

.delay-1{

animation-delay:.2s;

}

.delay-2{

animation-delay:.45s;

}

.delay-3{

animation-delay:.75s;

}

.delay-4{

animation-delay:1s;

}

@keyframes heroReveal{

to{

opacity:1;

transform:none;

filter:none;

}

}

@keyframes floating{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0px);

}

}

.revive-v2-brain,
.revive-v2-title{
    transition:all .6s ease;
}

.hero-hide{
    opacity:0;
    transform:translateY(20px);
}

.hero-hide-img{
    opacity:0;
    transform:scale(1.05);
}


.revive-v2-btn-primary{
    background-color:var(--theme-cta);
    border-radius:50px;
    padding:16px 28px;
    color:#fff !important;
}

.revive-v2-btn-outline{
    border:1px solid var(--theme-cta);
    border-radius:50px;
    color:#fff;
    padding:16px 28px;
}

/* RIGHT IMAGE */

.revive-v2-hero-image{
    
    

    width:100%;
       height: 814px;
}
.revive-v2-hero-image img{
    height:100%;
    object-fit: cover;

}
.revive-v2-brain{
  

    right:0;
    top:0;

    

    width:100%;
    max-width:none;
}

/* SOFT FADE */

.revive-v2-hero-card::before{
    content:"";

    position:absolute;

    left:0;
    top:0;

    width:55%;
    height:100%;

    background: linear-gradient(90deg, rgb(251 248 205 / 90%) 0%, rgb(251 249 205 / 90%) 40%, rgb(253 249 205 / 75%) 70%, #00000000 100%);

    z-index:2;
}

.revive-v2-title{
    position: relative;
    transition: none;
}

.hero-hide{
    opacity:0;
    transform:translateX(80px); /* Exit Right */
    filter:blur(8px);
    transition:all .6s cubic-bezier(.22,.61,.36,1);
}

.hero-show{
    opacity:1;
    transform:translateX(0);
    filter:blur(0);
    transition:all .6s cubic-bezier(.22,.61,.36,1);
}


.revive-v2-about {
    background: #F7F4ED;
    padding: 80px 0 48px;
    position: relative;
    margin-top: -60px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    z-index: 11;
}

.revive-v2-about-image-wrap{
    position:relative;
        padding-right: 20px;
        overflow: hidden;
        border-radius:16px;
}
.revive-v2-about-content{
    padding-left: 20px;
}
.revive-v2-about-image{
    border-radius:24px;
    width:100%;
    border:1px solid rgba(153,122,74,.2);
}
.revive-v2-about-image.img-fluid{
    height:100% !important;
    width:100%;
    object-fit:cover;
    transition: 0.6s ease;
}

.revive-v2-about-image:hover{
    transform: scale(1.1);
}
.revive-v2-about-badge{
    position:absolute;
   
    bottom:40px;

    width:110px;
    height:110px;

    background:#997A4A;
    color:#fff;

    border-radius:50%;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.revive-v2-about-badge span{
    font-size:1.8rem;
    font-family:cormorant;
}

.revive-v2-about-badge small{
    font-size:.8rem;
}

.revive-v2-section-label{
    font-family:Inter;
    letter-spacing:2px;
    font-size:14px;
    color:#997A4A;
        font-weight: 700;
    margin-bottom:8px;
}

.revive-v2-about-title{
    font-family:cormorant;
    font-size:3.7rem;
    line-height:1.1;
    color:var(--theme-text);
    max-width:700px;
    margin-bottom:25px;
}

.revive-v2-about-text{
font-family:cormorant;
      font-size: 22px;
    font-weight: 400;
    color:var(--theme-text);
letter-spacing: 0 !important;
    line-height: 140%;
}

.revive-v2-info-card{
    background:#fff;
    border-radius:12px;
    padding: 16px 24px;
    height:100%;
        border: 1px solid rgba(153, 122, 74, 0.4);

    font-weight: 700;
  
    display: flex;
    align-items: center;
   
}

.revive-v2-info-card h6{
    color:var(--theme-gold-light);
    margin-bottom:10px;
    font-family:Inter;
}

.revive-v2-info-card p{
    margin:0;
    font-family:cormorant;
    font-size:18px;
    line-height:120%;
    color:var(--theme-text);
    font-weight: 600;
}
.revive-v2-info-card i{
    margin-right: 16px;
    font-size: 32px;
    color: var(--theme-gold-light);
}
.revive-v2-about-btn{
    background:#997A4A;
    color:#fff;
    border-radius:50px;
    padding:15px 28px;
}
/* Revive V2 End */

/* Revive About Starts HERE */

.revive-about-top{
    position: absolute;
    top: -40px;
    background: #F7F4ED;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        left: 50%;
    /* right: 0; */
    transform: translateX(-50%);
        padding: 20px 0px;
    width: 80%;
}
.row-about-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-about-top{
    display: flex;
    align-items: center;
    padding: 0 48px;
    border-right: 1px solid #d59e5585;
    transition: all 0.3s ease-in-out;
}
.card-about-top:last-child{
    border-right: none;
}

/* .card-about-top:hover{
    transform: translateY(-5px);
} */
.icon-abt-top{
    margin-right: 20px;
}
.card-about-top i{
    font-size: 40px;
    color: var(--theme-gold-light);
}
.card-about-top p{
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-text);
}
.card-about-top p span{
    display: block;
    font-size: 14px;
    margin-top: 0;
    font-weight: 400;
}

.revive-v2-about-subtitle {
    font-family: cormorant;
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 140%;
    /* max-width: 640px; */
    margin: auto;
}


/* =========================================================
   ABOUT V2 — TRUST / CREDENTIALS + CTA
   ========================================================= */

.about-v2-trust-wrap {
    width: 100%;
    margin-top: 28px;
}


/* ---------------------------------------------------------
   TRUST GRID
   --------------------------------------------------------- */

.about-v2-trust-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}


/* ---------------------------------------------------------
   TRUST ITEM
   --------------------------------------------------------- */

.about-v2-trust-item {
    min-height: 100px;
    padding: 16px 20px;

    display: flex;
    align-items: center;

    background: #FBF8F1;
    border: 1px solid rgba(153, 122, 74, 0.35);
    border-radius: 13px;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.about-v2-trust-item:hover {
    transform: translateY(-2px);

    border-color: rgba(213, 158, 85, 0.65);

    box-shadow:
        0 8px 24px rgba(45, 39, 34, 0.06);
}


/* ---------------------------------------------------------
   ICON
   --------------------------------------------------------- */

.about-v2-trust-icon {
    width: 72px;
    height: 72px;

    flex: 0 0 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #D59E55;

    background: rgba(213, 158, 85, 0.06);

    border: 1px solid rgba(213, 158, 85, 0.12);

    border-radius: 50%;

    font-size: 34px;
    line-height: 1;
}

.about-v2-trust-icon i {
    color: #D59E55;
}


/* ---------------------------------------------------------
   VERTICAL DIVIDER
   --------------------------------------------------------- */

.about-v2-trust-divider {
    width: 1px;
    height: 48px;

    flex: 0 0 1px;

    margin: 0 20px;

    background: rgba(153, 122, 74, 0.42);
}


/* ---------------------------------------------------------
   CONTENT
   --------------------------------------------------------- */

.about-v2-trust-content {
    min-width: 0;
}

.about-v2-trust-content h4 {
    margin: 0 0 0 !important;

    color: var(--theme-text) !important;

    font-family: "Cormorant Garamond", serif;
    font-size: 18px !important;
    font-weight: 600 !important;



    letter-spacing: 0.1px;
}

.about-v2-trust-content p {
    margin: 0;

    color: var(--theme-text) !important;

    font-family: "Cormorant Garamond", serif;
    font-size: 16px !important;
    font-weight: 400 !important;

}


/* ---------------------------------------------------------
   CTA
   --------------------------------------------------------- */

.about-v2-cta-wrap {
    margin-top: 28px;

    display: flex;
    justify-content: flex-start;
}


.about-v2-cta {
    min-width: 350px;
    min-height: 66px;

    padding: 0 24px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;

    color: #FFFFFF;
    background: #6A2724;

    border: 1px solid #6A2724;
    border-radius: 10px;

    text-decoration: none;

    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 600;

    letter-spacing: 0.2px;

    box-shadow:
        0 8px 18px rgba(106, 39, 36, 0.12);

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.about-v2-cta:hover {
    color: #FFFFFF;
    background: #55201E;
    border-color: #55201E;

    transform: translateY(-2px);

    box-shadow:
        0 12px 26px rgba(106, 39, 36, 0.18);
}


.about-v2-cta-arrow {
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;

    line-height: 1;

    transition: transform 0.3s ease;
}

.about-v2-cta:hover .about-v2-cta-arrow {
    transform: translateX(5px);
}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1400px) {

    .about-v2-trust-item {
        min-height: 104px;
        padding: 16px 22px;
    }

    .about-v2-trust-icon {
        width: 74px;
        height: 74px;
        flex-basis: 74px;
        padding: 14px;
        font-size: 35px;
    }

    .about-v2-trust-divider {
        margin-left: 21px;
        margin-right: 21px;
    }

    .about-v2-trust-content h4 {
        font-size: 24px;
    }

    .about-v2-trust-content p {
        font-size: 19px;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .about-v2-trust-wrap {
        margin-top: 24px;
    }

    .about-v2-trust-grid {
        gap: 12px;
    }

    .about-v2-trust-item {
        min-height: 94px;
        padding: 14px 16px;
    }

    .about-v2-trust-icon {
        width: 62px;
        height: 62px;
        flex-basis: 62px;

        font-size: 29px;
    }

    .about-v2-trust-divider {
        height: 42px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .about-v2-trust-content h4 {
        font-size: 21px;
    }

    .about-v2-trust-content p {
        font-size: 17px;
    }

    .about-v2-cta {
        min-width: 310px;
        min-height: 60px;

        font-size: 21px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .about-v2-trust-wrap {
        margin-top: 22px;
    }

    .about-v2-trust-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .about-v2-trust-item {
        min-height: 88px;
        padding: 13px 15px;
    }

    .about-v2-trust-icon {
        width: 58px;
        height: 58px;
        flex-basis: 58px;

        font-size: 27px;
    }

    .about-v2-trust-divider {
        height: 40px;
        margin-left: 14px;
        margin-right: 14px;
    }

    .about-v2-trust-content h4 {
        font-size: 21px;
    }

    .about-v2-trust-content p {
        font-size: 17px;
    }

    .about-v2-cta-wrap {
        margin-top: 22px;
    }

    .about-v2-cta {
        width: 100%;
        min-width: 0;
        min-height: 58px;

        padding: 0 20px;

        font-size: 20px;
    }

    .about-v2-cta-arrow {
        font-size: 27px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .about-v2-trust-item {
        min-height: 82px;
        padding: 11px 13px;
    }

    .about-v2-trust-icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;

        font-size: 24px;
    }

    .about-v2-trust-divider {
        height: 36px;
        margin-left: 12px;
        margin-right: 12px;
    }

    .about-v2-trust-content h4 {
        font-size: 19px;
    }

    .about-v2-trust-content p {
        font-size: 16px;
    }

    .about-v2-cta {
        font-size: 19px;
    }
}
/* Revive About Ends HERE */



/* Revive  Service Starts HERE*/ 
.revive-service-section{
    background: #fff;
    padding: 64px 0 128px;
}

.revive-service-heading{
  
    margin: 0 auto;
}

.revive-service-subtitle{
  font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: var(--theme-Gold);
    font-weight: 700;
      margin-bottom: 8px;
    display: block;
}

.revive-service-title{
    font-family:cormorant;
    font-size:3.7rem;
    color:var(--theme-text);
    margin-bottom:16px !important;
}

.revive-service-description{
   font-family: cormorant;
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 140%;
        max-width: 640px;
    margin: auto;
}

.revive-service-card{
    background:var(--theme-color);
    border-radius:40px;
    padding:24px 32px;
        padding-top: 16px;
    padding-top:0px;
    height:100%;
    border:1px solid rgba(153,122,74,.08);
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 0;
        border: 3px solid var(--theme-gold-light);
    border-left: 0;
    border-right: 0;
}
.revive-service-card.odd{
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 50px;
}
.revive-service-number{
    font-size:5rem;
    line-height:1;
    color:var(--theme-Gold);
    font-family:cormorant;
}

.revive-service-line{
    width:50px;
    height:1px;
    background:var(--theme-Gold);
    margin:24px 0;
}

.revive-service-card-title{
    font-family:cormorant;
    font-size:1.5rem !important;
    color:var(--theme-text);
    margin-bottom:25px !important;
    line-height:1.1;
    font-weight: 700;
}

.revive-service-list{
    padding-left:18px;
    margin:0;
}

.revive-service-list li{
    font-family:cormorant;
    color:var(--theme-text);
    margin-bottom:18px;
    line-height:1.4;
    font-weight: 600;
    &:last-child{
        margin-bottom:0;
    }
}
.revive-service-list li i{
    color:var(--theme-gold-light);
    margin-right:8px;
}
.revive-service-list li::marker{
    color:var(--theme-Gold);
}

.revive-service-cta{
    background:#fff;
    border-radius:24px;
    padding:30px 40px;
    border:1px solid rgba(153,122,74,.08);
}

.revive-service-cta-icon{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:var(--theme-Gold);
    font-size:24px;
}

.revive-service-cta-text{
    font-family:Inter;
    color:#444;
    line-height:1.8;
}

.revive-service-btn{
    background:var(--theme-cta);
    color:#fff;
    border-radius:12px;
    padding:16px 30px;
    font-family:Inter;
}

.revive-service-btn:hover{
    background:#56201d;
    color:#fff;
}

@media(max-width:991px){

    .revive-service-title{
        font-size:2.8rem;
    }

    .revive-service-card-title{
        font-size:1.75rem;
    }

}




.conditions-revive {
    background: #fff;
    padding: 64px 0;
    /* background-image: url('../../asset/images/revive/bg-image.png'); */
}

.conditions-revive-title{
       font-family: cormorant;
    font-size: 3.7rem;
  
    color: var(--theme-text);
margin-bottom: 16px !important;
   
}

.conditions-revive-title span{
    color:var(--theme-gold-light);
}

.conditions-revive-label{
    font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: #997A4A;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}
.conditions-revive-head {
    text-align: center;
        margin-bottom: 48px;
}
.conditions-revive-head p{
font-family: cormorant;
    font-size: 28px;
    font-weight: 400;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 140%;
    max-width: 740px;
    margin: auto;
}
.conditions-revive-card{
    background:var(--theme-color);
    /* border:1px solid #e9dfcf; */
    border-left:6px solid var(--theme-gold-light);
    border-radius:16px;
    padding:24px;
    display:flex;
    align-items:center;
    gap:32px;
    height:100%;
}

.conditions-revive-icon{
    width:120px;
    height:120px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 15px 30px rgba(0,0,0,.06);
    flex-shrink:0;
    padding:16px;
        /* border: 1px solid;
    border-color: #d59e55; */
}

.conditions-revive-icon i{
    font-size:48px;
    color:#c89d45;
}

.conditions-revive-divider{
      width: 1px;
    height: 150px;
    background: #997a4a54;
}

.conditions-revive-content h3{
     font-family: cormorant;
    font-size: 1.7rem !important;
    color: var(--theme-text);
    line-height: 1.1;
    margin-bottom: 12px !important;
    font-weight: 700;
}

.conditions-revive-content ul{
    columns:2;
    list-style:none;
    padding:0;
}

.conditions-revive-content li{
   font-family: cormorant;
    color: var(--theme-text);
    margin-bottom: 12px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 1rem;
}

.conditions-revive-content li i{
    color:#c89d45;
    margin-right:8px;
}

.conditions-revive-cta-icon{
    width: 80px;
}

.conditions-revive-cta{
    margin-top:35px;
    background:#fbfaf8;
    border:1px solid #e9dfcf;
    border-radius:22px;
    padding:35px 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.conditions-revive-btn{
    background:#c89d45;
    color:#fff;
    padding:18px 34px;
    border-radius:14px;
    text-decoration:none;
}
/* Revive  Service Ends HERE*/ 


/* FAQ SEction CSS STARTS HERE */
.faq-luxury{
    padding:64px 0;
    background:#fff;
    position:relative;
}

.faq-grid{
    display:grid;
    grid-template-columns:520px 1fr;
    gap:60px;
    align-items:start;
}

.faq-image-area{
    position:relative;
    height:100%;
}

.faq-image-area img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:30px;
}

.faq-floating-card{
    position:absolute;
    left:-20px;
    bottom:-30px;
    width:310px;
    background:var(--theme-cta);
    color:#fff;
    border-radius:20px;
    padding:24px;
}

.brain-icon{
    color:var(--theme-gold-light);
    font-size:28px;
    margin-bottom:20px;
}

.faq-floating-card h4{
   
        font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff !important;
}

.faq-floating-card span{
    width:80px;
    height:1px;
    background:var(--theme-gold-light);
    display:block;
    margin-bottom:16px;
    margin-top:8px;
}

.faq-floating-card p{
    color:#fff !important;
}

.faq-label{
      font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: var(--theme-Gold);
    font-weight: 700;
    margin-bottom: 8px;
    display: block;

}

.faq-content h2{
       font-family: cormorant;
    font-size: 3.7rem;
    color: var(--theme-text);
    margin-bottom: 28px !important;
}

.faq-content h2 span{
    color:var(--theme-gold-light);
}

.faq-divider{
    width:250px;
    height:1px;
    background:#d9c7a4;
    margin-bottom:30px;
}

.faq-item{
    border:1px solid #d59e5533;
    border-radius:18px;
    margin-bottom:15px;
    overflow:hidden;
    background:var(--theme-color);
}

.faq-question{
    width:100%;
    border:none;
    background:none;
    padding:16px 24px;
    display:flex;
    align-items:center;
    gap:16px;
  text-align: left;
font-family: cormorant;
    font-size: 1.5rem !important;
    color: var(--theme-text);
    line-height: 1.1;
    
    font-weight: 700;
}

.faq-icon{
    width:32px;
    height:32px;
    border-radius:50%;
    background:var(--theme-gold-light);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}
.faq-icon i{
    font-size:16px;
}
.faq-icon.plus{
    background:#fff;
    color:var(--theme-gold-light);
    border:1px solid var(--theme-gold-light);
}

.faq-answer{
    padding: 0px 16px 0px 72px;

    font-family: cormorant;
    color: var(--theme-text);

    line-height: 1.4;
    font-weight: 600;

    max-height:0;
    overflow:hidden;
    opacity:0;

    transition: 
        max-height 0.4s ease,
        opacity 0.3s ease,
        padding-top 0.3s ease;
}

.faq-answer p{
    margin-bottom: 16px !important;
        font-size: 18px;
    font-weight: 400;
}
.faq-item.active .faq-answer{

    max-height:max-content;
    opacity:1;

    

}

.faq-item.active .faq-icon{
        background: var(--theme-gold-light);
    color: rgb(255, 255, 255);
}
/* FAQ SEction CSS EndS HERE */



/* Why Choose Section Starts HERE */
/* .why-choose-section{
    background: var(--theme-color);
}

.why-choose-image-box img{
    width:100%;
    border-radius:24px;
    object-fit:cover;
}

.why-choose-content-card{
    padding:10px 5px;
}

.why-choose-label{
    display:inline-block;
    font-family:Inter;
    font-size:12px;
    letter-spacing:3px;
    color:var(--theme-Gold);
    text-transform:uppercase;
    margin-bottom:15px;
}

.why-choose-content-card h3{
    font-family:cormorant;
    font-size:2rem;
    color:var(--theme-text);
    line-height:1.1;
    margin-bottom:20px;
}

.why-choose-content-card p{
    font-family:Inter;
    color:#5b5b5b;
    line-height:1.8;
    margin:0;
}

.why-choose-center{
    max-width:700px;
    margin:auto;
}

.why-choose-subtitle{
   font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: var(--theme-Gold);
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.why-choose-title {
    font-family: cormorant;
    font-size: 3.7rem;
    line-height: 1.1;
    color: var(--theme-text);
    margin-bottom: 16px !important;
    font-weight: 500;
}

.why-choose-description{
       font-family: cormorant;
    font-size: 24px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 140%;
    max-width: 640px;
    margin: auto;
}

.why-choose-features{
    margin-top:60px;
}

.why-choose-feature{
    text-align:center;
    padding:28px 0;
    border-top:1px solid rgba(153,122,74,.25);
}

.why-choose-feature:last-child{
    border-bottom:1px solid rgba(153,122,74,.25);
}

.why-choose-feature h4{
    font-family:cormorant;
    font-size:1.5rem;
    color:var(--theme-text);
      margin-bottom: 10px !important;

    font-weight: 700;
}

.why-choose-feature p{
    font-family:Inter;
    color:var(--theme-text);
    margin:0;
    max-width:550px;
    margin-inline:auto;
        font-size: 14px;
}

@media(max-width:991px){

    .why-choose-title{
        font-size:3rem;
    }

    .why-choose-content-card h3{
        font-size:1.7rem;
    }

    .why-choose-feature h4{
        font-size:1.6rem;
    }
} */

.why-choose-section{
    /* background: linear-gradient(135deg, #fefbf5 0%, #fcf3e7 100%); */
    overflow: hidden;
    padding: 80px 0 96px;
    position: relative;
   

    

}

.why-choose-section .container{
 background: var(--theme-color);

    background-image: url('../../asset/images/revive/IMG_0088.jpeg');

        background-attachment: fixed;
    background-size: cover;
    border-radius: 32px;
    padding: 48px;
    position: relative;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* .why-choose-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at top left, rgba(153,122,74,.16) 0, transparent 32%), radial-gradient(circle at bottom right, rgba(35,46,60,.06) 0, transparent 35%);
    pointer-events: none;
} */
.why-choose-section .container::before{
    content: "";
    position: absolute;
    inset: 0;
    /* background-image: radial-gradient(circle at top left, rgba(153,122,74,.16) 0, transparent 32%), radial-gradient(circle at bottom right, rgba(35,46,60,.06) 0, transparent 35%); */
    pointer-events: none;
        background: #d59e55c9;
        border-radius: 32px;
}



.why-choose-header{
    max-width: 950px;
    margin: auto;
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
}

.why-choose-subtitle{
    font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.why-choose-title{
    font-family: cormorant;
    font-size: 3.7rem;
    color: var(--theme-text);
    margin-bottom: 16px !important;
    font-weight: 700;
}

.why-choose-title span{
    color: #fff;
}

.why-choose-description{
    font-family: cormorant;
    font-size: 28px;
    font-weight: 400;
    color:#fff !important;
    letter-spacing: 0 !important;
    line-height: 140%;
    max-width: 940px;
    margin: auto;
}

.why-choose-journey{
    position: relative;
    z-index: 1;
}

.why-choose-glow{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    height: 520px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(153,122,74,.16) 0%, transparent 70%);
    filter: blur(28px);
    pointer-events: none;
}

.why-choose-stack{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.why-choose-item{
    text-align: center;
}

.luxury-card{
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(153,122,74,.18);
    border-radius: 24px;
    padding: 28px 24px;
    box-shadow: 0 20px 45px rgba(11,26,41,.08);
    backdrop-filter: blur(8px);
    transition: transform .3s ease, box-shadow .3s ease;
}

.luxury-card::before{
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--theme-Gold), transparent);
    opacity: .8;
}

.luxury-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(11,26,41,.12);
}

.why-choose-pill{
    display: inline-block;
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    color: var(--theme-Gold);
    text-transform: uppercase;
    display:none
}

.why-choose-icon{
   width: 86px;
    height: 86px;
    border: 1px solid var(--theme-Gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 8px;
    background: var(--theme-color);
}

.why-choose-icon i{
    color: var(--theme-gold-light);
    font-size: 40px;
}

.why-choose-item h3{
    font-family: cormorant;
    font-size: 1.6rem !important;
    color: var(--theme-Gold) !important;
    line-height: 1.1;
    margin-bottom: 8px !important;
    font-weight: 700;
}

.why-choose-item p{
    
    color: var(--theme-cta);
    margin-bottom: 0;
     line-height:20px;
    font-weight: 400;
    font-size: 16px;

}

.why-choose-brain-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.why-choose-brain-circle{
    width: 520px;
    height: 520px;
    border: 1px solid rgba(153,122,74,.28);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: inset 0 0 0 16px rgba(255,255,255,.45), 0 30px 80px rgba(11,26,41,.12);
    background: linear-gradient(145deg, #fffdf8, #f7ebda);
}

.why-choose-brain-circle::before{
    content: "";
    position: absolute;
    inset: -24px;
    border: 1px dashed rgba(153,122,74,.35);
    border-radius: 50%;
    animation: rotateCircle 50s linear infinite;
}

.why-choose-brain-circle::after{
    content: "";
    position: absolute;
    inset: 38px;
    border: 1px solid rgba(153,122,74,.16);
    border-radius: 50%;
}

.why-choose-orbit{
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(153,122,74,.18);
    border-radius: 50%;
    animation: rotateCircle 24s linear infinite reverse;
}

.why-choose-brain-circle img{
    width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: rgb(11 26 41 / 0%) 0px 18px 42px;
    position: relative;
    z-index: 1;
}

.why-choose-center-badge{
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(153,122,74,.2);
    padding: 10px 18px;
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(11,26,41,.12);
    z-index: 2;
}

.why-choose-center-badge span{
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    color: var(--theme-Gold);
    text-transform: uppercase;
}

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media(max-width:991px){
    .why-choose-title{
        font-size: 3rem;
    }

    .why-choose-brain-circle{
        width: 320px;
        height: 320px;
        margin: 20px auto 10px;
    }

    .why-choose-brain-circle img{
        width: 240px;
        height: 240px;
    }

    .why-choose-glow{
        width: 320px;
        height: 320px;
    }

    .why-choose-stack{
        gap: 18px;
    }
}
/* Why Choose Section ENDs HERE */


/* FAQ Section Starts HERE */
.why-choose-faq-section{
    background:#fff;
    padding:64px 0;
}

.why-choose-faq-subtitle{
      font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: var(--theme-Gold);
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
    text-align:center;
}

.why-choose-faq-title{
     font-family: cormorant;
    font-size: 3.7rem;
    color: var(--theme-text);
    margin-bottom: 16px !important;
    max-width:700px;
    margin:auto;
    text-align:center;
}

.why-choose-faq-image-wrapper{
    position:sticky;
    top:120px;
}

.why-choose-faq-image{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:24px;
}

.why-choose-faq-accordion .accordion-item{
    border:none;
    border-bottom:1px solid rgba(153,122,74,.18);
    border-radius:0;
}

.why-choose-faq-accordion .accordion-button{
    background: transparent;
    box-shadow: none;
    padding: 20px 0px;
    font-family: cormorant;
    font-size: 1.6rem;
    color: var(--theme-text) !important;
    font-weight: 600;
}

.why-choose-faq-accordion .accordion-button:not(.collapsed){
    background:transparent;
    color:var(--theme-text);
}
.why-choose-faq-accordion .accordion-button:focus{
box-shadow:none;
outline:none;
}
.why-choose-faq-accordion .accordion-button::after{
    background-image:none;
    content:"+";
    font-size:28px;
    width:auto;
    height:auto;
    color:var(--theme-Gold);
    background-image:none !important;
}

.why-choose-faq-accordion .accordion-button:not(.collapsed)::after{
    content:"−";
    transform:none;
}

.why-choose-faq-accordion .accordion-body{
       font-family: cormorant;
    color: var(--theme-text);
    margin-bottom: 18px;
    line-height: 1.4;
    font-weight: 600;
    font-size: 18px;
    padding-left: 0;
}

@media(max-width:991px){

    .why-choose-faq-title{
        font-size:3rem;
    }

    .why-choose-faq-image-wrapper{
        position:relative;
        top:auto;
    }

    .why-choose-faq-accordion .accordion-button{
        font-size:1.5rem;
    }
}
/* FAQ Section Ends HERE */



/* Contact Us Section Starts HERE */
.contact-revive-section{
    background:var(--theme-color);
}

.contact-revive-card{
    background:#fff;
    padding:48px;
    border-radius:32px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-revive-subtitle{
font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: var(--theme-Gold);
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
   
}

.contact-revive-title{
      font-family: cormorant;
    font-size: 3.7rem;
    color: var(--theme-text);
    margin-bottom: 16px !important;
  
}
.contact-revive-title span{
    color:var(--theme-gold-light);
}
.contact-revive-divider{
    width:80px;
    height:2px;
    background:var(--theme-Gold);
    margin-bottom:30px;
}

.contact-revive-description{
    font-family:Inter;
    color:#666;
    font-size:1.1rem;
    line-height:1.8;
    max-width:500px;
    margin-bottom:40px;
}

.contact-revive-info{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.contact-revive-icon{
    width:58px;
    height:58px;
    border:1px solid var(--theme-Gold);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--theme-gold-light);
    flex-shrink:0;
}

.contact-revive-info span{
    display: block;
    font-size: 14px;
    letter-spacing: 3px;
    color: var(--theme-Gold);
    font-family: 'INTER';
    margin-bottom: 8px;
    font-weight: 700;
}

.contact-revive-info a,
.contact-revive-info p{
    margin:0;
    text-decoration:none;
    color:var(--theme-text);
    font-size:14px;
    line-height:100%;
    font-family:Inter;
    font-weight:500;
}

.contact-revive-line{
    height:1px;
    background:rgba(153,122,74,.25);
    margin:35px 0;
}
.clinic-timin-icon{
        width: 58px;
    height: 58px;
    border: 1px solid var(--theme-gold-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-gold-light);
    flex-shrink: 0;
    margin-right: 20px;
}
.contact-revive-timing-title{
  display: block;
    font-size: 14px;
    letter-spacing: 3px;
    color: var(--theme-Gold);
    font-family: 'INTER';
    margin-bottom: 16px;
    font-weight: 700;
    
}
.schedule-revive.border-right{
    border-right: 1px solid rgba(153, 122, 74, 0.25);

}

.contact-revive-icon i {
    font-size: 20px;
}

.clinic-timin-icon i{
        font-size: 20px;
        color: var(--theme-gold-light);
}

.contact-revive-timings h6{
    font-family:Inter;
    font-weight:600;
}

.contact-revive-timings p{
    color:var(--theme-Gold) !important;
    font-weight:500;
    font-family:Inter;
}

.contact-revive-qr-heading{
   display: block;
    font-size: 14px;
    letter-spacing: 3px;
    color: var(--theme-Gold);
    font-family: 'INTER';
    margin-bottom: 16px;
    font-weight: 700;
}

.contact-revive-qr-card{
    border:1px solid rgba(153,122,74,.3);
    border-radius: 10px;
    text-align: left;
    padding: 16px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-revive-qr-card img{
    width:110px;
    margin-bottom:15px;
}

.contact-revive-qr-card h6 {
    font-size: 14px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Inter';
}

.contact-revive-qr-card span{
    color:var(--theme-Gold);
    font-size:16px;
    font-weight:500;
  
}
.qr-content {
    display: flex;
    /* justify-content: center; */
    /* width: 122px; */
    /* margin: auto; */
}

.qr-content i{
    color: var(--theme-gold-light);
    font-size: 32px;
    margin-right: 10px;
}

.contact-revive-image-wrap{
    height:100%;
}

.contact-revive-image{
    width:100%;
    height:100%;
 
    object-fit:cover;
    border-radius:32px;
}

@media(max-width:991px){

    .contact-revive-card{
        padding:30px;
    }

    .contact-revive-title{
        font-size:3.8rem;
    }

    .contact-revive-image{
        min-height:450px;
        margin-top:30px;
    }
}


/* Contact Us Section Ends HERE */





/* About Page CSS STARTS HERE*/
.about-page-section {
    padding: 64px 0;
    background: var(--theme-color);
    overflow: hidden;
}


.about-page-image-wrapper{
    position:relative;
    padding:40px;
}


.about-page-image-bg{

    position:absolute;
    width:65%;
    height:85%;
    left:0;
    top:0;
  border-radius:16px;
    background:var(--theme-Gold);
    z-index:0;

}



.about-page-image-frame{

    position:relative;
    z-index:2;
    max-width:420px;
    height:auto;
    overflow:hidden;
    border-radius:16px;
    border:1px solid rgba(153,122,74,.4);

}


.about-page-doctor-image{

    width:100%;
    height:100%;
    object-fit:cover;

}



.about-page-experience-card{
position: absolute;
    right: 40px;
    bottom: 80px;
    background: var(--theme-Gold);
    padding: 24px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 20px 50px;
    z-index: 3;
    border-radius: 16px;

}



.about-page-number{

    font-size:45px;
    font-family:"Cormorant Garamond",serif;
    color:#fff;

}



.about-page-label{

    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#fff;

}



/* .about-page-gold-line{

    position:absolute;
    width:80px;
    height:2px;

    background:#997A4A;

    left:20px;
    bottom:40px;

} */



.about-page-eyebrow{

     font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: #997A4A;
    font-weight: 700;
    margin-bottom: 8px;

}



.about-page-title{

     font-family: cormorant;
   font-size: 3.7rem;
    line-height: 100%;
    font-weight: 700;
    line-height: 120%;
    color: #f7f4ed;
    margin: 4px 0 20px !important;

}



.about-page-title span{

    /* display:block; */
    color:var(--theme-gold-light);
    

}



.about-page-credential-box{

     margin-top: 40px;
    padding: 24px;
    border-left: 4px solid var(--theme-gold-light);
    background: white;
    border-radius: 16px;

}



.about-page-credential-box h3 {
    font-size: 28px !important;
    margin-bottom: 4px !important;
    font-family: "Cormorant Garamond", serif;
}



.about-page-credential-box p{

      font-family: cormorant;
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 140%;

}



.about-page-credential-box span{

    color:var(--theme-gold-light);

}



.about-page-highlights{

    margin-top:35px;

}



.about-page-highlight-item{

    display:flex;
    gap:20px;
    margin-bottom:25px;

}



.about-page-highlight-item span{
font-size: 40px;
    color: var(--theme-gold-light);

}



.about-page-highlight-item h4{

    font-size:24px;
    margin-bottom:8px;

}



.about-page-highlight-item p{

    margin:0;
    color:#666;

}



.about-page-button{

    display:inline-flex;
    gap:20px;
    align-items:center;

    margin-top:25px;

    padding:15px 30px;

    border:1px solid #997A4A;

    color:#997A4A;

    text-decoration:none;

    letter-spacing:2px;
    font-size:12px;

    transition:.3s;

}



.about-page-button:hover{

    background:#997A4A;
    color:white;

}


.about-page-philosophy{

    padding:64px 0;
    background:#fff;
    overflow:hidden;

}



.about-page-philosophy-visual{

    position:relative;
    text-align:center;

}



.about-page-philosophy-visual img{

    position:relative;
    z-index:2;
    max-width:420px;
    animation:aboutBrainFloat 6s ease-in-out infinite;
    border-radius: 24px;
}



.about-page-brain-glow{

    position:absolute;
    width:330px;
    height:330px;
    background:radial-gradient(
        circle,
        rgba(213,158,85,.35),
        transparent 70%
    );

    top:50%;
    left:50%;
    transform:translate(-50%,-50%);

}



@keyframes aboutBrainFloat{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-15px);
    }

}




.about-page-philosophy-badge {
    position: absolute;
    bottom: 40px;
    left: 24px;
    background: var(--theme-color);
    padding: 24px 24px;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    border-radius: 16px;
}



.about-page-philosophy-badge span{

    display:block;
    font-family:"Cormorant Garamond";
    font-size:45px;
    color:#997A4A;
    line-height:1;

}



.about-page-philosophy-badge small{

    color:#655D55;
    font-size:12px;

}




.about-page-philosophy-content{

    padding-left:50px;

}



.about-page-tag{

   font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: #997A4A;
    font-weight: 700;
    margin-bottom: 8px;

}



.about-page-philosophy-content h2{

  font-family: cormorant;
   font-size: 3.7rem;
    font-weight: 700;
    line-height: 120%;
    color: rgb(247, 244, 237);
    margin: 4px 0px 20px !important;

}



.about-page-philosophy-content h2 span{
    display: block;
    color:var(--theme-gold-light);

}



.about-page-philosophy-intro{
font-family: cormorant;
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 140%;

}




.about-page-philosophy-item{

    display:flex;
    gap:25px;
    padding:22px 0;
    border-bottom:1px solid rgba(153,122,74,.18);

}



.about-page-philosophy-number{

    min-width:55px;
    height:55px;
    border-radius:50%;
    background:#997A4A;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;

}



.about-page-philosophy-item h3{

font-family: cormorant;
    font-size: 1.5rem !important;
    color: var(--theme-text);
    line-height: 1.1;
    margin-bottom: 12px !important;
    font-weight: 700;

}



.about-page-philosophy-item p{

   font-family: cormorant;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 120%;
    

}



@media(max-width:991px){

.about-page-philosophy-content{

    padding-left:0;
  

}


.about-page-philosophy-content h2{

    font-size:42px;

}


.about-page-philosophy-badge{

    right:0;

}

}



.about-page-trust {
    padding: 64px 0px;
    background: var(--theme-color);
    /* color: rgb(255, 255, 255); */
}


.about-page-trust-tag{

       font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: rgb(153, 122, 74);
    font-weight: 700;
    margin-bottom: 8px;

}


.about-page-trust-content h2{

   font-family: cormorant;
    font-size: 3.7rem;
    font-weight: 700;
    line-height: 120%;
    color: rgb(247, 244, 237);
    margin: 4px 0px 20px !important;

}


.about-page-trust-content h2 span{

    color:var(--theme-gold-light);

}


.about-page-trust-content p{
font-family: cormorant;
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 140%;

}



/* Stats */


.about-page-trust-stats{

    display:flex;
    gap:20px;
    margin-top:45px;

}


.about-page-trust-stat{

    background: var(--theme-gold-light);
    text-align: center;
    border-radius: 8px;
    padding: 8px 24px;

        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.about-page-trust-stat strong{
    color: #fff;
}
.about-page-trust-stat:last-child{

    border:0;

}


.about-page-trust-stat strong{

    display:block;
    font-family:"Cormorant Garamond";
    font-size:32px;
   

}


.about-page-trust-stat span{

    font-size:18px;
    color:#fff;

}



/* Cards */


.about-page-trust-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;

}


.about-page-trust-card{

       background: #fff;
    padding: 32px;
    border: 1px solid rgb(215 162 91);
    transition: 0.4s;
    border-radius: 16px;

}


.about-page-trust-card:hover{

    transform:translateY(-8px);
    background:rgba(255,255,255,.1);

}



.about-page-trust-number{

    font-size:13px;
    letter-spacing:2px;
    color:#D59E55;
    margin-bottom:25px;

}



.about-page-trust-card h3{

      font-family: cormorant;
    font-size: 1.5rem !important;
    color: var(--theme-text);
    line-height: 1.1;
    margin-bottom: 12px !important;
    font-weight: 700;

}



.about-page-trust-card p{

  font-family: cormorant;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 120%;

}



@media(max-width:991px){

.about-page-trust-content{

    margin-bottom:50px;

}


.about-page-trust-content h2{

    font-size:42px;

}


.about-page-trust-grid{

    grid-template-columns:1fr;

}


.about-page-trust-stats{

    flex-wrap:wrap;

}

}


.about-page-cta{

        position: relative;
    padding: 64px 0px;
    background: #fff;
    overflow: hidden;
    text-align: center;

}





.about-page-cta-overlay{

    position:absolute;
    inset:0;

    background-image:
    url("../images/revive/neural-pattern.png");

    background-size:500px;
    background-position:center;
    opacity:.08;

}



.about-page-cta-content{

    position:relative;
    z-index:2;
    max-width:850px;
    margin:auto;

}



.about-page-cta-label{
font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: var(--theme-Gold);
    font-weight: 700;
    margin-bottom: 8px;

}



.about-page-cta h2{

       font-family: cormorant;
    font-size: 3.7rem;
    font-weight: 700;
    line-height: 120%;
   
    margin: 4px 0px 20px !important;

}



.about-page-cta h2 span{

    color:#D59E55;

}



.about-page-cta p{

   font-family: cormorant;
    font-size: 20px;
    font-weight: 500;

    letter-spacing: 0 !important;
    line-height: 140%;

}



.about-page-cta-actions{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:35px;

    margin-top:45px;

}



.about-page-cta-btn{

    padding:18px 45px;

    background:#D59E55;

    color:#fff;

    text-decoration:none;

    letter-spacing:.5px;

    transition:.4s ease;

}



.about-page-cta-btn:hover{

    background:#B88945;

}



.about-page-cta-link{

    color:#fff;

    text-decoration:none;

    border-bottom:1px solid rgba(255,255,255,.4);

    padding-bottom:8px;

}



.about-page-cta-link span{

    color:#D59E55;

    margin-left:10px;

}



@media(max-width:768px){


.about-page-cta h2{

    font-size:45px;

}


.about-page-cta-actions{

    flex-direction:column;

}


}



.about-page-journey{

     padding: 64px 0;
    background: #fff;
  

}






.about-page-journey-title{

 font-family: cormorant;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    color: rgb(247, 244, 237);
    margin: 4px 0px 20px !important;

}


.about-page-journey-title span{

    display:block;
    color:var(--theme-gold-light);

}



.about-page-journey-text{

    font-family: cormorant;
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 140%;

}



.about-page-achievement-box{

    display:flex;
    gap:20px;
    margin-top:40px;

}



.about-page-achievement-box div{

    padding: 16px 32px;
    border: 1px solid var(--theme-Gold);
    background: var(--theme-Gold);
    border-radius: 8px;

}



.about-page-achievement-box strong{

    display:block;
    font-family:"Cormorant Garamond",serif;
    font-size:42px;
    color:#fff;

}



.about-page-achievement-box span{

    font-size:13px;
    letter-spacing:2px;
    color:#fff;

}



.about-page-timeline{

    position:relative;
    padding-left:40px;

}



.about-page-timeline:before{

    content:"";
    position:absolute;

    left:0;
    top:0;

    height:100%;
    width:1px;

    background:rgba(213,178,122,.4);

}



.about-page-timeline-item{

    position:relative;
    display:flex;
    gap:35px;

    margin-bottom:55px;

}



.about-page-year {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgb(213, 178, 122);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255 255 255);
    background: var(--theme-Gold);
    font-size: 24px;
}



.about-page-timeline-content h3{

       font-family: cormorant;
    font-size: 1.5rem !important;
    color: var(--theme-text);
    line-height: 1.1;
    margin-bottom: 12px !important;
    font-weight: 700;

}



.about-page-timeline-content p{

       font-family: cormorant;
    font-size: 16px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 120%;
    max-width:420px;

}
/* About Page CSS Ends HERE*/



/* Services Page CSS STARTS HERE */
.service-page-hero{

    background:#fff;
    padding:64px 0;
    overflow:hidden;

}


.service-page-container{

    width:90%;
    max-width:1400px;
    margin:auto;

}


.service-page-hero-grid{

    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:80px;

}



.service-page-label{

    font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: rgb(153, 122, 74);
    font-weight: 700;
    margin-bottom: 8px;

}



.service-page-title{

      font-family: cormorant;
    font-size: 3.7rem;
    line-height: 100%;
    font-weight: 700;
    line-height: 120%;
   
    margin: 4px 0 20px !important;

}

.service-page-title span{
    color: var(--theme-gold-light);
}

.service-page-description{

   font-family: cormorant;
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 140%;
}



.service-page-actions{

    display:flex;
    gap:20px;
    margin-top:40px;

}



.service-page-primary-btn{

    background:#b48a45;
    color:white;
    padding:16px 34px;
    border-radius:50px;
    text-decoration:none;

}



.service-page-outline-btn{

    border:1px solid #b48a45;
    color:#222;
    padding:16px 34px;
    border-radius:50px;
    text-decoration:none;

}



/* VISUAL */


.service-page-visual{

    position:relative;
    height:650px;

}



.service-page-image-wrapper{

    width:85%;
    height:600px;
    margin-left:auto;
    position:relative;
    z-index:2;

}


.service-page-image-wrapper img{

    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:35px;

}




.service-page-floating-card {
    position: absolute;
    z-index: 5;
    background: rgb(247 244 237 / 90%);
    backdrop-filter: blur(15px);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}



.service-page-card-one{

    top:100px;
    left:0;

}



.service-page-card-two{

    bottom:90px;
    right:0;

}



.service-page-card-icon{

    width:50px;
    height:50px;
    border-radius:50%;
    background:#f1e6d0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#b48a45;

}



.service-page-floating-card h4{

    margin:0;
    font-size:16px;
    color:#222;

}


.service-page-floating-card p{

    margin:5px 0 0;
    font-size:13px;
    color:#777;

}



.service-page-gold-circle{

    position:absolute;
    width:420px;
    height:420px;
    background:#e8d6b0;
    border-radius:50%;
    right:-150px;
    top:100px;
    opacity:.35;

}

.service-page-expertise{

    padding:64px 0;
    background:#f8f6f2;

}


.service-page-expertise-layout{

    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:90px;
    align-items:center;

}


.service-page-expertise-image{

    position:relative;

}


.service-page-image-frame{

    height:720px;
    border-radius:40px;
    overflow:hidden;

}


.service-page-image-frame img{

    width:100%;
    height:100%;
    object-fit:cover;

}



.service-page-image-badge{

    position:absolute;
    bottom:40px;
    right:-40px;

    background:#fff;

    padding:22px 30px;

    display:flex;
    align-items:center;
    gap:18px;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}


.service-page-image-badge i{

    width:55px;
    height:55px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#f3e6cf;
    color:#b48a45;

}


.service-page-image-badge span{

    display:block;
    font-size:13px;
    color:#777;

}



.service-page-expertise-content h2{

     font-family: cormorant;
    font-size: 3.7rem;
    font-weight: 700;
    line-height: 120%;
    margin: 4px 0px 20px !important;

}

.service-page-expertise-content span{
    color: var(--theme-gold-light);
}

.service-page-expertise-text{

    font-family: cormorant;
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 140%;

}



.service-page-expertise-row{

    display:flex;
    gap:25px;

    padding:28px 0;

    border-bottom:1px solid rgba(180,138,69,.25);

}



.service-page-expertise-row i{

    color:var(--theme-gold-light);
    font-size:32px;
    margin-top:8px;

}



.service-page-expertise-row h3{

      font-family: cormorant;
    font-size: 1.5rem !important;
    color: var(--theme-text);
    line-height: 1.1;
    margin-bottom: 12px !important;
    font-weight: 700;
}



.service-page-expertise-row p{

    font-family: cormorant;
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 120%;

}
/* Services Page CSS ENDS HERE */


/* Consultation Modal CSS Starts Here */
.consultation-modal .modal-content,
.consultation-success-modal .modal-content{
    border: 0;
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.consultation-modal .modal-header,
.consultation-success-modal .modal-body{
    padding: 30px 30px 10px;
}

.consultation-modal .modal-body{
    padding: 10px 30px 30px;
}

.consultation-modal .btn-close{
    box-shadow: none;
}

.consultation-modal .contact-page-location-content span.tag{
    display: inline-block;
    margin-bottom: 8px;
}

.consultation-modal .contact-page-form button{
    border-radius: 999px;
}

.consultation-modal .contact-page-field label{
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--theme-Gold);
    font-weight: 700;
    margin-bottom: 8px;
}

.consultation-modal .contact-page-field input,
.consultation-modal .contact-page-field textarea{
    margin-bottom: 0;
}

/* Contact Page CSS Starts Here */
.contact-page-wrapper{
    background:#F8F6F2;
    color:#2D2722;
    font-family:"Inter", sans-serif;
}


.contact-page-container{
    width:min(1200px,90%);
    margin:auto;
}



/* =========================
   HERO SECTION
========================= */

.contact-page-hero{
    padding:120px 0;
}


.contact-page-hero-grid{

    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:70px;
    align-items:center;

}



.contact-page-hero-image{

    position:relative;

}



.contact-page-hero-image img{

    width:100%;
    height:650px;
    object-fit:cover;
    border-radius:40px;

}



.contact-page-image-badge{

    position:absolute;
    bottom:35px;
    left:-30px;

    background:#ffffff;
    padding:28px 35px;

    border-radius:22px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}



.contact-page-image-badge span{

    display:block;
    font-size:13px;
    letter-spacing:3px;
    color:#997A4A;
    margin-bottom:8px;

}



.contact-page-image-badge strong{

    font-family:"Cormorant Garamond",serif;
    font-size:24px;
    font-weight:500;

}




/* FORM */

.contact-page-form-wrapper{

    background:#ffffff;

    padding:55px;

    border-radius:35px;

    box-shadow:
    0 30px 80px rgba(0,0,0,.07);

}






.contact-page-location-content span.tag{
    
   font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: rgb(153, 122, 74);
    font-weight: 700;
    margin-bottom: 8px;
}
.contact-page-location-content h2 span {
    color: var(--theme-gold-light);
}

.contact-page-heading h1{

    font-family:"Cormorant Garamond",serif;

    font-size:54px;
    line-height:1.05;

    margin:20px 0;

}



.contact-page-heading p{

    color:#6B645D;
    line-height:1.8;

    margin-bottom:35px;

}



.contact-page-field input,
.contact-page-field select,
.contact-page-field textarea{

    width:100%;

    background:#FCFAF6;

    border:1px solid #E8DED0;

    padding:17px 20px;

    border-radius:14px;

    margin-bottom:18px;

    outline:none;

    font-size:15px;

}



.contact-page-field textarea{

    height:120px;
    resize:none;

}



.contact-page-form button{

    width:100%;

    border:none;

    background:#2D2722;

    color:#fff;

    padding:18px;

    border-radius:50px;

    font-size:15px;

    transition:.3s;

}



.contact-page-form button:hover{

    background:#997A4A;

}





/* =========================
 CONNECT SECTION
========================= */


.contact-page-connect{

    padding:100px 0;

    background:#F3EEE5;

}



.contact-page-section-title{

    text-align:center;

    max-width:700px;

    margin:auto;

}



.contact-page-section-title h2{

    font-family:"Cormorant Garamond",serif;

    font-size:52px;

    margin:20px 0;

}



.contact-page-section-title p{

    color:#6B645D;

}



.contact-page-connect-grid{

    display:grid;

    grid-template-columns:1.3fr .7fr;

    gap:70px;

    margin-top:70px;

}





/* QR */


.contact-page-qr-box{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

}



.contact-page-qr-item{

    background:#fff;

    padding:35px 20px;

    text-align:center;

    border-radius:25px;

}



.contact-page-qr-item img{

    width:120px;

    height:120px;

    object-fit:contain;

    margin-bottom:20px;

}



.contact-page-qr-item h4{

    font-family:"Cormorant Garamond",serif;

    font-size:24px;

    margin:0;

}



.contact-page-qr-item p{

    color:#777;

    font-size:14px;

}






/* INFO */


.contact-page-information{

    background:#fff;

    padding:45px;

    border-radius:30px;

}



.contact-page-info-row{

    padding:25px 0;

    border-bottom:1px solid #eee4d7;

}



.contact-page-info-row:last-child{

    border:none;

}



.contact-page-info-row span{

    color:#997A4A;

    font-size:13px;

    letter-spacing:2px;

}



.contact-page-info-row h4{

    margin-top:10px;

    font-size:17px;

    font-weight:500;

}





/* =========================
 LOCATION
========================= */


.contact-page-location{

    padding:64px 0;
    background: var(--theme-color);

}



.contact-page-location-grid{

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:60px;

    align-items:center;

}

.contact-page-map{
    height: 100%;
}

.contact-page-map iframe{

    width:100%;

    height:100%;

    border:0;

    border-radius:16px;

    filter:grayscale(20%);

}



.contact-page-location-content h2{

      font-family: cormorant;
    font-size: 3.7rem;
    line-height: 100%;
    font-weight: 700;
    line-height: 120%;
    color: #f7f4ed;
    margin: 4px 0 8px !important;

}



.contact-page-location-content p{

    font-family: cormorant;
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 140%;

}



.contact-page-location-content img{

    width:100%;



    object-fit:cover;

    border-radius:25px;

    margin:25px 0;

}



.contact-page-location-content a{

    display:inline-block;

    padding:16px 35px;

    border-radius:40px;

    background:#2D2722;

    color:#fff;

    text-decoration:none;

}







/* =========================
 RESPONSIVE
========================= */


@media(max-width:992px){


.contact-page-hero-grid,
.contact-page-connect-grid,
.contact-page-location-grid{

    grid-template-columns:1fr;

}



.contact-page-hero-image img{

    height:450px;

}



.contact-page-form-wrapper{

    padding:35px;

}



.contact-page-heading h1,
.contact-page-section-title h2,
.contact-page-location-content h2{

    font-size:40px;

}



.contact-page-qr-box{

    grid-template-columns:1fr;

}



.contact-page-image-badge{

    left:20px;

}


}



.contact-page-connect-premium {
    padding: 64px 0px;
    background: #fff;
}



.contact-page-connect-header{

    text-align:center;

    max-width:700px;

    margin:0 auto 70px;

}



.contact-page-connect-header .tag{
    font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: #997A4A;
    font-weight: 700;
    margin-bottom: 8px;

}



.contact-page-connect-header h2{

  font-family: cormorant;
    font-size: 3.7rem;
    line-height: 100%;
    font-weight: 700;
    line-height: 120%;
    color: #f7f4ed;
    margin: 4px 0 20px !important;

}

.contact-page-connect-header h2 span{
    color: var(--theme-gold-light);
    display: block;
    
}

.contact-page-connect-header p{
font-family: cormorant;
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 140%;

}






.contact-page-connect-panel{


   background: var(--theme-color);
    border-radius: 32px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    border: 1px solid rgb(233, 221, 202);

}





.contact-page-connect-info{

    display:flex;

    flex-direction:column;

    justify-content:center;

}



.contact-page-detail{

       padding: 16px 0;
    border-bottom: 1px solid #EEE5D8;
    display: flex;
    align-items: center;
    gap: 16px;

}



.contact-page-detail:last-child{

    border-bottom:none;

}



.contact-page-detail span{

     display: block;
    font-size: 14px;
    letter-spacing: 3px;
    color: var(--theme-Gold);
    font-family: 'INTER';
    margin-bottom: 8px;
    font-weight: 700;

}



.contact-page-detail h4{

      margin: 0;
    text-decoration: none;
    color: var(--theme-text);
    font-size: 14px;
    line-height: 100%;
    font-family: Inter;
    font-weight: 500;

}

.clinic-time-table{
   
   gap: 24px;
}

.clinic-time-table div{
 border-right: 1px solid #ddd;
 padding-right: 24px;
    margin: 0;
    text-decoration: none;
    color: var(--theme-text);
    font-size: 14px;
    line-height: 100%;
    font-family: Inter;
    font-weight: 300;
}

.clinic-time-table div strong{
    
 padding-right: 24px;
    margin: 0;
    text-decoration: none;
    color: var(--theme-text);
    font-size: 14px;
    line-height: 100%;
    font-family: Inter;
    font-weight: 500;
    margin-bottom: 0 ;
    display: block;
}
.clinic-time-table div:last-child{
    border-right: 0;
    padding-right: 0;
}
.contact-page-detail-icon{

    width:52px;
    height:52px;

    flex-shrink:0;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#F3EBDD;

    color:#997A4A;

    font-size:18px;

}



/* QR */


.contact-page-qr-premium{

padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(250, 243, 231, 0.95));
    border: 1px solid rgba(153, 122, 74, .25);
    box-shadow: 0 35px 100px rgba(45, 39, 34, .10);
    border-radius: 24px;
    padding: 32px;
    display: flex;


}



.contact-page-qr-title span{

       font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: #997A4A;
    font-weight: 700;
    margin-bottom: 8px;

}



.contact-page-qr-title h3{

      font-family: cormorant;
    color: var(--theme-text);
    line-height: 1.1;
    font-weight: 700;
    font-size: 1.5rem !important;
    margin-bottom:32px !important;

}



.contact-page-qr-wrapper{

    display:flex;

    gap:35px;

}



.contact-page-single-qr{

    text-align:center;

}



.contact-page-qr-image{
    width: 140px;
    height: 140px;
    background: var(--theme-Gold);
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #D8BF8A;
    display: flex;
    align-items: center;
    justify-content: center;

}

.contact-page-single-qr i{
    color: var(--theme-gold-light);
}

.contact-page-qr-image img{

    width:100%;

    height:100%;

    object-fit:contain;

}



.contact-page-single-qr p{

    margin-top: 8px;
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;

}





@media(max-width:992px){


.contact-page-connect-panel{

    grid-template-columns:1fr;

    padding:24px;

}


.contact-page-connect-header h2{

    font-size:42px;

}


.contact-page-qr-wrapper{

    justify-content:center;

}


}

/* =====================================
   REVIVE CONTACT HERO PREMIUM STYLE
===================================== */


.contact-page-hero-main{

    background: var(--theme-color);

    padding:100px 0;

    overflow:hidden;

}






/* ===============================
   MAIN GRID
================================ */


.contact-page-hero-grid{

    display:grid;

    grid-template-columns:
    0.95fr 1fr;

    gap:85px;

    align-items:center;

}






/* ===============================
   IMAGE AREA
================================ */


.contact-page-hero-visual{

    position:relative;

    padding:14px;

    background:#ffffff;

    border-radius:32px;

    box-shadow:
    0 35px 90px rgba(45,39,34,.12);

    height: 100%;

}



.contact-page-hero-visual::before{

    content:"";

    position:absolute;

    width:120px;
    height:120px;

    top:-35px;
    left:-35px;

    border-top:2px solid #B8955A;
    border-left:2px solid #B8955A;

}



.contact-page-hero-visual img{

    width:100%;

    height:100%;

    object-fit:cover;

    border-radius:24px;

    display:block;

}





/* subtle image overlay */

.contact-page-hero-visual::after{

    content:"";

    position:absolute;

    inset:14px;

    border-radius:38px;

    background:
    linear-gradient(
        180deg,
        transparent 60%,
        rgba(0,0,0,.35)
    );

    pointer-events:none;

}





/* image caption */

.contact-page-image-caption{

    position:absolute;

    bottom:55px;

    left:55px;

    z-index:2;

    color:#fff;

    max-width:330px;

}



.contact-page-image-caption span{

    font-size:11px;

    letter-spacing:5px;

    color:#E5C88A;

}



.contact-page-image-caption h3{

    font-family:
    "Cormorant Garamond",
    serif;

    font-size:40px;

    line-height:1.15;

    font-weight:500;

    margin-top:18px;
    color: #fff !important;

}






/* ===============================
   FORM PANEL
================================ */


.contact-page-appointment{

    position:relative;

    background:
    linear-gradient(
        145deg,
        rgba(255,255,255,.95),
        rgba(250,243,231,.95)
    );


    padding:48px;


    border-radius:24px;


    border:

    1px solid rgba(153,122,74,.25);


    box-shadow:

    0 35px 100px rgba(45,39,34,.10);


}










/* Heading */
.contact-page-form-header {
    margin-bottom: 24px;
}

.contact-page-form-header .tag{

    font-family: Inter;
    letter-spacing: 2px;
    font-size: 14px;
    color: #997A4A;
    font-weight: 700;
    margin-bottom: 8px;

}



.contact-page-form-header h1{

       font-family: cormorant;
    font-size: 3.7rem;
    line-height: 100%;
    font-weight: 700;
    line-height: 120%;
    color: #f7f4ed;
    margin: 4px 0 20px !important;

}

.contact-page-form-header h1 span{
    color:var(--theme-gold-light)
}

.contact-page-form-header p{

       font-family: cormorant;
    font-size: 20px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 140%;

}






/* ===============================
   DOCTOR INFO
================================ */


.contact-page-doctor-info{

    margin:42px 0;


    background:#F3EBDD;


    padding:25px 30px;


    border-left:

    3px solid #997A4A;


}



.contact-page-doctor-info strong{


    display:block;


    font-family:
    "Cormorant Garamond",
    serif;


    font-size:30px;


    font-weight:500;


    color:#2D2722;


}



.contact-page-doctor-info small{


    display:block;


    margin-top:8px;


    color:#997A4A;


    letter-spacing:1px;


}







/* ===============================
   FORM FIELDS
================================ */


.contact-page-input-line{

    margin-bottom:48px;

}



.contact-page-input-line label{


    display:block;


    color:var(--theme-Gold);


    font-size:12px;

    font-weight: 700;

    letter-spacing:3px;


    margin-bottom:4px;


}



.contact-page-input-line input,
.contact-page-input-line select,
.contact-page-input-line textarea{


    width:100%;


    background:transparent;


    border:none;


    border-bottom:

    1px solid #CDBEAA;


    padding:4px 0;


    outline:none;


    color:#2D2722;


    font-size:16px;


    transition:.3s;


}



.contact-page-input-line input:focus,
.contact-page-input-line select:focus,
.contact-page-input-line textarea:focus{


    border-color:#997A4A;


}



.contact-page-input-line textarea{


    height:100px;

    resize:none;

}







/* ===============================
   BUTTON
================================ */


.contact-page-main-form button{


    margin-top:0;


    width:100%;


    font-family: Inter;


    border:none;
    font-weight: 500;
    color: #fff;
    border-radius:12px;





    background: var(--theme-cta) ;








    cursor:pointer;


   


    transition:.35s;


    padding: 20px 28px;
    font-size: 16px;
    line-height: 100%;


}



.contact-page-main-form button:hover{


    transform:translateY(-3px);


    background:

    linear-gradient(
        135deg,
        #997A4A,
        #B8955A
    );


}






/* ===============================
   TRUST LINE
================================ */


.contact-page-trust-line{


    display:flex;


    gap:20px;


    flex-wrap:wrap;


    margin-top:35px;


}



.contact-page-trust-line span{


    font-size:12px;


    color:#756D63;


}



.contact-page-trust-line span::before{


    content:"✓";


    color:#997A4A;


    margin-right:8px;


}







/* ===============================
   RESPONSIVE
================================ */
@media(max-width:1200px){
    .faq-grid {
        
             display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
.why-choose-brain-circle {
    width: 380px;
    height: 380px;}
    .why-choose-brain-circle img {
    width: 80%;
    height: 80%;}

    .footer .col-xl-3{
        padding-left: 12px !important;
    }
}

@media(max-width:1100px){


.contact-page-hero-grid{


    grid-template-columns:1fr;


    gap:60px;


}



.contact-page-hero-visual img{


    height:100%;


}


}



@media(max-width:768px){


.contact-page-hero-main{


    padding:80px 0;


}



.contact-page-appointment{


    padding:35px;


}



.contact-page-form-header h1{


    font-size:42px;


}



.contact-page-image-caption{


    left:35px;

    bottom:35px;

}



.contact-page-image-caption h3{


    font-size:30px;


}


}


/* Contact Page CSS Ends Here */



.brand h3{font-family: PopBold;}
.brand h3 span {
    color: #ffffff !important;
    background: #3a3f3a;
    padding: 0 10px;
    border-radius: 10px;
}
.searchblogs-revive i{color: #fff;}
.searchblogs-revive{padding: 8px 15px; background-color: var(--theme-text); border-radius: 10px;}
.swiper-slide {
    background-position: center;
    background-size: cover;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper {
   width: 100%;
    height: 100%;
    position: absolute;
    /* left: 50%;
    top: 50%; */
    /* margin-left: -150px;
    margin-top: -150px; */
  }
.mySwiper2 .swiper-slide{
     opacity: 1 !important;
       /* width: auto !important; */

}
.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
  background-color: #000; /* Background color of circle */
  color: #fff; /* Arrow color */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.mySwiper2 .swiper-button-next::after,
.mySwiper2 .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

.mySwiper2 .swiper-button-next:hover,
.mySwiper2 .swiper-button-prev:hover {
  background-color: #333; /* Hover effect */
}

.image-overlay-title {
     position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 100%), transparent);
    color: #fff;
    padding: 24px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image-overlay-title h5 {
  margin: 0;
  font-size: 18px;
  font-family: PopBold;
  color: #fff !important;
}

.image-overlay-title .arrow-icon {
  font-size: 32px;
  font-family: PopBlack;
  color: #fff;
}

  .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide-active {
  opacity: 1 !important;
  z-index: 1;
  position: relative;
}
  
  section.brands {
    background: #c9c895;
    padding: 20px;
}
  .bannerWrap{
        padding: 40px;
       background: radial-gradient(circle, #ebd96b00 0%, #ebd96b42 100%);
    border-radius: 22px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 0px; */
    border: 1px solid #ddd;
  }

  .mySwiperText h3{
    font-size: 75px !important;
    font-family: PopBlack;
    color: var(--theme-text) !important;
    
    margin-bottom: 30px !important;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
    .mySwiperText h3 p{    color: #fff;
    font-family: PopBold;
    position: relative;
    background-color: var(--theme-color);
    padding: 0 20px;
    box-sizing: border-box;
    /* font-size: 56px; */
    border-radius: 10px;
    transform: rotate(-1deg);
    display: block; margin-bottom: 10px !important;}

    .mySwiperText h3 span{background-color: #fff; font-family: PopBlack; padding: 0 10px; border-radius: 10px;}
  /* .mySwiperText h3:after{
    content: "";
    width: 60px;
    height: 4px;
    background: var(--theme-color);
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
  } */

  .mySwiperText p{
    color: #fff !important;
    margin-bottom: 30px !important;
  }
  .mySwiperText.swiper{width: 100%; height: 100%;}

  .swiperBanner h3{background-color: var(--theme-blue); width: 100%; padding: 10px; color: #fff !important; font-weight: 800; text-align: center; font-size: 22px !important;}
  .buttonBanner a{
   border: 2px solid #fff;
    border-radius: 5px;
    margin-right: 20px;
    width: 200px;
    color: #ffffff !important;
    background-color: var(--ButtonColor);
    padding: 15px;
    font-weight: 700;
  }
.brlogo {
    width: 100px;
    margin: auto;
    height: 50px;
    line-height: 50px;
}
.brlogo img{height: 100%; object-fit: contain;}
.servicesImg{
    overflow: hidden;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}
.servicesImg img {
  transition: transform 0.3s ease;
  height: 100%;
object-fit: cover;
}

.servicesImg:hover img{
transform: scale(1.2);
filter: blur(10px);

}

.servicetitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #c9c895;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;

}
.servicesImg:hover .servicetitle {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.servicesImg:hover .servicetext{
    /* left: -100%; */
    opacity: 0;
}
.servicetitle a{
    color: var(--theme-text) !important;
        text-align: center;
    font-family: PopBold;
    font-size: 35px;
    text-transform: uppercase;
}
.servicetext h4{
    color: #fff !important;
        text-align: center;
    font-family: PopBlack;
    font-size: 35px;
    text-transform: capitalize;
}
.servicetext{position: absolute;
    left: 0;
    z-index: 3;
    background: #0f1a207d;
    bottom: 60px;
    padding: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; transition: 0.3s ease; opacity: 1;}
    .st2{
        right: 0;
        left: unset;
         border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
     border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    }
    .servicebox1{
            height: 500px;
    }
    .servicebox4{
            height: 500px;
    }
    .servicebox2, .servicebox2 {
        height: calc(100% - 525px);
    }
    
  .socialicon a{color: #fff !important;}
  .box {
    width: 33.33%;
    text-align: center;
    padding:30px;
}
section.about {
    padding: 60px 0;
    }
    .aboutwrap{
        background: var(--theme-color);
    }
    .textabout {
    padding: 71px 40px;
}
.textabout h3{
        background: #fff;
    padding: 10px;
    border-radius: 10px;
    transform: rotate(-3deg);
    font-family: 'PopBlack';
    text-transform: uppercase;
    font-size: 48px !important;
}

.textabout p{
        font-size: 18px;
    font-family: 'PopBold';
    margin-top: 15px;
    transform: rotate(-3deg);
    padding: 20px;
    padding-top: 0;
    text-transform: capitalize;
}
.box .icon i{font-size: 50px; color: #fff; margin-bottom: 20px;}
.box p, .box h4{color: #fff !important; font-family: PopBold;}
.box p{margin-top: 10px;}
.box1 {
   background: var(--theme-text);
}

.box2 {
   background: var(--theme-blue);
}

.box3 {
   background: var(--theme-skblue);
}

/* Latest Product */

.latestproductitem {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
   
        height: 400px;

    border-radius: 10px;
    cursor: pointer;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
   
}

.textlatestproduct {
    position: absolute;
    width: 95%;
    height: 95%;
    background-color:rgba(30, 39, 97, 0.7);
    top: -100%; /* Initially hide the element above */
    right: -100%; /* Initially hide the element to the right */
    transition: all 0.5s ease; /* Smooth transition effect */
    border-bottom-left-radius: 100px;
    padding: 20px;
}
.textlatestproduct h5{
    color: #fff !important; 
    font-weight: 800;
}
.textlatestproduct .productdesc {
    padding: 12px 0;
}
.latestproductitem:hover .textlatestproduct {
    top: 0;
    right: 0;
}

.latestproductitem:hover .imagelatestproduct img{filter: blur(4px);}

.textlatestproduct h4 , .textlatestproduct p{color: #fff !important;}

.buttonabout a{
    background-color: var(--theme-color);
    padding: 10px 20px;
    color: #fff !important;
    margin-top: 20px;
    border-radius: 40px;
    border: 2px solid var(--theme-color) !important;
}

.buttonabout a:hover{
    background: transparent !important;
    color: var(--theme-color) !important;
}

.aboutsectionimage img{ width: 100%; height: 100%; object-fit: cover; z-index: 1; border-radius: 10px; position: relative; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.aboutsectionimage{height: 400px; padding: 30px; position: relative; padding-top: 0; }
.aboutsectionimage:after {
    content: "";
    position: absolute;
    width: 85%;
    height: 95%;
    border: 10px solid var(--theme-color);
    bottom: 0px;
    left: 80px;
    z-index: 0;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.section-about {
    background: rgb(196 204 255 / 51%);
}

.popproduct .imagepopproduct{
    height: 220px;
}
.popproduct .imagepopproduct img{
    height: 100% !important;
    object-fit: cover;
}

.title {margin: 10px 0;}
.textpopproduct .title h5{font-size: var(--font-size) !important; font-weight: 800; color: #fff !important;     border-bottom: 2px solid;
    padding-bottom: 10px;}
.popproduct{background: var(--theme-color); padding: 10px; border-radius: 10px; margin-bottom: 20px;  height: calc(100% - 20px);}
.textpopproduct {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 222px);
}
.popproduct .productdesc p {
    color: #fff !important;
    font-size: 12px !important;
    margin-bottom: 2px !important;
}
.buttonpopproduct{    margin-top: auto;}
.buttonpopproduct a{font-size: 12px; background: var(--theme-blue); color: #fff !important; font-weight: 800; border: 2px solid #fff;     width: 100%;}
.buttonpopproduct a:hover{border: 2px solid #fff !important;}

.contactformsection {
    background-image: linear-gradient(rgb(15 26 32 / 50%), rgb(15 26 32 / 64%)), url(../images/contact.jpeg);

background-attachment:fixed ;
    
    /* object-position: top; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

    .rowcfs{background: #fff; width: calc(100% - 200px); margin: auto; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 10px;     overflow: hidden;}
    .formcfs input{padding: 10px; width: 100%; display: block; margin-bottom: 20px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 10px; border: 1px solid #ddd;}
    .formcfs textarea{height: 100px; width: 100%; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; padding: 10px;}
    .headingformfcs {
        margin-bottom: 20px;
    }

    .formcfs button{
        width: 200px;
        padding: 10px;
        background: var(--theme-color);
        color: #fff;
        font-weight: 900;
        border: none;
        border-radius: 40px;
        margin:20px 0 ;
    }

    .contactinfoCFS{padding: 30px 20px; height: 100%; background: var(--theme-color);}
    .contactdetailscfs p, .contactdetailscfs p a{color: #fff !important; font-weight: 900;     display: flex;
        align-items: center;}
    .contactdetailscfs p{margin-bottom: 20px !important; font-weight: 900;     display: flex;
        align-items: center;}
    .headingcontactinfocfs h3{color: #fff !important; font-weight: 900; margin-bottom: 40px !important;}
    .contactdetailscfs span{width: 40px; height: 40px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; margin-right: 10px;}
    .contactdetailscfs p strong{ width: calc(100% - 40px); }
    .formcfsmain{padding: 30px;}

    .footer{background-color:#2B2B2B; padding: 60px 0 30px; border-top: 5px solid var(--theme-gold-light);}

    .footer .col-xl-3 {
        padding-left: 32px;
    }
      .footer .col-xl-3:first-child {
        padding-left: 12px;
    }
     .footer p, .footer a, .footer h3{color: #fff !important;}
.footer .tags li{margin-bottom: 15px;}
     ul.social.trp {
        display: flex;
        margin-top: 20px;
    }
    ul.social.trp li{margin-right: 20px;}
    ul.social.trp li i{
        font-size: 24px;
       
    }

    h3.block-title.ftrh3 {
        font-size: 1.5rem !important;
        font-weight: 900;
        margin-bottom: 20px !important;
        position: relative;
        padding-bottom: 10px;
        color: var(--theme-gold-light) !important;
    }
    h3.block-title.ftrh3:after{content: ""; bottom: 0; width: 50px; height: 3px; background-color: var(--theme-gold-light); position: absolute; left: 0; border-radius: 10px;}

    h3.block-title.ftrh3 span{
        display: block;
        color: var(--theme-gold-light) !important;
        font-size: 14px !important;
        margin-top: 5px;
    }
    .copyright {
        margin-top: 30px;
        border-top: 1px solid var(--theme-gold-light);
        color: #fff;
        font-size: 0.8rem !important;
        letter-spacing: 2px;
        padding-top: 20px;
    }

    .inner-page {
        position: relative;
        min-height: 340px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 0;
        overflow: hidden;
        background-image:
            linear-gradient(180deg, rgba(18, 12, 8, 0.80), rgba(18, 12, 8, 0.60)),
            url('../images/revive/banner-v2.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .inner-page::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #d59e5585;
        pointer-events: none;
    }

   .inner-page .heading {
    position: relative;
    z-index: 2;
    min-width: 760px;
    margin: 0 auto;
    padding: 48px 21px;
    background: #fff;
    border-radius: 20px;
}

.inner-page .heading p{
    color: var(--theme-text) !important;
}
    .inner-page .heading h3 {
        font-size: 3rem;
        font-family: cormorant;
        color: var(--theme-text) !important;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 16px !important;
        line-height: 1.05;
    }

    .inner-page .heading h3::after,
    .inner-page .heading h3::before {
        /* border-color: var(--theme-gold-light); */
    }

    .inner-page .heading::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -18px;
        transform: translateX(-50%);
        width: 180px;
        height: 4px;
        /* background: var(--theme-color); */
        border-radius: 999px;
    }

    .inner-page-subtitle {
        font-family: Inter;
        font-size: 1.05rem;
        color: rgba(255,255,255,0.9);
        line-height: 1.9;
        max-width: 680px;
        margin: 0 auto;
        letter-spacing: 0.5px;
    }

    .about-page-banner{
        background-image: url('../images/revive/IMG_0099.jpeg') !important;
            background-attachment: fixed;
    }

    .inner-sec-w3ls {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sectionmoreabout img {
        border-radius: 0;
        background: none;
    }
    .sectionmoreabout {
        margin-bottom: 50px;
    }

    .moreboutfirst{
            margin-bottom: 50px;
    background: #f1e9df;
    padding: 40px 30px 0;
    border-radius: 15px;
    }

    .sectionmoreabout.moreboutfirst  .about-img img{
        height: 100%;
        box-shadow: none;
    }
    .sectionmoreabout .about-img img, .galsses-grid-left img {
        display: block;
        margin: auto;
       
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top;
    }
.aboutimgres{display: none;}
    .aboutright h3 {
        color: var(--theme-color);
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 1px;
    }
    .aboutright h4 {
        margin: 1.2em 0;
        font-style: italic;
        font-size: 15px;
        color: var(--theme-color);;
    }

    .sectionmoreabout p {
        margin: 0;
        
    font-size: 1.3em;
        color: var(--theme-text);
        line-height: 1.6em;
        letter-spacing: 1px;
        text-align: justify;
    }

    .col-md-6.sanitary {
        padding: 20px;
        border: 1px solid var(--theme-color);;
        background: var(--theme-color);;
        color: #fff;
    }
    .profile-text {
        margin-top: 60px;
    }
    .col-md-6.diapers {
        border: 1px solid #000;
        border-left: 0;
        padding: 20px;
    }
    .aboutright h3 {
        color: var(--theme-color) !important;
        font-weight: 700;
           font-size: 48px !important;
    letter-spacing: 1px;
    font-family: 'PopBold';
    }
    .range p {
        padding-top: 10px;
        padding-bottom: 0px;
        font-size: 1em;
    }
    .col-md-6.sanitary h3 {
        color: #fff !important;
    }
    .col-md-6.sanitary p {
        color: #fff !important;
    }

    .address {
        margin-top: 22em;
    }
    .address-info {
        background: #f7f7f7;
        border: 1px solid #a0a0a0;
        padding: 2em 1em;
        height: 100%;
    }
    .address-right h6 {
        font-size: 1em;
        color: #414346;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    }

    .form_input {
        padding: 20px;
        background: var(--theme-color);
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .text_contact_form h2 {
        font-weight: 700;
        background: #ffffff29;
        padding: 10px 20px;
        display: inline-block;
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .text_contact_form {
        text-align: center;
    }
    .form_in {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .fields {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .fields label, .fields_area label {
        display: block;
        padding-bottom: 10px;
        color: #fff;
        font-weight: 700;
    }
    .fields input {
        width: 100%;
        outline: none;
        padding: 10px;
    }
    .fields_area {
        width: 100%;
    }
    .fields_area textarea {
        width: 100%;
        height: 120px;
    }
    .button_query {
        text-align: center;
        margin: 30px 0;
    }
    .button_query button {
        border: 2px solid #fff;
        background: none;
        color: #fff;
        width: 200px;
        padding: 10px 0;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .address-info {background-color: var(--theme-text);}
    .col-xl-4.address-grid:nth-child(2) .address-info {background-color: var(--theme-blue);}
    .col-xl-4.address-grid:nth-child(3) .address-info {background-color: var(--theme-skblue);}
    .address-info h6{color: #fff !important; font-family: PopBold;}
    .address-info p{color: #fff !important; font-family: PopBold;}
    .address-info p a{color: #fff !important; font-family: PopBold;}
    .address-info i{font-size: 50px; color: #fff;}

    .divImage a {
        height: 310px;
        width: 100%;
        display: block;
     
        border-radius: 10px;
        margin-bottom: 20px;
    
        overflow: hidden;
    }

    .divImage a img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
   

    .productwrapper .producttitle{
        padding-top: 10px;
    }

    a.btn.btn-detailprod {
        background: var(--theme-color);
        color: #fff !important;
        margin-top: auto;
    }

    .productwrapper {
        text-align: center;
        border: 1px solid var(--theme-text);
        padding: 15px 10px;
        border-radius: 10px;
    
        margin-bottom: 25px;
        height: calc(100% - 10px);
    }
.producttitleandbtn {
    display: flex
;
    flex-direction: column;
    height: calc(100% - 310px);
}
    .productwrapper .producttitle h4{font-size: 14px; font-weight: 800;}
    .tabs .nav-link{
        border: 1px solid var(--theme-color)  !important;
    }
    .tabs .nav-link.active{
        background: var(--theme-color) !important;
        color: #fff !important;
    }
    #myTabContent{margin-top: 20px !important;}

    .btn-productdetail{margin-top: 40px; background: var(--theme-color) !important; color: #fff !important;}
    .product-detail-img {
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid var(--theme-skblue);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
        .productdetaildesc {
            height: 100%;
            /* border: 1px solid var(--theme-skblue); */
            padding: 20px;
            border-radius: 20px;
            /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
        }

        .dropdown {
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
           
           
            position: relative;
            font-size: 18px;
            perspective: 1000px;
            z-index: 100;
          }
          .dropdown:hover {
         
            cursor: pointer;
          }
          .dropdown:hover .dropdown_menu li {
            display: block;
          }
          .dropdown_menu {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            perspective: 1000px;
            z-index: -1;
            width: 200px !important;
          }
          .dropdown_menu li a{color: #fff !important;}
          .dropdown_menu li {
            display: none;
            color: #fff;
            background-color: var(--theme-text);
            padding: 10px 20px;
            font-size: 16px;
            opacity: 0;
            border-bottom: 1px solid #ddd;
          }
          .dropdown_menu li:hover {
            background-color: var(--theme-color);
          }
          .dropdown:hover .dropdown_menu--animated {
            display: block;
          }
          .dropdown_menu--animated {
            display: none;
          }
          .dropdown_menu--animated li {
            display: block;
            opacity: 1;
          }
          .dropdown_menu-9 {
            animation: growOut 300ms ease-in-out forwards;
            transform-origin: top center;
          }

          @keyframes growOut {
            0% {
              transform: scale(0);
            }
            80% {
              transform: scale(1.1);
            }
            100% {
              transform: scale(1);
            }
          }

          .responsiveicon span{    width: 24px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 6px;
    display: block;
    position: relative;
    transition: 0.2s ease;}
          .responsiveicon{display: inline-block; padding: 10px;}
          .responsiveicon span:last-child{margin-bottom: 0;}
          .activemenu .responsiveicon span:first-child{
            transform: rotate(-45deg);
          top: 7px;
          }
          .activemenu .responsiveicon span:last-child{
            transform: rotate(45deg);
                  top: -8px;
          }
          .activemenu .responsiveicon span:nth-child(2){
            opacity: 0;
          }
          .responsiveicon{display: none;}
          
          .searchpostcontainer {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    height: 100%;
    z-index: 12345;
    display: none;
    top: 0;
}
.searchpostcontainer.activesearch{display: block;}
.searchpostinner .closemodal {
    position: absolute;
    right: 35px;
    top: 10px;
    cursor: pointer;
}
.searchpostinner .closemodal span {
    color: #fff;
    font-size: 35px;
}
.searchpostform {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
}
.searchpostform form {
    width: 80%;
}
.searchpostform input {
    width: 100%;
    padding: 20px;
    outline: 0;
    border: 1px solid #ddd;
    border-radius: 50px;
}
.searchedtext {
    width: 75%;
    background-color: #fff;
    padding-left: 0;
}

.imgflexsearch img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
.searchedtext li {
    list-style: none;
    border-bottom: 1px solid #ddd;
}
.searchitems {
    padding: 8px;
}
.searchitemflex {
    display: flex;
}
.page .question a, .searchTextanddate {
    margin-left: 10px;
}
.titleblogsearch h6 {
    margin: 0 0 6px;
}
.Search_Results {
    text-align: center;
    padding: 10px;
    background: var(--theme-color);
    color: #fff !important;
    display: block;
    margin: 20px;
}
          
.dropdown_item-1{position: relative;}
.nexteddropdown{left: 100%;}

.dropdown_item-1:hover .nexteddropdown{
display: block;
}
.nexteddropdown{ position: absolute;
    top: 0;
    left: 100%; /* Position it to the right of the parent menu */
    display: none; width: 200px;}
    
    .imagelatestproduct{height:100%}
    .imagelatestproduct img{height:100%; object-fit:cover}

.iconsftr-contacts{bottom: 20px; right: 20px; z-index: 999999;}    
.iconsftr-contacts a{display: grid; place-items: center; width: 50px; height:50px; border: 1px solid #fff; margin-bottom: 10px !important; border-radius: 50%;}
.iconsftr-contacts a i{font-size: 25px; color: #fff;}
.emailico{background: var(--theme-blue);}
.instagramico{background: var(--theme-color);}
.whatsappico{background: #2db742;}
.imgchart {
    width: 100%;
    max-width: 250px;
    cursor: pointer;
    text-align: center;
}

.new_price{
    font-size: 40px;
    font-weight: 600;
    color: var(--theme-color);
    margin-left: 10px;
}
.old_price{
    font-size: 20px;
    font-weight: 600;
    text-decoration: line-through;
    margin-left: 20px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal image */
.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: auto;
  border-radius: 8px;
}

/* Close button */
.close {
  position: absolute;
  top: 30px;
  right: 45px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
}
          
          @media screen and (max-width:1200px){
            .divImage a{height: 200px;}
            .block{margin-bottom: 20px;}
          }

          @media screen and (max-width:1024px){
            .responsivemenubar ul.nav-list{flex-direction: column; align-items: flex-start !important;}
            .responsivemenubar{
                position: fixed; top: 0; bottom: 0; background: var(--theme-color); width: 240px; left: 0; z-index: 999; padding: 20px;
                transition: 0.2s ease;
        transform: translate(-100%);
            }
            .responsiveicon{display: inline-block;}
            .responsivemenubar ul.nav-list li {
                       padding: 10px 0 2px;
        width: 100%;
        text-align: left;
        margin-bottom: 8px;
            }
            .responsivemenubar ul.nav-list li a{
               color: var(--theme-text) !important
            }
            .dropdown{display: block;}
            .searchblogsifrainternational{margin-top: 20px;}
            .dropdown_menu{width: 100% !important;}
            .activemenu .responsivemenubar{transform: translate(0);}
            .responsiveicon{margin-top: 0;}
         }

         @media screen and (max-width:991px){
          
            .mySwiperText h3{font-size: 28px !important;}
            .heading h3 {font-size: 25px !important;}
             .aboutimgres{
        display: block;
    }
    .aboutimg{
        display: none;
    }

    .sectionmoreabout .row{
        flex-direction: column-reverse;
    }
    .moreboutfirst{
        padding-top: 0;
    }
         }
        
@media screen and (max-width:767px){
    .hideonresponsive{display:none}
    .brand h3 {
        font-weight: 800;
        font-size: 22px !important;
    }
    .banner{padding: 0; clip-path: none;}
    .bannerSlider .row{flex-direction: column-reverse; }
    .swiperBanner {
                margin-bottom: 20px;
        background: #f3ab35;
    }
    .banner {
        padding: 30px 10px;
        clip-path: none;
        overflow: hidden;
    }

    .flexboxes{flex-direction: column;}
    .flexboxes .box{ width: 100%; }
    .p-5.expboxes{padding: 2rem 0 !important; }  
    .aboutsectionimage::after{display: none;}
    .aboutsectionimage{padding: 0; margin-top: 20px;}
    .rowcfs{margin: 0; width: 100%;}
    .headingcontactinfocfs{margin-bottom: 25px;}
    .textlatestproduct h5 {font-size: 18px;}
    .textlatestproduct {
        
        width: 100%;
        height: 100%;
        
        border-bottom-left-radius: 0;
        
    }
    .textlatestproduct {padding: 8px;}
    .textlatestproduct .productdesc {
        padding: 5px 0;
    }
    .aboutright{margin-top: 20px !important; margin-bottom: 20px !important;}
        .aboutright h3 {
        font-size: 38px !important;
    }
    .col-md-6.diapers{border-left: 1px solid;}
    .divImage a{
       width: 220px;
       margin: auto;
       height: 220px;
    }
    .productdetaildesc{border-radius: 0;}
    .product-detail-img{border-radius: 0; height: 300px;}
    .address-left.text-center{text-align: left !important; margin-bottom: 10px;}
     .textabout h3{
        font-size: 24px !important;
     }
   .servicetext h4{
    font-size: 14px;
   }
   .servicebox3{margin-top: 24px;}
   .servicesWrapper.p-4{
    padding: 0 !important;
   }
   .bannerSlider .row{
    flex-direction: column-reverse;
   }
       .bannerWrap {
        padding: 20px 10px 20px;
    }
    .buttonBanner{
        margin-bottom: 30px;
    }
 }

 @media screen and (max-width:480px){
    .swiper {
        width: 280px !important;
        height: 220px;
        position: absolute;
    }
    .divImage a{
        width: 240px;
        margin: auto;
     }
     .form_in{
        flex-direction: column;
     }
     .fields{width: 100%;}

     .textabout h3{
        font-size: 18px !important;
     }
     .brands{
        display: none;
     }
     .bannerWrap {
    padding: 10px; 
    }
    .heading h3:after{
        width: 120px;
    }
    .p-5.sectioncat{
        padding: 0 !important;
    }
    .firstbar {
    padding: 10px 0;
}
.textabout {
    padding: 40px 0px;
}
.logo {
    width: 195px;}
    .mySwiperText h3 p{
        width: 90%;
    }
        .mySwiperText h3 {
        font-size: 24px !important;
    }
 }


 .conditions-revive-cta-content {
    width: 60%;
}

 @media screen and (max-width:380px){
    .swiper {
        width: 280px !important;
        height: 220px;
        position: absolute;
    }
   .topemailandphone .phone.mx-4{ margin-left: 10px !important; margin-right: 5px !important;}
   .socialicon .ms-2{margin-right: 10px !important;}
   .nexteddropdown{position:static}
 }


 @media(max-width:1920px) and (min-width:1720px){
    .revive-v2-about{
           margin-top: -400px;
    }
  .revive-v2-hero-image{
        height: 1140px;
 }
 }
 @media(max-width:1720px) and (min-width:1580px){
    .revive-v2-about{
            margin-top: -320px;
    }
 .revive-v2-hero-image{
        height: 1060px;
 }
 }

  @media(max-width:1440px){
    .revive-v2-about{
            margin-top: -124px;
    }
.revive-v2-hero-image{
        height: 890px;
 }
 }
 @media(max-width:1280px) and (min-width:1200px){
    .revive-v2-about{
            margin-top: -120px;
    }
    .card-about-top p {
    font-family: Inter;
    font-size: 10px;
    font-weight: 600;
    color: var(--theme-text);
}
.card-about-top p span {
    display: block;
    font-size: 12px;
    margin-top: 0;
    font-weight: 400;
}
 }



 .gold-shine {
        /* background-image:
linear-gradient(0deg, rgba(255,255,255,.45), rgba(255,255,255,.85)),
linear-gradient(270deg, #997A4A 15%, #D59E55 45%, #F6DFA8 75%, #FFFFFF 100%),
linear-gradient(312deg, rgba(255,255,255,0) 35%, #F8EAD2 90%),
linear-gradient(50deg, rgba(255,255,255,0) 40%, #D59E55 90%); */
    background: radial-gradient(ellipse at top left, #d59e55 0%, #d59e5563 45%), radial-gradient(ellipse at bottom right, #997a4a8c 0%, #d59e5573 45%), linear-gradient(200deg, #d77b00, #d59e55, #997a4a);
   

    background-size: 200% 200%;
    animation: goldMove 4s infinite linear;
}

@keyframes goldMove {
    0% {
    background-position: 50% 0;
    background-size: 100% 100%;
}
50% {
    background-position: 50% 100%;
    background-size: 200% 200%;
}
75% {
    background-position: 100% 50%;
    background-size: 200% 200%;
}
100% {
    background-position: 0 50%;
    background-size: 100% 100%;
}
}

.contact-page-location-content.mob{
    display: none;
}

@media(max-width:1200px){
  .conditions-revive-cta{
        padding: 24px 24px;
        gap: 20px;
        flex-wrap: wrap;
  }
 .conditions-revive-cta-content {
    width: 85%;
}


}

@media(max-width:991px){
    .firstbar .revive-btn-primary{
        position: fixed;
        bottom: 0;
                left: 0;
        right: 0;
        text-align: center;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .iconsftr-contacts {
    bottom: 50px;
    right: 11px;
    z-index: 999999;
}

        .revive-v2-about {
        margin-top: 0;
        border-radius: 0;
    }

    .row-about-top{
        flex-wrap: wrap;
    }

    .card-about-top{
        width: 50%;
                flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .card-about-top:first-child{
        margin-bottom: 24px;
    }

    .icon-abt-top{
        margin-right: 0;
        margin-bottom: 16px;
    }
.card-about-top:nth-child(2){
    border-right: 0;
            margin-bottom: 24px;
}
    .revive-about-top{
        width: 100%;
    }

    .revive-about-top{
        transform: none;
        position: static;
                margin-bottom: 32px;
    }

        .logo {
        width: 100px;
    }

    .revive-v2-about {
        padding: 64px 0;
    }

    .revive-v2-about-image-wrap{
        padding-right: 0;
    }

    .revive-v2-about-content{
        padding-left: 0;
    }


    .faq-grid{
grid-template-columns:1fr;
display: flex;
        flex-direction: column-reverse;
                align-items: center;
    }

    .contact-revive-title{
        font-size: 2.2rem;
            line-height: 1.05;
    }

    .contact-revive-icon {width: 40px;
    height: 40px;}

        .contact-revive-card {
        padding: 24px;
        border-radius: 24px;
    }

    .contact-revive-icon i {
        font-size: 14px;
    }

        .contact-revive-info a, .contact-revive-info p {
            font-size: 13px;
        }

.contact-revive-info {gap: 12px;}

.clinic-timin-icon{
        margin-right: 12px;
        width: 40px;
    height: 40px;
}
.contact-revive-image{
    min-height: unset;
    height: 100%;
    margin-top: 0;
}

.revive-v2-about-title {
    font-size: 2.2rem;
}

.revive-v2-about-subtitle {
    font-size: 18px;
}
.revive-v2-about-text {
    font-size: 16px;
}

.revive-v2-info-card p{
    font-size: 14px;
}
.conditions-revive-title{
    font-size: 2.2rem;
}
.conditions-revive-title span{
    display: block;
}

.conditions-revive-head p {
    font-size: 18px;
}

    .why-choose-title {
        font-size: 2.2rem;
    }

    .why-choose-description {
        font-size: 18px;
    }
.faq-content h2 {
    font-size: 2.2rem;
}
.faq-question{
    text-align: left;
              font-size: 18px !important;
}

.faq-grid {
    gap: 24px;
}

.clinic-timin-icon i {
    font-size: 14px;}

    .faq-floating-card {
        left: -5px;

    }

    .firstbar .revive-btn-primary{
        display: none;
    }

   .hero-scrolled .firstbar .revive-btn-primary{
    display: block;
   }

   .iconsftr-contacts{
    display: none;
   }

     .hero-scrolled .iconsftr-contacts{
        display: block;
     }

     .custom-page-inner .firstbar .revive-btn-primary{
        display: block;
     }
     .custom-page-inner .iconsftr-contacts{
        display: block;
     }
     .contact-page-location-content.mob{
        display: block;
                text-align: center;
     }
     .contact-page-location-content.desk .tag,  .contact-page-location-content.desk h2,  .contact-page-location-content.desk p{
        display: none;
     }
     .contact-page-heading h1, .contact-page-section-title h2, .contact-page-location-content h2{
        font-size: 2.2rem;
     }
     .contact-page-location-content p{
        font-size: 18px;
     }

     .contact-page-location-grid{
        gap: 32px;
     }
     .contact-page-location-content img{
        margin-top: 0;
        margin-bottom: 0;
     }
}

@media(max-width: 767px){
    .schedule-revive.border-right{
        border-right: 0;
        border-bottom: 1px solid rgba(153, 122, 74, 0.25);
        padding-bottom: 16px;
    }
    .contact-revive-timings{
        gap: 16px;
    }

    .contact-revive-timings p {
        font-size: 13px;
    }

    .qr-content{
        justify-content: center;
    }
.revive-v2-hero-card{
    
      background: #d59e5561;
}

.revive-v2-hero-content {
    padding-top: 24px;
}

    .revive-v2-hero-content{
        position: static;
        text-align: center;
          
    }

    .revive-v2-hero-card::before{
        display: none;
    }
    .revive-v2-title {font-size: 40px;     margin: 16px 0 16px !important;}

    .revive-v2-actions{
        flex-direction: column;
        gap: 16px;
        margin-bottom: 20px;
    }
.revive-v2-tag {

   
    padding: 4px 14px;
    border-radius: 32px;

 
   
    font-size: 13px;
}

.revive-v2-description {
    font-size: 14px;
}

.revive-btn-primary {
    border-radius: 24px;
    background-color: var(--theme-cta);
    font-family: Inter;
    font-weight: 500;
    /* color: var(--theme-text); */
    padding: 16px 24px;
    color: #fff !important;
    font-size: 14px;
    line-height: 100%;
}

.btn-border-primary {
    border-radius: 40px;
    background-color: transparent;
    font-family: Inter;
    font-weight: 500;
    color: var(--theme-cta) !important;
    padding: 14px 24px;
    border: 1px solid var(--theme-cta);
    font-size: 14px;
    line-height: 100%;
}
.inner-page {
    height: 160px;
    padding: 0 20px;
}
.inner-page .lineheight {
    line-height: 100%;
}
.inner-page .heading h3{
    padding-right: 0;
}

.about-page-image-wrapper {
    padding: 16px;
}

.about-page-experience-card{
      
  
        right: 0;
    left: 100px;
    bottom: 0px;
    gap: 8px;
        border-radius: 8px;
        padding: 8px 8px;
    
}

.about-page-label{
   
}

.about-page-number {
    font-size: 32px;
}

.about-page-title
 {
    font-size: 2.2rem;
    text-align: center;
 }

.about-page-content{
    margin-top: 48px;
}

.about-page-credential-box h3 {
    font-size: 20px;
}

.about-page-credential-box p {
    font-size: 16px;
}

.about-page-highlight-item h4 {
    font-size: 20px;
}

.about-page-highlight-item p{
    font-size: 14px;
}

.about-page-highlight-item:last-child{
    margin-bottom: 0;
}

    .about-page-philosophy-content h2 {
        font-size: 2.2rem;
        text-align: center;
    }

    .about-page-eyebrow{
        display: block;
        text-align: center;
    }

    .about-page-tag{
        display: block;
        text-align: center;
    }

    .about-page-philosophy-intro{
        text-align: center;
        font-size: 18px;
    }

    .about-page-philosophy-item h3{
        font-size: 1.25rem;
    }

    .about-page-philosophy-item p{
        font-size: 16px;
    }

    .about-page-philosophy-badge {
            position: absolute;
    bottom: -24px;
    left: 100px;
    }

    .about-page-trust-content h2{
        font-size: 2.2rem;
    }

    .about-page-trust-content{
        text-align: center;
    }
    .about-page-trust-content p {
        font-size: 18px;
    }
.about-page-trust-stats {
    justify-content: center;
        margin-top: 32px;
}

.about-page-trust-card h3 {
    font-size: 1.25rem;
}

.about-page-trust-number {
        font-size: 16px;
        margin-bottom: 16px;
}

.about-page-trust-card p {
    font-size: 16px;
}

.about-page-trust-card {
    padding: 24px;
}

.about-page-cta h2{
    font-size: 2.2rem;
}

.about-page-cta p {
    font-size: 18px;
}

.service-page-title {
    font-size: 2.2rem;
}

.service-page-hero-grid

 {
        grid-template-columns: 1fr;
            gap: 20px;
 }

.service-page-card-one {
    top: 20px;
    left: 30px;
}

.service-page-image-wrapper{
    width: 100%;
}

.revive-btn-primary{
    text-align: center;
}
.btn-border-primary{
    text-align: center;
}
.service-page-card-two {
    bottom: 72px;
    right: 30px;
}
.service-page-card-icon{
    background: none;
}

.service-page-visual {
    height: 100%;
}

.service-page-expertise-layout{
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
}
.service-page-image-badge{
        bottom: -20px;
    right: 0px;
}

.service-page-image-frame{
    height: 100%;
}

.service-page-expertise-content h2{
    font-size: 2.2rem;
    text-align: center;
}
.service-page-hero-content {
    text-align: center;}

    .service-page-description {
        font-size: 18px;
    }

.service-page-expertise-content span{
    text-align: center;
    display: block;
}
.service-page-expertise-text {
    font-size: 18px;
    text-align: center;
}
.service-page-expertise-row h3{
    font-size: 1.25rem;
}

.service-page-expertise-row p {
    font-size: 16px;
}
.contact-page-hero-visual{
    display: none;
}
.contact-page-hero-main {
        padding: 64px 0;
    }

    .contact-page-form-header h1 {
        font-size: 2.2rem;
        margin: 4px 0 8px !important;
    }

    .contact-page-form-header p {
        font-size: 18px;
    }

    .contact-page-connect-header h2{
         font-size: 2.2rem;
             margin: 4px 0 8px !important;
    }
    .contact-page-connect-header p{
        font-size: 18px;
    }

    .contact-page-main-form button {
        font-size: 14px;
        padding: 20px 20px;
    }

    .contact-page-form-header .tag
 {font-size: 12px;}
.contact-page-connect-header{
        margin: 0 auto 32px;
}

.contact-page-detail h4 {
    font-size: 13px;
}
.contact-page-qr-premium {
   padding: 24px;
}
.contact-page-qr-wrapper {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.contact-page-connect-panel {
    gap: 32px;
}
.contact-page-detail-icon{
    width: 32px;
    height: 32px;
}
.contact-page-detail-icon i{
font-size: 14px;
}
.contact-page-detail span{
    font-size: 12px;
}
    .contact-page-connect-panel {
        padding: 16px;
    }
.contact-page-qr-title h3 {font-size: 1.25rem !important;
    margin-bottom: 24px !important;
    text-align: center;}

    .contact-page-detail .clinic-time-table{
        flex-direction: column;
    }
.clinic-time-table div:first-child{
border-right: 0;
border-bottom: 1px solid #ddd;
padding-bottom: 24px;
}
.contact-page-detail{
    align-items: start;
}

.contact-page-map iframe {
    height: 380px;
}

}



@media(max-width: 480px){
    .conditions-revive-card{
        flex-direction: column;
        align-items: flex-start;
    }

    .conditions-revive-divider {
    width: 100%;
    height: 1px;
    background: #997a4a54;
    /* transform: rotate(89deg); */
}

.conditions-revive-icon{
    margin: auto;
}

.conditions-revive-content ul {
    columns: 1;
}

.why-choose-brain-circle {
        width: 240px;
        height: 240px;
        margin: 8px auto;
    }

        .why-choose-brain-circle img {
        width: 240px;
        height: 240px;
    }

        .why-choose-item {
        margin-bottom: 0px;
    }


    .why-choose-brain-circle::before {
        inset: -16px;
    }


}




/*==================================================
            REVIVE JOURNAL
==================================================*/

.revive-blog{
    background:#F8F6F2;
    padding:90px 0 120px;
}


/*==========================
        HERO
==========================*/

.blog-hero{

    padding-bottom:110px;

}

.hero-label{

    display:inline-block;

    letter-spacing:4px;

    color:#997A4A;

    font-size:13px;

    text-transform:uppercase;

    margin-bottom:22px;

}

.blog-hero h1{

    font-family:"Cinzel",serif;

    font-size:64px;

    line-height:1.12;

    color:#2D2722;

    margin-bottom:28px;

}

.blog-hero p{

    font-size:18px;

    line-height:1.9;

    color:#6E665E;

    max-width:560px;

    margin-bottom:42px;

}

.hero-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:17px 38px;

    border-radius:60px;

    background:#6A2724;

    color:#fff;

    text-decoration:none;

    transition:.35s;

    font-weight:500;

}

.hero-btn:hover{

    background:#997A4A;

    color:#fff;

}

.hero-image{

    position:relative;

    text-align:right;

}

.hero-image img{

    width:100%;

    max-width:620px;

    border-radius:34px;

    object-fit:cover;

    box-shadow:0 30px 80px rgba(0,0,0,.08);

}


/*==========================
    FEATURED POST
==========================*/

.featured-post{

    background:#fff;

    border-radius:34px;

    overflow:hidden;

    margin-bottom:110px;

    border:1px solid rgba(153,122,74,.12);

    box-shadow:0 20px 60px rgba(0,0,0,.05);

}

.featured-image{

    overflow:hidden;

}

.featured-image img{

    width:100%;

    height:620px;

    object-fit:cover;

    transition:.6s;

}

.featured-post:hover .featured-image img{

    transform:scale(1.05);

}

.featured-post .col-lg-6:last-child{

    padding:70px;

}

.featured-tag{

    display:inline-block;

    color:#997A4A;

    letter-spacing:3px;

    font-size:13px;

    margin-bottom:22px;

}

.featured-post h2{

    font-family:"Cormorant Garamond",serif;

    font-size:54px;

    line-height:1.12;

    color:#2D2722;

    margin-bottom:24px;

}

.featured-post p{

    font-size:17px;

    line-height:1.9;

    color:#6C655E;

}

.featured-meta{

    display:flex;

    gap:22px;

    color:#8A8179;

    margin:35px 0;

    font-size:15px;

}

.read-btn{

    display:inline-flex;

    align-items:center;

    padding:16px 34px;

    border:1px solid #997A4A;

    border-radius:60px;

    color:#997A4A;

    text-decoration:none;

    transition:.35s;

}

.read-btn:hover{

    background:#997A4A;

    color:#fff;

}


/*==========================
PREMIUM ARTICLE EXPERIENCE
==========================*/

html{scroll-behavior:smooth;}

.journal-article-page{
    background:#F8F6F2;
    color:#2D2722;
    padding-bottom:40px;
}

.journal-article-hero{
    padding:90px 0 64px;
    border-bottom:1px solid rgba(153,122,74,.22);
}

.journal-article-hero .container,
.journal-reading-section .container,
.journal-author-section .container,
.journal-article-cta .container,
.journal-related-section .container{
    max-width:1220px;
}

.journal-breadcrumb{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    font-family:Inter,sans-serif;
    font-size:12px;
    letter-spacing:1.8px;
    text-transform:uppercase;
    color:#7A736C;
    margin-bottom:32px;
}

.journal-breadcrumb a{
    color:#6A2724;
    text-decoration:none;
    transition:color .3s ease;
}

.journal-breadcrumb a:hover{
    color:#997A4A;
}

.journal-article-heading{
    max-width:920px;
    margin:0 auto 44px;
    text-align:center;
}

.journal-article-kicker{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:14px;
    margin-bottom:20px;
}

.journal-article-brand,
.journal-article-pill{
    display:inline-flex;
    align-items:center;
    font-family:Inter,sans-serif;
    font-size:11px;
    letter-spacing:2.4px;
    text-transform:uppercase;
    font-weight:700;
    color:#997A4A;
}

.journal-article-pill{
    color:#6A2724;
}

.journal-article-heading h1{
    font-family:"Cormorant Garamond",serif;
    font-size:clamp(2.3rem, 4.2vw, 3.8rem);
    line-height:1.05;
    color:#2D2722;
    margin:0 0 18px;
    letter-spacing:-0.02em;
}

.journal-article-intro-text,
.journal-article-lead{
    font-family:"Cormorant Garamond",serif;
    font-size:clamp(1.1rem, 1.3vw, 1.35rem);
    line-height:1.75;
    color:#2D2722;
    max-width:760px;
    margin:0 auto 18px;
}

.journal-article-byline{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
    color:#6F655D;
    font-family:Inter,sans-serif;
    font-size:13px;
    letter-spacing:.02em;
}

.journal-article-byline > span{
    display:inline-flex;
    align-items:center;
}

.journal-article-byline > span:not([aria-hidden="true"])::before{
    content:"•";
    margin-right:10px;
    color:#997A4A;
}

.journal-eyebrow{
    display:inline-block;
    font-family:Inter,sans-serif;
    font-size:11px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#997A4A;
    margin-bottom:10px;
}

.journal-article-image{
    margin:0 auto;
    max-width:1060px;
    border-radius:30px;
    overflow:hidden;
    border:1px solid rgba(153,122,74,.2);
}

.journal-article-image img{
    width:100%;
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    display:block;
}

.journal-reading-section{
    padding:64px 0 36px;
}

.journal-reading-grid{
    display:grid;
    grid-template-columns:82px minmax(0, 1fr) 270px;
    gap:32px;
    align-items:start;
}

.journal-share-panel{
    position:sticky;
    top:110px;
    display:flex;
    flex-direction:column;
    gap:12px;
    align-items:center;
    padding-top:10px;
}

.journal-share-panel span{
    font-family:Inter,sans-serif;
    font-size:11px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#997A4A;
    margin-bottom:4px;
}

.journal-share-panel a{
    width:40px;
    height:40px;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#6A2724;
    background:rgba(153,122,74,.08);
    border:1px solid rgba(153,122,74,.12);
    transition:all .3s ease;
}

.journal-share-panel a:hover{
    background:#6A2724;
    color:#fff;
    transform:translateY(-2px);
}

.journal-article-copy{
    max-width:760px;
    margin:0 auto;
    padding-top:8px;
}

.journal-article-copy p,
.journal-article-copy li,
.journal-article-copy blockquote{
    font-family:"Cormorant Garamond",serif;
    font-size:1.08rem;
    line-height:1.85;
    color:#2D2722;
}

.journal-article-copy h2,
.journal-article-copy h3{
    font-family:"Cormorant Garamond",serif;
    color:#2D2722;
    margin:46px 0 16px;
    line-height:1.2;
}

.journal-article-copy h2{font-size:1.85rem;}
.journal-article-copy h3{font-size:1.45rem;}

.journal-article-copy p{margin:0 0 16px;}

.journal-article-copy ul,
.journal-article-copy ol{
    padding-left:20px;
    margin:18px 0 24px;
}

.journal-article-copy ul li,
.journal-article-copy ol li{
    margin-bottom:10px;
}

.journal-article-copy ul li::marker{
    color:#997A4A;
}

.journal-clinical-note{
    padding:22px 24px;
    margin:24px 0 32px;
    border-left:2px solid #997A4A;
    background:rgba(153,122,74,.05);
    border-radius:0 16px 16px 0;
}

.journal-clinical-note span{
    display:inline-block;
    font-family:Inter,sans-serif;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#6A2724;
    margin-bottom:8px;
}

.journal-clinical-note p{
    margin:0;
    font-size:1.02rem;
}

.journal-pull-quote{
    margin:34px 0 40px;
    padding:0 0 0 22px;
    border-left:2px solid #997A4A;
    font-size:1.5rem;
    font-style:italic;
    line-height:1.5;
    color:#2D2722;
}

.journal-reading-aside{
    padding:24px;
    border:1px solid rgba(153,122,74,.16);
    border-radius:24px;
    background:rgba(248,246,242,.8);
    box-shadow:0 8px 24px rgba(45,39,34,.04);
}

.journal-reading-aside .journal-eyebrow{
    display:inline-block;
    margin-bottom:10px;
    font-size:11px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#997A4A;
}

.journal-reading-aside-box + .journal-reading-aside-box{margin-top:16px;}

.journal-reading-aside-box p,
.journal-reading-aside-box li{
    font-family:Inter,sans-serif;
    font-size:13px;
    line-height:1.7;
    color:#5C534C;
}

.journal-reading-aside-box h3{
    font-family:"Cormorant Garamond",serif;
    font-size:1.2rem;
    color:#2D2722;
    margin:0 0 10px;
}

.journal-reading-aside-box ul{
    padding-left:16px;
    margin:0;
}

.journal-author-section{
    padding:24px 0 36px;
}

.journal-author-card{
    display:flex;
    align-items:center;
    gap:28px;
    padding:30px 32px;
    border:1px solid rgba(153,122,74,.16);
    border-radius:28px;
    background:rgba(255,255,255,.6);
}

.journal-author-portrait{
    width:118px;
    min-width:118px;
    height:118px;
    display:grid;
    place-items:center;
    border-radius:20px;
    background:linear-gradient(135deg, rgba(153,122,74,.18), rgba(106,39,36,.08));
    color:#6A2724;
    font-family:Inter,sans-serif;
    font-size:1.35rem;
    font-weight:700;
    letter-spacing:.1em;
}

.journal-author-content h3{
    font-family:"Cormorant Garamond",serif;
    font-size:1.6rem;
    color:#2D2722;
    margin:6px 0 8px;
}

.journal-author-content p{
    font-family:Inter,sans-serif;
    font-size:14px;
    line-height:1.8;
    color:#5C534C;
    margin:0 0 8px;
}

.journal-author-credentials{
    color:#997A4A !important;
    font-weight:600;
}

.journal-article-cta{
    padding:28px 0 12px;
}

.journal-article-cta-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:24px;
    padding:34px 38px;
    border:1px solid rgba(153,122,74,.16);
    border-radius:28px;
    background:rgba(106,39,36,.04);
}

.journal-article-cta-inner h2{
    font-family:"Cormorant Garamond",serif;
    color:#2D2722;
    font-size:clamp(1.7rem, 2.2vw, 2.35rem);
    line-height:1.2;
    margin:8px 0 10px;
}

.journal-article-cta-inner p{
    margin:0;
    font-family:Inter,sans-serif;
    font-size:14px;
    line-height:1.7;
    color:#5C534C;
}

.journal-cta-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.journal-primary-action,
.journal-secondary-action{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 18px;
    border-radius:999px;
    font-family:Inter,sans-serif;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:all .3s ease;
}

.journal-primary-action{
    background:#6A2724;
    color:#fff !important;
}

.journal-primary-action:hover{
    background:#997A4A;
    color:#fff !important;
    transform:translateY(-2px);
}

.journal-secondary-action{
    color:#6A2724;
    border:1px solid rgba(106,39,36,.2);
    background:rgba(255,255,255,.6);
}

.journal-secondary-action:hover{
    border-color:#997A4A;
    color:#997A4A;
    transform:translateY(-2px);
}

.journal-related-section{
    padding:36px 0 80px;
}

.journal-latest-heading{
    display:flex;
    justify-content:space-between;
    align-items:end;
    gap:20px;
    margin-bottom:28px;
}

.journal-latest-heading h2{
    font-family:"Cormorant Garamond",serif;
    font-size:clamp(1.6rem, 2.1vw, 2.1rem);
    color:#2D2722;
    margin:6px 0 0;
}

.journal-text-action{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#6A2724;
    text-decoration:none;
    font-family:Inter,sans-serif;
    font-size:13px;
    letter-spacing:.06em;
    text-transform:uppercase;
    position:relative;
    transition:color .3s ease;
}

.journal-text-action::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-5px;
    width:0;
    height:1px;
    background:#997A4A;
    transition:width .3s ease;
}

.journal-text-action:hover{
    color:#997A4A;
}

.journal-text-action:hover::after{width:100%;}

.journal-related-card{
    height:100%;
    border-radius:24px;
    overflow:hidden;
    border:1px solid rgba(153,122,74,.16);
    background:rgba(255,255,255,.65);
    transition:transform .35s ease, border-color .35s ease;
}

.journal-related-card:hover{
    transform:translateY(-4px);
    border-color:rgba(153,122,74,.3);
}

.journal-related-image{
    display:block;
    overflow:hidden;
}

.journal-related-image img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
    transition:transform .6s ease;
}

.journal-related-card:hover .journal-related-image img{transform:scale(1.04);}

.journal-related-card-body{
    padding:24px 24px 26px;
}

.journal-meta-line{
    display:inline-block;
    margin-bottom:10px;
    font-family:Inter,sans-serif;
    font-size:12px;
    letter-spacing:1.8px;
    text-transform:uppercase;
    color:#997A4A;
}

.journal-related-card-body h3{
    margin:0 0 14px;
}

.journal-related-card-body h3 a{
    color:#2D2722;
    text-decoration:none;
    font-family:"Cormorant Garamond",serif;
    font-size:1.28rem;
    line-height:1.3;
}

.journal-related-card-body h3 a:hover{color:#6A2724;}

.journal-reveal{
    opacity:1;
    transform:translateY(24px);
    transition:opacity .7s ease, transform .7s ease;
}

.journal-reveal.is-visible{
    opacity:1;
    transform:translateY(0);
}

@media (max-width: 1024px){
    .journal-reading-grid{
        grid-template-columns:64px minmax(0, 1fr);
    }

    .journal-reading-aside{
        grid-column:1 / -1;
        margin-top:8px;
    }
}

@media (max-width: 768px){
    .journal-article-hero{padding-top:70px;}

    .journal-reading-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .journal-share-panel{
        position:static;
        flex-direction:row;
        justify-content:flex-start;
        padding-top:0;
    }

    .journal-article-heading h1{font-size:2.2rem;}

    .journal-article-byline{justify-content:flex-start;}

    .journal-author-card,
    .journal-article-cta-inner,
    .journal-latest-heading{
        flex-direction:column;
        align-items:flex-start;
    }

    .journal-author-card{padding:24px;}
    .journal-article-cta-inner{padding:24px;}
    .journal-related-image img{height:200px;}
}

@media (max-width: 576px){
    .journal-article-heading{margin-bottom:28px;}
    .journal-article-image{border-radius:20px;}
    .journal-article-copy p, .journal-article-copy li, .journal-article-copy blockquote{font-size:1rem;}
    .journal-pull-quote{font-size:1.25rem; padding-left:16px;}
    .journal-author-portrait{width:92px; min-width:92px; height:92px;}
}

/*==========================
SECTION HEADING
==========================*/

.section-heading{

    margin-bottom:70px;

}

.section-heading span{

    display:block;

    color:#997A4A;

    letter-spacing:3px;

    font-size:13px;

    text-transform:uppercase;

    margin-bottom:12px;

}

.section-heading h2{

    font-family:"Cormorant Garamond",serif;

    font-size:54px;

    color:#2D2722;

}


/*==================================================
            JOURNAL CARDS
==================================================*/

.latest-posts{
    padding-bottom:120px;
}

.journal-card{
    position:relative;
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    height:100%;
    transition:.45s ease;
    border:1px solid rgba(153,122,74,.10);
    box-shadow:0 12px 35px rgba(0,0,0,.045);
}

.journal-card:hover{
    transform:translateY(-12px);
    box-shadow:0 28px 70px rgba(0,0,0,.10);
}

.journal-image{
    display:block;
    overflow:hidden;
    position:relative;
}

.journal-image img{
    width:100%;
    height:300px;
    object-fit:cover;
    transition:transform .8s ease;
}

.journal-card:hover .journal-image img{
    transform:scale(1.08);
}

.journal-image::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
        rgba(0,0,0,.18),
        transparent 55%);
    opacity:0;
    transition:.35s;
}

.journal-card:hover .journal-image::after{
    opacity:1;
}

.journal-content{
    padding:34px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.journal-meta{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1.5px;
    color:#8A8179;
}

.meta-dot{
    width:5px;
    height:5px;
    border-radius:50%;
    background:#c7b9a2;
}

.journal-content h3{
    margin:0 0 18px;
}

.journal-content h3 a{
    color:var(--theme-text) !important;
    text-decoration:none;
    font-family:"Cormorant Garamond",serif;
    font-size:24px;
    line-height:1.22;
    font-weight:600;
    transition:.35s;
}

.journal-content h3 a:hover{
    color:#997A4A;
}

.journal-content p{
    color:#6C655E;
    line-height:1.9;
    font-size:16px;
    margin-bottom:30px;
}

.journal-link{
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:var(--theme-Gold) !important;
    text-decoration:none;
    font-weight:600;
    letter-spacing:.4px;
    position:relative;
    transition:.35s;
    margin-top:auto;
    font-family:Inter,sans-serif;
}

.journal-link span{
    transition:.35s;
    font-size:16px;
}

.journal-link::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-6px;
    width:0;
    height:1px;
    background:#997A4A;
    transition:.35s;
}

.journal-link:hover{
    color:#997A4A;
}

.journal-link:hover::after{
    width:100%;
}

.journal-link:hover span{
    transform:translateX(8px);
}

/* Premium border animation */

.journal-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:28px;
    border:1px solid transparent;
    transition:.4s;
    pointer-events:none;
}

.journal-card:hover::before{
    border-color:rgba(153,122,74,.28);
}

/* Tablet */

@media(max-width:991px){

    .journal-image img{
        height:250px;
    }

    .journal-content{
        padding:28px;
    }

    .journal-content h3 a{
        font-size:28px;
    }

}

/* Mobile */

@media(max-width:767px){

    .journal-image img{
        height:220px;
    }

    .journal-content{
        padding:24px;
    }

    .journal-content h3 a{
        font-size:24px;
    }

    .journal-content p{
        font-size:15px;
        line-height:1.8;
    }

    .journal-meta{
        flex-wrap:wrap;
    }

}


/*=========================================
        QUOTE SECTION
=========================================*/

.journal-quote{
    padding:100px 0;
    margin:100px 0;
}

.quote-inner{
    max-width:900px;
    margin:auto;
    text-align:center;
}

.quote-inner p{
    font-family:"Cormorant Garamond",serif;
    font-size:52px;
    line-height:1.35;
    color:#2D2722;
    margin-bottom:30px;
}

.quote-inner span{
    display:inline-block;
    color:#997A4A;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:13px;
}


/*=========================================
            CTA
=========================================*/

.journal-cta{
    margin-top:120px;
}

.cta-wrapper{

    background:linear-gradient(135deg,#3d2622,#6A2724);

    border-radius:36px;

    padding:70px;

    overflow:hidden;

    position:relative;

}

.cta-wrapper:before{

    content:"";

    position:absolute;

    width:520px;

    height:520px;

    right:-180px;

    top:-180px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

}

.cta-tag{

    display:inline-block;

    color:#D9B27B;

    letter-spacing:3px;

    text-transform:uppercase;

    font-size:13px;

    margin-bottom:20px;

}

.cta-wrapper h2{

    color:#fff;

    font-family:"Cormorant Garamond",serif;

    font-size:54px;

    line-height:1.15;

    margin-bottom:22px;

}

.cta-wrapper p{

    color:rgba(255,255,255,.82);

    font-size:17px;

    line-height:1.9;

    max-width:650px;

}

.cta-btn{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    padding:18px 38px;

    background:#fff;

    color:#6A2724;

    text-decoration:none;

    border-radius:60px;

    font-weight:600;

    transition:.35s;

}

.cta-btn:hover{

    background:#997A4A;

    color:#fff;

}


/*=========================================
        GENERAL ANIMATIONS
=========================================*/

.hero-image img,
.featured-image img,
.journal-image img{
    will-change:transform;
}

html{
    scroll-behavior:smooth;
}


/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.blog-hero{
    text-align:center;
}

.hero-image{
    margin-top:50px;
    text-align:center;
}

.blog-hero h1{
    font-size:48px;
}

.featured-post .col-lg-6:last-child{
    padding:45px;
}

.featured-post h2{
    font-size:40px;
}

.section-heading{
    text-align:center;
}

.cta-wrapper{
    padding:50px 35px;
    text-align:center;
}

.cta-wrapper h2{
    font-size:42px;
}

.cta-btn{
    margin-top:35px;
}

.quote-inner p{
    font-size:40px;
}

}

@media(max-width:767px){

.revive-blog{
    padding:60px 0 80px;
}

.blog-hero h1{
    font-size:38px;
}

.blog-hero p{
    font-size:16px;
}

.hero-btn{
    width:100%;
}

.featured-image img{
    height:280px;
}

.featured-post .col-lg-6:last-child{
    padding:30px;
}

.featured-post h2{
    font-size:32px;
}

.section-heading h2{
    font-size:36px;
}

.quote-inner p{
    font-size:30px;
}

.cta-wrapper{
    border-radius:24px;
    padding:35px 25px;
}

.cta-wrapper h2{
    font-size:32px;
}

.cta-wrapper p{
    font-size:15px;
}

.cta-btn{
    width:100%;
}

}

/*====================================================
    JOURNAL HERO
====================================================*/

.journal-hero{

    position:relative;

      padding: 48px 0 48px;
    background:
    radial-gradient(circle at top right,
    rgba(153,122,74,.08),
    transparent 35%),

    radial-gradient(circle at bottom left,
    rgba(153,122,74,.05),
    transparent 45%),

    var(--theme-color);

    overflow:hidden;

}

.journal-hero::before{

    content:"";

    position:absolute;

    inset:0;

      background: #d59e5585;

    opacity:.45;

}

.journal-hero-wrapper{

    position:relative;

    z-index:2;

    max-width:760px;

}

.journal-overline{

    display:inline-block;

    font-size:13px;

    text-transform:uppercase;

    letter-spacing:4px;

    color:var(--theme-Gold);

    margin-bottom:26px;

    font-weight:600;

}

.journal-hero h1{

    font-family:cormorant;

    font-size:78px;

    line-height:1;

    color:var(--theme-text);

    margin-bottom:30px;

    font-weight:600;

}

.journal-hero p{

    max-width:640px;

    font-size:20px;

    line-height:2;

    color:#6d655d;

}



/*=============================================
SECTION
=============================================*/

.journal-section{

  padding: 64px 0 64px;

    background:#fff;

    position:relative;

}



/*=============================================
HEAD
=============================================*/

.journal-head{

    display:flex;

    justify-content:space-between;

    align-items:end;

    margin-bottom:32px;

}

.journal-subtitle{

    display:block;

    color:var(--theme-Gold);

    text-transform:uppercase;

    letter-spacing:3px;

    font-size:16px;

    margin-bottom:4px;

    font-family:inter;
    font-weight:600;
}

.journal-head h2{

    font-family:cormorant;

    font-size:54px;

    color:var(--theme-text);

}
.journal-head h2 span{
    color:var(--theme-gold-light);
}


/*=============================================
GRID
=============================================*/

.journal-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:42px;

}


/*====================================================
    JOURNAL ITEM
====================================================*/

.journal-item{

    position:relative;

    display:flex;

    flex-direction:column;

    background:#fff;

    border-radius:32px;

    overflow:hidden;

    transition:.55s;

        border: 1px solid #d59e5561;

 
}

.journal-item:hover{

    transform:translateY(-12px);



}



/*=============================================
IMAGE
=============================================*/

.journal-thumb{

    display:block;

    overflow:hidden;

    position:relative;

    aspect-ratio:16/10;

}

.journal-thumb img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:1.2s;

}

.journal-item:hover .journal-thumb img{

    transform:scale(1.08);

}



/* Dark Gradient */

.journal-thumb::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    linear-gradient(

    to top,

    rgba(0,0,0,.28),

    transparent

    );

    opacity:0;

    transition:.45s;

    z-index:2;

}

.journal-item:hover .journal-thumb::before{

    opacity:1;

}



/*=============================================
CONTENT
=============================================*/

.journal-content{

    padding:34px;
    background:var(--theme-color);

}



/*=============================================
DATE
=============================================*/

.journal-date{

    display:flex;

    align-items:center;

    gap:12px;

    color:var(--theme-Gold);

    font-size:14px;

    text-transform:uppercase;

    letter-spacing:1px;
    font-family:'   Inter', sans-serif;
    font-weight:600;
    margin-bottom:18px;

}

.journal-date span{
     font-family:'   Inter', sans-serif;
    font-weight:600;
}

.separator{

    width:5px;

    height:5px;

    border-radius:50%;

    background:var(--theme-Gold);

}



/*=============================================
TITLE
=============================================*/

.journal-content h3{

    margin:0;

    font-family:cormorant;

    font-size:34px;

    line-height:1.18;

    font-weight:600;

}

.journal-content h3 a{

    color:var(--theme-text);

    text-decoration:none;

    transition:.35s;

}

.journal-item:hover h3 a{

    color:var(--theme-text);

}



/*=============================================
DESCRIPTION
=============================================*/

.journal-content p{

        margin: 12px 0 0px;

    color:var(--theme-text) !important;

       line-height: 32px;

    font-weight: 400;
    font-size: 16px;
        margin-bottom: 16px !important;
}



/*=============================================
READ LINK
=============================================*/

.journal-link{

    display:inline-flex;

    align-items:center;

    gap:12px;

    color:var(--theme-text);

    text-decoration:none;

    font-weight:600;

    position:relative;

}

.journal-link span{

    transition:.35s;

}

.journal-item:hover .journal-link{

    color:var(--theme-Gold);

}

.journal-item:hover .journal-link span{

    transform:translateX(6px);

}



/* Gold Line */

.journal-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-6px;

    width:0;

    height:1px;

    background:var(--theme-Gold);

    transition:.45s;

}

.journal-item:hover .journal-link::after{

    width:100%;

}



/*=============================================
TOP GOLD BAR
=============================================*/

.journal-item::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:3px;

    background:var(--theme-Gold);

    transform:scaleX(0);

    transition:.55s;

    transform-origin:left;

    z-index:5;

}

.journal-item:hover::before{

    transform:scaleX(1);

}



/*=============================================
EDITORIAL STAGGER
=============================================*/

.journal-item:nth-child(3n+2){

    /* margin-top:40px; */

}

.journal-item:nth-child(3n){

    /* margin-top:80px; */

}

/*====================================================
    PAGINATION
====================================================*/

.journal-pagination{

    display:flex;

    justify-content:center;

    /* margin-top:90px; */

}

.journal-pagination nav{

    display:flex;

    justify-content:center;

}

.journal-pagination .pagination{

    gap:14px;

    margin:0;

}

.journal-pagination .page-item{

    list-style:none;

}

.journal-pagination .page-link{

    width:52px;

    height:52px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#fff;

    color:var(--theme-text);

    border:1px solid rgba(153,122,74,.18);

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.journal-pagination .page-link:hover{

    background:var(--theme-Gold);

    color:#fff;

    border-color:var(--theme-Gold);

    transform:translateY(-4px);

}

.journal-pagination .active .page-link{

    background:var(--theme-Gold);

    color:#fff;

    border-color:var(--theme-Gold);

}


/*====================================================
    SOFT BACKGROUND DECORATION
====================================================*/

/* .journal-section::before{

    content:"";

    position:absolute;

    right:-180px;

    top:120px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:

    radial-gradient(circle,

    rgba(153,122,74,.08),

    transparent 70%);

    pointer-events:none;

} */

.journal-section::after{

    content:"";

    position:absolute;

    left:-180px;

    bottom:120px;

    width:360px;

    height:360px;

    border-radius:50%;

    background:

    radial-gradient(circle,

    rgba(153,122,74,.05),

    transparent 70%);

    pointer-events:none;

}


/*====================================================
    RESPONSIVE
====================================================*/

@media(max-width:1200px){

    .journal-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .journal-item:nth-child(3n),

    .journal-item:nth-child(3n+2){

        margin-top:0;

    }

    .journal-hero h1{

        font-size:60px;

    }

    .journal-head h2{

        font-size:46px;

    }

}

@media(max-width:991px){

    .journal-hero{

        padding:140px 0 90px;

    }

    .journal-hero h1{

        font-size:48px;

    }

    .journal-head{

        display:block;

    }

    .journal-head h2{

        font-size:40px;

        margin-top:10px;

    }

}

@media(max-width:767px){

    .journal-grid{

        grid-template-columns:1fr;

        gap:30px;

    }

    .journal-item{

        margin-top:0 !important;

    }

    .journal-hero{

        padding:110px 0 70px;

    }

    .journal-hero h1{

        font-size:36px;

        line-height:1.2;

    }

    .journal-hero p{

        font-size:16px;

        line-height:1.8;

    }

    .journal-content{

        padding:26px;

    }

    .journal-content h3{

        font-size:28px;

    }

    .journal-pagination .page-link{

        width:44px;

        height:44px;

    }

}

@media(max-width:480px){

    .journal-overline{

        font-size:11px;

        letter-spacing:2px;

    }

    .journal-hero h1{

        font-size:30px;

    }

    .journal-head h2{

        font-size:32px;

    }

    .journal-item{

        border-radius:22px;

    }

}



/*==================================================
JOURNAL HERO
==================================================*/

.journal-hero{
    position: relative;
       padding: 48px 0 48px;
    background: var(--theme-color);
    overflow: hidden;
}





.journal-hero .container{
    position: relative;
    z-index: 2;
}


/*======================================
LEFT
======================================*/

.journal-hero-content{

    max-width: 560px;

}

.journal-label{

    display:inline-flex;

    align-items:center;

    gap:12px;

    font-size:14px;

    letter-spacing:3px;

    text-transform:uppercase;

    color:var(--theme-Gold);

    font-weight:600;

    margin-bottom:24px;
    font-family: Inter, sans-serif;

}

.journal-label::before{

    content:"";

    width:40px;

    height:1px;

    background:var(--theme-Gold);

}

.journal-hero-content h1{

    font-family:cormorant;

    font-size:72px;

    line-height:1;

    color:var(--theme-text);

    margin-bottom:28px;

    font-weight:600;
    margin-bottom: 16px !important;

}

.journal-hero-content h1 span{
    color:var(--theme-gold-light);
}

.journal-hero-content p{

    font-size:20px;

    line-height:2;

    color:var(--theme-text);

    margin-bottom:40px;

}


/*======================================
BUTTON
======================================*/

.journal-hero-action{

    display:flex;
    margin-top:32px;
    gap:18px;

}

.theme-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:58px;

    padding:0 34px;

    border-radius:100px;

    text-decoration:none;

    background:var(--theme-Gold);

    color:#fff;

    font-weight:600;

    transition:.35s;

}

.theme-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(153,122,74,.25);

}


/*======================================
RIGHT IMAGE
======================================*/

.journal-hero-visual{

    position:relative;

    padding-left:70px;

}

.journal-main-image{

    overflow:hidden;

    border-radius:34px;

    box-shadow:

    0 35px 80px rgba(0,0,0,.12);

}

.journal-main-image img{

    width:100%;

    display:block;

    transition:1.2s;

}

.journal-main-image:hover img{

    transform:scale(1.06);

}


/*======================================
FLOATING CARD
======================================*/

.journal-floating-card{

    position:absolute;

    left:0;

    bottom:45px;

    width:280px;

    background:#fff;

    border-radius:22px;

    padding:28px;

    box-shadow:

    0 20px 50px rgba(0,0,0,.10);

    border:1px solid rgba(153,122,74,.15);

}

.journal-floating-card span{

    display:block;

    color:var(--theme-Gold);

    text-transform:uppercase;

    letter-spacing:2px;

    font-size:11px;

    margin-bottom:12px;

}

.journal-floating-card h5{

    font-family:cormorant;

    font-size:30px;

    line-height:1.2;

    color:var(--theme-text);

    margin-bottom:18px;

}

.journal-floating-card small{

    color:#7a736b;

    letter-spacing:1px;

}


/*======================================
RESPONSIVE
======================================*/
@media(max-width:1200px) and (min-width:991px){

   .revive-about-top {
    width: 94%;
   }
.revive-consult .revive-btn-primary{
padding: 18px 13px;
}
.logo {
    width: 120px;
}
    .revive-about-top {
        transform: none;
        position: static;
        margin-bottom: 32px;
    }

    .revive-about-top {
        width: 100%;
    }
        .row-about-top {
        flex-wrap: wrap;
    }

    .card-about-top {
        width: 50%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        .card-about-top:nth-child(2) {
        border-right: 0;
        margin-bottom: 24px;
    }

        .card-about-top:first-child {
        margin-bottom: 24px;
    }
}


@media(max-width:991px){

        .journal-hero {
        padding: 32px 0 32px;
    }

    .journal-hero-content{

        max-width:100%;

        margin-bottom:0;

    }

    .journal-hero-content h1{

        font-size:52px;

    }

    .journal-hero-visual{

        padding-left:0;

    }

    .journal-floating-card{

        left:20px;

        bottom:20px;

    }

    
    .revive-v2-hero-image {
   
    height: 380px;
}

/* .firstbar .container .col-md-3{
    display: none;
} */

.revive-v2-title {
    font-size:54px
}
.revive-v2-description{
    font-size:18px;
    line-height:1.5;
}

.revive-v2-hero-content{
    padding-top: 48px;
}
    .revive-v2-hero-image {
        height: 540px;
    }
}

@media(max-width:767px){

    .journal-hero-content h1{

        font-size:40px;

    }

    .journal-hero-content p{

        font-size:16px;

        line-height:1.8;

    }

    .journal-floating-card{

        position:relative;

        left:auto;

        bottom:auto;

        width:100%;

        margin-top:20px;

    }

    
    .revive-v2-hero-image {
   
    height: 280px;
}
.revive-v2-hero-content{
    padding: 24px 0;
}
.conditions-revive-cta{
    flex-direction: column;
    gap: 12px;
        padding: 24px 24px;
}

.why-choose-section .container {
    padding: 24px 24px;
}
.why-choose-center-badge {
    display: none;
}
.inner-page .heading {
    min-width: 100%;
}
.consultation-modal .modal-header, .consultation-success-modal .modal-body{
    align-items: flex-start;
}

.modal-content{
    .contact-page-heading h1, .contact-page-section-title h2, .contact-page-location-content h2{
        font-size: 1.8rem;
    }
}

.contact-page-field input, .contact-page-field select, .contact-page-field textarea {
        padding: 8px 12px;
    border-radius: 6px;
}
.consultation-modal .modal-header, .consultation-success-modal .modal-body {
    padding: 20px 20px 10px;
}

.consultation-modal .modal-body {
    padding: 10px 20px 19px;
}
}

@media(max-width:480px){

    .revive-v2-hero-image {
   
    height: 180px;
}

}


[data-aos] {
    overflow-x: clip;
}



/* =========================================
   FOOTER FEATURE SECTION
========================================= */

.footer-feature-section {
    width: 100%;
    background: var(--theme-color);
    color: var(--theme-text);
    padding-top: 8px;
}


/* =========================================
   PRACTICAL FEATURES
========================================= */

.footer-feature-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    border: 1px solid rgba(153, 122, 74, 0.55);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.18);
}

.footer-feature-item {
    min-height: 120px;
    padding: 24px 30px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;

    position: relative;
}

.footer-feature-item:not(:last-child)::after {
    content: "";
    position: absolute;

    top: 25%;
    right: 0;

    width: 1px;
    height: 50%;

    background: rgba(153, 122, 74, 0.28);
}


/* Icon */

.footer-feature-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-feature-icon img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* Content */

.footer-feature-content {
    display: flex;
    flex-direction: column;

    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.15;

    color: var(--theme-text);
}

.footer-feature-content span {
    display: block;
}


/* =========================================
   SOCIAL SECTION
========================================= */

.footer-feature-social {
    padding: 24px 0 26px;
}

.footer-feature-social-heading {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 16px;

    margin-bottom: 18px;
}

.footer-feature-social-heading h3 {
    margin: 0;

    font-family: "Cormorant Garamond", serif;
    font-size: var(--font-headingM);
    font-weight: 500;
    line-height: 1;

    color: var(--theme-text);
}

.footer-feature-heading-line {
    width: 34px;
    height: 1px;

    background: var(--theme-Gold);
}


/* Social Links */

.footer-feature-social-list {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 52px;
}

.footer-feature-social-link {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    color: var(--theme-text);
    text-decoration: none;

    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 500;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.footer-feature-social-link:hover {
    color: var(--theme-Gold);
    transform: translateY(-2px);
}


/* Social Icon */

.footer-feature-social-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-feature-social-icon img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* =========================================
   GOOGLE MAP
========================================= */

.footer-feature-map {
    width: 100%;

    margin-bottom: 22px;

    border: 1px solid rgba(153, 122, 74, 0.45);
    border-radius: 12px;

    overflow: hidden;

    background: #ebe8e0;
}

.footer-feature-map iframe {
    display: block;

    width: 100%;
    height: 430px;

    border: 0;
}


/* =========================================
   FINAL CTA
========================================= */

.footer-feature-cta {
    width: 100%;

    position: relative;
    overflow: hidden;

    background: #FBF9F4;

    border-top: 1px solid rgba(153, 122, 74, 0.35);
    border-bottom: 1px solid rgba(153, 122, 74, 0.35);
}


/* Decorative Lines */

.footer-feature-cta::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    left: -220px;
    top: -210px;

    border: 1px solid rgba(153, 122, 74, 0.16);
    border-radius: 50%;

    pointer-events: none;
}

.footer-feature-cta::after {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -220px;
    bottom: -280px;

    border: 1px solid rgba(153, 122, 74, 0.16);
    border-radius: 50%;

    pointer-events: none;
}


/* CTA Inner */

.footer-feature-cta-inner {
    min-height: 165px;

    display: flex;
    align-items: center;

    gap: 40px;

    padding: 25px 55px;

    position: relative;
    z-index: 2;
}


/* Brain Image */

.footer-feature-cta-icon {
    width: 105px;
    height: 105px;

    flex: 0 0 105px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-feature-cta-icon img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* CTA Content */

.footer-feature-cta-content {
    flex: 1;
    min-width: 0;
}

.footer-feature-cta-content h2 {
    margin: 0 0 6px;

    font-family: "Cormorant Garamond", serif;
    font-size: var(--font-headingXL);
    font-weight: 500;
    line-height: 1.05;

    color: var(--theme-text);
}

.footer-feature-cta-content p {
    max-width: 620px;

    margin: 0;

    font-family: "Cormorant Garamond", serif;
    font-size: var(--font-size);
    font-weight: 500;
    line-height: 1.45;

    color: var(--theme-text);
}


/* CTA Button */

.footer-feature-cta-action {
    flex: 0 0 auto;
}

.footer-feature-cta-button {
    min-width: 270px;
    min-height: 56px;

    padding: 14px 22px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;

    gap: 28px;

    border: 1px solid var(--theme-cta);
    border-radius: 5px;

    background: var(--theme-cta);
    color: #ffffff;

    text-decoration: none;

    font-family: "Cormorant Garamond", serif;
    font-size: var(--font-size);
    font-weight: 500;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.footer-feature-cta-button:hover {
    background: #54201e;
    border-color: #54201e;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(106, 39, 36, 0.15);
}

.footer-feature-cta-arrow {
    display: inline-flex;
    align-items: center;

    font-size: 22px;
    line-height: 1;

    transition: transform 0.3s ease;
}

.footer-feature-cta-button:hover .footer-feature-cta-arrow {
    transform: translateX(5px);
}


/* =========================================
   LARGE DESKTOP
========================================= */

@media (min-width: 1200px) {

    .footer-feature-item {
        padding-left: 35px;
        padding-right: 35px;
    }

    .footer-feature-social-list {
        gap: 60px;
    }

    .footer-feature-cta-inner {
        padding-left: 65px;
        padding-right: 65px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    /* Features */

    .footer-feature-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-feature-item {
        min-height: 105px;
        padding: 22px 25px;
    }

    .footer-feature-item:nth-child(2)::after {
        display: none;
    }

    .footer-feature-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(153, 122, 74, 0.28);
    }


    /* Social */

    .footer-feature-social-list {
        gap: 30px;
        flex-wrap: wrap;
    }


    /* CTA */

    .footer-feature-cta-inner {
        gap: 28px;
        padding: 30px;
    }

    .footer-feature-cta-icon {
        width: 90px;
        height: 90px;
        flex-basis: 90px;
    }

    .footer-feature-cta-content h2 {
        font-size: var(--font-headingL);
    }

    .footer-feature-cta-content p {
        font-size: var(--font-size-sm);
    }

    .footer-feature-cta-button {
        min-width: 215px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .footer-feature-section {
        padding-top: 5px;
    }


    /* Features */

    .footer-feature-list {
        grid-template-columns: 1fr;

        border-radius: 10px;
    }

    .footer-feature-item {
        min-height: 82px;

        justify-content: flex-start;

        padding: 18px 22px;
    }

    .footer-feature-item:nth-child(-n + 2) {
        border-bottom: none;
    }

    .footer-feature-item:not(:last-child)::after {
        top: auto;
        right: 8%;
        bottom: 0;

        width: 84%;
        height: 1px;
    }

    .footer-feature-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .footer-feature-content {
        font-size: var(--font-size);
    }


    /* Social */

    .footer-feature-social {
        padding: 24px 0;
    }

    .footer-feature-social-heading {
        margin-bottom: 18px;
    }

    .footer-feature-social-heading h3 {
        font-size: var(--font-headingM);
    }

    .footer-feature-social-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        gap: 18px 12px;

        padding: 0 15px;
    }

    .footer-feature-social-link {
        justify-content: center;

        font-size: var(--font-size-sm);
    }

    .footer-feature-social-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }


    /* Map */

    .footer-feature-map {
        margin-bottom: 15px;
        border-radius: 9px;
    }

    .footer-feature-map iframe {
        height: 300px;
    }


    /* CTA */

    .footer-feature-cta-inner {
        min-height: auto;

        flex-direction: column;

        text-align: center;

        gap: 14px;

        padding: 35px 20px;
    }

    .footer-feature-cta-icon {
        width: 78px;
        height: 78px;
        flex-basis: 78px;
    }

    .footer-feature-cta-content {
        width: 100%;
    }

    .footer-feature-cta-content h2 {
        margin-bottom: 8px;

        font-size: var(--font-headingL);
        line-height: 1.1;
    }

    .footer-feature-cta-content p {
        max-width: 500px;
        margin: 0 auto;

        font-size: var(--font-size);
        line-height: 1.4;
    }

    .footer-feature-cta-action {
        width: 100%;

        margin-top: 8px;
    }

    .footer-feature-cta-button {
        width: 100%;
        max-width: 330px;

        min-width: 0;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .footer-feature-item {
        padding-left: 18px;
        padding-right: 18px;
    }

    .footer-feature-social-list {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .footer-feature-social-link {
        width: 180px;
        justify-content: flex-start;
        margin: 0 auto;
    }

    .footer-feature-map iframe {
        height: 260px;
    }

    .footer-feature-cta-inner {
        padding: 32px 18px;
    }

    .footer-feature-cta-content h2 {
        font-size: var(--font-headingL);
    }

    .footer-feature-cta-content p {
        font-size: var(--font-size-sm);
    }

    .footer-feature-cta-button {
        max-width: 300px;
        min-height: 54px;
    }
}


/* =========================================
   VERY SMALL DEVICES
========================================= */

@media (max-width: 360px) {

    .footer-feature-content {
        font-size: var(--font-size-sm);
    }

    .footer-feature-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .footer-feature-social-link {
        width: 165px;
    }

    .footer-feature-cta-content h2 {
        font-size: 1.5rem;
    }
}

.footer-feature-social-icon {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--theme-Gold);
    font-size: 22px;
}

.footer-feature-social-icon i {
    display: block;
}

.ftr-logo img{
        width: 240px;
    margin-bottom: 16px;
}