<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--saffron:#FF9933;--maroon:#800000;--gold:#D4AF37;--cream:#FFFDD0;--white:#ffffff;--font-sans:'Inter',ui-sans-serif,system-ui,sans-serif;--font-serif:'Playfair Display',serif}
html{scroll-behavior:smooth}
body{font-family:var(--font-sans);background:var(--cream);}
h1,h2,h3,h4,h5,h6{font-family:var(--font-serif)}
a{text-decoration:none;color:inherit}
img{max-width:100%;height: auto;}
button{cursor:pointer;font-family:var(--font-sans);border:none}
/*input,select,textarea{font-family:var(--font-sans)}*/
label {
    display: inline-block;
    max-width: 100%;
}
.av-login-wrap .tabs li input{
    font-size: 16px;
}
.login-panel-login .av-show-pass{top: 150px !important;}
.av-header-menu {
    position: sticky;
    top: 0;
    z-index: 50;
}
html{
    margin-top: 0px !important;
}
/* HERO */
.hero{position:relative;padding:30px 0px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-bg {position: absolute; inset: 0; z-index: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.4}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(255, 253, 208, .2), rgb(255 253 208 / 0%), #fffdd000)}
.hero-content{position:relative;max-width:1280px;margin:0 auto;padding:0 1rem;text-align:center}
.badge-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(255,153,51,.1);border:1px solid rgba(255,153,51,.2);padding:.5rem 1rem;border-radius:9999px;color:var(--saffron);font-weight:500;font-size:.875rem;margin-bottom:1.5rem}
.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;color:var(--maroon);margin-bottom:1.5rem;line-height:1.15}
.hero h1 .accent{color:var(--saffron);font-style:italic}
.hero-sub{font-size:1.125rem;color:rgba(128,0,0,.7);max-width:42rem;margin:0 auto 2.5rem;line-height:1.75}
.hero-buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.hero-buttons svg {margin-left: 5px; }
.hero-buttons a, .cta-buttons a, .cat-hero-btns a {margin: 8px 5px;}
.btn-primary-lg{background:var(--maroon);color:var(--cream);padding:1rem 2rem;border-radius:9999px;font-size:1.125rem;font-weight:700;display:flex;align-items:center;gap:8px;transition:background .2s;cursor:pointer;box-shadow:0 8px 24px rgba(128,0,0,.2)}
.btn-primary-lg:hover{background:var(--saffron)}
.btn-outline-lg{background:white;color:var(--maroon);border:1px solid rgba(212,175,55,.3);padding:1rem 2rem;border-radius:9999px;font-size:1.125rem;font-weight:700;display:flex;align-items:center;gap:8px;transition:background .2s;cursor:pointer}
.btn-outline-lg:hover{background:rgba(212,175,55,.1)}
.scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);animation:bounce 1.5s ease-in-out infinite;display: none;}
.scroll-hint-inner{width:24px;height:40px;border:2px solid rgba(128,0,0,.2);border-radius:9999px;display:flex;justify-content:center;padding-top:6px}
.scroll-dot{width:4px;height:8px;background:rgba(128,0,0,.4);border-radius:9999px}
@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-8px)}}
/* STATS */
.stats{padding:3rem 1rem;background:white;border-top:1px solid rgba(212,175,55,.1);border-bottom:1px solid rgba(212,175,55,.1)}
.stats-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.stat{text-align:center}
.stat-icon{width:48px;height:48px;background:var(--cream);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--saffron)}
.stat-icon svg{width:24px;height:24px;stroke:var(--saffron);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.stat-val{font-family:var(--font-serif);font-size:1.875rem;font-weight:700;color:var(--maroon)}
.stat-lbl{font-size:.75rem;color:rgba(128,0,0,.6);text-transform:uppercase;letter-spacing:.1em;font-weight:500;margin-top:.25rem}
/* SERVICES */
.services-section{padding:6rem 1rem;background:var(--cream)}
.section-center{text-align:center;margin-bottom:4rem}
.section-title{font-size:clamp(2rem,4vw,3.125rem);font-weight:700;color:var(--maroon);margin-bottom:1rem}
.gold-bar{width:96px;height:4px;background:var(--saffron);margin:0 auto 1.5rem}
.section-desc{color:rgba(128,0,0,.7);max-width:42rem;margin:0 auto}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1280px;margin:0 auto}
.service-card{background:white;border-radius:1.5rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);border:1px solid rgba(212,175,55,.05);transition:box-shadow .4s;cursor:pointer}
.service-card:hover{box-shadow:0 20px 40px rgba(0,0,0,.12)}
.service-img-wrap{position:relative;height:256px;overflow:hidden}
.service-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.service-card:hover .service-img-wrap img{transform:scale(1.1)}
.service-img-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(128,0,0,.8),transparent);opacity:0;transition:opacity .4s;display:flex;align-items:flex-end;padding:1.5rem;    padding: 1.5rem
24px ; color: var(--cream); font-weight: 700; gap: 6px; font-size: .875rem;} .service-card:hover .service-img-overlay{opacity:1}
.service-img-overlay a{color:var(--cream);font-weight:700;display:flex;align-items:center;gap:6px;font-size:.875rem}
.service-icon-badge{position:absolute;top:1rem;left:1rem;background:rgba(255,255,255,.9);backdrop-filter:blur(4px);padding:.75rem;border-radius:1rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.service-icon-badge svg{width:24px;height:24px;stroke:var(--saffron);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}
.service-body{padding:2rem}
.service-body h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--maroon);margin-bottom:.75rem;transition:color .2s}
.service-card:hover .service-body h3{color:var(--saffron)}
.service-body p{color:rgba(128,0,0,.6);font-size:.875rem;line-height:1.75;margin-bottom:1.5rem}
.service-link{display:inline-flex;align-items:center;gap:6px;color:var(--maroon);font-weight:700;font-size:.875rem;transition:color .2s}
.service-link svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.service-link:hover{color:var(--saffron)}
/* STEPS */
.steps-section{padding:6rem 1rem;background:var(--maroon);color:var(--cream);position:relative;overflow:hidden}
.steps-blob-tr{position:absolute;top:0;right:0;width:256px;height:256px;background:rgba(255,153,51,.1);border-radius:50%;filter:blur(48px);transform:translate(50%,-50%)}
.steps-blob-bl{position:absolute;bottom:0;left:0;width:384px;height:384px;background:rgba(212,175,55,.05);border-radius:50%;filter:blur(48px);transform:translate(-50%,50%)}
.steps-inner{max-width:1280px;margin:0 auto;position:relative;z-index:10}
.steps-head{text-align:center;margin-bottom:4rem}
.steps-head h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}
.steps-head p{color:rgba(255,253,208,.6)}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}
.step{position:relative}
.step-num-bg{font-family:var(--font-serif);font-size:6rem;font-weight:700;color:rgba(255,253,208,.05);position:absolute;top:-2.5rem;left:-1rem;line-height:1;user-select:none;pointer-events:none}
.step-content{position:relative}
.step-content h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--gold);margin-bottom:1rem}
.step-content p{color:rgba(255,253,208,.7);line-height:1.75}
.steps-cta{margin-top:4rem;text-align:center}
.btn-saffron{display:inline-flex;align-items:center;background:var(--saffron);color:var(--maroon);padding:1rem 2.5rem;border-radius:9999px;font-weight:700;transition:background .2s;cursor:pointer;box-shadow:0 8px 24px rgba(255,153,51,.3)}
.btn-saffron:hover{background:white}
/* TESTIMONIALS */
.testi-section{padding:6rem 1rem;background:white}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1280px;margin:0 auto}
.testi-card{background:var(--cream);padding:2rem;border-radius:1.5rem;border:1px solid rgba(212,175,55,.1)}
.testi-stars{display:flex;color:var(--saffron);margin-bottom:1rem;gap:2px}
.testi-stars svg{width:16px;height:16px;fill:var(--saffron);stroke:var(--saffron)}
.testi-text{color:rgba(128,0,0,.8);font-style:italic;margin-bottom:1.5rem;line-height:1.75}
.testi-author{font-weight:700;color:var(--maroon)}
.testi-role{font-size:.875rem;color:rgba(128,0,0,.5)}
/* CTA */
.cta-section{padding:5rem 1rem}
.cta-box{max-width:64rem;margin:0 auto;background:linear-gradient(to right,var(--maroon),rgba(128,0,0,.9));border-radius:3rem;padding:3rem;text-align:center;color:var(--cream);position:relative;overflow:hidden;box-shadow:0 20px 60px rgba(128,0,0,.3)}
.cta-circle-tl{position:absolute;top:2.5rem;left:2.5rem;width:80px;height:80px;border:1px solid rgba(255,253,208,.1);border-radius:50%;pointer-events:none}
.cta-circle-br{position:absolute;bottom:2.5rem;right:2.5rem;width:160px;height:160px;border:1px solid rgba(255,253,208,.1);border-radius:50%;pointer-events:none}
.cta-box h2{font-size:clamp(2rem,4vw,3.125rem);font-weight:700;margin-bottom:1.5rem}
.cta-box p{color:rgba(255,253,208,.7);font-size:1.125rem;margin-bottom:2.5rem;max-width:42rem;margin-left:auto;margin-right:auto}
.cta-buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}
.btn-cta-sec{border:1px solid rgba(255,253,208,.3);padding:1rem 2.5rem;border-radius:9999px;font-weight:700;color:var(--cream);background:none;transition:background .2s;cursor:pointer}
.btn-cta-sec:hover{background:rgba(255,253,208,.1)}
/* DOORSTEP PAGE */
.doorstep-page{background:var(--cream);min-height:100vh;padding:5rem 1rem}
.doorstep-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.doorstep-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,153,51,.1);border:1px solid rgba(255,153,51,.2);padding:.5rem 1rem;border-radius:9999px;color:var(--saffron);font-weight:500;font-size:.875rem;margin-bottom:1.5rem}
.doorstep-badge br {
    display: none;
}
.doorstep-page h1{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;color:var(--maroon);margin-bottom:1.5rem;line-height:1.15}
.doorstep-page h1 span{color:var(--saffron);font-style:italic}
.doorstep-page .lead{font-size:1.125rem;color:rgba(128,0,0,.7);margin-bottom:2.5rem;line-height:1.75}
.feature-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}
.feature-icon{width:48px;height:48px;background:white;border-radius:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px rgba(0,0,0,.06);border:1px solid rgba(212,175,55,.1);flex-shrink:0}
.feature-icon svg{width:24px;height:24px;stroke:var(--saffron);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}
.feature-item h3{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--maroon);margin-bottom:.5rem}
.feature-item p{font-size:.875rem;color:rgba(128,0,0,.6);line-height:1.75}

