/*SEO PAGES MADE IN INDIA*/

/*:root{
  --bg:#ffffff; --soft:#faf7f2; --cream:#f2ece3; --card:#ffffff;
  --text:#151515; --muted:#6f6a65; --light:#9b958e;
  --accent:#5c1f8f; --accent2:#7c38ad; --accentSoft:#f1e5fb;
  --gold:#c9903f; --border:rgba(20,20,20,.10);
  --accent-dim:rgba(92,31,143,0.07);
  --shadow:0 24px 70px rgba(70,39,15,.12); --radius:28px;
}*/

/*--------- Abstracts variable ---------- */
:root {
  --primary: #4b1e78;
  --main: #181818;
  --secondary: #4d4e4f;
  --secondary-2: #a0a0a0;
  --white: #ffffff;
  --surface: #f7f7f7;
  --critical: #f03e3e;
  --warning: #9391e1;
  --success: #3dab25;
  --yellow: #f0a750;
  --line: #e9e9e9;
  --pink: #ec749d;
  --blue: #0c74d6;
  --main-rgba-1: rgba(0, 0, 0, 0.16);
  --main-rgba-2: rgba(0, 0, 0, 0.15);
  --gradient: linear-gradient(87deg, #fbf1f1 3.59%, #f4f1fa 95.02%);
  --rgba-primary: rgba(228, 49, 49, 0.1);
  --bg-scrollbar-track: #f1f1f1;
  --bg-scrollbar-thumb: #c1c1c1;
  --shadow1: 0px 10px 25px 0px #2b344a1f;
  --shadow2: 0px 5px 18px 5px #40485726;
  --backdrop: rgba(24, 24, 24, 0.2);
  --orange: #ff6000;
	--soft: #faf7f2;
	--accent:#5c1f8f; --accent2:#7c38ad; --accentSoft:#f1e5fb;
}

.md-wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.md-tag{color: var(--accent);  display:flex;align-items:center;gap:12px; font-size:11px;letter-spacing:4px;text-transform:uppercase;font-weight:800;margin-bottom:18px}
.md-tag:before{content:"";width:28px;height:1px;background:currentColor}
.title{     font-family: 'GT America Y Compressed'; font-size:clamp(48px,7vw,106px);line-height:.88;letter-spacing:1px}
.md-lead{font-family:"Cormorant Garamond",serif;font-style:italic;font-size:clamp(19px,2vw,25px);line-height:1.55;color:#ccc;}
.md-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:15px 28px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:2px;transition:.28s}
.md-btn-primary{background:var(--accent);color:#fff;box-shadow:0 18px 44px rgba(92,31,143,.25)}
.md-btn-primary:hover{transform:translateY(-3px);background:var(--accent2)}
.md-btn-ghost{border:1px solid var(--border);background:#fff;color:var(--text)}
.md-btn-ghost:hover{border-color:var(--accent);color:var(--accent)}
.reveal{opacity:0;transform:translateY(34px);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}
.reveal.visible{opacity:1;transform:none}
.d1{transition-delay:.08s}.d2{transition-delay:.16s}.d3{transition-delay:.24s}.d4{transition-delay:.32s}

/* HERO */
.md-hero{
    position:relative;
    min-height:80vh;
    overflow:hidden;
    background:#000;
    display:flex;
    align-items:center;
}

/* Background */
.md-hero-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    z-index:1;
}

.md-hero-bg img{
    width:100%;
    height:100%;
    object-fit:contain; /* Full banner visible */
    object-position:center;
    background:#000;
    filter:brightness(.42) contrast(1.05);
}

/* Dark Overlay */
.md-hero-bg::after{
    content:"";
    position:absolute;
    inset:0;
   /* background:
    linear-gradient(
        90deg,
        rgba(0,0,0,.92) 0%,
        rgba(0,0,0,.72) 35%,
        rgba(0,0,0,.35) 70%,
        rgba(0,0,0,.65) 100%
    );*/
	
	background: linear-gradient(90deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 15%) 35%, rgb(0 0 0 / 24%) 70%, rgb(0 0 0 / 23%) 100%);
}

/* Left Content */
.md-hero-content{
    position:relative;
    z-index:3;
    width:100%;
    max-width:680px;
    padding-left:5vw;
}

.md-tag{
    color: var(--accent);
    font-size:14px;
    letter-spacing:6px;
    text-transform:uppercase;
    margin-bottom:24px;
    font-weight:600;
}

.md-hero-content h1{
       margin: 0;
    line-height: .88;
    font-size: clamp(70px, 6.5vw, 150px);
    font-weight: 900;
    color: #fff;
    letter-spacing: -3.5px;
}

.md-hero-content .purple{
    color:#a855f7;
}

.md-hero-content .outline{
    color:transparent;
    -webkit-text-stroke:2px rgba(255,255,255,.22);
}

.md-lead{
    margin-top:40px;
    max-width:700px;
        font-size: clamp(20px, 2vw, 29px);
    line-height:1.6;
    color:#e2e2e2;
    font-style:italic;
    font-family:serif;
}

/* Buttons */
.md-hero-actions{
    margin-top:22px;
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.md-btn{
    padding:14px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
}

.btn-primary{
    background:#a855f7;
    color:#fff;
}

.btn-primary:hover{
    background:#9333ea;
}

.btn-ghost{
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
}

/* Floating Card */
.md-hero-float{
    position:absolute;
    right:4%;
    bottom:24%;
    z-index:3;
    width:420px;
    padding:32px;
    border-radius:30px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.1);
    color:#fff;
}

.md-hero-float strong{
	display: block;
	font-size: 30px;
	font-family: 'GT America Y Compressed';
	line-height: 1;
	margin-bottom: 11px;
	text-transform: uppercase;
}

.md-hero-float p{
   font-size: 13px;
    margin-top: 6px;
    line-height:1.6;
    color:#d0d0d0;
    margin:0;
}

/* =========================
   TABLET
========================= */
@media(max-width:1024px){

    .md-hero{
        min-height:auto;
        padding:120px 0 80px;
    }

    .md-hero-bg img{
        object-fit:cover;
        object-position:center;
    }

    .md-hero-content{
        padding:0 40px;
        max-width:100%;
    }

    .md-hero-content h1{
        font-size:clamp(60px,11vw,120px);
    }

    .md-hero-float{
        width:340px;
        right:40px;
        bottom:40px;
    }

    .md-hero-float strong{
        font-size:36px;
    }
}

/* =========================
   MOBILE
========================= */
@media(max-width:768px){

    .md-hero{
        min-height:auto;
        padding:100px 0 50px;
        align-items:flex-start;
    }

    .md-hero-bg img{
        object-fit:cover;
        object-position:center;
    }

    .md-hero-bg::after{
       /* background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.78) 0%,
            rgba(0,0,0,.82) 40%,
            rgba(0,0,0,.95) 100%
        );*/
    }
	
	.md-hero-bg img {
        object-fit: cover;
        object-position: center -117px;
    }

    .md-hero-content{
        padding:0 22px;
    }

    .md-tag{
        font-size:11px;
        letter-spacing:4px;
        margin-bottom:18px;
    }

    .md-hero-content h1{
        font-size:56px;
        line-height:.9;
        letter-spacing:-2px;
    }

    .md-lead{
        margin-top:26px;
        font-size:20px;
        line-height:1.7;
    }

    .md-hero-actions{
        margin-top:34px;
        flex-direction:column;
        align-items:flex-start;
        gap:14px;
    }

    .md-btn{
        width:100%;
        text-align:center;
    }

    .md-hero-float{
        position:relative;
        right:auto;
        bottom:auto;
        width:calc(100% - 44px);
        margin:40px 22px 0;
        padding:24px;
    }

    .md-hero-float strong{
        font-size:30px;
    }

    .md-hero-float p{
        font-size:16px;
    }
}

/* Extra Small */
@media(max-width:480px){

    .md-hero-content h1{
        font-size:44px;
    }

    .md-lead{
        font-size:18px;
    }

    .md-hero-float strong{
        font-size:24px;
    }
}




/* SPLIT */
.md-split{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:#fff;color:var(--text);border-top:1px solid var(--border)}
.md-split.alt{background:var(--soft)}
.md-split-img{position:relative;overflow:hidden;min-height:520px}
.md-split-img img{width:100%;height:100%;object-fit:cover;filter:contrast(1.04) saturate(.95);transition:.8s}
.md-split:hover .md-split-img img{transform:scale(1.035)}
.md-split-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(48px,7vw,96px)}
.md-split-copy .title{font-size:clamp(46px,6vw,86px); text-transform: uppercase;}
.md-split-copy p{color:var(--muted);line-height:1.85;font-size:15px;max-width:540px;margin:24px 0}
.badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
.badge{padding:10px 14px;border-radius:999px;background:var(--accentSoft);color:var(--accent);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px}

/* WHY */
.why,.products,.md-videos,.testimonials{padding:110px 0;background:#fff;color:var(--text);border-top:1px solid var(--border)}
.why{background:var(--soft)}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:38px}
.section-head p{max-width:480px;color:var(--muted);font-size:14px;line-height:1.7}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.why-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:34px;min-height:210px;transition:.3s}
.why-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.why-icon{width:52px;height:52px;border-radius:18px;background:var(--accentSoft);color:var(--accent);display:grid;place-items:center;font-size:24px;margin-bottom:22px}
.why-card h3{font-size:15px;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}
.why-card p{font-size:13px;color:var(--muted);line-height:1.7}

