body {
  font-family: 'Poppins', sans-serif;
  background-color: #faf9f6;
  color: #3a2b1f;
  overflow-x: hidden;
}

/* ====== HERO SECTION ====== */
.about-section {
  background: linear-gradient(135deg, #7f4611, #a79353);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to top, #faf9f6, transparent);
}
.about-section h1 {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(90deg, #fff 0%, #f8e6b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-section p {
  max-width: 700px;
  margin: 20px auto;
  font-size: 1.1rem;
  color: #fff9e8;
}
.icon-img {
    max-width: 100%!important;
    max-height: 100%!important;
}

/* ====== WHO WE ARE ====== */
.who-we-are {
  padding: 100px 0;
  background: linear-gradient(145deg, #fff, #fffaf0);
}
.who-we-are img {
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(127, 70, 17, 0.3);
  transition: transform 0.5s ease;
}
.who-we-are img:hover {
  transform: scale(1.05);
}
.who-we-are h2 {
  color: #7f4611;
  font-weight: 700;
  margin-bottom: 20px;
}
.who-we-are p {
  color: #5c4b2d;
  line-height: 1.7;
}

/* ====== MISSION & VISION ====== */
.mission-vision {
  padding: 100px 0;
  background: linear-gradient(180deg, #a7935380, #fff);
}
.mission-vision .card {
  border: none;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  transition: 0.4s ease;
  color: #4a351e;
  box-shadow: 0 5px 15px rgba(127, 70, 17, 0.2);
  border-top: 5px solid #a79353;
}
.mission-vision .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(127, 70, 17, 0.3);
}
.mission-vision .card i {
  font-size: 2.5rem;
  color: #7f4611;
  margin-bottom: 15px;
}
.mission-vision h4 {
  color: #7f4611;
}

/* ====== TEAM SECTION ====== */
.team {
  padding: 100px 0;
  background: linear-gradient(145deg, #fff, #f8f3e4);
}
.team h2 {
  color: #7f4611;
  font-weight: 700;
  margin-bottom: 50px;
}
.team-member {
  text-align: center;
  padding: 20px;
  border-radius: 15px;
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(167, 147, 83, 0.3);
  border-top: 3px solid #a79353;
  height:100%;
}
.team-member:hover {
  transform: translateY(-10px);
  background: #fffaf0;
  box-shadow: 0 0 25px rgba(127, 70, 17, 0.4);
}
.team-member img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #a79353;
  margin-bottom: 15px;
}
.team-member h5 {
  color: #7f4611;
  margin-bottom: 5px;
}
.team-member p {
  color: #a79353;
}
.h7{
    color:#f17c06;
}



.service-item{
    height:320px;
}  

.rownew{
    display:inline-flex;
    width:100%;
}

.newrowchild{
    padding-right: 3rem;
    padding-left: 3rem;
    margin-top: 3rem;
}

.rowchildthree{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-top: 1.5rem;
}

.formobile{
    display:none;
}

.display-4.mb-3.animated.slideInDown{
    color:#000;
}

.navbar-light .navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.hero-header.position-relative.d-flex.align-items-center.text-white.abtpng{
    background: url('/assets/img/orbit.webp') center center / cover no-repeat;
        min-height: 40vh;
}


.hero-header.position-relative.d-flex.align-items-center.text-white.feedbckbnnr{
    background: url('/assets/img/feedback.png') center center / cover no-repeat;
        min-height: 75vh;
}


.hero-header.position-relative.d-flex.align-items-center.text-white{
    background: url('/assets/img/faq.png') center center / cover no-repeat;
        min-height: 75vh;
}
.card-body{
    text-align:center !important;
}

h1.txtcolor{
    color:#000;
    margin-bottom:0;
}

#feedbackForm{
    padding:20px 50px;
}

#feedbackForm h2{
    font-size: 35px;
    color:#cda441;
}

#feedbackForm .col-12{
        margin-top: 35px;
        text-align:center;
}

#feedbackForm .form-control{
    border-radius: 10px;
    margin-bottom: 14px;
    box-shadow: 11px 9px 16px #cda44159;
}

#feedbackForm input.form-control{
    height: 60px;
    
}

.form-control:focus{
    border-color:#cda441;
    box-shadow:none;
}

#feedbackForm .form-select{
    height: 60px;
    border-radius: 10px;
    margin-bottom: 14px;
    box-shadow: 11px 9px 16px #cda44159;
}

.form-select:focus{
    border-color:#cda441;
    box-shadow:none;
}

.form-check-input:focus{
    border-color:#cda441;
    box-shadow:none;
}

.btn-link{
    color:#cda441;
}

.form-check-input:checked{
    background-color: #cda441;
    border-color: #cda441;
}
.rating-stars .star{
    font-size: 90px !important;
}

.rating-stars .star.active, .rating-stars .star:hover, .rating-stars .star:focus{
    color:#cda441 !important;
}

#btnSendFeedback{
    padding: 20px 40px;
    font-size: 26px;
}

.form-check-label , .form-label{
    font-family: cursive;
}

.feedbackmain.mb-5{
    margin-bottom: 9px !important;
}

.invmain h2{
    font-size: 35px;
    color: #cda441;
    text-align:center;
}

.ttlinv.card{
    /*box-shadow: 0 15px 21px #ffd70047;*/
    box-shadow: 0 5px 20px rgb(133 87 2);
    background: #cdc2a063;
}

.avgapy.card{
    /*box-shadow: 0 15px 21px #e2e7ea;*/
    box-shadow: 0 5px 20px rgb(133 87 2);
    background: #cdc2a063;
}

.actpls.card{
    /*box-shadow: 0 15px 21px #79c32663;*/
    box-shadow: 0 5px 20px rgb(133 87 2);
    background: #cdc2a063;
}

