 .marquee-card {
    background: linear-gradient(90deg, #007bff, #0056d2);
    padding: 14px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: 'Segoe UI', sans-serif;
  }

  .marquee-card marquee {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
  }

  .marquee-icon {
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle;
  }

  .icon-gold {
    color: #ffd700;
  }

  .icon-blue {
    color: #00d9ff;
  }

  .icon-green {
    color: #00ffcc;
  }

  marquee:hover {
    animation-play-state: paused;
  }

  .lucide {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 6px;
  }
       
        /* Fullscreen Loader Container */



#loaders-container-03 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
  background: rgba(52, 152, 219, 0.1);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease;
}



		* {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}
		body {
			
			background: linear-gradient(135deg, #e3f2fd, #fbe9e7);
			color: #333;
			overflow-x: hidden;
		}


header {

  background: /*#6200ea*/ #3498db;
  color: #ffffff;
  padding: 15px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;

  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;

    
}


header .left,
header .center,
header .right {
  flex: 1;
  display: flex;
  align-items: center;
}

header .center {
  justify-content: center;
}

header .left {
  justify-content: flex-start;
}

header .right {
  justify-content: flex-end;
}

header a {
  
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
  transition: 0.2s;
  display: flex;
  gap:6;
}

header a:hover {
  opacity: 0.85;
  transform: scale(1.05);
}

header h1 {
  margin: 0;
  font-size: 22px;
  
}
header img {

  width: 40px;

  height: 40px;
  border-radius: 20%;
  display: flex;
  border: 2px solid black;
}
		

		main {
			padding: 30px 20px;
			animation: fadeIn 1s ease;
		}
		.hero {
			text-align: center;
			margin-bottom: 30px;
		}
		.hero h2 {
			font-size: 24px;
			color: #333;
			margin-bottom: 10px;
		}
		.hero p {
			font-size: 16px;
			color: #555;
		}
		.cards {
			display: grid;
			grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
			gap: 20px;
			margin-top: 30px;
		}
		.card {
			background: #fff;
			border-radius: 15px;
			box-shadow: 0 6px 15px rgba(0,0,0,0.1);
			padding: 20px;
			text-align: center;
			transition: transform 0.3s ease, box-shadow 0.3s ease;
		}
		.card1:hover {
			transform: translateY(-10px);
			box-shadow: 0 10px 20px rgba(0,0,0,0.2);
		}
		.card img {
			width: 60px;
			margin-bottom: 15px;
			/*animation: bounce 2s infinite;*/
		}
		.card h3 {
			font-size: 18px;
			margin-bottom: 10px;
			color: #333;
		}
		.card p {
			font-size: 14px;
			color: #666;
		}
		.card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.card .pricing {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #3b82f6, #60a5fa); /* blue gradient */
  border-radius: 99em 0 0 99em;
  display: flex;
  align-items: center;
  padding: 0.6em 1em;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
		footer {
			background: #3498db;
			color: #fff;
			text-align: center;
			padding: 15px;
			margin-top: 40px;
		    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
			border-top-left-radius: 12px;
			border-top-right-radius: 12px;
			font-weight: bold;
			align-items: center;
			justify-content: center;
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		}
		footer a {
			color: #fff;
			margin: 0 10px;
			text-decoration: none;
			font-weight: bold;
		}
		footer a:hover {
		    color: #ffdd57;
		    transform: scale(1.1);
		    
		}
		footer img {

  width: 50px;

  height: 50px;
  border-radius: 20%;
  display: flex;
  border: 2px solid black;
  align-items: center;
  justify-content: center;
}
/*footer {
  background: #3498db;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1),
              0 4px 8px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-weight: bold;
  position: absolute;
}*/

footer .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .img-container img {
  width: 50px;
  height: 50px;
  border-radius: 20%;
  border: 2px solid black;
}
		
	/*	@keyframes slideDown {
			from { transform: translateY(-100%); opacity: 0; }
			to { transform: translateY(0); opacity: 1; }
		}
		@keyframes fadeIn {
			from { opacity: 0; transform: scale(0.98); }
			to { opacity: 1; transform: scale(1); }
		}
		@keyframes bounce {
			0%, 100% { transform: translateY(0); }
			50% { transform: translateY(-5px); }
		}
		*/


.sidebar {
  width: 260px;
  background: #ffffff;
  height: 100vh;
  position: fixed;
  top: 60px;
  left: -260px;
  transition: 0.3s;
  box-shadow: 2px 0 8px rgba(0,0,0,0.1);
  overflow-y: auto;
  z-index: 999;
}

.sidebar.open {
  left: 0;
}

.profile {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: #3498db;
  /*border-bottom: 1px solid #eee;*/
  font-weight: bold;
}

.profile img {
  width: 50px;
  height: 50px;
  border-radius: 20%;
  display: flex;
  border: 2px solid black;
}

.profile p {
  margin: 0;
  font-weight: bold;
  display: flex;
}

.profile .balance {
  
  font-weight: bold;
  display: flex;
  
}

.menu {
  display: flex;
  flex-direction: column;
  
}

.menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  text-decoration: none;
  color: #111;
  font-weight: bold;
 /* border-bottom: 2px solid #ffffff;*/
  transition: background 0.2s;
  gap:20px;
  margin: 2px 10px;
  
}

.menu a:hover {
  /*background: #0079eb #3498db;*/
  background-color: hsl(204, 50%, 50%); /* lighter version of #3498db */
  border-radius: 12px;
  color: white;
  padding: 15px 25px;
  
}

.material-icons {
  font-size: 20px;
}

  .top-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    
  }

  .balance-section {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .pa {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .amount {
    font-size: 22px;
    color: red;
    font-weight: bold;
  }

  .plus-icon {
    color: blue;
    font-size: 28px;
    cursor: pointer;
  }

  .divider {
    margin: 15px 0;
    border: none;
    border-top: 1px solid #ddd;
  }

  .user-info {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
  }

  .user-icon {
    font-size: 20px;
  }

  .username {
      color: white;
    font-weight: bold;
    display: flex;
  justify-content: flex-end;
  font-weight: bold;
  font-size: 18px;
  }

  .arrow-icon {
    color: red;
    font-size: 20px;
  }
  

    .doocard {
    max-height: 250px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    padding: 20px;
    transition: max-height 0.4s ease, box-shadow 0.3s ease, transform 0.3s ease;
    position: relative;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Expanded state */
.doocard.open {
    max-height: 1000px; /* Large enough to show full content */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    
}

/* Optional smooth content animation */
.doocard * {
    transition: all 0.3s ease;
}
    .arrow-icon.rotate {
      transform: rotate(180deg);
      transition: transform 0.5s ease;
      
    }
    .arrow-icon {
      transition: transform 0.3s ease;
      font-size:32px;
      
    }
.ripple-btn {
  position: relative;
  overflow: hidden;
}

/* Shimmer line effect */
.ripple-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
  filter: blur(10px);
  animation: shimmer-line 5s infinite;
  pointer-events: none;
}

/* Animation keyframes: move left to right */
/*@keyframes shimmer-line {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}*/

/* From Uiverse.io by marcelodolza */ 
.button {
  --primary: #ff5569;
  --neutral-1: #f7f8f7;
  --neutral-2: #e7e7e7;
  --radius: 14px;

  cursor: pointer;
  border-radius: var(--radius);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border: none;
  box-shadow: 0 0.5px 0.5px 1px rgba(255, 255, 255, 0.2),
    0 10px 20px rgba(0, 0, 0, 0.2), 0 4px 5px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  min-width: 200px;
  padding: 20px;
  height: 68px;
  font-family: "Galano Grotesque", Poppins, Montserrat, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
}
.button:hover {
  transform: scale(1.02);
  box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.3),
    0 15px 30px rgba(0, 0, 0, 0.3), 0 10px 3px -3px rgba(0, 0, 0, 0.04);
}
.button:active {
  transform: scale(1);
  box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.3),
    0 10px 3px -3px rgba(0, 0, 0, 0.2);
}
.button:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  border: 2.5px solid transparent;
  background: linear-gradient(var(--neutral-1), var(--neutral-2)) padding-box,
    linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45))
      border-box;
  z-index: 0;
  transition: all 0.4s ease;
}
.button:hover::after {
  transform: scale(1.05, 1.1);
  box-shadow: inset 0 -1px 3px 0 rgba(255, 255, 255, 1);
}
.button::before {
  content: "";
  inset: 7px 6px 6px 6px;
  position: absolute;
  background: linear-gradient(to top, var(--neutral-1), var(--neutral-2));
  border-radius: 30px;
  filter: blur(0.5px);
  z-index: 2;
}
.state p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.state .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(1.25);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.state .icon svg {
  overflow: visible;
}

