

    body {
        font-family: 'Poppins', sans-serif;
       background-color: white;
        color: var(--light);
        min-height: 100vh;
    }
    
    /* TikTok Video Downloader */
    .gradient-text {
       
        -webkit-background-clip: text;
        background-clip: text;
        color: black;
    }
    
    .gradient-bg {
        background-color: #000;
      
    }
    
    .card-glass {
        background:  #022366;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.36);
    }
    
    .btn-primary {
        background: linear-gradient(135deg, var(--primary), var(--secondary));
        transition: all 0.3s ease;
    }
    
    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px -5px rgba(0, 198, 255, 0.4);
    }
    
    .btn-download {
        background-color: #000;
        transition: all 0.3s ease;
    }
    
    .btn-download:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px -5px rgba(0, 200, 83, 0.4);
    }
    
    .video-container {
        aspect-ratio: 4/5;
        background-color: #000;
    }
    
    .social-btn {
        transition: all 0.3s ease;
    }
    
    .social-btn:hover {
        transform: translateY(-3px);
    }
    
    .faq-item {
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    /* .faq-item:hover {
        border-color: rgba(0, 198, 255, 0.3);
    } */
    
    /* .pulse-animation {
        animation: pulse 2s infinite;
    }
     */
    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(0, 198, 255, 0.7);
        }
        70% {
            box-shadow: 0 0 0 10px rgba(0, 198, 255, 0);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(0, 198, 255, 0);
        }
    }
    
    .input-field {
        background: rgba(30, 41, 59, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: rgb(0, 0, 0);
        transition: all 0.3s ease;
    }
    
    .input-field:focus {
        border-color: var(--primary);
        box-shadow: 0 0 0 3px rgba(0, 198, 255, 0.2);
    }
    
    .step-card {
        transition: all 0.3s ease;
    }
    
    .nav-link {
        position: relative;
        font-weight: 500;
        font-size: large;
    }
    
    .nav-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: -2px;
        left: 0;
        background: var(--primary);
        transition: width 0.3s ease;
    }
    
    .nav-link:hover::after {
        width: 100%;
        color: #ED2344;
    }
    
    .feature-icon {
        background: rgb(255, 255, 255);

        /* border: 1px solid rgba(0, 198, 255, 0.2); */
    }
    
    .platform-card {
        transition: all 0.3s ease;
        background: rgba(30, 41, 59, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.05);
    }
    
 
    
    .premium-card {
        background: linear-gradient(135deg, rgba(255,215,0,0.1), rgba(255,165,0,0.1));
        border: 1px solid rgba(255,215,0,0.2);
    }
 
        /* Navigation Styles */
        .glass-nav {
            /* background: rgba(0, 0, 0, 0.7); */
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
            transition: all 0.3s ease;
        }
        
        .glass-nav.scrolled {
            /* background: rgba(0, 0, 0, 0.9); */
            /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); */
            padding: 5px 0;
        }
        
        .mobile-menu {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }
        
        .mobile-menu.open {
            max-height: 500px;
        }
        
        .nav-link {
            position: relative;
            padding: 18px 0;
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: white;
            transition: width 0.3s ease;
        }
        
        .nav-link:hover::after {
            width: 100%;
            /* color: #ED2344; */
        }
        

        /* Footer Styles */
        .footer-heading {
            color: white;
            font-size: 1.125rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }
        
        .footer-links {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }
        
        .footer-links a {
            color: rgba(255, 255, 255, 0.7);
            transition: color 0.3s ease;
        }
        
        .footer-links a:hover {
            color: white;
        }
        
        .footer-contact-info {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            color: rgba(255, 255, 255, 0.7);
        }
        
        .footer-contact-info i {
            width: 1.25rem;
            text-align: center;
        }
        
        .social-icon {
            color: rgba(255, 255, 255, 0.7);
            font-size: 1.25rem;
            transition: color 0.3s ease;
        }
        
        .social-icon:hover {
            color: white;
        }
        
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            margin-top: 2rem;
            padding-top: 2rem;
            text-align: center;
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.875rem;
        }
        
        
      /* work and feature css  */