/* PRODUCTS */
/*.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:44px}
.product{border-radius:26px;background:#fff;border:1px solid var(--border);overflow:hidden;box-shadow:0 16px 45px rgba(42,14,67,.08);transition:.32s}
.product:hover{transform:translateY(-7px);box-shadow:0 28px 70px rgba(42,14,67,.16)}
.product-img{height:300px;background:linear-gradient(180deg,#fff,#f5f0fb);display:grid;place-items:center;position:relative;padding:26px}
.product-img img{height:245px;width:auto;object-fit:contain;filter:drop-shadow(0 18px 25px rgba(0,0,0,.16));transition:.4s}
.product:hover .product-img img{transform:scale(1.06) translateY(-5px)}
.pill{position:absolute;top:18px;left:18px;background:var(--accent);color:#fff;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1px}
.product-body{padding:24px}
.product-body h3{font-size:18px;line-height:1.45;margin-bottom:10px}
.price{font-size:26px;font-weight:800;color:var(--accent);margin-bottom:14px}
.features{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}
.features span{font-size:10px;color:var(--accent);background:#f0e4fb;border-radius:999px;padding:8px 10px;font-weight:800}
.cart{width:100%;border:0;background:var(--accent);color:#fff;border-radius:14px;padding:14px 16px;font-weight:800;letter-spacing:.5px;cursor:pointer;transition:.25s;font-size:13px}
.cart:hover{background:var(--accent2)}*/