/* Outline */
.outline {
  position: absolute;
  border-radius: inherit;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
  inset: -2px -3.5px;
}
.outline::before {
  content: "";
  position: absolute;
  inset: -100%;
  background: conic-gradient(
    from 180deg,
    transparent 60%,
    white 80%,
    transparent 100%
  );
  animation: spin 2s linear infinite;
  animation-play-state: paused;
}
/*@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}*/
.button:hover .outline {
  opacity: 1;
}
.button:hover .outline::before {
  animation-play-state: running;
}

/* Letters */
.state p span {
  display: block;
  opacity: 0;
  animation: slideDownn 0.8s ease forwards calc(var(--i) * 0.03s);
}
.button:hover p span {
  opacity: 1;
  animation: wave 0.5s ease forwards calc(var(--i) * 0.02s);
}
.button:focus p span {
  opacity: 1;
  animation: disapear 0.6s ease forwards calc(var(--i) * 0.03s);
}
/*@keyframes wave {
  30% {
    opacity: 1;
    transform: translateY(4px) translateX(0) rotate(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px) translateX(0) rotate(0);
    color: var(--primary);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(0);
  }
}
@keyframes slideDownn {
  0% {
    opacity: 0;
    transform: translateY(-20px) translateX(5px) rotate(-90deg);
    color: var(--primary);
    filter: blur(5px);
  }
  30% {
    opacity: 1;
    transform: translateY(4px) translateX(0) rotate(0);
    filter: blur(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px) translateX(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0) rotate(0);
  }
}
@keyframes disapear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(5px) translateY(20px);
    color: var(--primary);
    filter: blur(5px);
  }
}

/* Plane 
.state--default .icon svg {
  animation: land 0.6s ease forwards;
}
.button:hover .state--default .icon {
  transform: rotate(45deg) scale(1.25);
}
.button:focus .state--default svg {
  animation: takeOff 0.8s linear forwards;
}
.button:focus .state--default .icon {
  transform: rotate(0) scale(1.25);
}
@keyframes takeOff {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: translateX(70px) rotate(45deg) scale(2);
  }
  100% {
    opacity: 0;
    transform: translateX(160px) rotate(45deg) scale(0);
  }
}
@keyframes land {
  0% {
    transform: translateX(-60px) translateY(30px) rotate(-50deg) scale(2);
    opacity: 0;
    filter: blur(3px);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0);
    opacity: 1;
    filter: blur(0);
  }
}*/

