.mudrika-title {
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #a79353, #d4af37, #ffffff, #a79353);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldShine 5s linear infinite;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
}

.mudrika-title span {
  color: transparent;
  background: linear-gradient(90deg, #ffffff, #a79353, #ffffff);
  background-size: 300%;
  -webkit-background-clip: text;
  animation: whiteGold 5s linear infinite;
}

@keyframes goldShine {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes whiteGold {
  0% { background-position: 100% 50%; }
  50% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
body.dark-mode .mudrika-title {
  background: linear-gradient(90deg, #fff4c2, #a79353, #ffffff);
}

/* ===================== DESIGN 1 - GRID ===================== */
.mdfeture {
    max-width: 800px;     
    margin: 0 auto;         
    text-align: justify;    
    padding: 20px;
    line-height: 1.6;
}

.mdfeture h5 {
    text-align: center;      
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.mdfeture ul {
    padding-left: 20px;    
}

.container{max-width:85%;margin:auto;padding:50px 20px;}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:25px;}
.card{background:#fff;border-radius:15px;padding:25px;box-shadow:0 4px 12px rgba(0,0,0,0.08);}
.card:hover{transform:translateY(-6px);}
.card h5{color:#a79353;margin-bottom:10px;font-weight: 600!important;}
.dark-mode .card{background:#1f1f1f;}  

.dark-mode .card h5{color:#d4af37;}

/* ---------- ACCORDION DESIGN ---------- */
.accordion {
  max-width: 80%;
  margin: auto;
}
.accordion-item {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.accordion-header {
  background: #a79353;
  color: white;
  padding: 15px;
  cursor: pointer;
}
.accordion-content {
  display: none;
  background: white;
  padding: 15px;
}
.accordion-item.active .accordion-content { display: block; }
.mudrika-h3 {
    text-align: center;              /* center alignment */
    font-size: 2rem;                  /* desktop size */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #a79353, #d4af37, #a79353);
    background-size: 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientAnim 5s linear infinite;
    margin: 30px 0;
}

.mudrika-h3 span {
    background: linear-gradient(90deg, #ffffff, #a79353, #ffffff);
    background-size: 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientAnim 5s linear infinite;
}

@keyframes gradientAnim {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Responsive */
@media screen and (max-width: 768px) {
    .mudrika-h3 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .mudrika-h3 {
        font-size: 1.4rem;
    }
}
/* ---------- vertical DESIGN ---------- */
:root {
  --bg: #f4f4f4;
  --text: #222;
  --card-bg: #d6cdaf;
  --accent: #a79353;
  --glass: rgba(255,255,255,0.5);
}
body.dark {
  --bg: #0f0f0f;
  --text: #eee;
  --card-bg: rgba(20,20,20,0.8);
  --accent: #d4c078;
  --glass: rgba(0,0,0,0.4);
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--bg);
  color: var(--text);
  margin: 0;
  padding: 0;
  transition: background 0.4s, color 0.4s;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background: var(--card-bg);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 99;
}
.toggle-btn {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 8px 15px;
  cursor: pointer;
}

/* Layout for vertical tabs */
.tabs-container {
  display: flex;
  max-width: 80%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  background: var(--card-bg);
}

/* Tab buttons list */
.tab-buttons {
  flex: 0 0 260px;
  background: var(--glass);
  display: flex;
  flex-direction: column;
  border-right: 2px solid var(--accent);
}
.tab-buttons button {
  background: none;
  border: none;
  padding: 18px 20px;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  color: var(--text);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  transition: background 0.3s, color 0.3s;
}
.tab-buttons button:hover {
  background: var(--accent);
  color: #fff;
}
.tab-buttons button.active {
  background: var(--accent);
  color: #fff;
  font-weight: 600;
}
/* img btn sec*/
.image-section-unique{position:relative;width:80%;height:60vh;display:flex;align-items:end;justify-content:center;overflow:hidden;margin:40px auto;background:#ffff;}
    .image-bg-unique{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;border-radius:16px;}
    .image-overlay-unique{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.2),rgba(0,0,0,0.8));z-index:1;border-radius:16px;}
    .image-content-unique{position:relative;z-index:2;text-align:center;padding-bottom:40px;color:#fff;font-family:'Poppins',sans-serif;}
    .image-btn-unique{background:#a79353;color:#000;padding:12px 26px;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:0.3s;}
    .image-btn-unique:hover{background:#c5ae66;}

    .image-shape-unique{position:absolute;bottom:-1px;left:0;width:100%;overflow:hidden;line-height:0;z-index:2;}
    .image-shape-unique svg{position:relative;display:block;width:calc(100% + 1.3px);height:60px;}
    .image-shape-unique path{fill:#ffffff;}

    .image-label-unique{position:absolute;top:10px;left:10px;background:rgba(0,0,0,0.5);padding:6px 12px;border-radius:6px;font-size:14px;z-index:3;color:#fff;}
/* Tab content */
.tab-content {
  flex: 1;
  padding: 30px;
}
.section-card {
  animation: fadeInUp 0.6s ease forwards;
}
.section-card h3 {
  font-size: 20px;
  color: var(--accent);
  margin-bottom: 10px;
}
.section-card p {
  line-height: 1.6;
  text-align: justify;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
th, td {
  border: 1px solid var(--accent);
  padding: 10px;
  text-align: left;
}
th {
  background: var(--accent);
  color: #fff;
}
td {
  background: var(--glass);
}
ul {
  margin-left: 20px;
}
@keyframes fadeInUp {
  from {opacity: 0; transform: translateY(20px);}
  to {opacity: 1; transform: translateY(0);}
}
/*investpage*/
.card { background:#1b1b1b; border:none; border-radius:1rem; color:#00000; }
.metric { text-align:center; padding:1rem; }
.metric h5 { font-size:1rem; color:#aaa; }
.metric h2 { color:#ffd700; }
.table-dark th, .table-dark td { vertical-align:middle; }
.accordion-button { background:#1e1e1e; color:#fff; }
.accordion-body { background:#121212; }
.progress { height:0.8rem; border-radius:1rem; background:#333; }
.progress-bar { background:linear-gradient(90deg,#f1c40f,#ffbf00); }
.timeline { margin-top:1rem; }
.chart-container { position:relative; height:300px; }
.flow-diagram { text-align:center; margin-top:3rem; }
.flow-step { display:inline-block; padding:0.5rem 1rem; border:1px solid #444; border-radius:0.5rem; margin:0.3rem; background:#1b1b1b; }
.arrow::after { content:"→"; margin:0 0.5rem; color:#ffbf00; }

/* Responsive layout */
@media (max-width: 900px) {
  .tabs-container {
    flex-direction: column;
  }
  .tab-buttons {
    flex-direction: row;
    overflow-x: auto;
    border-right: none;
    border-bottom: 2px solid var(--accent);
  }
  .tab-buttons button {
    flex: 1;
    text-align: center;
    border-bottom: none;
    border-right: 1px solid rgba(0,0,0,0.1);
  }
  .tab-content {
    padding: 20px;
  }
}
@media (max-width:768px){ .metric h2{font-size:1.2rem;} }