/* MORE OPTIONS */
.options{padding:105px 0;background:var(--soft);border-top:1px solid var(--border)}
.option-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:40px}
.option-grid a{ display: block; height: 100%;}
.option{height:280px;border-radius:24px;overflow:hidden;position:relative;color:#fff;background:#ddd;cursor:pointer}
.option img{width:100%;height:100%;object-fit:cover;filter:brightness(.68);transition:.55s}
.option:hover img{transform:scale(1.08);filter:brightness(.52)}
.option:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.58),transparent 60%)}
.option h3{color:#fff; position:absolute;left:20px;bottom:20px;font-size:36px;line-height:.9;z-index:2}
.option h3 a{color:#fff;}

/* VIDEOS */
.md-videos{background:#68259d}
.md-videos h2{color:#fff}
.md-videos .section-head p{color:rgba(255,255,255,.75)}
.md-video-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.md-video-card{position:relative;min-height:460px;border-radius:24px;overflow:hidden;background:#f1eee8;box-shadow:var(--shadow);isolation:isolate;cursor:pointer}
.md-video-card img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;filter:brightness(.75);transition:.6s}
.md-video-card:hover img{transform:scale(1.06);filter:brightness(.60)}
.md-video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.68),transparent 58%)}
.play{position:absolute;inset:0;margin:auto;width:72px;height:72px;border-radius:50%;background:rgba(255,255,255,.78);display:grid;place-items:center;border:1px solid rgba(255,255,255,.7);z-index:2;transition:.3s}
.play:before{content:"";border-left:18px solid var(--accent);border-top:12px solid transparent;border-bottom:12px solid transparent;margin-left:5px; margin-top: 23px;}
.md-video-card:hover .play{transform:scale(1.12);background:rgba(255,255,255,.95)}
.video-info a{color:#fff;}
.video-info{position:absolute;left:22px;right:22px;bottom:24px;z-index:3;color:#fff;}
.video-info small{color:#ead4ff;text-transform:uppercase;letter-spacing:2px;font-size:10px;font-weight:800}
.video-info h3{color:#fff; font-size:35px;line-height:.90;margin-top:8px; text-transform: uppercase;}


/* DEALS */
.md-deals{padding:100px 0;background:#fff;border-top:1px solid var(--border)}
.md-deals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:44px}
.md-deal-card{position: relative;  background:var(--soft);border:1px solid var(--border);border-radius:24px;     padding: 34px 25px 67px 25px; position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s}
.md-deal-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.md-deal-card-accent{position:absolute;top:0;right:0;width:90px;height:90px;background:var(--accentSoft);clip-path:polygon(100% 0,0 0,100% 100%)}


.md-deal-badge{display:inline-block;background:var(--accent);color:#fff;font-size:9px;letter-spacing:2px;text-transform:uppercase;font-weight:800;padding:5px 14px; line-height: 15px; border-radius:999px;margin-bottom:20px}
.md-deal-title{font-family: 'GT America Y Compressed'; text-transform: uppercase; font-size:27px;color:var(--text);letter-spacing:1px;margin-bottom:10px}
.md-deal-body{font-size:13px;line-height:1.7;color:var(--muted);margin-bottom:24px}
.md-deal-price{display:flex;align-items:baseline;gap:10px;margin-bottom:22px;flex-wrap:wrap}
.md-deal-price-new{font-size:38px;color:var(--accent)}
.md-deal-price-old{font-size:15px;color:var(--light);text-decoration:line-through}
.md-deal-saving{font-size:11px;font-weight:800;color:#2d7a2d;background:#e8f5e9;padding:4px 10px;border-radius:999px}
.md-deal-btn{   
	position: absolute;
    bottom: 21px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent);
    color: #fff;
    border-radius: 999px;
    padding: 13px 22px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    transition: .28s;
    line-height: 12px;
}
.md-deal-btn:hover{background:var(--accent2);transform:translateY(-2px)}

/* TESTIMONIALS */
.testimonials button.owl-prev{ text-indent: -999999px;}
.testimonials button.owl-next{ text-indent: -999999px;}
.md-test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:42px}
.md-test{background:var(--soft);border:1px solid var(--border);border-radius:26px;padding:34px;transition:.3s;margin:0 10px;display:flex;flex-direction:column;height:100%}
.md-test:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.md-stars{color:var(--gold);letter-spacing:4px;margin-bottom:18px;font-size:18px}
.md-quote{font-family:"Cormorant Garamond",serif;font-size:22px;line-height:1.4;margin-bottom:26px;color:var(--text);flex:1}
.md-person{display:flex;align-items:center;gap:14px;margin-top:auto}
.md-person img{width:54px!important;height:54px;border-radius:50%;object-fit:cover;object-position:center top;flex-shrink:0}
.md-person-name{font-size:14px;font-weight:700;color:var(--text)}
.md-person-role{font-size:12px;color:var(--muted);margin-top:2px}

/* JOURNEY */
.md-journey{padding:110px 0;background:var(--soft);border-top:1px solid var(--border);text-align:center}
.md-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:46px;text-align:left}
.md-step{background:#fff;border:1px solid var(--border);border-radius:24px;padding:30px;transition:.3s}
.md-step:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.num{font-size:42px; font-family: 'GT America Y Compressed'; color:var(--accent);margin-bottom:18px}
.md-step h3{font-size:14px;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px}
.md-step p{font-size:13px;color:var(--muted);line-height:1.7}

/* FAQ */
.md-faq{padding:110px 0;background:#fff;border-top:1px solid var(--border)}
.md-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:48px}
.md-faq-item{border:1px solid var(--border);border-radius:20px;overflow:hidden;background:var(--soft);transition:box-shadow .3s}
.md-faq-item:hover{box-shadow:var(--shadow)}
.md-faq-item.open{background:#fff;border-color:var(--accent)}
.md-faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 28px;cursor:pointer;user-select:none}
.md-faq-q h3{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--text);line-height:1.4}
.md-faq-icon{width:36px;height:36px;border-radius:50%;background:var(--accentSoft);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:300;flex-shrink:0;transition:transform .35s,background .3s}
.md-faq-item.open .md-faq-icon{transform:rotate(45deg);background:var(--accent);color:#fff}
.md-faq-a{max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.16,1,.3,1),padding .35s}
.md-faq-item.open .md-faq-a{max-height:1500px}
.md-faq-a-inner{padding:0 28px 24px;font-size:14px;color:var(--muted);line-height:1.8;border-top:1px solid var(--border)}
.md-faq-a-inner p{padding-top:20px}
.md-faq-contact{margin-top:48px;text-align:center;padding:40px;background:var(--soft);border-radius:24px;border:1px solid var(--border)}
.md-faq-contact p{color:var(--muted);font-size:15px;margin-bottom:24px;line-height:1.7}

/* experience */
.md-experience{position:relative;min-height:620px;display:grid;place-items:center;text-align:center;overflow:hidden;background:#000}
.md-experience img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.42) contrast(1.1)}
.md-experience:after{content:"";position:absolute;inset:0;background:radial-gradient(circle,rgba(92,31,143,.22),rgba(0,0,0,.78))}
.md-experience-content{position:relative;z-index:2;width:min(850px,calc(100% - 40px))}
.md-experience .title{font-size:clamp(64px,10vw,120px);color:#fff}
.md-experience .md-lead{margin:24px auto 32px;max-width:620px;color:rgba(255,255,255,.72)}
.md-experience .md-tag{display:flex;align-items:center;gap:12px;color:#c9a6eb;font-size:11px;letter-spacing:4px;text-transform:uppercase;font-weight:800;margin-bottom:18px}

.text-white{ color:#fff;}

/* FOOTER */
.journey{background:#111;color:#fff;border-top:3px solid var(--accent)}
.footer-cta{text-align:center;padding:100px 20px 72px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-cta h2{font-size:clamp(52px,8vw,110px);line-height:.88;color:#fff}
.footer-cta h2 span{color:var(--accent)}
.footer-cta p{max-width:500px;margin:22px auto 36px;color:rgba(255,255,255,.45);line-height:1.8;font-size:15px}
.footer-cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* SEO FOOTER */
.footer-seo{background:#0d0d0d;padding:72px 0 0;border-top:1px solid rgba(255,255,255,.06)}
.footer-seo-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:56px}
.footer-brand p{font-size:13px;color:rgba(255,255,255,.4);line-height:1.8;margin:16px 0 24px;max-width:280px}
.footer-brand-logo{font-size:24px;letter-spacing:5px;color:#fff}
.footer-brand-logo span{color:var(--accent)}
.footer-social{display:flex;gap:10px;margin-top:4px}
.footer-social a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);font-size:14px;transition:.25s;text-decoration:none}
.footer-social a:hover{border-color:var(--accent);color:var(--accent)}
.footer-col h4{font-size:11px;letter-spacing:3px;text-transform:uppercase;font-weight:800;color:#fff;margin-bottom:20px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-col ul li a{font-size:13px;color:rgba(255,255,255,.4);transition:color .25s}
.footer-col ul li a:hover{color:var(--accent)}

/* SEO TEXT BLOCK */
.footer-seo-text{background:#0a0a0a;border-top:1px solid rgba(255,255,255,.05);padding:40px 0}
.footer-seo-text h3{font-size:12px;letter-spacing:3px;text-transform:uppercase;font-weight:800;color:rgba(255,255,255,.3);margin-bottom:16px}
.footer-seo-text p{font-size:12px;color:rgba(255,255,255,.22);line-height:1.85;max-width:100%}
.footer-seo-text p + p{margin-top:10px}
.footer-seo-keywords{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.footer-seo-keywords a{font-size:11px;color:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.07);border-radius:999px;padding:5px 12px;transition:color .25s;text-decoration:none}
.footer-seo-keywords a:hover{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.2)}

/* FOOTER BOTTOM BAR */
.footer-bottom-bar{background:#080808;border-top:1px solid rgba(255,255,255,.05);padding:20px 0}
.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.footer-bottom-copy{font-size:11px;color:rgba(255,255,255,.2);line-height:1.6}
.footer-bottom-links{display:flex;gap:20px;list-style:none}
.footer-bottom-links a{font-size:11px;color:rgba(255,255,255,.2);transition:color .25s}
.footer-bottom-links a:hover{color:var(--accent)}
@media(max-width:1024px){.footer-seo-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.footer-seo-grid{grid-template-columns:1fr}.footer-bottom-inner{flex-direction:column;text-align:center}}

/* RESPONSIVE */
@media(max-width:1024px){
  .nav-links,.nav-cta{display:none}
  .mobile-toggle{display:grid}
  .nav.open .nav-links{display:flex;position:absolute;top:72px;left:18px;right:18px;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:20px;padding:20px;box-shadow:var(--shadow)}
  .md-hero-float{display:none}
  .md-split{grid-template-columns:1fr}
  .md-split-img{min-height:420px}
  .why-grid,.md-test-grid,.md-faq-grid{grid-template-columns:1fr 1fr}
  .products-grid,.md-video-row{grid-template-columns:1fr 1fr}
  .option-grid{grid-template-columns:repeat(2,1fr)}
  .md-steps{grid-template-columns:1fr 1fr}
  .md-deals-grid{grid-template-columns:1fr 1fr}
  .section-head{display:block}
  .section-head p{margin-top:16px}
}
@media(max-width:640px){
  .md-wrap{width:min(100% - 28px,1180px)}
  .md-hero-content{padding:112px 18px 70px}
  .md-hero h1{font-size:72px}
  .md-split-copy{padding:42px 20px}
  .md-split-img{min-height:320px}
  .why,.products,.md-videos,.testimonials,.options,.md-deals,.md-journey,.md-faq{padding:72px 0}
  .why-grid,.products-grid,.md-video-row,.md-test-grid,.md-steps,.option-grid,.md-deals-grid,.md-faq-grid{grid-template-columns:1fr}
  .product-img{height:260px}
  .md-video-card{min-height:390px}
  .footer h2{font-size:58px}
}

/* OWL CAROUSEL - TESTIMONIALS */
.md-carousel-wrap{padding-bottom:50px;position:relative}

.md-test-grid{margin-top:42px}
/* DEALS RESPONSIVE */
@media(max-width:1024px){.md-deals-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.md-deals-grid{grid-template-columns:1fr}}
/*SEO PAGES MADE IN INDIA END*/

/*SEO PAGES*/
:root {
    --yamaha-purple: #5C1F8F;
    --yamaha-purple-dark: #3D1260;
    --yamaha-purple-light: #7B35BB;
    --yamaha-purple-muted: #8B5BB3;
    --yamaha-purple-pale: #F0E8FA;
    --yamaha-purple-bg: #F7F2FC;
    --gold: #C9A84C;
    --gold-light: #E4C87A;
    --white: #FFFFFF;
    --off-white: #FAFAFA;
    --text-dark: #1A1A2E;
    --text-mid: #4A4A6A;
    --text-light: #7A7A9A;
    --border: #E8E0F0;
    --card-shadow: 0 4px 24px rgba(92,31,143,0.08);
    --card-shadow-hover: 0 12px 48px rgba(92,31,143,0.18);
  }

.yseo-section-nav{justify-content: center;}
.video-section .yseo-section-label{ display:none;}
.yseotestiSlider .owl-nav.disabled{ display: block !important;}
.yseotestiSlider.owl-carousel .item{ display:block; width:100%; height: 300px; overflow:hidden;}
.video-section .card-product{ background:none; border:0; box-shadow:none;border-radius:0;}

.vid-video-row{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}

.yseoTitleNBtn{
	display: flex;
    justify-content: space-between;
}
.yseoTitleNBtn img{height: 21px;}
.yseovdBtn{
	background: #f6f2fa;
    border: 1px solid #d2cfcf;
    border-radius: 100px;
    padding: 7px 2px 7px 12px;
    width: 142px;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    height: 47px;
    gap: 9px;
}
.yseo-read-toggle{
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 0;
    color: var(--yamaha-purple);;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
    display: inline-block;

}

.yseo-read-toggle:hover{
    color: var(--yamaha-purple);;
}

.yseotestiSlider .col-lg-4{ margin-bottom: 26px;}


.yseo-testimonial-section{
    background:#f7f3fb;
    position:relative;
    overflow:hidden;
}
.yseo-testimonial-section{
    background:#f7f3fb;
    position:relative;
    overflow:hidden;
}

.yseo-subtitle{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
    color:#6d28d9;
    text-transform:uppercase;
}

.yseo-section-title{
    font-size:42px;
    line-height:1.2;
    font-weight:700;
    color:#1f172e;
    margin-bottom:18px;
}

.yseo-section-desc{
    font-size:16px;
    line-height:1.8;
    color:#6b7280;
    margin:0;
}

.yseo-testimonial-card{
    background:#ffffff;
    border-radius:22px;
    padding:30px;
    height:100%;
    position:relative;
    transition:all .35s ease;
    border:1px solid rgba(109,40,217,0.08);
    box-shadow:0 10px 30px rgba(27,15,60,0.06);
}

.yseo-testimonial-card p.yseo-review-text{
display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.yseo-testimonial-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(27,15,60,0.12);
}

.yseo-testimonial-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:15px;
    margin-bottom:22px;
}

.yseo-user-info{
    display:flex;
    align-items:center;
    gap:14px;
     min-width: 0;
}

.yseo-user-avatar{
     width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    flex-shrink: 0;
    border-radius:50%;
    background:linear-gradient(135deg,#6d28d9,#9333ea);
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:700;
}

.yseo-user-name{
    margin:0;
    font-size:18px;
	line-height: 20px;
    font-weight:700;
    color:#1f172e;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yseo-user-info > div{
    min-width: 0;
}

.yseo-review-date{
    font-size:13px;
    color:#8b8b98;
}

.yseo-rating{
    color:#f59e0b;
    font-size:18px;
    letter-spacing:2px;
    white-space:nowrap;
}
.userRatingIco i{ font-size: 13px;}

.yseo-review-product-name{
    display:inline-flex;
    align-items:center;
    background:#f3e8ff;
         color: var(--yamaha-purple);
    font-size:14px;
    font-weight:600;
    padding:6px 16px;
    border-radius:50px;
    margin-bottom:22px;
	
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.yseo-review-text{
    font-size:15px;
    line-height:1.9;
    color:#4b5563;
    margin:0;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width:991px){

    .yseo-section-title{
        font-size:34px;
    }

    .yseo-testimonial-card{
        padding:25px;
    }

}

@media (max-width:767px){
	
	.yseo-section-nav{}

    .yseo-section-title{
        font-size:28px;
    }

    .yseo-section-desc{
        font-size:15px;
    }

    .yseo-testimonial-top{
        flex-direction:column;
        align-items:flex-start;
    }

    .yseo-rating{
        font-size:16px;
    }

    .yseo-testimonial-card{
        border-radius:18px;
        padding:22px;
    }

}

@media (max-width:575px){

    .yseo-user-avatar{
        width:50px;
        height:50px;
        min-width:50px;
        font-size:18px;
    }

    .yseo-user-name{
        font-size:16px;
    }

    .yseo-review-text{
        font-size:14px;
        line-height:1.8;
    }

}

@media (max-width:480px){
	.yseotestiSlider .owl-nav{ display: none;}
	.yseo-testimonial-card{    border: 3px solid rgba(109, 40, 217, 0.08);}
}

/* ─── SCROLL NAV ─── */
  .yseo-section-nav {
    background: #fff;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 62px;
    z-index: 90;
    padding: 0 60px;
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    border-top: 1px solid #5e248b2e;
  }
  .yseo-section-nav::-webkit-scrollbar { display: none; }
  .yseo-section-nav a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-mid);
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
  }
  .yseo-section-nav a:hover { color: var(--yamaha-purple); border-bottom-color: var(--yamaha-purple); }





.yseo-highlight-icon{padding: 4px;}
.yseo-highlight-icon img{ filter: contrast(0%) brightness(500%);}

.yseo-section{ padding: 60px 0px;}
.light-purple-bg{background:#f6f2fb;}
.dark-mid-purple-bg{background:#3d1260;} 



.gtr-main-container {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* The "Sound Wave" Notes */
.gtr-note-flow {
   position: absolute;
    bottom: 40%;
    pointer-events: none;
    z-index: 4;
}

.gtr-note {
    position: absolute;
    color: #f4ba09;
    font-size: 1.5rem;
    opacity: 0;
    animation: gtr-float-up 5s infinite linear;
}

/* Guitar Branding */
.gtr-logo-wrapper {
    position: relative;
    z-index: 2; /* Sits above the notes */
    display: flex;
    filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.2));
	justify-content: center;
	padding:0 0 20px 0;
}

.gtr-icon {
    /*width: 300px;
	height: auto;*/
 	height: 300px;
	
    fill: #d4af37;
    transition: transform 0.4s ease-out;
	
}

.gtr-icon-left {
    transform: rotate(-30deg) translateX(20px);
	margin-right:-17px;
}

.gtr-icon-right {
    transform: rotate(30deg) translateX(-20px);
	margin-left:-17px;
}

/* Luxury Typography */
.gtr-label {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-family: 'Helvetica Neue', sans-serif;
    letter-spacing: 12px;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 0.8rem;
    opacity: 0.7;
}

/* Keyframes */
@keyframes gtr-float-up {
    0% {
        transform: translateY(0) scale(0.8) rotate(0deg);
        opacity: 0;
    }
    4% {
        opacity: 0.6;
    }
	25% {
        opacity: 1;
    }
	85% {
        opacity: 0.1;
    }
    100% {
        transform: translateY(-210px) scale(1.5) rotate(var(--gtr-rotation));
        opacity: 0;
        filter: blur(6px);
    }
}


  /* ─── HERO ─── */
  .heroSeo {
    background: linear-gradient(135deg, var(--yamaha-purple-dark) 0%, var(--yamaha-purple) 50%, #8B3DC8 100%);
    min-height: 580px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 60px;
    gap: 60px;
    position: relative;
    overflow: hidden;
  }
  .heroSeo::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, transparent 70%);
    border-radius: 50%;
  }
  .heroSeo::after {
    content: '';
    position: absolute;
    bottom: -60px; left: 30%;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%);
    border-radius: 50%;
  }
  .hero-content { position: relative; z-index: 2; }
  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
  }

  .heroSeo h2 {
    font-size: clamp(28px, 3.5vw, 46px);
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
  }
  .heroSeo h2 em {
    font-style: normal;
    color: var(--gold-light);
  }
  .hero-sub {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    line-height: 1.7;
    max-width: 460px;
    margin-bottom: 32px;
    font-weight: 300;
  }
  .hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: var(--yamaha-purple-dark);
    padding: 16px 36px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: all 0.25s;
    box-shadow: 0 4px 20px rgba(201,168,76,0.4);
  }
  .hero-cta:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(201,168,76,0.5);
  }
  .hero-cta::after { content: '↓'; font-size: 18px; }
  .trust-badges {
    display: flex;
    gap: 20px;
    margin-top: 28px;
    flex-wrap: wrap;
  }
  .trust-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    font-weight: 500;
  }
  .trust-badge .icon {
    width: 20px; height: 20px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px;
  }
  .hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .hero-guitar-display {
    width: 100%;
    max-width: 515px;
	min-height:364px;
	
    
    background: linear-gradient(160deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.04) 100%);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 10px 12px 10px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
  }
  .guitar-svg-hero {
    width: 160px;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.4));
    animation: float 3s ease-in-out infinite;
  }
  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }
  .hero-guitar-label {
    margin-top: 20px;
    text-align: center;
  }
  .hero-guitar-label .model { color: var(--gold-light); font-weight: 700; font-size: 18px; letter-spacing: 0.05em; }
  .hero-guitar-label .price { color: rgba(255,255,255,0.9); font-size: 13px; margin-top: 4px; }
  .starting-price {
    position: absolute;
    top: 20px; right: 20px;
    background: var(--gold);
    color: var(--yamaha-purple-dark);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  /* ─── SECTION STYLES ─── */
  .section-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--yamaha-purple);
    border-bottom: 2px solid var(--yamaha-purple);
    padding-bottom: 4px;
    margin-bottom: 16px;
  }
  .yseo-accent { color: var(--yamaha-purple); }
  .yseo-section-divider {
    width: 48px; height: 3px;
    background: linear-gradient(90deg, var(--yamaha-purple), var(--gold));
    margin-bottom: 24px;
    border-radius: 2px;
  }

  /* ─── INTRO CONTENT ─── */
  .yseo-intro-section { background: var(--white); }
  .yseo-section-label{
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--yamaha-purple);
    border-bottom: 2px solid var(--yamaha-purple);
    padding-bottom: 4px;
    margin-bottom: 16px;
  }