.form-card{background:white;border-radius:3rem;padding:2.5rem 3rem;box-shadow:0 20px 60px rgba(0,0,0,.12);border:1px solid rgba(212,175,55,.1)}
.form-card h2{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--maroon);margin-bottom:2rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.form-group{margin-bottom:1.5rem}
.form-group label{display:block;font-size:.7rem;font-weight:700;color:rgba(128,0,0,.5);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}
.form-group input,.form-group select,.form-group textarea{width:100%;background:rgba(255,253,208,.3);border:1px solid rgba(212,175,55,.2);border-radius:.75rem;padding:.75rem 1rem;font-size:.9rem;color:var(--maroon);outline:none;transition:border-color .2s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--saffron)}
.input-wrap{position:relative}
.input-wrap svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:16px;height:16px;stroke:rgba(128,0,0,.3);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;display:block}
.input-wrap input{padding-left:3rem}
.input-icon-right svg{left:auto;right:1rem}
.input-icon-right input{padding-right:3rem;padding-left:1rem}
.btn-submit{width:100%;background:var(--maroon);color:var(--cream);padding:1rem;border-radius:.75rem;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s;cursor:pointer;box-shadow:0 4px 16px rgba(128,0,0,.2)}
.btn-submit:hover{background:var(--saffron)}
.btn-submit svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}
.form-note{text-align:center;font-size:.75rem;color:rgba(128,0,0,.4);margin-top:1rem}

