@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800;900&display=swap');

:root{
  --red:#ed1c24;
  --red-dark:#a70810;
  --red-deep:#63060b;
  --yellow:#ffe500;
  --yellow-soft:#fff7a6;
  --green:#36b84a;
  --green-dark:#116b2b;
  --ink:#171717;
  --muted:#666;
  --cream:#fffaf4;
  --white:#fff;
  --border:rgba(0,0,0,.08);
  --shadow:0 24px 70px rgba(72,10,10,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--cream);
  font-family:"Noto Sans Devanagari","Poppins",sans-serif;
  overflow-x:hidden;
}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3{letter-spacing:-.025em}
img{max-width:100%;display:block}
.site-header{
  background:rgba(20,0,0,.72);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.12);
  z-index:1000;
}
.navbar{padding:13px 0}
.navbar-brand img{width:112px;height:auto;filter:drop-shadow(0 5px 12px rgba(0,0,0,.25))}
.nav-link{color:#fff!important;font-size:14px;font-weight:600;padding:10px 14px!important;opacity:.9}
.nav-link:hover{color:var(--yellow)!important}
.navbar-toggler{border:1px solid rgba(255,255,255,.35)}
.navbar-toggler-icon{filter:invert(1)}
.btn-taboli{
  background:var(--yellow);
  border:0;
  color:#171717;
  font-weight:800;
  border-radius:999px;
  box-shadow:0 10px 25px rgba(255,229,0,.2);
}
.btn-taboli:hover{background:#fff36b;color:#000;transform:translateY(-2px)}
.btn{transition:.25s ease}
.hero-section{
  min-height:760px;
  padding:100px 0 100px;
  position:relative;
  color:#fff;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 42%, rgba(255,229,0,.18), transparent 26%),
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.09), transparent 23%),
    linear-gradient(135deg,#580308 0%,#a80710 35%,#ed1c24 70%,#c30b13 100%);
}
.hero-section:before{
  content:"";
  position:absolute;inset:0;
  opacity:.14;
  background-image:linear-gradient(rgba(255,255,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px);
  background-size:55px 55px;
  mask-image:linear-gradient(to bottom,black,transparent 85%);
}
.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.orb-one{width:420px;height:420px;right:-180px;top:110px;background:rgba(255,229,0,.11)}
.orb-two{width:260px;height:260px;left:-130px;bottom:100px;background:rgba(54,184,74,.13)}
.eyebrow{
  display:flex;align-items:center;gap:9px;
  font-family:Poppins,sans-serif;font-size:11px;font-weight:800;
  letter-spacing:.18em;color:var(--yellow);margin-bottom:17px;
}
.eyebrow span{display:inline-block;width:28px;height:2px;background:currentColor}
.eyebrow.dark{color:var(--red)}
.hero-section h1{font-size:clamp(44px,6vw,78px);font-weight:900;line-height:1.08;max-width:720px}
.hero-section h1 span,.section-heading h2 span,.product-copy h2 span,.cta-inner h2 span{color:var(--yellow)}
.hero-copy{font-size:17px;line-height:1.9;max-width:650px;color:rgba(255,255,255,.85)}
.hero-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
.hero-pills div{
  padding:9px 13px;border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);border-radius:999px;font-size:12px;font-weight:600;
}
.hero-pills i{color:var(--yellow);margin-right:5px}
.btn-outline-light{border-radius:999px;font-weight:700}
.packshot-wrap{position:relative;min-height:540px;display:flex;align-items:center;justify-content:center}
.packshot-glow{
  position:absolute;width:460px;height:460px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,229,0,.35),rgba(255,229,0,0) 68%);
}
.hero-packshot{
  position:relative;width:min(390px,78%);max-height:560px;object-fit:contain;
  filter:drop-shadow(0 35px 30px rgba(0,0,0,.35));
  animation:float 5s ease-in-out infinite;
}
@keyframes float{50%{transform:translateY(-13px) rotate(1deg)}}
.floating-tag{
  position:absolute;z-index:3;background:#fff;color:#171717;border-radius:16px;
  box-shadow:0 20px 45px rgba(0,0,0,.25);padding:11px 16px;display:flex;gap:8px;align-items:center
}
.floating-tag strong{font-size:23px;font-family:Poppins,sans-serif}
.floating-tag small{font-weight:700;color:#666}
.tag-top{right:3%;top:16%;border-left:5px solid var(--yellow)}
.tag-bottom{left:4%;bottom:13%;font-size:12px;font-weight:800}
.tag-bottom i{font-size:19px;color:var(--green)}
.hero-wave{position:absolute;bottom:-1px;left:-2%;width:104%;height:85px;background:var(--cream);clip-path:ellipse(65% 75% at 50% 100%)}
.quick-facts{position:relative;margin-top:-42px;z-index:10}
.facts-card{
  display:flex;align-items:center;justify-content:space-around;gap:20px;
  padding:25px 35px;background:#fff;border-radius:24px;box-shadow:var(--shadow);
}
.fact{display:flex;align-items:center;gap:14px}
.fact-icon{
  width:52px;height:52px;display:grid;place-items:center;border-radius:16px;
  background:#fff7b0;color:var(--red);font-size:23px
}
.fact strong{display:block;font:800 22px Poppins,sans-serif}
.fact small{display:block;color:#777;font-size:12px;margin-top:2px}
.fact-divider{width:1px;height:50px;background:#e7e7e7}
.section-pad{padding:50px 0}
.section-heading{max-width:820px;margin:0 auto}
.section-heading h2{font-size:clamp(36px,4.4vw,58px);font-weight:900;line-height:1.15}
.section-heading h2 span{color:var(--red)}
.section-heading p{color:#727272;line-height:1.85;font-size:16px}
.benefits-section{background:var(--cream)}
.benefit-card{
  height:100%;position:relative;padding:30px;border-radius:25px;
  background:#fff;border:1px solid var(--border);box-shadow:0 12px 35px rgba(0,0,0,.05);
  overflow:hidden;transition:.3s ease
}
.benefit-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(0,0,0,.1)}
.benefit-card:after{content:"";position:absolute;right:-35px;bottom:-50px;width:150px;height:150px;border-radius:50%;background:#fff5a3;opacity:.45}
.benefit-card.featured{background:linear-gradient(145deg,#ed1c24,#9b070e);color:#fff}
.benefit-card.featured:after{background:var(--yellow);opacity:.18}
.benefit-no{font:800 12px Poppins,sans-serif;color:#aaa}
.featured .benefit-no{color:#ffd9d9}
.benefit-icon{width:60px;height:60px;display:grid;place-items:center;background:#fff7b0;color:var(--red);border-radius:18px;font-size:27px;margin:22px 0}
.featured .benefit-icon{background:var(--yellow);color:#171717}
.benefit-card h3{font-size:21px;font-weight:800}
.benefit-card p{color:#777;font-size:14px;line-height:1.8;margin-bottom:0}
.featured p{color:rgba(255,255,255,.78)}
.comparison-box{
  display:flex;justify-content:space-between;align-items:center;gap:35px;
  padding:35px 40px;border-radius:28px;background:#171717;color:#fff;overflow:hidden;position:relative
}
.comparison-box:after{content:"";position:absolute;right:-100px;top:-120px;width:300px;height:300px;border-radius:50%;background:var(--red);opacity:.5}
.mini-label{font:800 10px Poppins,sans-serif;letter-spacing:.16em;color:#999}
.comparison-copy{max-width:600px;position:relative;z-index:1}
.comparison-copy h3{font-size:28px;font-weight:800;margin:9px 0}
.comparison-copy p{color:#aaa;line-height:1.7;margin:0}
.comparison-numbers{display:flex;align-items:center;gap:20px;position:relative;z-index:1}
.comparison-numbers div:not(.vs){text-align:center}
.comparison-numbers strong{font:900 54px Poppins,sans-serif;color:#fff;display:block;line-height:1}
.comparison-numbers span{font-size:11px;color:#aaa;line-height:1.5}
.comparison-numbers .active-num strong{color:var(--yellow)}
.vs{font:800 12px Poppins,sans-serif;color:#777}
.dark-section{
  color:#fff;background:
  radial-gradient(circle at 80% 30%,rgba(237,28,36,.22),transparent 32%),
  linear-gradient(135deg,#170101,#3c0508)
}
.section-heading.light p{color:#b8b8b8}
.notice-box{
  display:flex;gap:12px;align-items:flex-start;padding:16px 18px;border-radius:17px;
  background:rgba(255,229,0,.08);border:1px solid rgba(255,229,0,.22);color:#eee;font-size:13px;line-height:1.7
}
.notice-box i{color:var(--yellow);font-size:20px}
.process-card{
  position:relative;padding:30px 35px;border-radius:28px;background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1)
}
.process-line{position:absolute;left:58px;top:60px;bottom:60px;width:2px;background:linear-gradient(var(--yellow),rgba(255,229,0,.08))}
.process-step{display:flex;gap:25px;position:relative;margin:16px 0}
.step-icon{
  flex:0 0 48px;height:48px;border-radius:50%;display:grid;place-items:center;
  background:var(--yellow);color:#171717;font:800 12px Poppins,sans-serif;z-index:1
}
.process-step h3{font-size:19px;margin:4px 0 6px}
.process-step p{color:#aaa;font-size:13px;line-height:1.7;margin:0}
.dose-section{background:#fff}
.dose-highlight{
  display:grid;grid-template-columns:.85fr 1.15fr;align-items:stretch;
  margin-top:45px;overflow:hidden;border-radius:30px;background:#fff7e9;
  box-shadow:var(--shadow)
}
.dose-main{padding:55px 50px;background:linear-gradient(145deg,#fff0a2,#fff8dd)}
.dose-label{font:800 10px Poppins,sans-serif;letter-spacing:.15em;color:#8c7a00}
.dose-number{font:900 92px Poppins,sans-serif;color:var(--red);line-height:.95;margin-top:18px}
.dose-number small{font:700 28px "Noto Sans Devanagari",sans-serif}
.dose-main h3{font-size:22px;font-weight:800;margin:5px 0 12px}
.dose-main p{font-size:15px;color:#666;line-height:1.8;max-width:390px}
.dose-art{background:#fff;display:flex;align-items:center;justify-content:center;padding:15px}
.dose-art img{width:100%;height:100%;object-fit:contain;object-position:center}
.stage-strip{
  border-radius:24px;padding:25px 28px;background:#171717;color:#fff;
}
.stage-title{font:800 10px Poppins,sans-serif;letter-spacing:.15em;color:var(--yellow);margin-bottom:14px}
.stages{display:grid;grid-template-columns:repeat(8,1fr);gap:4px}
.stages span{padding:12px 4px;text-align:center;font:700 10px Poppins,sans-serif;background:#303030;border-radius:8px}
.stages .stage-active{background:var(--red);box-shadow:0 0 0 2px var(--yellow)}
.stage-note{margin-top:14px;color:#ccc;font-size:13px}
.stage-note i{color:var(--yellow);margin-right:7px}
.product-section{padding:50px 0;background:#fff}
.product-card{
  min-height:590px;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;
  overflow:hidden;border-radius:34px;background:linear-gradient(120deg,#fff 0%,#f5f5f5 100%);
  box-shadow:var(--shadow)
}
.product-image{
  align-self:stretch;display:flex;align-items:center;justify-content:center;
  background:radial-gradient(circle at 50% 40%,#ff4a4a,#d70d15 70%,#8f050b);
  padding:30px
}
.product-image img{width:min(360px,90%);max-height:550px;object-fit:contain;filter:drop-shadow(0 30px 25px rgba(0,0,0,.25))}
.product-copy{padding:60px}
.product-copy h2{font-size:58px;font-weight:900;line-height:1.08}
.product-copy h2 span{color:var(--red)}
.product-copy .lead{color:#666;line-height:1.85;font-size:16px}
.product-tags{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0}
.product-tags span,.keyword-cloud span{
  border:1px solid #e6e6e6;background:#fff;border-radius:999px;padding:8px 12px;
  font:600 11px Poppins,sans-serif;color:#555
}
.btn-dark-red{background:var(--red);color:#fff;border:0;border-radius:999px;font-weight:800}
.btn-dark-red:hover{background:var(--red-dark);color:#fff;transform:translateY(-2px)}
.seo-section{background:var(--cream)}
.seo-section h2{font-size:48px;font-weight:900;line-height:1.15}
.seo-section h2 span{color:var(--red)}
.seo-section p{color:#666;line-height:1.9}
.keyword-cloud{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}
.keyword-cloud span{background:#fff7b0;border-color:#f3df50;color:#4b4300}
.leaflet-card{
  background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.09)
}
.leaflet-card img{height:360px;width:100%;object-fit:cover;object-position:center}
.leaflet-card div{padding:24px}
.leaflet-card span{font:800 10px Poppins,sans-serif;color:var(--red);letter-spacing:.16em}
.leaflet-card h3{font-size:24px;font-weight:800;margin:7px 0}
.leaflet-card p{margin:0;font-size:13px}
.faq-section{background:#fff}
.faq-accordion{max-width:100%;margin-left:auto;margin-right:auto}
.accordion-item{border:0;border-bottom:1px solid #e9e9e9;background:transparent}
.accordion-button{font-weight:800;font-size:16px;padding:24px 10px;background:transparent;box-shadow:none!important}
.accordion-button:not(.collapsed){color:var(--red);background:transparent}
.accordion-button:after{background-size:16px}
.accordion-body{padding:0 45px 24px 10px;color:#666;line-height:1.85;font-size:14px}
.notes-section{padding:50px 0;background:#fff}
.notes-card{
  display:flex;gap:22px;padding:28px 32px;border-radius:24px;background:#fff4f4;border:1px solid #ffd4d4
}
.notes-icon{
  flex:0 0 52px;height:52px;border-radius:16px;background:var(--red);color:#fff;
  display:grid;place-items:center;font-size:23px
}
.notes-card h3{font-size:20px;font-weight:800;margin-bottom:10px}
.notes-card ul{margin:0;padding-left:18px;color:#666;font-size:13px;line-height:1.9}
.cta-section{padding:80px 0;background:linear-gradient(135deg,#82060d,#ed1c24);color:#fff}
.cta-inner{
  display:flex;align-items:center;gap:35px;justify-content:space-between
}
.cta-logo{width:130px;filter:drop-shadow(0 12px 15px rgba(0,0,0,.2))}
.cta-inner h2{font-size:40px;font-weight:900;margin:8px 0}
.cta-inner p{color:#ffd8d8;margin:0}
.cta-inner .btn-light{border-radius:999px;font-weight:800;white-space:nowrap}
.footer{padding:35px 0;background:#111;color:#aaa;font-size:11px}
.sumitomo-logo{width:270px;filter:brightness(0) invert(1);opacity:.9}
.footer p{line-height:1.7; font-size: 17px;}
.back-to-top{
  position:fixed;right:22px;bottom:22px;width:45px;height:45px;border:0;border-radius:50%;
  background:var(--yellow);color:#171717;display:grid;place-items:center;z-index:900;
  box-shadow:0 12px 30px rgba(0,0,0,.18);opacity:0;transform:translateY(20px);transition:.25s
}
.back-to-top.show{opacity:1;transform:translateY(0)}
@media(max-width:991.98px){
  .hero-section{padding-top:85px;min-height:auto}
  .packshot-wrap{min-height:500px}
  .facts-card{flex-wrap:wrap}
  .fact-divider{display:none}
  .dose-highlight,.product-card{grid-template-columns:1fr}
  .dose-art{min-height:170px}
  .product-image{min-height:480px}
  .product-copy{padding:45px 30px}
  .cta-inner{flex-wrap:wrap}
}
@media(max-width:767.98px){
  .hero-section{padding:85px 0 60px}
  .hero-section h1{font-size:43px}
  .hero-copy{font-size:15px}
  .packshot-wrap{min-height:430px}
  .hero-packshot{width:78%;max-height:440px}
  .tag-top{right:0;top:8%;padding:8px 10px}
  .tag-bottom{left:0;bottom:8%;font-size:10px}
  .facts-card{padding:22px;justify-content:flex-start}
  .fact{width:100%}
  .section-pad{padding:30px 0}
  .comparison-box{flex-direction:column;align-items:flex-start;padding:28px}
  .comparison-numbers{width:100%;justify-content:center}
  .process-card{padding:25px 20px}
  .process-line{left:43px}
  .stages{grid-template-columns:repeat(4,1fr)}
  .stage-note{font-size:11px}
  .product-copy h2,.seo-section h2{font-size:42px}
  .cta-inner h2{font-size:31px}
  .cta-logo{width:100px}
}
@media(max-width:480px){
  .hero-pills div{font-size:10px}
  .floating-tag strong{font-size:17px}
  .floating-tag small{font-size:9px}
  .dose-number{font-size:72px}
  .dose-main{padding:40px 28px}
  .stages{grid-template-columns:repeat(2,1fr)}
}

.untreated {
    width: 25%;
}

.treated {
    width: 25%;
}

/* =====================================================
   VIDEO TESTIMONIALS
===================================================== */

.testimonial-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(215, 164, 58, 0.13),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(74, 12, 120, 0.10),
            transparent 30%
        ),
        #fffaf0;
}

.testimonial-section::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    top: -180px;
    right: -140px;
    border-radius: 50%;
    background: rgba(74, 12, 120, 0.06);
    pointer-events: none;
}

.testimonial-video-card {
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(45, 7, 88, 0.10);
    border-radius: 26px;
    box-shadow: 0 20px 55px rgba(45, 7, 88, 0.10);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.testimonial-video-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 70px rgba(45, 7, 88, 0.16);
}

.testimonial-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #170228;
}

.testimonial-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.testimonial-content {
    position: relative;
    padding: 28px 30px 30px;
}

.testimonial-content::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 58px;
    height: 4px;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        var(--tg-gold),
        var(--tg-gold-2)
    );
}

.testimonial-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: var(--tg-gold);
    font-family: "Poppins", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.testimonial-label i {
    color: #e62117;
    font-size: 1rem;
}

.testimonial-content h3 {
    color: var(--tg-purple);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.45;
    margin-bottom: 12px;
}

.testimonial-content h3 sup {
    font-size: 0.46em;
}

.testimonial-content p {
    color: var(--tg-muted);
    line-height: 1.75;
    margin-bottom: 19px;
}

.testimonial-youtube-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--tg-purple);
    font-family: "Poppins", sans-serif;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.25s ease,
        gap 0.25s ease;
}

.testimonial-youtube-link:hover {
    color: var(--tg-gold);
    gap: 12px;
}

@media (max-width: 767.98px) {
    .testimonial-content {
        padding: 24px 22px 25px;
    }

    .testimonial-content::before {
        left: 22px;
    }

    .testimonial-content h3 {
        font-size: 1.1rem;
    }
}



/* WHATSAPP CSS */
.whatsapp-btn1-span {
    font-size: 16px;
    vertical-align: bottom;
    text-decoration: none;
}

.whatsapp-btn1:visited {
    text-decoration: none;
}

.whatsapp-btn1:hover {
    text-decoration: none;
}

.whatsapp-btn1:active {
    text-decoration: none;
}
    
.whatsapp-btn1 {
    font-size: 40px;
    line-height: 55px;
    color: #fff !important;
    display: inline;
    height: 55px;
    width: 55px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    left: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border-radius: 100%;
    background-color: #4dc247;
}

.whtstext {
    z-index: 99;
    box-shadow: rgb(0 0 0 / 10%) 2px 2px 13px;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 5px;
    background: white;
    cursor: pointer;
    max-width: 155px;
    max-height: 44px;
    display: flex;
    order: 2;
    text-decoration: none !important;
    color: rgb(0, 0, 0) !important;
    padding: 0;
    position: fixed;
    bottom: 32px;
    left: 84px;
}

.whtstext::before {
    content: "";
    position: absolute;
    background: white;
    border-top: 1px solid rgb(226, 226, 226);
    border-left: 1px solid rgb(226, 226, 226);
    left: -5px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    transform: rotate(-45deg);
}

.whtstext::after {
    content: "";
    position: absolute;
    background: white;
    border-top: 1px solid rgb(226, 226, 226);
    border-left: 1px solid rgb(226, 226, 226);
    left: -5px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 1;
    transform: rotate(-45deg);
}

.fXBuHm {
    text-align: center;
    padding: 7px 10px;
    line-height: 14px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    margin: auto;
}