.yseo-intro-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 64px;
  align-items: start;
  margin: 0 auto;
}
.yseo-intro-text p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-mid);
  margin-bottom: 20px;
  font-weight: 300;
}
.yseo-intro-text p strong { color: var(--text-dark); font-weight: 600; }

.yseo-intro-highlights {
  background: var(--yamaha-purple-pale);
  border-left: 3px solid var(--yamaha-purple);
  border-radius: 0 8px 8px 0;
  padding: 24px 28px;
}
.yseo-intro-highlights h3 {
  
  font-size: 18px;
  font-weight: 600;
  color: var(--yamaha-purple-dark);
  margin-bottom: 16px;
}
.yseo-highlight-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
  /*padding-bottom: 16px;
  border-bottom: 1px solid var(--border);*/
	    display: flex;
    flex-direction: column;
}
.yseo-highlight-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.yseo-highlight-icon {
  width: 35px; height: 35px;
  background: var(--yamaha-purple);
  color: #fff;
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}
.yseo-highlight-text strong { display: block; font-size: 14px; color: var(--text-dark); margin-bottom: 3px; }
.yseo-highlight-text span { font-size: 13px; color: var(--text-mid); }


  /* ─── PRODUCTS ─── */
.yseo-section {
    padding: 40px 0;
}

