:root{
  --maroon-dark:#3f0f16;
  --maroon:#5c1622;
  --maroon-light:#7a2230;
  --gold:#d4a017;
  --gold-light:#e8c25a;
  --cream:#f6ead0;
  --cream-light:#fbf5e6;
  --text-dark:#3a2418;
  --radius:16px;
  --shadow:0 10px 28px rgba(63,15,22,.12);
  --sidebar-w:250px;
}

*{box-sizing:border-box;}

html{scroll-behavior:smooth;}

body{
  font-family:'Noto Sans Devanagari','Poppins',sans-serif;
  background:var(--cream);
  color:var(--text-dark);
  margin:0;
  overflow-x:hidden;
}

h1,h2,h3{
  font-family:'Noto Sans Devanagari','Poppins',sans-serif;
  font-weight:800;
}

a{text-decoration:none;}

/* ===== BRAND ===== */
.brand-logo{
  width:40px;height:40px;
  border:2px solid var(--gold);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:var(--gold);
  font-weight:700;
  font-size:.8rem;
  flex-shrink:0;
  background:rgba(255,255,255,.04);
}
.brand-text{
  color:#fff;
  font-weight:700;
  font-size:1.05rem;
}
.brand-sub{
  color:#d9b98a;
  font-size:.68rem;
  letter-spacing:.5px;
}

/* ===== DESKTOP SIDEBAR ===== */
.sidebar{
  position:fixed;
  top:0;left:0;bottom:0;
  width:var(--sidebar-w);
  background:linear-gradient(200deg,var(--maroon-dark),var(--maroon) 70%);
  padding:1.8rem 1.3rem;
  z-index:1000;
  box-shadow:4px 0 24px rgba(0,0,0,.18);
}
.sidebar-brand{
  display:flex;
  align-items:center;
  gap:.7rem;
  margin-bottom:2.4rem;
}
.sidebar-nav{
  display:flex;
  flex-direction:column;
  gap:.4rem;
}
.side-link{
  color:#f1dcc4;
  font-weight:600;
  font-size:.92rem;
  padding:.65rem .9rem;
  border-radius:10px;
  display:flex;
  align-items:center;
  gap:.7rem;
  transition:.25s;
  position:relative;
}
.side-link i{font-size:1.05rem;color:var(--gold-light);}
.side-link:hover{
  background:rgba(212,160,23,.14);
  color:#fff;
  transform:translateX(4px);
}
.side-link.active{
  background:var(--gold);
  color:var(--maroon-dark);
}
.side-link.active i{color:var(--maroon-dark);}
.btn-sidebar-cta{
  background:var(--maroon-light);
  color:#fff;
  font-weight:700;
  font-size:.85rem;
  padding:.7rem 1rem;
  border-radius:10px;
  border:1.5px solid var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  margin-top:1.5rem;
  transition:.25s;
}
.btn-sidebar-cta:hover{
  background:var(--gold);
  color:var(--maroon-dark);
}

/* ===== MOBILE TOP BAR ===== */
.mobile-topbar{
  position:fixed;
  top:0;left:0;right:0;
  height:60px;
  background:linear-gradient(180deg,var(--maroon-dark),var(--maroon));
  display:flex;
  align-items:center;
  gap:.6rem;
  padding:0 1rem;
  z-index:1040;
  box-shadow:0 2px 12px rgba(0,0,0,.2);
}
.hamburger-btn{
  background:rgba(255,255,255,.08);
  border:1.5px solid var(--gold);
  color:#fff;
  width:38px;height:38px;
  border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;
}
.sidebar-offcanvas{
  background:linear-gradient(200deg,var(--maroon-dark),var(--maroon) 70%);
  width:270px;
}
.sidebar-offcanvas .offcanvas-header{
  border-bottom:1px solid rgba(255,255,255,.1);
}
.sidebar-offcanvas .offcanvas-body{
  padding-top:1.2rem;
}

/* ===== MAIN CONTENT ===== */
.main-content{
  margin-left:var(--sidebar-w);
}
@media (max-width:991.98px){
  .main-content{
    margin-left:0;
    padding-top:60px;
  }
}