/* Common styles for section titles */
h2.section-title {
  text-align: center;
  /* font-size: 2.7rem; */
  /* font-weight: 900; */
  margin-bottom: 56px;
  letter-spacing: 0.04em;
  color: #000000;
  user-select: none;
}

/* Steps/Features grid layout */
.steps, .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  justify-items: center;
}

/* Card styles */
.step-card {
  position: relative;
  background:#022366;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  cursor: default;
  outline-offset: 4px;
  user-select: none;
  
  /* Fade in animation */
  opacity: 0;
  transform: translateY(20px);
  animation-fill-mode: forwards;
  animation-name: fadeInUp;
  animation-duration: 0.75s;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.step-card:nth-child(1) {
  animation-delay: 0.12s;
}
.step-card:nth-child(2) {
  animation-delay: 0.28s;
}
.step-card:nth-child(3) {
  animation-delay: 0.44s;
}

/* Card hover/focus effects */
.step-card:focus-within,
.step-card:hover {
  transform: translateY(-12px) scale(1.05);
  box-shadow: 0 20px 40px rgba(255, 255, 255, 0.25),
              0 10px 24px rgba(0,0,0,0.10);
  outline: none;
  z-index: 10;
}

/* Icon container */
.step-icon-container, .feature-icon {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin: 0 auto 24px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: linear-gradient(135deg, #2196f3, #21cbf3); */
  transition: all 0.3s ease;
}

.step-card:hover .step-icon-container,
.step-card:hover .feature-icon {
  transform: scale(1.1);
   /* background-color: #007bff; */
   /* background-color: #ff0000; */

  /* background-color: #3640CF; */
  /* background: linear-gradient(135deg, #4338ca, #1d4ed8); */
  /* box-shadow: 0 12px 28px rgba(29, 78, 216, 0.55); */
}

/* Icon styles */
.material-icons.step-icon, .feature-icon i {
  font-size: 48px;
  color: white;
  user-select: none;
}

/* Content styles */
.step-title, .step-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  user-select: text;
}

.step-description, .step-card p {
  font-size: 1.05rem;
  color: #ffffff;
  line-height: 1.55;
  user-select: text;
  max-width: 280px;
  margin: 0 auto;
}

/* Animation keyframes */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive styles */
@media (max-width: 600px) {
  h2.section-title, h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  
  .steps, .grid {
    gap: 32px;
    grid-template-columns: 1fr;
  }
  
  .step-card {
    padding: 20px;
    max-width: 350px;
  }
  
  .step-description, .step-card p {
    max-width: 100%;
  }
  
  .step-icon-container, .feature-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 20px;
  }
  
  .material-icons.step-icon, .feature-icon i {
    font-size: 40px;
  }
}


/* supporting platform  */
 
    /* Custom styles for enhanced design */
.platform-card {
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.platform-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgb(255, 255, 255);
}
@media only screen and (max-width: 767px) {
    .card-glass-div{
        padding: 10px !important;
    }
    .card-glass-div label{
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .card-glass-div input{
        padding: 10px !important;
    }
    .card-glass-div .download-button{
        padding: 10px !important;
        border-radius: 10px;
        width: 100%;
        justify-content: center;
    }
    .glass-nav img{width: 125px !important;height: auto !important;margin-top: 10px;}
    .mon-h1-setting{
        font-size: 39px !important;
        font-weight: 700 !important;
        line-height: 1.1 !important;
        letter-spacing: 2px;
    }
    .mob-p-setting{
        font-size: 17px;
        line-height: 1.4;
        color: gray;
    }
    .min-h-screen{
        padding: 20px !important;
    }
    #home{
        margin-bottom: 17px !important;
    }
    .mobile-100{
        width: 100%;
    }
}
/*pasta css */

   @media (max-width: 420px) {
        .mobile-paste-button {
            padding: 0.75rem 1rem;
        }
        .mobile-paste-button i {
            margin-right: 0;
            font-size: 1rem;
        }
        .mobile-paste-button span {
            display: none;
        }
    }