.success-screen {
    /*min-height: 100vh;*/
    /* background: var(--cream); */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 3rem;
}
.success-icon{border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 0.5rem}
.success-icon svg {width: 40px; height: 40px; stroke: #ff9933; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; display: block; } 
.book_consult:empty{display: none;}
.book_consult.booking-form p{
    margin: 0 auto 0.5rem;
}
#ajaxLoaderSub {text-align: center; } 
.book_consult {
    text-align: center;
}
.book_consult.booking-form {
    background: none;
    padding: 0;
    border: navajowhite;
}
/*.subsc-msg p {
    margin-bottom: 5px;
    line-height: 1.7;
}*/

.btn-back{display: inline-block;background:var(--maroon);color:var(--cream);padding:.75rem 2rem;border-radius:9999px;font-weight:700;transition:background .2s;cursor:pointer}
.btn-back:hover{background:var(--saffron)}
/* CATEGORY PAGE */
.cat-hero{position:relative;display:flex;align-items:center;overflow:hidden; padding: 40px 0px;}
.cat-hero-bg{position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.cat-hero-bg img{width:100%;height:100%;object-fit:cover}
.cat-hero-overlay{    position: absolute; inset: 0; background: linear-gradient(to right,rgba(128,0,0,.9),rgba(128,0,0,.6),transparent); left: 0; right: 0; bottom: 0; top: 0;}
.cat-hero-content{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:0 1rem;width:100%}
.cat-hero-inner{max-width:42rem;color:var(--cream)}
.cat-hero-badge{display:inline-flex;align-items:center;background:rgba(255,153,51,.2);border:1px solid rgba(255,153,51,.3);padding:.5rem 1rem;border-radius:9999px;color:var(--saffron);font-size:.875rem;font-weight:500;margin-bottom:1.5rem;backdrop-filter:blur(4px)}
.cat-hero-badge svg{width:16px;height:16px;stroke:var(--saffron);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block;margin-right: 5px;}
.cat-hero-inner h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1.5rem;line-height:1.15}
.cat-hero-inner p{font-size:1.125rem;color:rgba(255,253,208,.8);margin-bottom:2rem;line-height:1.75}
.cat-hero-btns{display:flex;flex-wrap:wrap;gap:1rem}
.btn-hero-book{background:var(--saffron);color:var(--maroon);padding:1rem 2rem;border-radius:9999px;font-weight:700;transition:background .2s;cursor:pointer;box-shadow:0 4px 16px rgba(255,153,51,.3)}
.btn-hero-book:hover{background:white}
.btn-hero-more{background:rgba(255,255,255,.1);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);color:white;padding:1rem 2rem;border-radius:9999px;font-weight:700;transition:background .2s;cursor:pointer}
.btn-hero-more:hover{background:rgba(255,255,255,.2)}
.cat-content{padding:6rem 1rem;background:var(--cream)}
.cat-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:4rem}
.cat-main h2{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--maroon);margin-bottom:2rem;display:flex;align-items:center;}
.cat-main h2 svg{margin-right: 12px;width:32px;height:32px;stroke:var(--saffron);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block;flex-shrink:0}
.cat-prose p{color:rgba(128,0,0,.7);margin-bottom:1.5rem;line-height:1.75}
.cat-main h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--maroon);margin-bottom:1.5rem}
.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem}
.benefit-item{display:flex;align-items:flex-start;padding:1rem;background:white;border-radius:1rem;border:1px solid rgba(212,175,55,.1);box-shadow:0 1px 3px rgba(0,0,0,.04)}
.benefit-item svg{margin-right: 12px;width:24px;height:24px;stroke:var(--saffron);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:1px;display:block}
.benefit-item span{font-weight:500;color:rgba(128,0,0,.8);font-size:.9rem}
.why-box{background:rgba(128,0,0,.05);border:1px solid rgba(128,0,0,.1);border-radius:2rem;padding:2rem}
.why-box h3{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--maroon);margin-bottom:1rem;display:flex;align-items:center;gap:8px}
.why-box h3 svg{width:24px;height:24px;stroke:var(--saffron);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}
.why-box ul{list-style:none}
.why-box li{color:rgba(128,0,0,.7);padding:.375rem 0}
.cat-sidebar{position:sticky;top:7rem;display:flex;flex-direction:column;gap:2rem}
.booking-card{background:white;border-radius:2.5rem;padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.1);border:1px solid rgba(212,175,55,.1)}
.booking-card h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--maroon);margin-bottom:1.5rem}
.booking-card .form-group{margin-bottom:1rem}
.booking-card input{background:rgba(255,253,208,.5);border:1px solid rgba(212,175,55,.2);border-radius:.75rem;padding:.75rem 1rem;width:100%;font-size:.875rem;color:var(--maroon);outline:none;transition:border-color .2s}
.booking-card input:focus{border-color:var(--saffron)}
.btn-consult{width:100%;background:var(--maroon);color:var(--cream);padding:1rem;border-radius:.75rem;font-weight:700;transition:background .2s;cursor:pointer;margin-top:.5rem;font-size:1rem}
.btn-consult:hover{background:var(--saffron)}
.related-card{background:var(--maroon);border-radius:2.5rem;padding:2rem}
.related-card h3{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--gold);margin-bottom:1.5rem}
.related-item{display:flex;align-items:center;padding:.75rem 0;cursor:pointer;transition:opacity .2s}
.related-item:hover{opacity:.8}
.related-icon{margin-right: 12px;width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}
.related-item:hover .related-icon{background:rgba(255,153,51,.2)}
.related-icon svg{width:20px;height:20px;stroke:var(--saffron);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}
.related-item span{font-weight:500;color:var(--cream);font-size:.9rem}
.related-arrow{margin-left:auto;color:rgba(255,253,208,.4)}

