: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;
   
}

@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: 100%;
    background: var(--theme-color);
    border-radius: 10px;
    border-top-left-radius: 0;
    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: 120px;
        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: 12px;
    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: 12px;
    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;
}

/* 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%
    );
}

/* LEFT CONTENT */

.revive-v2-hero-content{
    position:absolute;
    z-index:5;

    max-width:560px;

    padding-top:48px;
   
}

.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:600;
    font-family:Inter;
    font-size:16px;
}

.revive-v2-title{
    font-family:cormorant;
    font-size:72px;
    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;
}

.revive-v2-actions{
    display:flex;
    gap:40px;
    margin-top:24px;
}

.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%;
   
}

.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-about {
    background: #F7F4ED;
    padding: 80px 0;
    position: relative;
    margin-top: -200px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    z-index: 11;
}

.revive-v2-about-image-wrap{
    position:relative;
        padding-right: 20px;
}
.revive-v2-about-content{
    padding-left: 20px;
}
.revive-v2-about-image{
    border-radius:16px;
    width:100%;
    border:1px solid rgba(153,122,74,.2);
}
.revive-v2-about-image.img-fluid{
    height:100% !important;
    width:100%;
    object-fit:cover;
}
.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.2rem;
    line-height:1.1;
    color:var(--theme-text);
    max-width:700px;
    margin-bottom:25px;
}

.revive-v2-about-text{
font-family:cormorant;
      font-size: 20px;
    font-weight: 500;
    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;
}
.card-about-top:last-child{
    border-right: none;
}
.icon-abt-top{
    margin-right: 20px;
}
.card-about-top i{
    font-size: 32px;
    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;
}
/* 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.2rem;
    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.2rem;
  
    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: 24px;
    font-weight: 500;
    color: var(--theme-text);
    letter-spacing: 0 !important;
    line-height: 140%;
    max-width: 640px;
    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.5rem !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: 600;
}

.conditions-revive-content li i{
    color:#c89d45;
    margin-right:8px;
}

.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;
}

.faq-image-area img{
    width:100%;
    height:750px;
    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.2rem;
    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;
  
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 78px;

   
  
    /* font-size: 17px; */
    font-family: cormorant;
    color: var(--theme-text);
    margin-bottom: 18px;
    line-height: 1.4;
    font-weight: 600;
}
/* 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.2rem;
    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:var(--theme-color);
    overflow:hidden;
    padding:64px 0;
}

.why-choose-header{
    max-width:850px;
    margin:auto;
    margin-bottom:64px;
}

.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.2rem;
    color: var(--theme-text);
    margin-bottom: 16px !important;
}

.why-choose-title span{
    color:var(--theme-gold-light);
}

.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-journey{
    position:relative;
}

.why-choose-item{
    text-align:center;
}

.why-choose-icon{
    width:90px;
    height:90px;
    border:1px solid var(--theme-Gold);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:25px;
}

.why-choose-icon i{
    color:var(--theme-gold-light);
    font-size:32px;
}

.why-choose-item h3{
    font-family:cormorant;
    font-size:1.5rem !important;
    color:var(--theme-text);
    line-height:1.1;
   margin-bottom: 8px !important;
    font-weight: 700;
}

.why-choose-item p{
      font-family: cormorant;
    color: var(--theme-text);
    margin-bottom: 18px;
    line-height: 1.4;
    font-weight: 600;
}

.why-choose-brain-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
}

.why-choose-brain-circle{
    width:520px;
    height:520px;
    border:2px solid rgba(153,122,74,.25);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

.why-choose-brain-circle::before{
    content:"";
    position:absolute;
    inset:-25px;
    border:1px dashed rgba(153,122,74,.35);
    border-radius:50%;
}

.why-choose-brain-circle img{
      width: 465px;
    height: 465px;
    object-fit:cover;
    border-radius:50%;
}

@media(max-width:991px){

    .why-choose-title{
        font-size:3rem;
    }

    .why-choose-brain-circle{
        width:320px;
        height:320px;
        margin:60px auto;
    }

    .why-choose-brain-circle img{
        width:260px;
        height:260px;
    }

    .why-choose-item{
        margin-bottom:40px;
    }
}
/* 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.2rem;
    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.2rem;
    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.2rem;
    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.2rem;
    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;
    margin-top:50px;

}


.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.2rem;
    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;

}

.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.2rem;
    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.2rem;
    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.2rem;
    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 */


/* 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.2rem;
    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.2rem;
    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:35px;

}


.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.2rem;
    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: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 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;}
    .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 {
        
        height: 220px;
    }

    .inner-page .lineheight{line-height: 220px;}
    .inner-page .heading h3{color: #fff !important;}
    .inner-page .heading h3::after{
        border-color: #fff;
    }
    .inner-page .heading h3::before{
        border-color: #fff;
    }
    .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;
                width: 100%;
                text-align: left;
            }
            .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;
    }
 }

 @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;
    }
 
 }
 @media(max-width:1720px) and (min-width:1580px){
    .revive-v2-about{
            margin-top: -320px;
    }
 
 }

  @media(max-width:1440px){
    .revive-v2-about{
            margin-top: -200px;
    }

 }
 @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%;
}
}



@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;
    }

    .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;
     }
}

@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: 8px;
    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: 8px;
    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%;
}

}



@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;
}



}