* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /*font-family: 'Noto Sans Devanagari', sans-serif;*/
  color: #2f2f2f;
  background-color: #fff;
  line-height: 1.6;
  font-family: Poppins,sans-serif!important;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Header */
.header {
  background: #2f7d32;
  color: white;
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.4rem;
  font-weight: 700;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.btn-primary {
  background: #ffd447;
  color: #1a1a1a;
  padding: 8px 15px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

/* Hero Section */
.hero {
  background: url('../images/farm-bg.png') center/cover no-repeat;
  height: 70vh;
  position: relative;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-content {
  text-align: center;
  color: white;
  max-width: 600px;
}

.hero-content h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.btn-secondary {
  display: inline-block;
  background: #ffd447;
  color: #2f2f2f;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
}

/* About Section */
.about {
  background: #fffdf5;
  padding: 60px 15px;
}

.about h2 {
  color: #2f7d32;
  margin-bottom: 20px;
  text-align: center;
}

.about-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.about-content img {
  width: 40%;
  border-radius: 8px;
}

/* Mandi Rates */
.mandi {
  text-align: center;
  padding: 60px 0;
}

.button {
    display: inline-block;
    font-weight: 400;
    color: #f1f5f9;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #102f87;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mandi h2 {
  color: #2f7d32;
  margin-bottom: 20px;
}

.rates {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.rate-box {
  background: #fffdf5;
  padding: 20px 40px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.rate-box h3 {
  margin-bottom: 5px;
}

/* Products */
.products {
  background: #fffdf5;
  padding: 60px 0;
}

.products h2 {
  text-align: center;
  color: #2f7d32;
  margin-bottom: 30px;
}

.product-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.product-card {
  background: white;
  border-radius: 8px;
  padding: 20px;
  width: 250px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.product-card h4 {
  margin-bottom: 10px;
  color: #333;
}

/* Footer */
.footer {
  background: #2f7d32;
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
  }

  .nav-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-content h2 {
    font-size: 1.6rem;
  }
}
{
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.bg_theme{
    background-color:#0053bc;
}
.border_theme{
    border-color: #0053bc;
}
a{
    color:#0053bc;
}
.color_theme{
    color: #0053bc;
}

.navbar_top li.nav-item a.nav-link {
    font-weight: 600;
    color:rgba(0, 0, 0, 0.87)
}
.navbar_top li.nav-item a.nav-link {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
    padding: 10px 20px;
}
.banner_title h1 {
    font-size: 3.75rem;
    font-weight: bold;
}   
.banner_title {
    font-size: 20px;
    font-weight: 500;
}
a.btn.btnstart {
    color: white;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 15px 35px;
    border: 2px solid #0053bc;
}
a.btn.btnstart:hover{
    border: 2px solid #0053bc;
    color: #0053bc;
}
.title h2 {
    font-size: 40px;    
}

.earn_icon {
    flex: 0 60px;
    height: 60px;
    border-radius: 10px;
    padding: 8px;
    margin-right: 10px;
}
.earnbox{
    background: rgb(0 83 188 / 10%);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
}
.box_chooseimg {
    text-align: center;
    border-radius: 50px 50px 0 0;
    padding: 35px;
}

.bg_plate1{
    background-color: #3155c7;
}
.bg_plate2{
    background-color: #5d77e8;
}
.bg_plate3{
    background-color: #8daefd;
}
ul.footer-link li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 0px;
}

ul.footer-link {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer{
    background-color: #e2eaff;
}
.footer-note{
    background: #cbd9fd;
    border-radius: 8px;
    padding: 10px;
    color: #0053bc;
}
.newsletter_main {
    background-image: url(../images/animated-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px;
    color: white;
    border-radius: 50px;
}
.bg_login{
    background:url(../images/bg_login.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
}
.bg_login_innr{
    background: rgb(255 255 255 / 16%);
}
.bg_input{
    background-color: #2a398f;
    color: #fff;
}
.bg_input::placeholder{
    color: #fff;
}
.bg_input:focus{
     background-color: #33439e;
      color: #fff;
     box-shadow: 0 0 0 .25rem rgba(229, 239, 255, 0.25);
}
.sidebar{
    width: 280px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #102f87;
    color: #fff;
    padding: 1rem 0rem;
    transition: left 300ms;
    overflow: auto;
    z-index: 9999;  
}
#sidebar-toggle{
 display: none;
}
#sidebar-toggle:checked ~ .sidebar{
    left: -100%;
}
#sidebar-toggle:checked ~ .main-content header{
    left: 0;
}
#sidebar-toggle:checked ~ .main-content{
   margin-left: 0;
}
.sidebar-brand{
    height: 70px;
}
.sidebar-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}
.brand-icon span{

    font-size: 1.5rem;
    margin-left: 0.5rem;
}

.sidebar-user {
   
    margin: 1rem 0rem 1rem 0rem;
    text-align: center;
}

.sidebar-user img{
    width: 90px;
    height:90px;
    border-radius: 100%;
    margin: auto;
    border:2px solid #efefef;
    border-left:2px solid transparent;
}

.sidebar-user h3{
    font-size: 1rem;
}

.sidebar-user span{
    font-size: 0.8rem;
}
.sidebar-menu {
    margin-top: 2rem;
    padding-left: 1rem;
}

.menu-head{
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    color: #8da2fb;
    margin-bottom: 0.5rem;
}
.menu-toggle {
    width: 70px;
}

.dashboard_title {
    flex: 1;
}

.header-icon {
    width: 50px;
    text-align: right;
}
.sidebar-menu ul{
  margin-bottom: 0.8rem;
  padding: 0;
}
.sidebar-menu ul li a{
    color: #efefef;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.sidebar-menu ul li.active {
    position: relative;
    background: #ffffff;
    border-radius: 50px;
}
.sidebar-menu ul li.active a {
    color: black;
}
.sidebar-menu ul li:hover:before, .sidebar-menu ul li.active:before {
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px;
    background: transparent;
    height: 50px;
    border-radius: 50%;
    box-shadow: 35px 35px 0 10px white;
}
.sidebar-menu ul li:hover:after, .sidebar-menu ul li.active:after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 50px;
    background: transparent;
    height: 50px;
    border-radius: 50%;
    box-shadow: 35px -35px 0 10px white;
}

.sidebar-menu ul li:hover{
    background-color: white;
     border-radius: 50px;
}
.sidebar-menu ul li:hover a{
color: #000;
}
.sidebar-menu ul li {
    padding: 13px;
    position: relative;
    margin-bottom: 2px;
}

.sidebar-menu li a span{
    display: inline-block;
    font-size: 1.5rem;
    margin-right: 0.8rem;
}

header{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 1rem 1.5rem;
    transition: left 300ms;
    position: fixed;
    width: calc(100% - 280px);
    left: 280px;
    top: 0;
    z-index: 20;
    box-shadow: 1px 2px 5px #ccc;

}

.menu-toggle label{
    height: 60px;
    width: 60px;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    border-radius: 50%;
}
.menu-toggle label:hover{
    background-color: #ccc;
}
.header-icon span{
    display: inline-block;
    margin-left: 0.7rem;
    font-size: 1.4rem;
}
.main-content{
    margin-left: 280px;
     transition: margin-left 300ms;
}
main{
    padding: 1.5rem;
    background-color: #f1f5f9;
    min-height: calc(100vh - 70px);
    margin-top: 70px;
}
.btn_survey {
    border: 1px solid #102f87;
    width: 100%;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    color: #102f87;
}
.btn_survey:hover {
    border: 1px solid #102f87;
    width: 100%;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    background-color: #102f87;
    color: #fff;
}
/**/
 .faq-container {
      max-width: 600px;
      margin: auto;
    }

    .faq-container h2 {
      text-align: center;
      font-size: 28px;
      margin-bottom: 20px;
      color: #0d1b2a;
    }
    .search-box {
      display: flex;
      align-items: center;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 10px 15px;
      margin-bottom: 25px;
    }

    .search-box input {
      border: none;
      outline: none;
      flex: 1;
      font-size: 14px;
      color: #666;
    }

    .faq-item {
      background: #fff;
      border-radius: 10px;
      padding: 15px;
      margin-bottom: 15px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }

    .faq-item .icon {
      font-size: 20px;
      margin-top: 3px;
    }

    .faq-content {
      flex: 1;
    }

    .faq-content strong {
      display: block;
      font-size: 15px;
      margin-bottom: 5px;
      color: #111;
    }

    .faq-content p {
      margin: 0;
      font-size: 14px;
      color: #555;
    }

    /* Colors for icons */
    .icon.green { color: #28a745; }
    .icon.blue { color: #007bff; }
    .icon.red { color: #dc3545; }
    .icon.gold { color: #f0ad4e; }
    .icon.purple { color: #6f42c1; }

  .card_widthrawal {
      background: #fff;
      border-radius: 16px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      overflow-x: auto;
    }

    .card_widthrawal h2 {
      margin: 0 0 15px;
      font-size: 1.4rem;
      color: #222;
    }

    .progress-container {
      background: #e9ecef;
      border-radius: 10px;
      height: 12px;
      overflow: hidden;
      margin: 10px 0;
    }

    .progress-bar {
      background:#4267cf;
      height: 100%;
      width: 7%; /* Example: 7% progress */
      border-radius: 10px;
      transition: width 0.3s ease;
    }

    .summary {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 15px;
    }

    .summary span {
      font-size: 1.2rem;
      font-weight: 600;
    }

    .btnwidtra {
      background: #4267cf;
      color: white;
      padding: 10px 18px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-size: 1rem;
      transition: background 0.3s ease;
    }

    .btnwidtra:hover {
      background: #4267cf;
    }

    .card_widthrawal table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
    }

    .card_widthrawal th, .card_widthrawal td {
      padding: 12px;
      border-bottom: 1px solid #eee;
    }

    .card_widthrawal th {
      background: #4267cf;
      color: white;
      text-align: left;
    }

    .card_widthrawal tr:hover {
      background: #f1f5f9;
    }

    .status-paid {
      color: #22c55e;
      font-weight: 600;
    }

    .status-pending {
      color: #eab308;
      font-weight: 600;
    }

    .status-failed {
      color: #dc2626;
      font-weight: 600;
    }

/**/

    .dashboard {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-bottom: 30px;
    }

    .card_team {
      background: white;
      border-radius: 15px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .card-icon {
      width: 50px;
      height: 50px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 20px;
    }
    .commission { background: linear-gradient(135deg, #00b894, #55efc4); }
    .withdrawal { background: linear-gradient(135deg, #d63031, #ff7675); }

    .card-info {
      text-align: right;
    }

    .card-info h2 {
      margin: 0;
      font-size: 28px;
      font-weight: 600;
      color: #333;
    }
    .card-info p {
      margin: 5px 0 0;
      color: #777;
      font-size: 14px;
    }

    .referral {
      margin: 20px 0 10px;
      font-size: 20px;
      color: #2d3436;
    }

    .note {
      font-size: 13px;
      color: #d63031;
      margin-bottom: 15px;
    }
.main_profile {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
 
}
.profile_pik {
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    background-color: #ccc;
    outline: 4px solid #102f87;
    border-radius: 100px;
    margin: auto;
}

.profile_pik img {
    border-radius: 100px;
}
.main_profile input, .main_profile select {
    min-height: 50px;
    border-radius: 10px;
}
.bankform input, .bankform select {
    min-height: 50px;
    border-radius: 10px;
}
.bankform input[type="submit"] {
       background: #406eee;
    color: white;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    width: 100%;
}
.main_profile input[type=submit] {
    background: #406eee;
    color: white;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
/* Standard modern selector */
input[type="file"]::file-selector-button {
  display: none;
}

/* WebKit/Blink fallback */
input[type="file"]::-webkit-file-upload-button {
  display: none;       /* or visibility: hidden; */
  -webkit-appearance: none;
}

/* Firefox older vendor (rare) */
input[type="file"]::-moz-file-upload-button {
  display: none;
}
@media(max-width:767px){
  .navbar_top li.nav-item a.nav-link{
    padding: 10px 0;
  }
}

@media only screen and (max-width: 1023px){

.sidebar{
   left: -100%;
}
.main-content{
    margin-left: 0;
}
header{
    width: 100%;
    left: 0;
}
#sidebar-toggle:checked ~ .sidebar{
    left: 0;
    top: 70px;
}



}