.yseo-products-section { background: var(--yamaha-purple-bg); }
.yseo-products-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
}
.yseo-products-header .yseo-section-divider { margin: 0 auto 24px; }
.yseo-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 44px;
}
.yseoProMore {
    margin-top: 20px;
}
a.yseo-btn-primary {
    max-width: 300px;
    margin: 0 auto;
}
.yseo-product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
}
.yseo-product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--card-shadow-hover);
}
.yseo-product-img-wrap {
  background: #fff;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.yseo-product-img-wrap img{ max-height:234px;}
.yseo-product-badge-tag {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--yamaha-purple);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
	z-index:1;
}
.yseo-product-badge-tag.yseo-bestseller { background: var(--gold); color: var(--yamaha-purple-dark); }
.yseo-guitar-img {
  width: 100px;
  height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(92,31,143,0.2));
  transition: transform 0.3s;
}
.yseo-product-card:hover .yseo-guitar-img { transform: scale(1.05); }
.yseo-product-info { padding: 20px 20px 80px 20px; flex: 1; display: flex; flex-direction: column;    position: relative; }
yseo-product-info
.yseo-product-info .yseo-product-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 6px;
  line-height: 1.1;
}
.yseo-product-info .yseo-product-name a{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-weight: 500;
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.yseo-product-info a.yseo-btn-primary{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
}

.yseo-product-price {
  font-size: 22px;
  font-weight: 700;
  color: var(--yamaha-purple);
  margin-bottom: 4px;
}
.yseo-product-price .yseo-mrp {
  font-size: 13px;
  color: var(--text-light);
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 6px;
}
.yseo-product-price .yseo-save {
  font-size: 12px;
  color: #2E7D32;
  font-weight: 600;
  margin-left: 6px;
}
.yseo-product-tags {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  margin: 10px 0 12px;
}
.yseo-tag {
	background: var(--yamaha-purple-pale);
	color: var(--yamaha-purple);
	font-size: 11px;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 20px;
	letter-spacing: 0.03em;
	line-height: 20px;
}
.yseo-product-desc {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.65;
  margin-bottom: 14px;
  font-weight: 300;
  flex: 1;
}
.yseo-product-specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  margin-bottom: 16px;
  display:none;
}
.yseo-product-specs li{ font-size: 14px; line-height: 19px; background-size: 5px auto; background-position: 0 5px;}
.yseo-product-specs ul li:before{ content: ""; background: url(../images/blt-point.jpg) no-repeat; background-size: 5px auto !important; background-position: 0 5px !important;}
.yseo-spec-item {
  font-size: 12px;
  color: var(--text-mid);
}
.yseo-spec-item strong { color: var(--text-dark); display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 2px; }
.yseo-best-for {
  font-size: 12px;
  font-weight: 600;
  color: var(--yamaha-purple);
  background: var(--yamaha-purple-pale);
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 14px;
}
.yseo-best-for::before { content: '🎯 Best For: '; }
.yseo-btn-primary {
  width: 100%;
  background: var(--yamaha-purple);
  color: #fff;
  border: none;
  padding: 13px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: background 0.2s, transform 0.15s;
  text-decoration: none;
  display: block;
  text-align: center;
}
.yseo-btn-primary:hover { background: var(--yamaha-purple-dark); transform: translateY(-1px); }


  /* ─── COMPARISON TABLE ─── */
  .comparison-section { }
