* {
  font-family: 'Shabnam-Normal';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  direction: rtl; 
   
  font-family: Shabnam-Normal, Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #1a1a2e;
  overflow-x: hidden;
}

.container {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1.5rem;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}
.btn-primary {
  background: linear-gradient(135deg, #4e54c8, #8f94fb);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(78, 84, 200, 0.4);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(78, 84, 200, 0.6);
}
.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn-secondary:hover {
  background: #ffffff;
  color: #1a1a2e;
}

.section-title {
  font-size: 2.5rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #4e54c8, #8f94fb);
  margin: 15px auto;
  border-radius: 2px;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(135deg, #1a1a2e, #11111e);
}

.header {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  background-color: rgba(26, 26, 46, 1);
  top:0;
}
.header.scrolled {
  background-color: rgba(26, 26, 46, 0.9);
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex {
    display: flex;
    font-size: 1.5rem;
    font-weight: 800;
    align-items: center;
    
}

.logo {
  display:flex;
  
  
  color: #ffffff;
  background: linear-gradient(135deg, #aecbfa, #0a60f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
.logo img {
    width:50px;
}
.space10{
    margin-right:10px;
}

.nav-links {
  display: flex;
  list-style: none;
}
.nav-links li {
  margin-right: 15px;
}
.nav-links li a {
  color: #ffffff;
  font-weight: 500;
  position: relative;
}
.nav-links li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #4e54c8, #8f94fb);
  transition: all 0.3s ease-in-out;
}
.nav-links li a:hover::after {
  width: 100%;
}
.nav-links {
  display: flex;
  list-style: none;
}

.nav-links li {
  position: relative;
}

.nav-links li a,
.user-dropdown-toggle {
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none !important;
}

.user-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 220px;
  background: #ffffff;
  border-radius: 12px;
  padding: 10px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  z-index: 200;
}

.user-dropdown:hover .user-dropdown-content {
  display: block;
}

.user-dropdown-content a {
  display: block;
  padding: 10px 16px;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
}

.user-dropdown-content a:hover {
  background: #f5f6ff;
}

@media (max-width: 768px) {

  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;

    background: #ffffff;
    padding: 80px 20px 20px;

    flex-direction: column;

    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    z-index: 999;
  }

  .nav-links.active {
    transform: translateX(0);
    /*flex-direction: column-reverse;*/
  }

  .nav-links li a,
  .user-dropdown-toggle {
    color: #fff;
    padding: 6px 4px;
  }
  .user-dropdown:hover .user-dropdown-content {
    display: none;
  }

  .user-dropdown-content {
    position: static;
    display: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }

  .user-dropdown.open .user-dropdown-content {
    display: block;
  }

  .user-dropdown-content a {
    padding: 10px 12px;
    color: #444;
    border-bottom: 1px dashed #eee;
  }
}

.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger .line {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  margin: 5px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .quick-access{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 20px;
  }

  .hamburger {
    display: flex;
  }
  .hero {
      top:110px;
  }

}

.hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero .hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.hero .hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  animation: fadeInUp 1s ease-out;
}
@media (max-width: 768px) {
  .hero .hero-content h1 {
    font-size: 2.5rem;
  }
}
.hero .hero-content .subtitle {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  animation: fadeInUp 1s ease-out 0.2s forwards;
  opacity: 0;
}
.hero .hero-content .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  animation: fadeInUp 1s ease-out 0.4s forwards;
  opacity: 0;
}
@media (max-width: 576px) {
  .hero .hero-content .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

.services {
  padding: 100px 0;
  background-color: rgba(26, 26, 46, 0.7);
  position: relative;
}
.services .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.services .service-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.services .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.15);
}
.services .service-card .service-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #4e54c8, #8f94fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-but{
      display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.imgfirststep{
  width: -webkit-fill-available;

}

.services .service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.services .service-card p {
  opacity: 0.8;
  font-size: 0.95rem;
}

