
.card-change {
  	font-family: 'Fredoka One', sans-serif !important;
  margin-top: 50px !important;

  /* Solid comic background */
  background: #d7caa7 !important;

  /* Rounded edges */
  border-radius: 15px;

  /* Comic-style bold borders */
  border-left: 6px solid #000;
  border-bottom: 6px solid #000;
  border-top: 6px solid #000;

  /* Hard comic shadow (like hand-drawn offset) */
  box-shadow: 8px 8px 0px #000;

  width: 500px !important;
  transition: transform 0.15s ease;
}



@media screen and (max-width: 786px) {
  .card-change {
    border: 2px solid rgba(205, 164, 122, 0.6);
    border-left: 6px solid #000;
    border-bottom: 6px solid #000;
    border-top: 6px solid #000;
    margin-top: 90px !important;
    width: 500px !important;
  }
}

/* Progress bar - Brown theme */
.section2__progressBar {
  background: rgba(139, 90, 43, 0.3) !important;
  border-radius: 15px !important;
  height: 25px !important;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(205, 164, 122, 0.5);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
}

.section2__progressBarRect {
  height: 100%;
  background: linear-gradient(90deg, #228B22, #32CD32, #7CFC00);
  border-radius: 15px;
  width: 0;
  transition: width 0.6s ease-in-out;
  box-shadow: 0 0 15px rgba(50, 205, 50, 0.6);
}

.section2__progressBarPoint {
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #D2B48C;
  font-weight: bold;
}

/* Live badge - Brown theme */
.live-badge {
  background: linear-gradient(135deg, rgba(139, 90, 43, 0.8), rgba(101, 67, 33, 0.9));
  border: 1px solid rgba(205, 164, 122, 0.6);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 15px rgba(101, 67, 33, 0.5);
}

.dot {
  width: 8px;
  height: 8px;
  background: #32CD32;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(50, 205, 50, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(50, 205, 50, 0); }
  100% { box-shadow: 0 0 0 0 rgba(50, 205, 50, 0); }
}

/* Funds raised badge - Comic Style */
.funds-raised-badge {
	font-family: 'Fredoka One', sans-serif !important;
  background: #4b9874 !important;   /* flat greenish comic color */
  width: 400px;
  padding: 15px;
  text-align: center;

  /* Square with comic outline */
  border: 4px solid #000;
  border-top: 6px solid #000;
  border-left: 6px solid #000;

  /* Pop-out comic shadow */
  box-shadow: 6px 6px 0px #000;

  /* Remove rounded edges */
  border-radius: 0;

  transition: transform 0.15s ease;
}



/* Price badge - Brown theme */
.price-badge {
  backdrop-filter: blur(14px);
  background: linear-gradient(135deg, rgba(139, 90, 43, 0.7), rgba(101, 67, 33, 0.8));
  border-radius: 24px;
  border: 1px solid rgba(205, 164, 122, 0.6);
  box-shadow: 0 6px 20px rgba(101, 67, 33, 0.5);
  padding: 10px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-badge:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(139, 90, 43, 0.7);
}

/* Purchase box - Brown glassmorphism */
.purchase-box {
  background: linear-gradient(135deg, rgba(139, 90, 43, 0.4), rgba(101, 67, 33, 0.5));
  border-radius: 20px;
  backdrop-filter: blur(15px) saturate(150%);
  -webkit-backdrop-filter: blur(15px) saturate(150%);
  box-shadow: 0 8px 25px rgba(101, 67, 33, 0.3);
  border: 1px solid rgba(205, 164, 122, 0.4);
  padding: 10px;
  max-width: 450px;
  margin: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.purchase-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(101, 67, 33, 0.5);
}

/* Input styling - Brown theme */
.input-icon-wrap {
  width: 100% !important;
  height: 35px !important;
  align-items: center;
  background: rgba(101, 67, 33, 0.6);
  border: 1px solid rgba(205, 164, 122, 0.6);
  border-radius: 10px;
  padding: 0px 15px;
  color: #ffffff;
  transition: all 0.3s ease;
}

.input-icon-wrap:focus-within {
  border: 1px solid #D2B48C;
  box-shadow: 0 0 15px rgba(210, 180, 140, 0.5);
}

.input-with-icon {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: #ffffff !important;
  width: 100% !important;
  font-weight: bold;
}

.input-with-icon::placeholder {
  color: rgba(255, 255, 255, 0.7);
}





/* Funds progress wrapper - Brown theme */
.funds-progress-wrapper {
  background: linear-gradient(135deg, rgba(139, 90, 43, 0.4), rgba(101, 67, 33, 0.5));
  border-radius: 20px;
  backdrop-filter: blur(15px) saturate(150%);
  -webkit-backdrop-filter: blur(15px) saturate(150%);
  box-shadow: 0 8px 25px rgba(101, 67, 33, 0.3);
  border: 1px solid rgba(205, 164, 122, 0.4);
  max-width: 650px;
  margin: auto;
}

/* Heading title color - Light brown/tan */
.heading-title {
  color: #ffffff !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight:400
  
}


.section2__progressBarPoint--start,
.section2__progressBarPoint--end {
  color: #D2B48C;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}


.funds-text {
  font-size: 18px;
  color: #F5DEB3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

@media (max-width: 768px) {
  .funds-text {
    font-size: 12px !important;
  }
  
  .funds-progress-wrapper {
    width: 340px !important;
    margin-left: -20px;
  }
}

.conbtn {
  font-weight: 700 !important;
 background-color: #01552a !important;
  color: #ffffff !important;
  font-size: 24px !important;
  border-radius: 10px;
  border: 3px solid #f2f2f2 !important;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out
}

.conbtn:hover {
  border: 2px solid #ffffff !important;
  background-color: linear-gradient(45deg, #3e8326, #158015) !important;
  color: #21345e !important;
}

.conbtn1:hover {
  background-image: linear-gradient(to right, #ddaaed, #a944c5) !important;
}

.conbtn2:hover {
  background-image: linear-gradient(to right, #f89090, #ed3333) !important;
}

.conbtn3:hover {
  background-image: linear-gradient(to right, #a1c7fd, #1b6afd) !important;
}




/* Additional brown theme elements */
.poppins-bold, .poppins-semibold, .poppins-regular {
  color: #F5DEB3;
}

/* Claimable tokens section styling */
.claimable-tokens {
  background: linear-gradient(135deg, #228B22, #32CD32);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(34, 139, 34, 0.4);
}

/* Network switch styling */
.network-switch {
  background: linear-gradient(135deg, rgba(205, 164, 122, 0.8), rgba(139, 90, 43, 0.9));
  color: #ffffff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid rgba(210, 180, 140, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Powered by section */
.powered-by {
  color: #D2B48C;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.powered-by img {
  opacity: 0.8;
  filter: sepia(30%) saturate(50%) hue-rotate(15deg);
}
















