:root {
    --primary: #273574;
    --primary-dark: #5a6fd8;
    --gradient: linear-gradient(135deg, #273574, #5a6fd8);
}
/********************************
  GLOBAL
*********************************/
body.auth {
  background: #f0f0f0;
  font-family: 'Poppins', sans-serif;
}
/********************************
  LOGIN PAGE
*********************************/
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #f0f0f0;
}
.login-box {
  width: 100%;
  max-width: 450px;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.tp-login-top {
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
}
.log-logo {
  margin-bottom: 10px;
}
.tp-login-input {
  margin-bottom: 18px;
  position: relative;
}
/* Inputs & Selects (Equal Height) */
.tp-login-input input,
.tp-login-input select {
  width: 100%;
  padding: 10px 20px;
  border: 2px solid #e8ecf4;
  border-radius: 12px;
  height: 52px;
  background: #fff;
  font-size: 15px;
  transition: all 0.25s ease-in-out;
}
/* Select Fix */
.tp-login-input select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
/* Focus Effect */
.tp-login-input input:focus,
.tp-login-input select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(39,53,116,0.15);
  outline: none;
}
/* Password Eye Icon */
.tp-login-input-eye {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  font-size: 1.2rem;
  transition: color 0.2s ease;
}
.tp-login-input-eye:hover {
  color: var(--primary);
}
/* Login Button */
.tp-login-btn {
  background: linear-gradient(135deg, #273574, #5a6fd8);
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
  width: 100%;
  border: none;
  color: #fff;
  transition: 0.25s ease-in-out;
}
.tp-login-btn:hover {
  background: #1b2656;
}
/* External Small Link */
.external-link {
  text-align: center;
  margin: 10px 20px 0;
}
.external-link a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
}
/********************************
  SIGNUP PAGE
*********************************/
.signup-container {
  background: #f0f0f0;
}
.signup-wrapper {
  width: 100%;
  max-width: 900px;
  padding: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  margin: auto;
}
/* Form Switch Animation */
.form-container {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 0;
  overflow: hidden;
}
/* Toggle Text */
.toggle-text {
  text-align: center;
  margin-top: 30px;
}
.toggle-link {
  color: var(--primary);
  font-weight: 600;
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
}
/* Extra Text */
.convince-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  text-align: center;
  max-width: 700px;
  margin: 10px auto;
}
/********************************
  HOME LINK ANIMATION
*********************************/
.home-link {
  font-weight: 600;
  position: relative;
  transition: 0.3s ease-in-out;
}
.home-link:hover {
  padding-left: 6px;
  color: var(--primary) !important;
}
.home-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--primary);
  left: 0;
  bottom: -3px;
  transition: width 0.3s ease-in-out;
}
.home-link:hover::after {
  width: 100%;
}
/********************************
  RESPONSIVE FIX
*********************************/
@media (max-width: 576px) {
  .login-box,
  .signup-wrapper {
    padding: 25px;
  }
  .convince-text {
    font-size: 1rem;
  }
}
/********************************
  Dashboard .al-testimonial-shop-designation
*********************************/
.ideas-br {
    position: relative;
   background:#eaf0fe;
    border-radius: 10px;
    padding: 1px 1px 1px 1px; /* space for the vertical strip */
    margin-bottom: 20px;
}
.ideas-br-top{
 padding: 6px 25px;
}
.ideas-br .browid {
   /*  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-weight: 600;*/
     color: #093b80;
    font-size: 13px;
}
.filter-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter-category-list li {
    padding: 6px 0;
}
.tp-sidebar-widget-content ul.filter-category-list li{
   margin-bottom: 0;
  }