/* ===== HERO ===== */
.hero-section{
  background:radial-gradient(circle at 85% 15%, #f0e0bd 0%, var(--cream) 55%);
  padding:4rem 0 3rem;
}
.eyebrow{
  color:var(--gold);
  font-weight:700;
  letter-spacing:.4px;
  margin-bottom:.4rem;
  font-size:1rem;
}
.hero-title{
  color:var(--maroon-dark);
  font-size:2.8rem;
  margin-bottom:.7rem;
}
.hero-sub{
  color:#6b5646;
  font-size:1rem;
  max-width:520px;
  margin-bottom:1.6rem;
}
.mini-check-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.6rem .9rem;
  max-width:520px;
}
.mini-check{
  display:flex;
  align-items:center;
  gap:.5rem;
  font-size:.85rem;
  font-weight:600;
  color:var(--text-dark);
}
.mini-check i{color:var(--gold);font-size:1rem;}

.btn-cta{
  background:var(--maroon-dark);
  color:#fff;
  font-weight:700;
  padding:.8rem 1.9rem;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  border:1.5px solid var(--gold);
  transition:.3s;
}
.btn-cta:hover{
  background:var(--gold);
  color:var(--maroon-dark);
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(212,160,23,.35);
}

.hero-logo-wrap{
  position:relative;
  width:260px;height:260px;
  margin:0 auto;
  display:flex;align-items:center;justify-content:center;
}
.hero-ring{
  position:absolute;
  border-radius:50%;
  border:2px dashed var(--gold-light);
  opacity:.5;
  animation:spin 22s linear infinite;
}
.ring-1{width:100%;height:100%;}
.ring-2{width:80%;height:80%;animation-direction:reverse;animation-duration:16s;}
@keyframes spin{
  from{transform:rotate(0deg);}
  to{transform:rotate(360deg);}
}
.hero-logo{
  width:170px;height:170px;
  border:3px solid var(--gold);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:var(--cream-light);
  box-shadow:var(--shadow);
  z-index:2;
  animation:floaty 4s ease-in-out infinite;
}
@keyframes floaty{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-10px);}
}
.hero-logo span{
  color:var(--maroon-dark);
  font-weight:800;
  font-size:1.5rem;
  line-height:1.3;
}

/* ===== SECTION TITLES ===== */
.section-title{
  color:var(--maroon-dark);
  font-size:1.9rem;
}
.title-underline{
  width:70px;
  height:4px;
  background:var(--gold);
  border-radius:4px;
}
.section-note{
  color:#8a7863;
  font-size:.8rem;
}
.section-note code{
  color:var(--maroon);
  background:rgba(212,160,23,.15);
  padding:.1rem .4rem;
  border-radius:4px;
}

/* ===== FEATURES ===== */
.features-section{
  background:var(--cream-light);
  padding:3.5rem 0;
}
.feature-card{
  background:#fff;
  border-radius:var(--radius);
  padding:1.5rem 1rem;
  text-align:center;
  box-shadow:var(--shadow);
  transition:.3s;
}
.feature-card:hover{
  transform:translateY(-6px) scale(1.02);
  box-shadow:0 16px 32px rgba(63,15,22,.18);
}
.feature-icon{
  width:58px;height:58px;
  margin:0 auto .9rem;
  background:#fbe3e3;
  color:var(--maroon);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:1.55rem;
  transition:.3s;
}
.feature-card:hover .feature-icon{
  background:var(--gold);
  color:var(--maroon-dark);
  transform:rotate(-8deg) scale(1.08);
}
.feature-card p{
  font-size:.85rem;
  font-weight:600;
  margin:0;
  color:var(--text-dark);
}

/* प्रिमियम प्रॉडक्ट सेक्शन डिझाईन */
.products-section {
  padding: 80px 0;
  background: #fdfaf4; /* हलका प्रिमियम बॅकग्राउंड */
}