/* Contrail 
.state--default .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 0;
  left: -5px;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5));
}
.button:focus .state--default .icon:before {
  animation: contrail 0.8s linear forwards;
}
@keyframes contrail {
  0% {
    width: 0;
    opacity: 1;
  }
  8% {
    width: 15px;
  }
  60% {
    opacity: 0.7;
    width: 80px;
  }
  100% {
    opacity: 0;
    width: 160px;
  }
}*/

/* States 
.state {
  padding-left: 29px;
  z-index: 2;
  display: flex;
  position: relative;
}
.state--default span:nth-child(4) {
  margin-right: 5px;
}
.state--sent {
  display: none;
}
.state--sent svg {
  transform: scale(1.25);
  margin-right: 8px;
}
.button:focus .state--default {
  position: absolute;
}
.button:focus .state--sent {
  display: flex;
}
.button:focus .state--sent span {
  opacity: 0;
  animation: slideDown 0.8s ease forwards calc(var(--i) * 0.2s);
}
.button:focus .state--sent .icon svg {
  opacity: 0;
  animation: appear 1.2s ease forwards 0.8s;
}
@keyframes appear {
  0% {
    opacity: 0;
    transform: scale(4) rotate(-40deg);
    color: var(--primary);
    filter: blur(4px);
  }
  30% {
    opacity: 1;
    transform: scale(0.6);
    filter: blur(1px);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}*/