.filter-category-list label {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 5px 6px;
    border-radius: 6px;
    transition: background 0.2s ease-in-out;
    font-size: 18px;
}
.filter-category-list label:hover {
    background: #f1f1f1;
}
.filter-category-list input {
    margin-right: 10px;
}
.cat-title {
    flex: 1;
    color: #333;
}
.cat-count {
    color: #666;
}
.ideas-br .card{
  border-radius: 30px 0 10px 10px;
  border: none;
}
.idea-cover {
    width: 100%;
    height: 120px;              /* adjust as needed */
    border-radius: 10px;
    overflow: hidden;
    background: #f1f1f1;
}
.idea-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* THIS makes it a cover image */
    object-position: center;
    display: block;
}
.idea-cover {
    height: 100%;
    min-height: 160px;
}
.ideas-br .category{
  background: #c5ceff; color: #212e6b; font-size: 12px; font-weight: 300; padding:2px 6px; border-radius: 6px;
}
.ideas-br h3{
  font-size:30px; color: #212e6b;
}
.ideas-br .campaign-description{
  font-size: 18px;line-height: 24px;
}
.author-profile{
  font-size: 14px;
}
.process{
 font-weight: 300;
}
.process div{ line-height: 24px;}
/* .process .process-team{
 border-left:  1px dashed #ccc;  border-right:  1px dashed #ccc;
} */
@media (max-width: 992px) {
    .process { gap: 0.5rem !important; }
}
@media (max-width: 576px) {
    .process { gap: 0.25rem !important; }
}
.process span{
     font-weight: 500;
}
.support-doc{
  padding: 10px 10px 0; border-top: 1px solid #ccc;
}
.support-doc img{
  width: 24px; border: 1px dotted #ccc; transition: transform 0.25s ease-in-out;
}
.support-doc a:hover img {
     transform: scale(1.5); /* increase size */
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4));
}
.support-doc span,
.support-doc a,
.support-doc img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.tp-color-variation-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    overflow: visible !important; /* ensure tooltip shows outside */
}
/* Image Hover Zoom */
.tp-color-variation-btn img {
    width: 32px;
    transition: transform .25s ease-in-out;
}
.tp-color-variation-btn:hover img {
    transform: scale(1.25);
}
/* Tooltip Styling */
.tp-color-variation-tootltip {
    position: absolute;
    top: -45px; /* pushed below icon */
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    z-index: 9999; /* make sure it's above everything */
    transition: opacity .25s ease, transform .25s ease;
}
.tp-color-variation-tootltip::before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid var(--tp-common-black);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
/* Show tooltip on hover */
.tp-color-variation-btn:hover .tp-color-variation-tootltip {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.tp-product-details-query{
      padding: 9px 0;
    margin-top: 25px;
    border-bottom: 1px solid rgba(77, 61, 48, 0.1);
    border-top: 1px solid rgba(77, 61, 48, 0.1);
}
.tp-team-it-content{ padding: 20px;}
.upload-box .upload-area {
   border: 2px dashed #ccc;
   padding: 30px;
   border-radius: 10px;
   background: #f8f8f8;
   cursor: pointer;
   position: relative;
   transition: 0.3s ease;
}
.upload-box:hover .upload-area {
   border-color: #000;
   background: #eaeaea;
}
.upload-icon {
   font-size: 50px;
   opacity: 0.5;
   transition: 0.3s;
}
.upload-box:hover .upload-icon {
   opacity: 1;
   transform: scale(1.1);
}
.upload-area input {
   width: 100%;
   height: 100%;
   opacity: 0;
   position: absolute;
   top: 0;
   left: 0;
   cursor: pointer;
}
/* Dashboard css */
      .profile-hero-sidebar {
         background: rgba(255,255,255,0.97);
         padding: 30px 20px;
         border-radius: 28px;
         box-shadow: 0 20px 60px rgba(0,0,0,0.15);
         backdrop-filter: blur(12px);
         z-index:1;
      }
      .profile-avatar {
        width: 80px; height: 80px;
         border-radius: 50%;
         object-fit: cover;
         border: 4px solid rgba(255,255,255,0.5);
         box-shadow: 0 0px 30px rgba(0,0,0,0.18);
      }
      .upload-btn {
         position: absolute;
         bottom: 5px;
         right: 5px;
         background: white;
         color: var(--primary);
         width: 24px;
         height: 24px;
         border-radius: 50%;
         font-size: 1rem;
         cursor: pointer;
         box-shadow: 0 10px 30px rgba(0,0,0,0.3);
          display: flex;            /* Add */
          align-items: center;      /* Add */
          justify-content: center;  /* Add */
      }
      .upload-btn:hover { background: var(--primary-dark); color: white; transform: scale(1.15); }
      .profile-info-card, .stats-card, .activity-card, .achievements-card {
         margin-bottom: 30px;
      }
      .profile-hero-sidebar .position-relative {
    flex-shrink: 0; /* Prevent shrinking */
}
.profile-avatar {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}
      .profile-hero-sidebar h2{  font-size: 1rem; }
      /* .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; } */
      .info-box { position: relative; margin-bottom: 10px;}
      .info-label { font-weight: 600; color: #555; font-size: 0.95rem; }
      .info-value { font-size: 1rem; margin-top: 8px; color: #222; font-weight: 300; border: 1px solid #ccc; background: #fff; padding:6px 10px;border-radius: 8px;}
      .not-set { color: #999; font-style: italic; }
      .edit-pencil {
         position: absolute; bottom: 12px; right: 18px;
         color: var(--primary); font-size: 1rem; cursor: pointer; opacity: 0.7;
      }
      .edit-pencil:hover { opacity: 1; transform: scale(1.3); }
      /* .stats-grid {
         display: grid;
         grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
         gap: 24px;
      } */
      .stat-item {
         background: linear-gradient(135deg, #f8f9ff, #eef0ff);
         border-radius: 20px;
         padding: 30px 20px;
         text-align: center;
         transition: 0.4s;
         border: 1px solid rgba(39,53,116,0.1);
      }
      .stat-item:hover { transform: translateY(-10px); }
      .stat-item i { font-size: 3rem; background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
      .stat-item h3 { font-size: 2.8rem; font-weight: bold; background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
      .activity-item {
         padding: 18px 0;
         border-bottom: 1px dashed #ddd;
         display: flex; align-items: center; gap: 16px;
      }
      .activity-item:last-child { border-bottom: none; }
      .badge {
         display: inline-block;
         padding: 8px 16px;
         border-radius: 50px;
         font-size: 0.85rem;
         font-weight: 600;
      }
      .badge-gold { background: linear-gradient(45deg, #f9d423, #ff4e50); color: white; }
      .badge-silver { background: linear-gradient(45deg, #c0c0c0, #e5e5e5); color: #333; }
      .badge-bronze { background: linear-gradient(45deg, #cd7f32, #d98c48); color: white; }
      @media (max-width: 992px) {
         .profile-hero-sidebar { position: static !important; margin-bottom: 50px; }
      }
      @media (max-width: 576px) {
         .profile-avatar { width: 160px; height: 160px; }
         .stats-grid { grid-template-columns: 1fr 1fr; }
      }
      /* Bio */
#profileBio {
    resize: none;
    border-radius: 10px;
    border: 1px solid #ddd;
}
/* Change Password Section */
#changePasswordForm input {
    border-radius: 8px;
    border: 1px solid #ccc;
    height: 40px; line-height: 4px;
}
/* Buttons */
.btn-primary,
.btn-warning,
.btn-outline-secondary {
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 0.85rem;
}
/* Divider */
hr {
    border-top: 1px solid #ececec;
}
/* Responsive Improvements */
@media (max-width: 768px) {
    .profile-avatar {
        width: 110px;
        height: 110px;
    }
    .upload-btn {
        width: 42px;
        height: 42px;
        font-size: 1.2rem;
    }
    .user-meta h2 {
        font-size: 1.2rem;
    }
}
#profileBioForm textarea.tp-textarea {
    height: 160px;
}
.form-text{
  font-size: 12px; color:#f00; font-weight: 300; line-height: 14px;
}
.changpassword {
         background: rgba(255,255,255,0.97);
         padding: 10px 20px 20px;
         border-radius: 28px;
         box-shadow: 0 5px 10px rgba(0,0,0,0.09);
         backdrop-filter: blur(12px);
         z-index:1;
      }
      .badge-external{
        font-size: 14px;
      }
  input[type="text"].swal2-input, div:where(.swal2-container) .swal2-input {
    /* width: auto; */border: 1px solid #ccc;
    margin: 0;
}
.al-blog-seo-item p{
  line-height: 18px;
}
.al-blog-seo-content{
  padding: 0 10px;
}
.al-blog-seo-category a{
  font-size: 10px;
}
/* Idea details */
/* ============================
   Main Glass Card
============================ */
/* PAGE WRAPPER – must allow scroll */
.page-content {
    overflow: visible;
}
/* PRODUCT DETAILS SECTION */
.product-details {
    position: relative;
}
/* STICKY GLASS CARD */
.tp-product-details-wrapper.glass-card {
    position: sticky;        /* 🔑 STICKY */
    top: 20px;               /* 🔑 REQUIRED */
    width: 100%;
    max-width: 420px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 16px;
    padding: 20px;
    z-index: 10;
}
.tp-product-details-wrapper {
    position: relative;
}
@media (min-height: 800px) {
    .tp-product-details-wrapper {
        margin-top: 120px;
    }
}
/* OPTIONAL: inner spacing */
.tp-product-details-wrapper h4 {
    margin-bottom: 12px;
}
.tp-product-details-wrapper .meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 12px;
    background: rgba(255,255,255,.75);
    font-size: 13px;
}
/* BOOTSTRAP FIXES */
.row,
.col,
[class*="col-"] {
    overflow: visible !important;
}
/* MOBILE FALLBACK */
@media (max-width: 768px) {
    .tp-product-details-wrapper.glass-card {
        position: static;   /* disable sticky on mobile */
        max-width: 100%;
        margin-top: 20px;
    }
}
/* ============================
   Title
============================ */
.tp-product-details-title {
    font-size: 32px;
    font-weight: 800;
    color: #222;
    line-height: 1.3;
}
/* ============================
   Category Badges
============================ */
.tp-product-details-inventory .category {
    display: inline-block;
    background: #a7e3e3;
    color: #273574;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    margin-right: 6px;
    text-decoration: none;
    border: 1px solid #d7e2ff;
}
/* Hover Effect */
.tp-product-details-inventory .category:hover {
    background: #273574;
    color: #fff;
    transition: 0.3s;
}
/* ============================
   Description Paragraph
============================ */
.idea-description {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.8;
    border-radius: 14px;
}
/* ============================
   Supported Documents Block
============================ */
.tp-product-details-variation h4{
  font-size: 20px; font-weight: 400; margin-bottom: 0;
}
.tp-product-details-variation-list .document-item {
    width: 30px;
    height: 30px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 2px;
    transition: 0.3s;
}
.tp-product-details-variation-list .document-item img {
    width: 38px;
    height: auto;
}
.tp-product-details-variation-list .document-item span {
    font-size: 12px;
    font-weight: 400;
    color: #273574;
    line-height: 14px;
}
/* Hover Effect */
.tp-product-details-variation-list .document-item:hover {
    transform: translateY(-6px);
}
/* ============================
   Meta Info Section
============================ */
.meta-item {
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    gap: 5px;
    font-weight: 300;
    color: #222;
}
.meta-item span {
    color: #273574;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
/* ============================
   Responsiveness
============================ */
@media (max-width: 768px) {
    .tp-product-details-wrapper {
        padding: 25px !important;
    }
    .tp-product-details-title {
        font-size: 26px;
    }
    .meta-item p {
        font-size: 18px;
    }
}
.idea-img{
  background: #9ce5da;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 20px;
}
.fund-progress-row {
    display: flex;
    align-items: center;
    gap: 16px;
}
.circle-wrap {
    position: relative;
    width: 60px;
    height: 60px;
}
.circle-wrap svg {
    transform: rotate(-90deg);
}
.circle-wrap circle {
    fill: none;
    stroke-width: 15;
}
.circle-wrap .bg {
    stroke: rgba(0,0,0,0.1);
}
.circle-wrap .progress {
    stroke-linecap: round;
    stroke-dasharray: 327;
    stroke-dashoffset: 327;
    transition: stroke-dashoffset .6s ease;
}
/* CENTER TEXT */
.center-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-text .percent {
    font-size: 16px;
    font-weight: 600;
}
.fund-info h3{
  font-size: 30px;
}
.fund-info h4{
  font-size: 30px;
  font-weight: 300;
  color:#666
}
.share-btn {
     display: flex;        /* flex container */
    flex-direction: column;  /* row is default, can skip */
    gap: 12px;            /* space between buttons */
    align-items: center;  /* vertical center */
    margin-top: 16px;
}
/* SHARE BUTTON */
.btn-share {
    padding: 8px 20px;
    background-color: #83ceff;
    color: #121958;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
}
.btn-share:hover {
    background-color: #2a80b9;
    transform: translateY(-2px);
    color: #fff;
}
/* DONATE BUTTON */
.btn-donate {
    padding: 8px 20px;
    background-color: #121958;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
     width: 100%;
}
.btn-donate:hover {
    background-color: #005ba5;
    transform: translateY(-2px);
}
/* RESPONSIVE: stack on small screens */
@media (max-width: 576px) {
    .share-btn {
        flex-direction: column;
        gap: 8px;
    }
}
.tab-content{
  font-weight: 300;
}
.reviews-section {
    margin: auto;
    font-family: sans-serif;
    color: #333;
    margin-top: 30px;
}
.review-card {
    position: relative;
    padding: 12px 16px 12px 50px;
    margin-bottom: 12px;
}
/* ICON */
.review-card::before {
    content: "\f075"; /* comment icon */
    font-family: "Font Awesome 6 Pro"; /* IMPORTANT */
    font-weight: 400; /* solid = 900 */
    position: absolute;
    left: 12px;
    top: 12px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #3498db;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.reviewer {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 500;
}
.reviewer span.name{
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
}
span.date{
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 500;
}
.rating {
    color: #f1c40f;
    font-size: 14px;
}
.review-text {
    font-size: 14px;
    margin: 0;
}
.review-form h5 {
    margin-bottom: 10px;
    font-weight: 600;
}
.review-form input,
.review-form select,
.review-form textarea {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.review-form button {
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    background-color: #3498db;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}
.review-form button:hover {
    background-color: #2a80b9;
}
/*-----------------------Dashboard---------------------*/
/* TOP BAR */
.mij_topbar{
    background:#fff;
    height:72px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 40px;
    box-shadow:0 2px 8px rgba(0,0,0,.04);
}
.mij_logo{
    font-size:28px;
    font-weight:700;
    color:#e23744;
}
.mij_search{
    width:480px;
}
.mij_search input{
    width:100%;
    padding:12px 16px;
    border-radius:6px;
    border:1px solid #ddd;
}
.mij_user{
    display:flex;
    align-items:center;
    gap:8px;
}
.mij_user img{
    width:34px;
    height:34px;
    border-radius:50%;
}
/* PAGE */
.mij_page{
    max-width:1180px;
    margin:30px auto;
    position:relative;
}
/* FLOATING LEFT CARD */
.mij_suggested{
    position:absolute;
    left:-260px;
    top:60px;
    width:240px;
    background:#fff;
    border-radius:12px;
    padding:14px;
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}
.mij_suggested h4{
    font-size:13px;
    color:#999;
    margin-bottom:12px;
}
.mij_suggested_item{
    display:flex;
    gap:10px;
    margin-bottom:14px;
}
.mij_suggested_item img{
    width:40px;
    height:40px;
    border-radius:50%;
}
.mij_suggested_item small{
    color:#888;
    font-size:12px;
}
/* PROFILE STRIP */
.mij_profile_strip{
    background:#fff;
    border-radius:12px;
    padding:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.mij_profile_left{
    display:flex;
    gap:16px;
    align-items:center;
}
.mij_profile_left img{
    width:84px;
    height:84px;
    border-radius:50%;
}
.mij_profile_left h2{
    font-size:22px;
}
.mij_profile_left p{
    font-size:14px;
    color:#777;
}
.mij_foodie_badge{
    background:#e23744;
    color:#fff;
    font-size:12px;
    padding:4px 10px;
    border-radius:20px;
    display:inline-block;
    margin-top:6px;
}
.mij_profile_stats{
    display:flex;
    gap:32px;
    text-align:center;
}
.mij_profile_stats strong{
    font-size:40px;
    font-weight: 400;
}
/* MAIN GRID */
.mij_main{
    margin-top:20px;
    display:grid;
    grid-template-columns:240px 1fr;
    gap:20px;
}
/* LEFT MENU */
.mij_menu{
    background:#fff;
    border-radius:12px;
    padding:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}
.mij_menu a{
    display:flex;
    justify-content:space-between;
    padding:10px 0;
    text-decoration:none;
    color:#444;
    font-size:14px;
}
.mij_menu a span{
    background:#edf2ff;
    padding:2px 8px;
    border-radius:20px;
    font-size:12px;
}
/* RIGHT CONTENT */
.mij_card{
    background:#fff;
    border-radius:14px;
    padding:20px;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
}
.mij_level{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.mij_level strong{
    font-size:26px;
}
.mij_progress{
    height:10px;
    background:#eee;
    border-radius:20px;
    margin-top:12px;
    overflow:hidden;
}
.mij_progress span{
    display:block;
    height:100%;
    width:72%;
    background:#4caf50;
}
/* RESPONSIVE */
@media(max-width:900px){
    .mij_page{
        padding:0 14px;
    }
    .mij_suggested{
        display:none;
    }
    .mij_main{
        grid-template-columns:1fr;
    }
}
/* ==============================
   IDEAS & ACTIVITY SECTION
================================ */
.ideas-activity-section {
    width: 100%;
    font-family: 'Poppins', sans-serif;
}
/* ==============================
   IDEA CARD
================================ */
.idea-card {
    background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.75));
    backdrop-filter: blur(14px);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.6);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    padding: 20px 22px;
    margin-bottom: 24px;
    transition: all .3s ease;
}
.idea-card.expanded .idea-body {
    display: block;
}
.idea-card.collapsed .idea-body {
    display: none;
}
/* ==============================
   IDEA HEADER
================================ */
.idea-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.idea-header strong {
    color: #222;
}
.idea-header .badge {
    border-radius: 18px;
}
.status-submitted {
    background: linear-gradient(135deg,#adb5bd,#6c757d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.status-review {
    background: linear-gradient(135deg,#ffe066,#ffc107);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.status-approved {
    background: linear-gradient(135deg,#38d9a9,#28a745);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.status-funded {
    background: linear-gradient(135deg,#339af0,#007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* ==============================
   STATUS BADGE
================================ */
.status-badge {
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    background: linear-gradient(135deg,#6a11cb,#2575fc);
    color:#fff;
    box-shadow: 0 6px 18px rgba(106,17,203,.35);
}
.cata-badge {
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    background: linear-gradient(135deg,#4d2f6d,#22385e);
    color:#fff;
    box-shadow: 0 6px 18px rgba(106,17,203,.35);
}
/* ==============================
   IDEA BODY
================================ */
.idea-body {
    padding-top: 10px;
}
/* ==============================
   TIMELINE STEPS
================================ */
.timeline-steps {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 25px;
    position: relative;
}
.timeline-step {
    flex: 1;
    text-align: center;
    position: relative;
}
.timeline-step::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,#00c6ff,#0072ff);
    opacity:.4;
    z-index: 0;
}
.timeline-step:last-child::after {
    display: none;
}
/* step icon */
.timeline-step-icon {
    width: 32px;
    height: 32px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative;
    z-index: 1;
    color: #fff;
}
/* states */
.timeline-step.completed .timeline-step-icon,
.timeline-step.current .timeline-step-icon {
    background: linear-gradient(135deg,#00c6ff,#0072ff);
    box-shadow: 0 0 0 6px rgba(0,114,255,.12);
    animation: pulse 1.8s infinite;
}
.timeline-step.rejected .timeline-step-icon {
    background: linear-gradient(135deg,#ff4b2b,#ff416c);
    animation:none;
}
@keyframes pulse{
    0%{box-shadow:0 0 0 0 rgba(0,114,255,.3)}
    70%{box-shadow:0 0 0 10px rgba(0,114,255,0)}
    100%{box-shadow:0 0 0 0 rgba(0,114,255,0)}
}
.timeline-step-label {
    font-size: 13px;
    color: #555;
    font-weight: 500;
}
/* ==============================
   STATUS NOTE
================================ */
.special-note {
    background: linear-gradient(135deg,#eef5ff,#f9fbff);
    border-left: 5px solid #2575fc;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.special-note strong {
    color: #2575fc;
}
.special-note.rejected {
    background: linear-gradient(135deg,#ffecec,#fff6f6);
    border-left-color:#dc3545;
}
.special-note.rejected i {
    color:#dc3545;
}
/* ==============================
   TIP ALERT
================================ */
.tip-alert {
    background: linear-gradient(135deg,#fff1c1,#fff8e1);
    border-left: 4px solid #ffc107;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 13.5px;
    color: #555;
    box-shadow: inset 0 0 0 1px rgba(255,193,7,.3);
}
/* ==============================
   ACTIVITY FEED
================================ */
.activity-card {
    background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.75));
    backdrop-filter: blur(14px);
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    padding: 22px;
}
.activity-item {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 12px;
     align-items: start;
}
.activity-item:hover {
    background: rgba(13,110,253,.06);
}
.activity-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: linear-gradient(135deg,#6a11cb,#2575fc);
    color:#fff;
}
.activity-content {
    flex: 1;
}
.activity-title {
    font-size: 14px;
    color: #333;
}
.activity-time {
    font-size: 12px;
    color: #888;
}
/* ==============================
   BUTTON TWEAKS
================================ */
.btn.rounded-pill {
    font-size: 14px;
}
/* ==============================
   COLLAPSE ICON
================================ */
.idea-collapse-icon {
    transition: transform .35s cubic-bezier(.4,0,.2,1);
}
.idea-card.expanded .idea-collapse-icon {
    transform: rotate(180deg);
}
/* ==============================
   RESPONSIVE FIXES
================================ */
@media (max-width: 767px) {
    .timeline-steps {
        flex-direction: column;
        gap: 16px;
    }
    .timeline-step::after {
        display: none;
    }
    .idea-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .status-badge {
        font-size: 12px;
    }
    .idea-card {
        padding: 16px;
    }
}
/* --------------Submit Idea------------------- */
body.subidea{
    background:linear-gradient(135deg,#eef2ff,#f8fafc);
    min-height:100vh;
}
/* ===== PAGE TITLE ===== */
.tp-section-title{
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg,#3b82f6,#22c55e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tp-section-title::after{
    content:'';
    width:80px;
    height:4px;
    background:linear-gradient(90deg,#3b82f6,#22c55e);
    position:absolute;
    bottom:-14px;
    left:50%;
    transform:translateX(-50%);
    border-radius:10px;
}
/* ===== FORM CARD ===== */
.tp-contact-form{
    background:rgba(255,255,255,0.9);
    backdrop-filter: blur(14px);
    border-radius:26px;
    padding:50px;
    box-shadow:0 30px 70px rgba(0,0,0,.12);
    overflow:hidden;
}
/* floating gradient glow */
.tp-contact-form::before{
    content:'';
    position:absolute;
    inset:-50%;
    background:radial-gradient(circle at top right,
        rgba(59,130,246,.15),
        transparent 40%);
    z-index:-1;
}
/* ===== INPUTS ===== */
.submit-idea .tp-input,
.submit-idea .tp-select,
.submit-idea .tp-textarea{
    border-radius:16px;
    padding:14px 18px;
    border:1px solid #e5e7eb;
    transition:.35s ease;
    line-height: auto;
}
.submit-idea .tp-input:focus,
.submit-idea .tp-select:focus,
.submit-idea .tp-textarea:focus{
    border-color:#3b82f6;
    box-shadow:0 0 0 5px rgba(59,130,246,.15);
}
/* ===== UPLOAD AREA ===== */
.submit-idea .upload-area{
    border:2px dashed #cbd5e1;
    border-radius:20px;
    padding:30px;
    text-align:center;
    background:linear-gradient(135deg,#f8fafc,#ffffff);
    cursor:pointer;
    transition:.35s ease;
}
.submit-idea .upload-area:hover{
    border-color:#3b82f6;
    background:linear-gradient(135deg,#eff6ff,#ffffff);
}
.submit-idea .upload-area.dragover{
    border-color:#22c55e;
    background:rgba(34,197,94,.08);
}
.submit-idea .upload-icon{
    font-size:36px;
    color:#3b82f6;
    margin-bottom:10px;
}
/* ===== FILE LIST ===== */
.submit-idea .file-list{
    margin-top:15px;
}
.submit-idea .file-item{
    background:#f1f5f9;
    border-radius:14px;
    padding:10px 14px;
    margin-bottom:8px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:14px;
}
.submit-idea .file-item i{
    color:#3b82f6;
    margin-right:8px;
}
/* ===== SUBMIT BUTTON ===== */
.submit-idea .tp-btn-sm{
    background: linear-gradient(135deg, #273574, #5a6fd8);
    box-shadow:0 18px 35px rgba(59,130,246,.35);
    transition:.35s ease;
    color:#fff
}
.submit-idea .tp-btn-sm:hover{
    transform:translateY(-3px);
    box-shadow:0 25px 45px rgba(34,197,94,.45);
}