.about {
  padding: 100px 0;
  color: #ffffff;
}
.about .about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 992px) {
  .about .about-content {
    grid-template-columns: 1fr;
  }
}
.about .about-text h2 {
  text-align: right;
}
.about .about-text ul {
      margin: 20px 10px;
    padding: 10px 20px;
}
.about .about-text h2::after {
  margin: 15px 0;
}
.about .about-text p {
  opacity: 0.9;
  margin-bottom: 20px;
  text-align: justify;
}
.about .about-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.about .image-placeholder {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about .image-placeholder:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.about .image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact {
  padding: 100px 0;
  background-color: rgba(26, 26, 46, 0.7);
}
.contact .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .contact .contact-grid {
    grid-template-columns: 1fr;
  }
}
.contact .contact-info h3 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.contact .contact-info p {
  margin-bottom: 15px;
  display: flex;
  align-items: normal;
  opacity: 0.9;
  color: #ffffff;
}
.contact .contact-info p i {
  margin-right: 10px;
  color: #ffffff;
  width: 20px;
  text-align: center;
}
.contact .contact-info .social-links {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.contact .contact-info .social-links a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.contact .contact-info .social-links a:hover {
  background: #4e54c8;
  transform: translateY(-3px);
}
.contact .contact-form .form-group {
  margin-bottom: 20px;
}
.contact .contact-form .form-group input,
.contact .contact-form .form-group textarea {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.contact .contact-form .form-group input::placeholder,
.contact .contact-form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact .contact-form .form-group input:focus,
.contact .contact-form .form-group textarea:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 2px rgba(78, 84, 200, 0.5);
}
.contact .contact-form .form-group textarea {
  resize: vertical;
  min-height: 150px;
}
.contact .contact-form button {
  width: 100%;
}

.footer {
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-logo {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #4e54c8, #8f94fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .nav-links {
    position: fixed;
    /*top: 80px;*/
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(26, 26, 46, 0.95);
    flex-direction: column;
    /*align-items: center;*/
    /*justify-content: center;*/
    transition: all 0.3s ease-in-out;
  }
.sidebar-toggle.active{
      display: none;
}

  .nav-links.active {
    left: 0;
  }
  .nav-links li {
    margin: 3px 0;
    align-items: center;
  }

  .hamburger {
    display: block;
    z-index: 1001;
  }
  .hamburger.active .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger.active .line:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background: linear-gradient(135deg, #191927 0%, #13131d 100%);
    border: 1px solid #00c3ff;
    box-shadow: 0 0 30px rgba(0, 195, 255, 0.5);
    margin: 8% auto;
    padding: 20px;
    border-radius: 20px;
    width: 90%;
    max-width: 400px;
    
    position: relative;
    direction: rtl;

}

.close {
position: absolute;
    left: 15px;
    top: 5px;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
}

.modal-tabs {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  margin-top: 30px;
}

.tab-link {
  padding: 10px;
  border: none;
  background: #eee;
  cursor: pointer;
  flex: 1;
  font-weight: bold;
}

.tab-link.active {
      color: rgb(255, 255, 255);
    box-shadow: rgba(78, 84, 200, 0.4) 0px 4px 15px;
    background: linear-gradient(135deg, #ff0055 0%, #ff8800 100%);
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

input[type="text"], input[type="password"], input[type="email"] {
  width: 100%;
  padding: 8px;
  margin: 6px 0 12px;
  border: 1px solid #f97113;
  border-radius: 5px;
  text-align:center;
}

button[type="submit"] {
  background-color: #0d6efd;
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: #0b5ed7;
}

.extra-links {
  margin-top: 8px;
  text-align: left;
}

.extra-links a {
  font-size: 0.9em;
  color: #989dff;
  text-decoration: none;
}

.divider {
  margin: 20px 0;
  text-align: center;
  color: #888;
}

.flexcenter {
    display: flex;
    justify-content: center;
}
.user-dropdown {
  position: relative;
  display: inline-block;
  color: #fff;
}

.user-dropdown-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}

.user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ddd;
}

.user-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  padding-top: 20px;
  background-color: #1c1c2f;
  min-width: 190px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 999;
  border-radius: 0px 0px 10px 10px;;
  overflow: hidden;
}

.user-dropdown-content a {
  display: block;
  padding: 12px 16px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #f1f1f1;
  transition: background 0.3s;
}

.user-dropdown-content a:hover {
  background-color: #4e54c8;
}

.user-dropdown:hover .user-dropdown-content,
.user-dropdown:focus-within .user-dropdown-content {
  display: block;
}


.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  direction: rtl;
  font-family: "Vazir", sans-serif;
}


.modal.active {
  display: flex;
}


.modal-close {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
}


.modal h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #00c3ff;
  text-align: center;
}

.amount-btn {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #f2f2f2;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
  width: 48%;
  margin-bottom: 10px;
}