.product-card {
  background: #ffffff;
  border: 1px solid rgba(139, 0, 0, 0.06); /* अगदी फिकट बॉर्डर */
  border-radius: 20px; /* आधुनिक राउंडेड कॉर्नर्स */
  padding: 18px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 20px rgba(139, 41, 41, 0.04); /* सॉफ्ट शॅडो */
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* कार्डवर माउस नेल्यावर होणारा प्रिमियम बदल */
.product-card:hover {
  transform: translateY(-8px); /* कार्ड वर उचलले जाईल */
  box-shadow: 0 12px 30px rgba(139, 41, 41, 0.09); /* शॅडो अधिक गडद होईल */
  border-color: rgba(139, 41, 41, 0.2);
}

/* इमेज रॅपर आणि झूम इफेक्ट */
.product-img-wrap {
  /* background: #faf8f5; */
  border-radius: 16px;
  /* padding: 15px; */
  overflow: hidden;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px; /* सर्व इमेजेस एका लाईनमध्ये दिसण्यासाठी */
}

.product-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.product-card:hover .product-img-wrap img {
  transform: scale(1.08); /* फोटो हलकासा झूम होईल */
}

/* प्रॉडक्टचे नाव */
.product-card p {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #4a1515; /* मॅरून टोनशी जुळणारा डार्क कलर */
  margin: 8px 0 0 0;
  transition: color 0.3s ease;
}

.product-card:hover p {
  color: #8b0000; /* हुव्हर झाल्यावर नाव हायलाईट होईल */
}
/* ===== REGISTER ===== */
.register-section{
  background:var(--cream-light);
  padding:3.5rem 1rem;
}
.register-card{
  background:#fff;
  max-width:560px;
  border-radius:20px;
  padding:2.6rem 1.6rem;
  box-shadow:var(--shadow);
  transition:.3s;
}
.register-card:hover{
  box-shadow:0 18px 36px rgba(63,15,22,.2);
}
.register-icon{
  width:72px;height:72px;
  background:var(--gold);
  color:var(--maroon-dark);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:1.75rem;
  margin-bottom:1rem;
  animation:pulse 2.4s ease-in-out infinite;
}
@keyframes pulse{
  0%,100%{box-shadow:0 0 0 0 rgba(212,160,23,.35);}
  50%{box-shadow:0 0 0 12px rgba(212,160,23,0);}
}
.register-card h3{
  color:var(--maroon-dark);
  font-size:1.4rem;
  margin-bottom:.6rem;
}
.register-card p{
  font-size:.9rem;
  color:#6b5646;
}
.btn-register-main{
  background:var(--maroon-dark);
  color:#fff;
  font-weight:700;
  padding:.8rem 1.7rem;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  border:1.5px solid var(--gold);
  transition:.3s;
}
.btn-register-main:hover{
  background:var(--gold);
  color:var(--maroon-dark);
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(212,160,23,.35);
}
.small-note{
  font-size:.78rem;
  color:#8a7863;
}

/* ===== FOOTER ===== */
.shree-footer{
  background:var(--maroon-dark);
  color:#f1dcc4;
  padding:2.2rem 0;
}
.shree-footer .brand-logo{
  color:var(--gold);
  border-color:var(--gold);
}
.shree-footer .brand-logo.small{width:42px;height:42px;font-size:.75rem;}

/* ===== FLOATING BUTTON ===== */
.floating-register{
  position:fixed;
  bottom:20px;
  right:20px;
  background:var(--maroon-dark);
  color:#fff;
  font-weight:700;
  font-size:.85rem;
  padding:.7rem 1.2rem;
  border-radius:30px;
  box-shadow:0 6px 18px rgba(0,0,0,.25);
  display:flex;
  align-items:center;
  gap:.4rem;
  border:1.5px solid var(--gold);
  z-index:1050;
  transition:.3s;
  animation:floatbtn 3s ease-in-out infinite;
}
.floating-register:hover{
  background:var(--gold);
  color:var(--maroon-dark);
}
@keyframes floatbtn{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-6px);}
}

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width:767px){
  .hero-section{padding:2.2rem 0 2rem;}
  .hero-title{font-size:2.1rem;}
  .hero-sub{font-size:.9rem;}
  .mini-check-grid{grid-template-columns:1fr;max-width:100%;}
  .hero-logo-wrap{width:190px;height:190px;margin-top:1.5rem;}
  .hero-logo{width:130px;height:130px;}
  .hero-logo span{font-size:1.1rem;}
  .section-title{font-size:1.5rem;}
  .feature-card p{font-size:.8rem;}
  .register-card{padding:1.8rem 1.1rem;}
  .floating-register{
    font-size:.78rem;
    padding:.6rem 1rem;
    bottom:14px;right:14px;
  }
  .btn-cta,.btn-register-main{
    width:100%;
    justify-content:center;
  }
}