.comp-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
	border:1px solid #ccc;
}
.comp-table-wrapper table{    margin-bottom: 6px; }
.comp-table-wrapper .table-light th{ background:#fff; border-right: 1px solid #ccc; position: relative;} 
.comp-table-wrapper .table-light th h6{
    position: absolute;
    bottom: 0;
    background: #4b1e78;
    left: 0;
    width: 100%;
    color: #ffff;
    padding: 3px 2px;
}
.comp-table td{border-right:1px solid #ccc;}
.comp-table tr td:last-child, .comp-table tr th:last-child{ border-right:0;}

.comp-table th{ background:#f6f2fb;}
.comp-sticky-col.comp-bg{ 
	background: #f6f2fb;
    font-weight: 600;
    font-size: 15px;
    color: #4b1e78;
    letter-spacing: .2px;
}

.comp-table th,
.comp-table td
{
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
}

.comp-sticky-col {
  position: sticky!important;
  left: 0;
  z-index: 2;
}

.comp-bg {
  background: #fff;
}

.comp-table thead .comp-sticky-col {
  z-index: 3;
}

.comp-col {
  min-width: 220px;
}

.comp-product {
  padding: 10px 10px 32px 10px;
}

.comp-img {
	max-width: 400px;
	height: 197px;
}

  

/* ─── OFFERS ─── */
.yseo-offers-section { background: var(--yamaha-purple-dark);}
.yseo-offers-section h2 { color: #fff; }
.yseo-offers-section h2 .yseo-accent { color: var(--gold-light); }
.yseo-offers-section .yseo-section-label { color: var(--gold-light); border-color: var(--gold-light); }
.yseo-offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 40px auto 0;
}
.yseo-offer-card {
      background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 28px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s, background 0.3s;
    position: relative;
    overflow: hidden;
}
.yseo-offer-card:hover { transform: translateY(-4px); background: rgba(255,255,255,0.12); }
.yseo-offer-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.yseo-offer-tag {
  display: inline-block;
  background: var(--white);
  color: var(--yamaha-purple-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.yseo-offer-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.3;
}
.yseo-offer-desc { color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.6; margin-bottom: 16px; }
.yseo-offer-value { font-size: 28px; font-weight: 700; color: var(--gold-light); margin-bottom: 4px; }
.yseo-offer-value small { font-size: 14px; color: rgba(255,255,255,0.6); font-weight: 400; }
.yseo-btn-gold {
  display: inline-block;
    background: var(--gold);
    color: var(--yamaha-purple-dark);
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: background 0.2s;
    position: absolute;
    bottom: 20px;
}
.yseo-btn-gold:hover { background: var(--gold-light); }
.yseoTcText{display: block; font-size: 12px;}

  /* ─── INTERNAL LINKS ─── */
  .light-purple-bg { background: var(--yamaha-purple-bg); }
.yseo-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px auto 0;
}
.yseo-link-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px 22px;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.yseo-link-card img{ border-radius: 10px;}
.yseo-link-card::after {
  content: '→';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--yamaha-purple);
  opacity: 0;
  transition: all 0.3s;
}
.yseo-link-card:hover {
  border-color: var(--yamaha-purple);
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-3px);
}
.yseo-link-card:hover::after { opacity: 1; right: 16px; }
.yseo-link-icon { font-size: 28px; margin-bottom: 10px; }
.yseo-link-card h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 6px;
}
.yseo-link-card p { font-size: 13px; color: var(--text-light); line-height: 1.5; }




  /* ─── CATEGORIES ─── */
.yseoChooseBox{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
}
  .yseo-categories-section { background: var(--white); }