.test-inner {
  max-width: 1280px;
  margin: 0 auto;
}
:root {
  --gold:        #b8892a;
  --gold-light:  #d4a845;
  --gold-pale:   #f0e0b0;
  --gold-wash:   #fdf8ed;
  --amber:       #c8961e;
  --cream:       #fefcf5;
  --sand:        #f4edd8;
  --sand-mid:    #e8dcbf;
  --text-dark:   #2a1f0e;
  --text-mid:    #5a4630;
  --text-light:  #8a7050;
  --text-muted:  #b0966e;
  --white:       #ffffff;
  --border:      rgba(184,137,42,0.18);
  --shadow:      rgba(90,70,48,0.10);
    --border: rgba(212, 148, 10, 0.2);
}

.ps-testimonial-page .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    padding: 50px 0px;
}
.ps-testimonial-page .card {
    background: var(--white);
    border: 1px solid var(--border);
    position: relative;
    background: var(--white);
    border: 1px solid var(--border);
    position: relative;
    display: flex;
    flex-direction: column;
}
.card-top-bar {
    height: 3px;
    background: linear-gradient(to right, var(--maroon), var(--amber));
}
.card-body {
    padding: 32px 30px 28px;
}
.card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.date-chip {
    font-size: 12px;
    letter-spacing: 0.2em;
    color: var(--text-dark);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}