.amount-btn:hover {
  background-color: #e0e0e0;
}

.amount-btn.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}


.modal input[type="number"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}


.modal button[type="submit"] {
  width: 100%;
  padding: 12px;
  background-color: #00c3ff;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.modal button[type="submit"]:hover {
  background-color: #026d8e;
}


#canvas-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 0;
	background: linear-gradient(180deg, #06060a 0%, #0f0f17 100%);
}

.card-container {
	position: relative;
	width: 400px;
	height: 550px;
	margin: 50px auto;
	perspective: 1000px;
	z-index: 10;
}

.card {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	cursor: pointer;
}

.card-container:hover .card {
	transform: rotateY(10deg) rotateX(5deg);
}

.card-face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 30px rgba(0, 195, 255, 0.5);
}

.card-front {
	background: linear-gradient(135deg, #12121e 0%, #1c1c2d 100%);
	border: 1px solid #00c3ff;
	display: flex;
	flex-direction: column;
}

.card-inner-curve {
	
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	background: linear-gradient(135deg, #191927 0%, #13131d 100%);
	border: 1px solid rgba(0, 195, 255, 0.3);
	z-index: 1;
}
.card-inner-tool{
   	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48cGF0dGVybiBpZD0iZ3JpZCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBkPSJNIDIwIDAgTCAwIDAgTCAwIDIwIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMGMzZmYiIHN0cm9rZS13aWR0aD0iMC41IiBvcGFjaXR5PSIwLjIiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JpZCkiLz48L3N2Zz4=");

    border: 1px solid rgba(0, 195, 255, 0.3);
    border-radius: 10px;
    margin: 15px;
    padding: 15px;
}



.card-inner-curve::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48cGF0dGVybiBpZD0iZ3JpZCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBwYXR0ZXJuVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48cGF0aCBkPSJNIDIwIDAgTCAwIDAgTCAwIDIwIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMGMzZmYiIHN0cm9rZS13aWR0aD0iMC41IiBvcGFjaXR5PSIwLjIiLz48L3BhdHRlcm4+PC9kZWZzPjxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JpZCkiLz48L3N2Zz4=");
	opacity: 0.5;
}

.card-header {
	padding: 30px 30px 20px 30px;
	position: relative;
	z-index: 2;
}

.card-chip {
	width: 50px;
	height: 40px;
	background: linear-gradient(135deg, #ff0055 0%, #ff8800 100%);
	border-radius: 5px;
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(255, 0, 85, 0.7);
}

.card-chip::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: linear-gradient(
		135deg,
		rgba(255, 0, 85, 0.8) 0%,
		rgba(255, 136, 0, 0.8) 100%
	);
	border-radius: 3px;
	backdrop-filter: blur(4px);
}

.card-title {
	font-family: "Rajdhani", sans-serif;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: #00c3ff;
	margin-bottom: 15px;
	text-shadow: 0 0 10px rgba(0, 195, 255, 0.7);
	letter-spacing: 1px;
}

.card-subtitle {
	font-family: "Share Tech Mono", monospace;
	font-size: 14px;
	color: #ff0055;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.card-content {
	padding: 0 30px;
	position: relative;
	z-index: 2;
}

.card-text {
	font-family: "Rajdhani", sans-serif;
	font-size: 16px;
	color: #b3b3cc;
	line-height: 1.5;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.card-stats {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.stat {
	text-align: center;
}

.stat-value {
	font-family: "Share Tech Mono", monospace;
	font-size: 24px;
	color: #00c3ff;
	text-shadow: 0 0 10px rgba(0, 195, 255, 0.7);
}

.stat-label {
	font-family: "Rajdhani", sans-serif;
	font-size: 12px;
	color: #b3b3cc;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.card-footer {
	padding: 30px;
	position: relative;
	z-index: 2;
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.card-button {
	background: linear-gradient(135deg, #ff0055 0%, #ff8800 100%);
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-family: "Rajdhani", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(255, 0, 85, 0.7);
	transition: all 0.3s ease;
}

.card-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 0 20px rgba(255, 0, 85, 0.9);
}

.card-id {
	font-family: "Share Tech Mono", monospace;
	font-size: 14px;
	color: #00c3ff;
	text-shadow: 0 0 5px rgba(0, 195, 255, 0.7);
}

.glow-effect {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	box-shadow: inset 0 0 20px rgba(0, 195, 255, 0.3);
	pointer-events: none;
	z-index: 3;
}

.edge-highlight {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.5);
	pointer-events: none;
	z-index: 4;
}

.scanline {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	opacity: 0.15;
	z-index: 5;
	pointer-events: none;
}

.scanline::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: rgba(0, 195, 255, 0.5);
	animation: scanline 4s linear infinite;
}

@keyframes scanline {
	0% {
		top: 0%;
	}

	100% {
		top: 100%;
	}
}

.glitch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	animation: glitch 10s infinite;
	pointer-events: none;
	z-index: 6;
}

@keyframes glitch {
	0% {
		opacity: 0;
	}

	1% {
		opacity: 0.3;
		transform: translate3d(5px, 0, 0);
		background: linear-gradient(
			90deg,
			rgba(255, 0, 85, 0.2) 0%,
			rgba(0, 195, 255, 0.2) 100%
		);
	}

	1.5% {
		opacity: 0;
	}

	15% {
		opacity: 0;
	}

	15.5% {
		opacity: 0.3;
		transform: translate3d(-5px, 0, 0);
		background: linear-gradient(
			90deg,
			rgba(0, 195, 255, 0.2) 0%,
			rgba(255, 0, 85, 0.2) 100%
		);
	}

	16% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.hologram-effect {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		135deg,
		rgba(255, 0, 85, 0.1) 0%,
		rgba(0, 195, 255, 0.1) 100%
	);
	border-radius: 20px;
	opacity: 0.5;
	z-index: 7;
	pointer-events: none;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0a0a0f;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 100;
	transition: opacity 1s ease-out;
}

.loading-text {
	font-family: "Share Tech Mono", monospace;
	font-size: 18px;
	color: #00c3ff;
	margin-top: 20px;
	letter-spacing: 2px;
}

.loading-bar {
	width: 200px;
	height: 4px;
	background: #1c1c2d;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

.loading-bar::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 100%;
	background: linear-gradient(
		90deg,
		rgba(0, 195, 255, 0) 0%,
		#00c3ff 50%,
		rgba(0, 195, 255, 0) 100%
	);
	animation: loading 1.5s infinite linear;
}

@keyframes loading {
	0% {
		transform: translateX(-40px);
	}

	100% {
		transform: translateX(200px);
	}
}


.cwh{
      color:#ffffff;
}

.custom-footer-container {
    border-top: 1px solid #d1d5db;
    padding-top: 2.5rem; 
    padding-bottom: 2.5rem; 
    margin-top: 4rem; 
}
.custom-footer-wrapper {
    max-width: 1500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem; 
    padding-right: 1.5rem; 
}
.custom-footer-top {
    display: flex; 
    flex-direction: column; 
    gap: 2rem; 
    align-items: stretch;
}
@media (min-width: 768px) {
    .custom-footer-top {
        display: grid; 
        grid-template-columns: repeat(2, 1fr);
        align-items: center; 
        flex-direction: initial; 
    }
}
.custom-footer-description {
    text-align: justify;
    line-height: 2rem;
    color: #e5e7eb;
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .custom-footer-description {
        font-size: 1rem;
    }
}
.custom-footer-title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 21.6px;
    margin: 30px 0px 10px;
    color: #71a8ffff;
}
.custom-footer-logos {
    display: flex;
    flex-wrap: wrap; 
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    gap: 1rem;
}
@media (min-width: 576px) {
    .custom-footer-logos {
        flex-direction: row;
        gap: 1.5rem; 
        justify-content: center;
        align-items: flex-start;
    }
}
@media (min-width: 768px) {
    .custom-footer-logos {
        flex-direction: row; 
        justify-content: flex-end;
        gap: 2.5rem;
        flex-wrap: nowrap; 
    }
}
.custom-logo-link {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    height: auto;
    aspect-ratio: 1/1; 
    width: 80%;
    max-width: 150px;
    min-width: 80px; 
}
@media (min-width: 576px) and (max-width: 767px) {
    .custom-logo-link {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    .custom-logo-link {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
    }
}
@media (min-width: 1280px) {
    .custom-logo-link {
        width: 200px; 
        height: 200px; 
        min-width: 200px; 
        max-width: 200px;
    }
}
.custom-logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}
.custom-footer-bottom-text {
    text-align: center;
    color: #e5e7eb;
    font-size: 0.75rem;
    margin-top: 2.5rem;
    border-top: 1px solid #d1d5db;
    padding-top: 1rem;
}