.sidebar-footer {
  
  color: #3498db;
  font-size: 13px;
  opacity: 0.9;
  font-weight: bold;
}
.card .features .icon {
  background-color: #1FCAC5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  color: #fff;
}

.card .features .icon i {
  width: 18px;
  height: 18px;
  color: #fff;
}

/* From Uiverse.io by Yaya12085 */ 
.plan {
  border-radius: 16px;
  box-shadow: 0 30px 30px -25px rgba(0, 38, 255, 0.205);
  padding: 10px;
  background-color: #fff;
  color: #697e91;
  max-width: 300px;
}

.card strong {
  font-weight: 600;
  color: #425275;
}

.card .inner {
  align-items: center;
  padding: 20px;
  padding-top: 40px;
  background-color: #ecf0ff;
  border-radius: 12px;
  position: relative;
}

.card1 .pricing {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #bed6fb;
  border-radius: 99em 0 0 99em;
  display: flex;
  align-items: center;
  padding: 0.625em 0.75em;
  font-size: 1.25rem;
  font-weight: 600;
  color: #425475;
}

.card1 .pricing small {
  color: #707a91;
  font-size: 0.75em;
  margin-left: 0.25em;
}

.card .title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #425675;
}

.card .title + * {
  margin-top: 0.75rem;
}

.card .info + * {
  margin-top: 1rem;
}

.card .features {
  display: flex;
  flex-direction: column;
}

.card .features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card .features li + * {
  margin-top: 0.75rem;
}

.card .features .icon {
  background-color: #1FCAC5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.card .features .icon svg {
  width: 14px;
  height: 14px;
}

.card .features + * {
  margin-top: 1.25rem;
}

.card .action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.card .button {
  background-color: #6558d3;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0.625em 0.75em;
  text-decoration: none;
}

.card .button:hover, .card .button:focus {
  background-color: #4133B7;
}


.setting-btn {
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: #3498db; /* White background */
  border-radius: 10px;
  cursor: pointer;
  border: none;
  box-shadow: 0px 0px 0px 2px white; /* Blue ring */
  transition: background-color 0.3s;
}

.setting-btn:hover {
  background-color: #3498db; /* Light blue on hover */
}

.bar {
  width: 50%;
  height: 2px;
  background-color: white; /* Blue bars */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 2px;
}

.bar::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #3498db; /* Darker blue center dot */
  position: absolute;
  border-radius: 50%;
  border: 2px solid white;
  transition: all 0.3s;
  box-shadow: 0px 0px 5px #3498db;
}

.bar1::before {
  transform: translateX(-4px);
}

.bar2::before {
  transform: translateX(4px);
}

/*.setting-btn:hover .bar1::before {
  transform: translateX(4px);
}

.setting-btn:hover .bar2::before {
  transform: translateX(-4px);
}
*/