.yseo-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px auto 20px;
}
.yseo-category-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  min-height: 320px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.3s;
}
.yseo-category-card:hover { transform: scale(1.02); }
.yseo-cat-bg {
  position: absolute; inset: 0;
	top:85px;
  display: flex; align-items: center; justify-content: center;
  font-size: 80px;
  transition: transform 0.3s;
}


.yseo-category-info {
  position: relative;
  z-index: 2;
  background: linear-gradient(transparent, rgb(0 0 0 / 90%));
  padding: 24px 20px 20px;
}
.yseo-category-info h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.yseo-category-info p { font-size: 13px; color: rgba(255,255,255,0.75); }
.yseo-cat-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold-light);
  text-decoration: none;
  letter-spacing: 0.05em;
}




  /* ─── BUYING GUIDE ─── */
  .yseo-guide-section { background: var(--yamaha-purple-bg); }
.yseo-guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin: 40px auto 0;
}
.yseo-guide-block {
  background: #fff;
  border-radius: 10px;
  padding: 28px;
  border: 1px solid var(--border);
}
.yseo-guide-block h3 {
  font-size: 19px;
  font-weight: 600;
  color: var(--yamaha-purple-dark);
  margin-bottom: 16px !important;
  padding-bottom: 5px !important;
  border-bottom: 2px solid var(--yamaha-purple-pale);
}
.yseo-guide-block p, .yseo-guide-block li {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 12px;
}
.yseo-guide-block li { margin-left: 18px; margin-bottom: 8px; }
.yseo-guide-block strong { color: var(--text-dark); }

.yseo-guide-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}
.yseo-comp-box {
  background: var(--yamaha-purple-pale);
  border-radius: 8px;
  padding: 16px;
  border-top: 3px solid var(--yamaha-purple);
}
.yseo-comp-box h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--yamaha-purple-dark);
  margin-bottom: 8px;
}
.yseo-comp-box ul { list-style: none; padding: 0; }
.yseo-comp-box li {
  font-size: 13px;
  color: var(--text-mid);
  padding: 4px 0;
  border-bottom: 1px solid rgba(92,31,143,0.1);
  margin-left: 0 !important;
  margin-bottom: 0 !important;
	
}
.yseo-comp-box li::before {/* content: '✓ '; color: var(--yamaha-purple); font-weight: 700;*/ }

.customPages .yseo-comp-box li{padding: 5px 5px 5px 12px;}
.customPages .yseo-comp-box li:before{ background: url(../images/blt-point-arrow.png) no-repeat;     background-size:6px auto;
    background-position: center left;}