.date-chip::before {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background: var(--maroon);
}
.quote-mark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    line-height: 0.6;
    color: #8e1d06;
    font-style: italic;
    display: block;
    user-select: none;
}
.card-text {
    font-size: 16.5px;
    line-height: 1.78;
    font-weight: 300;
    color: var(--text-mid);
    margin-bottom: 24px;
}
.card-footer {
    display: block;
    align-items: center;
}
.author-info {
    flex: 1;
    padding: 0;
}
.author-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark);
    line-height: 1.1;
    margin-bottom: 5px;
}
.author-location {
    font-family: 'Lato', sans-serif;
    font-size: 9.5px;
    font-weight: 300;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-light);
    margin-top: 2px;
}
.star {
    color: var(--gold-light);
    font-size: 13px;
}
.card-divider {
    height: 1px;
    background: linear-gradient(to right, var(--border), transparent);
    margin: 18px 0;
}
.card-title {
    font-size: 17px;
    font-weight: 500;
    color: var(--maroon);
    margin-bottom: 10px;
    line-height: 1.3;
}
.ps-testimonial-page .card:hover {
    box-shadow: 0 20px 50px rgba(80,40,10,0.10);
}
.ps-testimonial-page .grid >* {
    margin: 10px;
}
.custom-navigation {
    margin: 30px 10px;
    text-align: right;
}
.wp-pagenavi span.current {
    background: #8e1d06;
    color: #fff;
    border: 1px solid #8e1d06;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 4px 13px !important;
    border-radius: 5px;
    color: #8e1d06;
    border: 1px solid #8e1d06 !important;
}
.remedies {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 20px;
}
.remedies h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--maroon);
    margin-bottom: 1.5rem;
}
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    margin: 20px 0px 40px;
}
.card {
    padding: 15px 10px;
    transition: box-shadow 0.25s, transform 0.2s;
    margin: 10px;
    box-shadow: 0 12px 36px rgb(91 91 214 / 5%);
    text-align: center;
    background:#ffe7e72e;
    border-radius: 10px;
    border: 1px solid #8000002e;
}
.card h4 {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 10px 0 0px;
    color: #252524;
    font-family: "Poppins", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card:hover {
    box-shadow: 0 12px 36px rgba(91, 91, 214, 0.12);
    transform: translateY(-4px);
}
.card img {
    border-radius: 10px;
}
.card:hover h4 {
    color: #800000;
}
/*success messages css--*/
 @keyframes fadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes popIn {
    0%   { opacity: 0; transform: scale(0.4); }
    65%  { transform: scale(1.12); }
    100% { opacity: 1; transform: scale(1); }
  }
  @keyframes drawCircle { to { stroke-dashoffset: 0; } }
  @keyframes drawCheck  { to { stroke-dashoffset: 0; } }

  .icon-wrap {animation: popIn .45s cubic-bezier(.22,.68,0,1.6) .1s both;margin-bottom: 0;}

  .circle-anim {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: drawCircle .6s ease .2s forwards;
  }
  .check-anim {
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: drawCheck .4s ease .75s forwards;
  }
 .title   { font-size: 22px; font-weight: 600; color: #008000; margin-bottom: .75rem; animation: fadeUp .4s ease .55s both; }
 .submission-failed .title {
    color: #d23e3e;
    margin-bottom: 0.8rem;
}
  .subtitle{font-size: 15px;color: #666;line-height: 1.7;max-width: 340px;margin-bottom: 1rem;animation: fadeUp .4s ease .65s both;margin: 0 auto;}
  .booking-card .subtitle {
    margin-bottom: 0.5rem;
}
  .info-row {
    background: #FAFAF8;
    border: 0.5px solid rgba(0,0,0,0.07);
    border-radius: 10px;
    padding: .85rem 1rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 1rem;
    animation: fadeUp .4s ease .85s both;
  }
  .info-row p {font-size: 14px;color: #666;line-height: 1.2;margin-bottom: 0px;}
  .info-row strong, .whatsapp-row strong {color: #8B1A1A;font-weight: 600;}

  .whatsapp-row {
    background: #FAFAF8;
    border: 0.5px solid rgba(63,110,17,0.15);
    border-radius: 10px;
    padding: .85rem 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    animation: fadeUp .4s ease .95s both;
  }
  .whatsapp-row p {font-size: 14px;color: #666;line-height: 1.6;margin-bottom: 0;}


.info-row svg, .whatsapp-row svg {
    margin-right: 10px;
}
.success-card .title {
    margin-bottom: 1rem;
    color: #008000;
}
.success-info-fail img {
    margin-bottom: 10px;
}
.success-info-fail {
    border: 1px solid #80000073;
    border-radius: 1.5rem;
    padding: 20px;
}
.success-screen .subtitle {
    max-width: 100%;
    margin-bottom: 0.5rem;
}
.success-card {
    width: 90%;
}

/* RESPONSIVE */
@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}.cat-inner{grid-template-columns:1fr}.cat-sidebar{position:static}
.ps-testimonial-page .grid{grid-template-columns: repeat(2, 1fr);}
    .grid { grid-template-columns: repeat(2, 1fr); }
    .subtitle{max-width: 90%;}
}
@media(max-width:768px){.hamburger{display:flex;align-items:center;justify-content:center}.stats-inner{grid-template-columns:repeat(2,1fr)}.services-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr;gap:2rem}.testi-grid{grid-template-columns:1fr}.doorstep-inner{grid-template-columns:1fr;gap:2.5rem}.form-card{padding:2rem 1.5rem;border-radius:2rem}.form-row{grid-template-columns:1fr}.benefits-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}
@media (max-width: 640px) {
  .grid { grid-template-columns: 1fr; }
  .ps-testimonial-page .grid {
    grid-template-columns: repeat(1, 1fr);
}
}