.ttlrtn.card{
    /*box-shadow: 0 15px 21px #64b5f669;*/
    box-shadow: 0 5px 20px rgb(133 87 2);
    background: #cdc2a063;
}

.invmain .accordion-button:focus{
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.invmain .accordion-button::after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.invmain .accordion-body p{
    padding:15px 34px;
}



.chart-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.chart-box {
  flex: 1 1 350px;
  box-shadow: 0 5px 20px rgb(133 87 2);
  border-radius: 1rem;
  padding: 1rem;
  
  color: #fff;
}
.chart-box h2 {margin-bottom: .8rem; }
canvas { width: 100% !important; height: auto !important; }

.timeline-box {
  flex: 1 1 350px;
  border-radius: 1rem;
  padding: 1rem;
  color: #000;
  box-shadow: 0 5px 20px rgb(133 87 2);
}
.timeline-box h2 {text-align: center; margin-bottom: .8rem; }
.mattimelineprg { font-size: .9rem; margin-bottom: 1rem; }

.bg-info {background: linear-gradient(90deg,#3b82f6,#60a5fa)!important;}
.bg-warning {background: linear-gradient(90deg,#facc15,#f59e0b)!important;}


.chart-box:hover, .timeline-box:hover{
    background: rgba(255, 215, 0, 0.1);
    transform: translateY(-4px);
}

.ttlinv.card:hover, .avgapy.card:hover, .actpls.card:hover, .ttlrtn.card:hover{
    background: rgba(255, 215, 0, 0.1);
}
#lineChart{
    margin-top:25%;
}
.mattimelineprg.fst{
    margin-top:25%;
}



.mattimelineprg.mb-2{
    margin-bottom: 30px !important;
}

.mattimeline.mt-5{
    padding: 1% 13%;
}



.mudrika-innovation {
      background: linear-gradient(180deg, #a79353, #835501e3);
    color: #fff;
    padding: 80px 14%;
    /* font-family: 'Inter', sans-serif; */
    line-height: 1.7;
}
.mudrika-innovation h1 {
  font-size: 2.4rem;
  color: #ffd700;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.mudrika-innovation h1 span { color: #f4e08a; }
.mudrika-innovation h3 {
  text-align: center;
  font-weight: 400;
  color: #f0f0f0;
  margin-bottom: 60px;
}
.innovation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}
.innovation-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  padding: 25px 20px;
  border-radius: 12px;
  transition: 0.3s;
}
.innovation-card:hover {
  background: rgba(255, 215, 0, 0.1);
  transform: translateY(-4px);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}
.innovation-card h2 {
  color: #ffe06c;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.innovation-card p { margin: 8px 0; }
.visual {
  margin-top: 10px;
  font-style: italic;
  color: #ffdf6b;
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.95rem;
}

.faqmain h1 {
  text-align: center;
  color: #cda441;
  font-size: 2.4rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.faqmain h2.subtitle {
  text-align: center;
    color: #cda441;
    font-weight: 400;
    margin-bottom: 50px;
    font-size: 23px;
}

/* ====== FAQ Accordion ====== */
.faq-item {
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 6px;
    border-radius: 0;
  border:none;
  overflow: hidden;
  transition: 0.3s;
}
.faq-item:hover {
  border-color: #ffd700;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.25);
}

.faq-question {
  cursor: pointer;
  padding: 30px 25px;
  font-size: 1.05rem;
  position: relative;
  color: #fff;
    background: #a79353;
}
.faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 34%;
  font-size: 1.4rem;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 25px 18px;
    color: #000;
    line-height: 1.7;
    font-size: 0.95rem;
    background: #fff;
}

.faq-item.active .faq-answer {
  display: block;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}


.crptomain h2 {
      text-align: center;
      margin-bottom: 20px;
      font-size: 35px;
    color: #cda441;
    }
    
    .crptomain .coin {
      box-shadow: 0 5px 20px rgb(133 87 2);
        background: #cdc2a063;
    }
    .crptomain .coin:hover {
      background: rgba(255, 215, 0, 0.1);
    }
    .crptomain .coin strong {
      display: block;
      color: #ffd700;
      font-size: 18px;
    }
    .crptomain .coin span {
      color: #ffffff;
      font-size: 16px;
    }
    
    .crptomain .controls {
      text-align: center;
    margin-bottom: 25px;
    display: flex;
    gap: 50px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    }
    
    .crptomain .form-select{
        height: 60px;
    border-radius: 10px;
    margin-bottom: 14px;
    box-shadow: 11px 9px 16px #cda44159;
    }
    
    .autoupdt {
      text-align: center;
      margin-top: 30px;
      color: #cda441;
      font-size: 13px;
    }
    
    .marketchart-box{
        box-shadow: 0 5px 20px rgb(133 87 2);
    border-radius: 1rem;
    padding: 1rem;
    color: #fff;
    }
    
    .marketchart-box:hover{
        background: rgba(255, 215, 0, 0.1);
    }
    
    .card.mx-auto{
        box-shadow: 0 5px 20px rgb(133 87 2);
    border-radius: 1rem;
    padding: 20px 70px;
    
    }
    .card.mx-auto:hover{
        background: rgba(255, 215, 0, 0.1);
    }
    
    .card.mx-auto .mtinfo{
        display:inline-flex;
        width:100%;
        margin-bottom:20px;
    }
    
    .card.mx-auto .mtinfolbl{
        width:30%;
        font-weight:bold;
    }
    
    .card.mx-auto .mtinfovlu{
        width:70%;
    }
    
    .crptomain.mudramain #priceBox h2{
        text-align: center;
    margin-bottom: 2px;
    font-size: 26px;
    color: #cda441;
    }
    
    
    
    
    
    
    
    