/* ─── FAQ ─── */
.yseo-faq-section { background: var(--white); }
.yseo-faq-wrap {
  max-width: 960px;
  margin: 0 auto 0;
}
.yseo-faq-item {
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.yseo-faq-item:hover { box-shadow: var(--card-shadow); }

.yseo-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  cursor: pointer;
  background: #fff;
  transition: background 0.2s;
  user-select: none;
}
.yseo-faq-q:hover { background: var(--yamaha-purple-pale); }
.yseo-faq-q.yseo-open { background: var(--yamaha-purple); color: #fff; }

.yseo-faq-q-text {
  font-size: 15px;
  font-weight: 600;
  color: inherit;
  line-height: 1.4;
}
.yseo-faq-q.yseo-open .yseo-faq-q-text { color: #fff; }

.yseo-faq-icon {
  width: 28px; height: 28px;
  background: var(--yamaha-purple-pale);
  color: var(--yamaha-purple);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  margin-left: 16px;
  transition: all 0.3s;
}
.yseo-faq-q.yseo-open .yseo-faq-icon { background: rgba(255,255,255,0.2); color: #fff; transform: rotate(45deg); }

.yseo-faq-a {
  display: none;
  padding: 18px 22px;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.75;
  background: var(--yamaha-purple-bg);
  border-top: 1px solid var(--border);
}
.yseo-faq-a.yseo-open { display: block; }









.heroSeo {
    background: linear-gradient(135deg, #3d1260 0%, 50%, #8B3DC8 100%);
    min-height: 580px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 60px;
    gap: 60px;
    position: relative;
    overflow: hidden;
}
.heroSeo .hero-badge{
	display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 5px 10px 4px 5px;
    gap: 6px;
	margin-bottom: 20px;
}
.hero-badge img{ 
    height: 28px;
    background: #ffffffe6;
    border-radius: 98px;
    padding: 4px;
}
.heroSeo h2{ color:#fff; margin-bottom: 10px;}
.heroSeo p{ color:#fff; margin-bottom: 10px;}

ul.faqs-on-pages{padding:0 !important;}
.faqs-on-pages li:before{ background:none !important;}
.faqs-on-pages a {
    color: #2172cf;
}
.trust-badges{ display:flex;}
.hero-cta{
    background: #f4ba09 !important;
    border: 0;
    display: inline-flex !important;
	margin-top: 10px;
}
.hero-cta img{ height:30px; transform: rotate(22deg); transition: transform 0.3s ease;}
.hero-cta:hover img{transform: rotate(0deg);}


.yseo-section {
	padding: 60px 0;
}

.yseo-heading {
	font-weight: 700;
	line-height: 1.2;
}

.yseo-highlight {
	color: #6f42c1;
}

.yseo-divider {
	width: 50px;
	height: 3px;
	background: linear-gradient(90deg, #6f42c1, #a8711e);
	margin: 15px 0;
	border-radius: 10px;
}

.yseo-card {
	background: #f0e8fa;
	border-radius: 12px;
	padding: 25px;
	height: 100%;
}

.yseo-icon {
	width: 40px;
	height: 40px;
	background: #6f42c1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font-size: 18px;
	flex-shrink: 0;
}

.yseo-small-title {
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: 600;
	color: #6c757d;
}



.light-purple-bg{background:#f6f2fb;}
.dark-mid-purple-bg{background:#3d1260;} 
.yseo-sub{font-size:12px;letter-spacing:2px;color:#6f42c1;font-weight:600;}
.yseo-title{font-weight:700;}
.yseo-title span{color:#6f42c1;}
.yseo-line{width:60px;height:3px;background:linear-gradient(90deg,#6f42c1,#a8711e);margin:15px auto;border-radius:10px;}

.yseo-card{border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.05);height:100%;}
.yseo-product h3{ font-size: 20px;}
.yseo-product{
background: #fff;
    border: 1px solid #e8e0f0;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.yseo-media{background:#eee8f7;padding:30px;text-align:center;position:relative;}
.yseo-media img{max-height:160px;}

.yseo-badge{position:absolute;top:12px;left:12px;font-size:11px;}
.yseo-body{padding:20px;}
.yseo-price{color:#6f42c1;font-weight:700;}
.yseo-old{font-size:13px;text-decoration:line-through;color:#999;}

.yseo-tags span{
  font-size:11px;
  background:#f0e8fa;
  border-radius:20px;
  padding:3px 8px;
  margin:2px;
  display:inline-block;
   color: #5c1f8f;
}

.yseo-btn{
  background:#6f42c1;
  color:#fff;
  border:none;
  border-radius:6px;
  padding:10px;
  width:100%;
}
.yseo-btn:hover{background:#5a32a3;}





.yseo-container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 18px;
}

.yseo-label-wrap {
  margin-bottom: 28px;
}

.yseo-label {
  display: inline-block;
  color: #d3b24a;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.8px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.yseo-line-sm {
  width: 112px;
  height: 2px;
  background: #d3b24a;
}

.yseo-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  line-height: 1.08;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}

.yseo-title span {
  color: #d3b24a;
}

.yseo-line-lg {
  width: 74px;
  height: 6px;
  background: #d3b24a;
  border-radius: 6px;
  margin: 34px 0 72px;
}

.yseo-card-grid {
  gap: 30px;
}

.yseo-offer-card {
     background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 28px 28px 62px 28px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s, background 0.3s;
    position: relative;
    overflow: hidden;
}

.yseo-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #d3b24a;
  color: #4a156f;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 13px 18px;
  line-height: 1;
  width: fit-content;
  margin-bottom: 28px;
}

.yseo-card-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 16px;
  color: #f7f3fb;
}

.yseo-card-text {
  color: #c9b8d9;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 500;
  margin-bottom: 34px;
}

.yseo-highlight {
  font-size: 62px;
  line-height: 1;
  font-weight: 800;
  color: #d3b24a;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.yseo-highlight small {
  font-size: 20px;
  color: #c9b8d9;
  font-weight: 600;
  line-height: 1.2;
}

.yseo-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 205px;
  height: 66px;
  padding: 0 26px;
  background: #d3b24a;
  color: #3d145e;
  border-radius: 6px;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
  margin-top: auto;
  transition: 0.2s ease;
}

.yseo-btn:hover {
  background: #b28f2f;
  color: #3d145e;
}

@media (max-width: 1399px) {
  .yseo-title {
    font-size: 58px;
  }

  .yseo-card-title {
    font-size: 28px;
  }

  .yseo-card-text {
    font-size: 20px;
  }

  .yseo-highlight {
    font-size: 52px;
  }
}

@media (max-width: 1151px) {
	.yseo-section {
		padding: 30px 0;
	}
	.yseo-cat-bg{
		top: 0;
	}
	.yseo-cat-bg img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1100px) {
	.gtr-icon { height: 256px; }
	.gtr-icon-left{margin-left: -50px;}
	.gtr-icon-right{margin-right: -50px;}
}
@media (max-width: 991px) {

  .heroSeo { grid-template-columns: 1fr; padding: 40px 24px; gap: 32px; min-height: auto; display: flex; flex-direction: column-reverse;}
  .yseo-intro-grid, .guide-grid { grid-template-columns: 1fr; }
  .links-grid, .categories-grid { grid-template-columns: 1fr; }

  .yseo-comparison-table { font-size: 12px; }
  .yseo-comparison-table th, .comparison-table td { padding: 10px 12px; }
  .yseo-offers-section { padding: 48px 24px; }
	

  .yseo-title {
    font-size: 46px;
  }

  .yseo-line-lg {
    margin-bottom: 48px;
  }

  .yseo-offer-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
	.yseo-intro-grid{    display: block;}
	.yseo-section-nav a {padding: 6px 12px;}
	
  .yseo-title {
    font-size: 36px;
  }

  .yseo-label {
    font-size: 18px;
    letter-spacing: 2.5px;
  }

  .yseo-card-title {
    font-size: 25px;
  }

  .yseo-card-text {
    font-size: 18px;
  }

  .yseo-highlight {
    font-size: 42px;
  }

  .yseo-btn {
    width: 100%;
    min-width: unset;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
 .yseo-link-card{padding: 18px 18px;}
 .yseo-category-info h3{line-height: 21px;}  
 .yseo-category-info p{ line-height: 16px;}
 .yseo-guide-grid{gap: 0; display:block;}
 .yseo-guide-block{ margin-bottom:20px;}
	
}
@media (max-width: 660px) {
.yseo-section-nav{top: 51px; padding: 0 6px; justify-content: flex-start;}	
	
	.gtr-main-container{     position: unset;}
	.gtr-label{ letter-spacing: 8px; bottom: 10px; padding: 0 12px; text-align: center;}
	
	.comp-sticky-col.comp-bg{font-size: 11px;}
	.yseo-section .comp-table th, .yseo-section .comp-table td{font-size: 11px;}
	
	.yseo-link-card h3 a{    line-height: 20px;}
}
@media (max-width: 480px) {
.yseo-offers-section {
	padding: 30px 0;
}	
.yseo-section-nav a {
	font-size: 12px; padding: 6px 5px;
}	
.yseo-section { padding: 20px 0; }
.video-section .tf-grid-layout.mobile-scroller{ padding-bottom: 0;}
.video-section iframe{ display:block;}	
	

/*product scrollable thumbnails*/
.yseo-products-grid {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 12px;

  /* RTL scroll */
  direction: ltr;
  scroll-behavior: smooth;
}

/* har card fixed width ka ho */
.yseo-product-card {
 width: 260px;
  flex: 0 0 auto;
}

/* optional: scrollbar styling */
.yseo-products-grid::-webkit-scrollbar {
  height: 6px;
}

.yseo-products-grid::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
/*product scrollable thumbnails end*/
	
/*Deals & Offers scrollable thumbnails*/
.yseo-offers-grid {
	display:block;
  /*display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 16px;
  padding-bottom: 10px;*/

  /* Right → Left scroll */
  /*direction: ltr;
  scroll-behavior: smooth;*/
}

/* Cards */
.yseo-offer-card {
  /*flex: 0 0 auto;
  min-width: 260px;
  max-width: 300px;

  direction: ltr; */
}
/*Deals & Offers scrollable thumbnails end*/

	
	
/*scrollable content mobile*/
.scrollable-grid {
	display:block;
  /*display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 14px;
  padding-bottom: 10px;
  direction: ltr;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;*/
}	
.scrollable-card { margin-bottom: 10px;
  /*flex: 0 0 auto;
  width: 188px;

  direction: ltr; 
  scroll-snap-align: start;*/
}
/*scrollable content mobile end*/
	
.yseo-cat-bg img{height:auto!important;}
	
	
	.gtr-logo-wrapper{ min-width: 300px;}
  .gtr-icon { height: 231px; }
  .yseo-guide-comparison{display: block;}
	.yseo-comp-box{ margin-bottom:20px;}
	
	.yseo-offer-card{ /*padding: 20px 14px; min-width: auto; max-width: 188px; gap: 7px;*/ margin-bottom:10px;}
	.yseo-offer-tag{ font-size: 9px;}
	.yseo-btn-gold{padding: 4px 11px;}
	.yseo-offer-value { font-size: 20px;}
	.yseo-offer-title{font-size: 15px;}
}
@media (max-width: 360px) {
 .gtr-logo-wrapper { min-width: 282px; }
 .gtr-icon { height: 219px; }
}
/*SEO PAGES END*/