    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Sansation', 'Poppins', sans-serif;
    }

  /* Cyber */
body {
  margin: 0;
  font-family: 'Orbitron', sans-serif;
  background: #050505;
  color: #e0e0e0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: 
    linear-gradient(rgba(0,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,255,255,0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: -1;
}
    .particles {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0.15;
    }

    .container {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
    }

    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 50px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
        background: rgba(8, 6, 8, 0.6);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .nav-scrolled {
        padding: 15px 50px;
        background: rgba(8, 6, 8, 0.9);
        box-shadow: 0 5px 20px rgba(0, 170, 255, 0.1);
    }

    .logo {
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
    }

    .logo:hover {
        transform: scale(1.05);
        text-shadow: 0 0 15px rgba(0, 170, 255, 0.5);
    }

    .logo::before, .logo::after {
        transition: all 0.3s ease;
    }

    .logo::before {
        content: '<';
        color: #00aaff;
        margin-right: 3px;
        font-weight: 900;
    }

    .logo::after {
        content: '/>';
        color: #00aaff;
        margin-left: 3px;
        font-weight: 900;
    }

    .logo:hover::before, .logo:hover::after {
        color: #f0a500;
        text-shadow: 0 0 10px rgba(240, 165, 0, 0.5);
    }

    .hamburger {
        display: none;
        cursor: pointer;
        background: none;
        border: none;
        position: relative;
        z-index: 1001;
        padding: 10px;
    }

    .hamburger span {
        display: block;
        width: 30px;
        height: 3px;
        margin: 6px 0;
        background-color: #fff;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
        transform-origin: center;
    }

    .nav-links {
        display: flex;
        list-style: none;
    }

    .nav-links li {
        margin: 0 15px;
        position: relative;
    }

    .nav-links a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        position: relative;
        transition: all 0.3s ease;
        padding: 8px 12px;
        border-radius: 4px;
        background: linear-gradient(to right, transparent 50%, rgba(0, 170, 255, 0.1) 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all 0.5s ease;
    }

    .nav-links a:hover {
        color: #00aaff;
        background-position: left bottom;
        transform: translateY(-2px);
    }

    .nav-links a#Home {
        color: #00aaff;
        text-shadow: 0 0 10px rgba(0, 170, 255, 0.5);
    }

    .nav-links a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        background: linear-gradient(to right, #00aaff, #f0a500);
        transition: width 0.3s ease;
    }

    .nav-links a:hover::after {
        width: 100%;
    }

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 5%;
  position: relative;
  text-align: center;
}

.hero-text {
  max-width: 600px;
  z-index: 2;
}

.terminal-line {
  display: inline-block;
  font-family: "Orbitron", monospace;
  font-size: 1.2rem;
  color: cyan;
  margin-bottom: 15px;
  text-shadow: 0 0 12px cyan;
}

.terminal-line::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background: cyan;
  margin-left: 5px;
  animation: blink 0.8s infinite;
}
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.profile-picture {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 20px 0;
  border: 3px solid cyan;
  box-shadow: 0 0 25px rgba(0,255,255,0.5);
}

.hacker-title {
  font-size: 2.8rem;
  color: white;
  margin-top: 10px;
  font-family: "Orbitron", sans-serif;
}

.hacker-title span {
  color: cyan;
  text-shadow: 0 0 12px cyan;
}

.cyber-subtitle {
  font-size: 1.2rem;
  color: #7ffcff;
  margin-bottom: 15px;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 1px;
}

.cyber-desc {
  color: #c0ffff;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 1rem;
}

.cyber-btn,
.cyber-btn-outline {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 1rem;
  text-decoration: none;
  font-family: "Orbitron", sans-serif;
  margin: 8px;
  transition: 0.3s;
}

.cyber-btn {
  background: cyan;
  color: black;
  box-shadow: 0 0 16px cyan;
}

.cyber-btn:hover {
  background: #00ffff;
  box-shadow: 0 0 25px cyan;
}

.cyber-btn-outline {
  border: 2px solid cyan;
  color: cyan;
}

.cyber-btn-outline:hover {
  background: cyan;
  color: black;
  box-shadow: 0 0 25px cyan;
}

.hero-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: cyan;
  filter: blur(180px);
  opacity: 0.15;
  z-index: 1;
  animation: pulseGlow 6s infinite alternate;
}

@keyframes pulseGlow {
  0% { transform: scale(1); opacity: 0.12; }
  100% { transform: scale(1.2); opacity: 0.20; }
}

    .buttons {
        display: flex;
        gap: 20px;
        margin-top: 30px;
    }

    .btn-hire,
    .btn-talk {
        border: none;
        padding: 15px 35px;
        font-size: 1.1rem;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
        font-weight: 600;
        letter-spacing: 1px;
        position: relative;
        overflow: hidden;
        z-index: 1;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        transform-style: preserve-3d;
        transform: perspective(500px);
    }

    .btn-hire {
        background: linear-gradient(135deg, #00aaff 0%, #0077ff 100%);
        color: white;
    }

    .btn-talk {
        background: transparent;
        color: #00aaff;
        border: 2px solid #00aaff;
    }

    .btn-hire::before,
    .btn-talk::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #0077ff 0%, #00aaff 100%);
        z-index: -1;
        transition: opacity 0.3s ease;
        opacity: 0;
        border-radius: 50px;
    }

    .btn-talk::before {
        background: #00aaff;
    }

    .btn-hire:hover::before,
    .btn-talk:hover::before {
        opacity: 1;
    }

    .btn-hire:hover {
        color: white;
        transform: translateY(-3px) translateZ(20px);
        box-shadow: 0 8px 25px rgba(0, 170, 255, 0.4);
    }

    .btn-talk:hover {
        color: white;
        border-color: transparent;
        transform: translateY(-3px) translateZ(20px);
        box-shadow: 0 8px 25px rgba(0, 170, 255, 0.4);
    }

    .social-icons {
        display: flex;
        gap: 20px;
        margin-top: 40px;
    }

    .social-icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        transition: all 0.3s ease;
        position: relative;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0% { box-shadow: 0 0 0 0 rgba(0, 170, 255, 0.4); }
        70% { box-shadow: 0 0 0 15px rgba(0, 170, 255, 0); }
        100% { box-shadow: 0 0 0 0 rgba(0, 170, 255, 0); }
    }

    .social-icons a:hover {
        background-color: #00aaff;
        transform: translateY(-5px) scale(1.1);
        animation: none;
    }

    .social-icons a:nth-child(1) { animation-delay: 0.2s; }
    .social-icons a:nth-child(2) { animation-delay: 0.4s; }
    .social-icons a:nth-child(3) { animation-delay: 0.6s; }
    .social-icons a:nth-child(4) { animation-delay: 0.8s; }

    .social-icons img {
        width: 24px;
        height: 24px;
        filter: invert(1);
        transition: all 0.3s ease;
    }

    .social-icons a:hover img {
        filter: invert(1) brightness(1.2);
    }

    .hero-3d {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        animation: fadeInRight 1s ease-out;
    }

    @keyframes fadeInRight {
        from {
            opacity: 0;
            transform: translateX(30px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    model-viewer {
        width: 100%;
        height: 600px;
        --poster-color: transparent;
        --progress-bar-color: #00aaff;
        transition: all 0.5s ease;
    }

    model-viewer:hover {
        transform: scale(1.05);
    }

    .glow {
        position: absolute;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(0, 170, 255, 0.4) 0%, rgba(0, 170, 255, 0) 70%);
        border-radius: 50%;
        bottom: 0;
        z-index: -1;
        filter: blur(30px);
        animation: glowPulse 4s ease infinite alternate;
    }

    @keyframes glowPulse {
        from { opacity: 0.6; transform: scale(0.95); }
        to { opacity: 0.9; transform: scale(1.05); }
    }

    .section-header {
        text-align: center;
        margin-bottom: 80px;
        position: relative;
    }

    .section-title {
        font-size: 3rem;
        margin-bottom: 20px;
        position: relative;
        display: inline-block;
        background: linear-gradient(to right, #fff, #00aaff);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-weight: 800;
    }

  
.section-title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 40px;
  color: cyan;
  letter-spacing: 2px;
  text-shadow: 0 0 8px cyan;
}

    @keyframes underlineGrow {
        from { width: 0; opacity: 0; }
        to { width: 80px; opacity: 1; }
    }

    .section-title span {
        color: #f0a500  ;
        display: inline-block;
        animation: bounce 2s infinite;
    }

    @keyframes bounce {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }

    .section-subtitle {
        color: rgba(255, 255, 255, 0.7);
        font-size: 1.3rem;
        max-width: 700px;
        margin: 0 auto;
        line-height: 1.6;
    }

    .about-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 80px 0;
        max-width: 1200px;
        margin: 0 auto;
    }

    .about-image {
        flex: 1;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .about-image img {
        width: 300px;
        height: 300px;
        object-fit: cover;
        border-radius: 20px;
        border: 5px solid rgba(0, 170, 255, 0.3);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        transition: all 0.5s ease;
        animation: floatImage 4s ease-in-out infinite;
        filter: grayscale(20%);
    }

    .about-image img:hover {
        filter: grayscale(0%);
        transform: scale(1.05);
        box-shadow: 0 25px 50px rgba(0, 170, 255, 0.2);
    }

    @keyframes floatImage {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-20px); }
    }

    .about-text {
        flex: 1;
        padding-left: 60px;
    }

    #abouth1 {
        font-size: 2.8rem;
        margin-bottom: 25px;
        color: #fff;
        text-align: left;
        position: relative;
        display: inline-block;
    }

    #abouth1::after {
        content: '';
        position: absolute;
        width: 60%;
        height: 3px;
        bottom: -10px;
        left: 0;
        background: linear-gradient(to right, #00aaff, transparent);
    }

    #description {
        margin-top: 20px;
        font-size: 1.2rem;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .skills-wrapper {
        display: flex;
        flex-direction: column;
        gap: 60px;
        perspective: 1000px;
    }

    .skills-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .skills-category {
        flex: 1;
        min-width: 300px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transform-style: preserve-3d;
    }

    .skills-category:hover {
        transform: translateY(-10px) rotateX(5deg);
        box-shadow: 0 25px 50px rgba(0, 170, 255, 0.15);
    }

    .category-header {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        gap: 20px;
    }

    .category-icon {
        width: 50px;
        height: 50px;
        background: rgba(0, 170, 255, 0.1);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .skills-category:hover .category-icon {
        background: rgba(0, 170, 255, 0.2);
        transform: rotate(15deg);
    }

    .category-icon svg {
        width: 24px;
        height: 24px;
        fill: #00aaff;
        transition: all 0.3s ease;
    }

    .skills-category:hover .category-icon svg {
        fill: #f0a500;
    }

    .category-title {
        font-size: 1.6rem;
        color: #fff;
        font-weight: 700;
    }

    .skill-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 30px;
    }

    .skill-tag {
        padding: 8px 16px;
        border-radius: 30px;
        font-size: 0.95rem;
        font-weight: 600;
        color: #fff;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        z-index: 1;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        cursor: default;
    }

    .skill-tag::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        z-index: -1;
        transform: scale(0);
        transition: transform 0.3s ease;
        border-radius: 30px;
    }

    .skill-tag:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .skill-tag:hover::before {
        transform: scale(1);
    }

    .skill-tag.advanced {
        background: linear-gradient(135deg, #00aaff, #0077ff);
        border: 1px solid rgba(0, 170, 255, 0.3);
    }

    .skill-tag.intermediate {
        background: linear-gradient(135deg, #8e44ad, #9b59b6);
        border: 1px solid rgba(142, 68, 173, 0.3);
    }

    .skill-tag.beginner {
        background: linear-gradient(135deg, #27ae60, #2ecc71);
        border: 1px solid rgba(39, 174, 96, 0.3);
    }

    /* Section Subheaders */
    .section-subheader {
        margin-bottom: 30px;
        text-align: center;
    }

    .section-subheader h3 {
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
    }

    .section-subheader h3::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background: linear-gradient(90deg, #00aaff, #0077ff);
        border-radius: 3px;
    }

    .section-subheader p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 1.1rem;
    }

    .certifications-container {
        width: 100%;
        margin-top: 30px;
    }

    .certificates-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .certificate-card {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 15px;
        padding: 25px;
        display: flex;
        align-items: center;
        gap: 20px;
        width: calc(50% - 10px);
        min-width: 300px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.4s ease;
    }

    .certificate-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 170, 255, 0.15);
        background: rgba(0, 170, 255, 0.05);
    }

    .certificate-icon {
        width: 60px;
        height: 60px;
        background: rgba(0, 170, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .certificate-icon svg {
        width: 30px;
        height: 30px;
        fill: #00aaff;
    }

    .certificate-details h4 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #fff;
        margin-bottom: 5px;
    }

    .certificate-issuer {
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.95rem;
        margin-bottom: 5px;
    }

    .certificate-date {
        font-size: 0.9rem;
        color: #00aaff;
        font-weight: 600;
    }

    .learning-container {
        width: 100%;
        margin-top: 30px;
    }

    .learning-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .learning-tag {
        background: rgba(0, 170, 255, 0.1);
        border-radius: 50px;
        padding: 12px 25px;
        color: #fff;
        font-weight: 600;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        border: 1px solid rgba(0, 170, 255, 0.2);
    }

    .learning-tag:hover {
        background: rgba(0, 170, 255, 0.2);
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 170, 255, 0.2);
    }

    .skill-highlights {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-top: 60px;
    }

    .skill-highlight {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 20px;
        width: 180px;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.5s ease;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    }

    .skill-highlight:hover {
        transform: scale(1.1) rotate(5deg);
        background: rgba(0, 170, 255, 0.1);
        box-shadow: 0 20px 40px rgba(0, 170, 255, 0.2);
    }

    .skill-highlight::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        border: 2px solid rgba(0, 170, 255, 0.3);
        box-sizing: border-box;
        transition: all 0.5s ease;
    }

    .skill-highlight:hover::before {
        border-color: rgba(0, 170, 255, 0.6);
        transform: scale(0.95);
    }

    .skill-highlight-number {
        font-size: 2.5rem;
        font-weight: 800;
        color: #00aaff;
        margin-bottom: 5px;
        transition: all 0.3s ease;
    }

    .skill-highlight:hover .skill-highlight-number {
        color: #f0a500;
        text-shadow: 0 0 10px rgba(240, 165, 0, 0.3);
    }

    .skill-highlight-text {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.7);
        padding: 0 15px;
        transition: all 0.3s ease;
    }

    .skill-highlight:hover .skill-highlight-text {
        color: #fff;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes float {
        0% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-5px);
        }
        100% {
            transform: translateY(0px);
        }
    }

    .skill-tag {
        animation: fadeIn 0.5s ease forwards;
    }

    .skill-tag:hover {
        animation: float 2s ease-in-out infinite;
    }

    .skill-tooltip {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%) translateY(10px);
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 0.8rem;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease;
        z-index: 10;
        margin-bottom: 8px;
    }

    .skill-tooltip::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
    }

    .skill-tags > div:nth-child(1) { animation-delay: 0.1s; }
    .skill-tags > div:nth-child(2) { animation-delay: 0.2s; }
    .skill-tags > div:nth-child(3) { animation-delay: 0.3s; }
    .skill-tags > div:nth-child(4) { animation-delay: 0.4s; }
    .skill-tags > div:nth-child(5) { animation-delay: 0.5s; }
    .skill-tags > div:nth-child(6) { animation-delay: 0.6s; }
    .skill-tags > div:nth-child(7) { animation-delay: 0.7s; }

    /* Add media queries for better responsiveness */
    @media screen and (max-width: 768px) {
        .skills-category {
            min-width: 100%;
        }
        
        .certificate-card {
            width: 100%;
        }
        
        .skill-highlight {
            width: 150px;
            height: 150px;
        }
        
        .skill-tag {
            padding: 6px 12px;
            font-size: 0.9rem;
        }
    }
    .section-subheader {
        margin-bottom: 30px;
        text-align: center;
    }

    .section-subheader h3 {
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
    }

    .section-subheader h3::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background: linear-gradient(90deg, #00aaff, #0077ff);
        border-radius: 3px;
    }

    .section-subheader p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 1.1rem;
    }

    .certifications-container {
        width: 100%;
        margin-top: 30px;
    }

    .certificates-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .certificate-card {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 15px;
        padding: 25px;
        display: flex;
        align-items: center;
        gap: 20px;
        width: calc(50% - 10px);
        min-width: 300px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.4s ease;
    }

    .certificate-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 170, 255, 0.15);
        background: rgba(0, 170, 255, 0.05);
    }

    .certificate-icon {
        width: 60px;
        height: 60px;
        background: rgba(0, 170, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .certificate-icon svg {
        width: 30px;
        height: 30px;
        fill: #00aaff;
    }

    .certificate-details h4 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #fff;
        margin-bottom: 5px;
    }

    .certificate-issuer {
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.95rem;
        margin-bottom: 5px;
    }

    .certificate-date {
        font-size: 0.9rem;
        color: #00aaff;
        font-weight: 600;
    }

    .learning-container {
        width: 100%;
        margin-top: 30px;
    }

    .learning-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .learning-tag {
        background: rgba(0, 170, 255, 0.1);
        border-radius: 50px;
        padding: 12px 25px;
        color: #fff;
        font-weight: 600;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        border: 1px solid rgba(0, 170, 255, 0.2);
    }

    .learning-tag:hover {
        background: rgba(0, 170, 255, 0.2);
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 170, 255, 0.2);
    }

    .skill-highlights {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-top: 60px;
    }

    .skill-highlight {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 20px;
        width: 180px;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.5s ease;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    }

    .skill-highlight:hover {
        transform: scale(1.1) rotate(5deg);
        background: rgba(0, 170, 255, 0.1);
        box-shadow: 0 20px 40px rgba(0, 170, 255, 0.2);
    }

    .skill-highlight::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        border: 2px solid rgba(0, 170, 255, 0.3);
        box-sizing: border-box;
        transition: all 0.5s ease;
    }

    .skill-highlight:hover::before {
        border-color: rgba(0, 170, 255, 0.6);
        transform: scale(0.95);
    }

    .skill-highlight-number {
        font-size: 2.5rem;
        font-weight: 800;
        color: #00aaff;
        margin-bottom: 5px;
        transition: all 0.3s ease;
    }

    .skill-highlight:hover .skill-highlight-number {
        color: #f0a500;
        text-shadow: 0 0 10px rgba(240, 165, 0, 0.3);
    }

    .skill-highlight-text {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.7);
        padding: 0 15px;
        transition: all 0.3s ease;
    }

    .skill-highlight:hover .skill-highlight-text {
        color: #fff;
    }

    /* Animation for skill tags */
    @keyframes fadeIn {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes float {
        0% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-5px);
        }
        100% {
            transform: translateY(0px);
        }
    }

    .skill-tag {
        animation: fadeIn 0.5s ease forwards;
    }

    .skill-tag:hover {
        animation: float 2s ease-in-out infinite;
    }

    .skill-tags > div:nth-child(1) { animation-delay: 0.1s; }
    .skill-tags > div:nth-child(2) { animation-delay: 0.2s; }
    .skill-tags > div:nth-child(3) { animation-delay: 0.3s; }
    .skill-tags > div:nth-child(4) { animation-delay: 0.4s; }
    .skill-tags > div:nth-child(5) { animation-delay: 0.5s; }
    .skill-tags > div:nth-child(6) { animation-delay: 0.6s; }
    .skill-tags > div:nth-child(7) { animation-delay: 0.7s; }

    @media screen and (max-width: 768px) {
        .skills-category {
            min-width: 100%;
        }
        
        .certificate-card {
            width: 100%;
        }
        
        .skill-highlight {
            width: 150px;
            height: 150px;
        }
        
        .skill-tag {
            padding: 6px 12px;
            font-size: 0.9rem;
        }
    }
    .section-subheader {
        margin-bottom: 30px;
        text-align: center;
    }

    .section-subheader h3 {
        font-size: 2rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
    }

    .section-subheader h3::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background: linear-gradient(90deg, #00aaff, #0077ff);
        border-radius: 3px;
    }

    .section-subheader p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 1.1rem;
    }

    .certifications-container {
        width: 100%;
        margin-top: 30px;
    }

    .certificates-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .certificate-card {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 15px;
        padding: 25px;
        display: flex;
        align-items: center;
        gap: 20px;
        width: calc(50% - 10px);
        min-width: 300px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.4s ease;
    }

    .certificate-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 170, 255, 0.15);
        background: rgba(0, 170, 255, 0.05);
    }

    .certificate-icon {
        width: 60px;
        height: 60px;
        background: rgba(0, 170, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .certificate-icon svg {
        width: 30px;
        height: 30px;
        fill: #00aaff;
    }

    .certificate-details h4 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #fff;
        margin-bottom: 5px;
    }

    .certificate-issuer {
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.95rem;
        margin-bottom: 5px;
    }

    .certificate-date {
        font-size: 0.9rem;
        color: #00aaff;
        font-weight: 600;
    }

    .learning-container {
        width: 100%;
        margin-top: 30px;
    }

    .learning-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }

    .learning-tag {
        background: rgba(0, 170, 255, 0.1);
        border-radius: 50px;
        padding: 12px 25px;
        color: #fff;
        font-weight: 600;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        border: 1px solid rgba(0, 170, 255, 0.2);
    }

    .learning-tag:hover {
        background: rgba(0, 170, 255, 0.2);
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 170, 255, 0.2);
    }

    .skill-highlights {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin-top: 60px;
    }

    .skill-highlight {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 20px;
        width: 180px;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.5s ease;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    }

    .skill-highlight:hover {
        transform: scale(1.1) rotate(5deg);
        background: rgba(0, 170, 255, 0.1);
        box-shadow: 0 20px 40px rgba(0, 170, 255, 0.2);
    }

    .skill-highlight::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        border: 2px solid rgba(0, 170, 255, 0.3);
        box-sizing: border-box;
        transition: all 0.5s ease;
    }

    .skill-highlight:hover::before {
        border-color: rgba(0, 170, 255, 0.6);
        transform: scale(0.95);
    }

    .skill-highlight-number {
        font-size: 2.5rem;
        font-weight: 800;
        color: #00aaff;
        margin-bottom: 5px;
        transition: all 0.3s ease;
    }

    .skill-highlight:hover .skill-highlight-number {
        color: #f0a500;
        text-shadow: 0 0 10px rgba(240, 165, 0, 0.3);
    }

    .skill-highlight-text {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.7);
        padding: 0 15px;
        transition: all 0.3s ease;
    }

    .skill-highlight:hover .skill-highlight-text {
        color: #fff;
    }

    @keyframes skillBarAnimation {
        0% {
            width: 0;
        }
        100% {
            width: var(--progress-width);
        }
    }

    @media screen and (max-width: 768px) {
        .skills-category {
            min-width: 100%;
        }
        
        .certificate-card {
            width: 100%;
        }
        
        .skill-highlight {
            width: 150px;
            height: 150px;
        }
    }



    #helo {
        font-size: 2.3rem;
        color: #ffffff;
        text-align: center;
        margin: 50px 0;
        font-weight: 900;
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.4),
                    0 0 30px rgba(255, 215, 0, 0.6),
                    3px 3px 6px rgba(0, 0, 0, 0.3);
        letter-spacing: 2px;
        font-family: 'Poppins', sans-serif;
        animation: glow 2s ease-in-out infinite alternate, float 4s ease-in-out infinite;
        padding: 20px;
        background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
        border-radius: 15px;
        position: relative;
        overflow: hidden;
        display: inline-block;
    }

    #helo::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(
            to bottom right,
            rgba(0, 170, 255, 0.1) 0%,
            rgba(0, 170, 255, 0) 50%,
            rgba(240, 165, 0, 0.1) 100%
        );
        transform: rotate(30deg);
        animation: shine 6s infinite;
        z-index: -1;
    }

    @keyframes shine {
        0% { transform: translateX(-100%) rotate(30deg); }
        100% { transform: translateX(100%) rotate(30deg); }
    }

    @media (max-width: 1200px) {
        .hero-text h1 {
            font-size: 3rem;
        }
        
        .hero-3d {
            height: 500px;
        }
    }

    @media (max-width: 1024px) {
        .hero-text h1 {
            font-size: 2.5rem;
        }
        
        .blue-text {
            font-size: 1.3rem;
        }
        
        .section-title {
            font-size: 2.5rem;
        }
        
        .about-container {
            flex-direction: column;
            text-align: center;
        }
        
        .about-text {
            padding-left: 0;
            margin-top: 40px;
        }
        
        #abouth1, #description {
            text-align: center;
        }
        .btn {
        display: inline-block;
        margin-top: 25px;
        padding: 15px 35px;
        font-size: 1.1rem;
        font-weight: 600;
        text-decoration: none;
        color: #fff;
        background: linear-gradient(135deg, #00aaff 0%, #0077ff 100%);
        border: none;
        border-radius: 50px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        z-index: 1;
        box-shadow: 0 5px 15px rgba(0, 170, 255, 0.4);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #0077ff 0%, #00aaff 100%);
        z-index: -1;
        opacity: 0;
        transition: opacity 0.4s ease;
        border-radius: 50px;
    }

    .btn:hover {
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 10px 25px rgba(0, 170, 255, 0.6);
    }

    .btn:hover::before {
        opacity: 1;
    }

    .btn:active {
        transform: translateY(1px) scale(0.98);
        box-shadow: 0 3px 10px rgba(0, 170, 255, 0.4);
    }

    @keyframes floatBtn {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
    }

    .btn {
        animation: floatBtn 4s ease-in-out infinite;
    }
        }
        
        #abouth1::after {
            left: 50%;
            transform: translateX(-50%);
        }


    @media (max-width: 768px) {
        nav {
            padding: 15px 30px;
        }
        
        .hamburger {
            display: block;
        }
        
        .nav-active .hamburger span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 6px);
        }
        
        .nav-active .hamburger span:nth-child(2) {
            opacity: 0;
        }
        
        .nav-active .hamburger span:nth-child(3) {
            transform: rotate(-45deg) translate(5px, -6px);
        }
        
        .nav-links {
            position: fixed;
            top: 0;
            right: -100%;
            width: 80%;
            height: 100vh;
            background: rgba(8, 6, 8, 0.98);
            flex-direction: column;
            justify-content: center;
            align-items: center;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            z-index: 1000;
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
        }
        
        .nav-active .nav-links {
            right: 0;
        }
        
        .nav-links li {
            margin: 25px 0;
        }
        
        .nav-links a {
            font-size: 1.2rem;
            padding: 10px 20px;
        }
        
        .hero {
            flex-direction: column;
            text-align: center;
        }
        
        .hero-text, .hero-3d {
            width: 100%;
            padding: 0;
        }
        
        .hero-text {
            margin-bottom: 50px;
        }
        
        .hero-text p {
            margin-left: auto;
            margin-right: auto;
        }
        
        .buttons {
            justify-content: center;
        }
        
        .social-icons {
            justify-content: center;
        }
        
        model-viewer {
            height: 400px;
        }
        
        .skills-category {
            min-width: 100%;
        }
        
        .tech-grid {
            grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
            gap: 30px;
        }
        
        #helo {

            font-size: 3.5rem;
        }
    }

    @media (max-width: 480px) {
        .hero-text h1 {
            font-size: 2rem;
        }
        
        .blue-text {
            font-size: 1.1rem;
        }
        
        .buttons {
            flex-direction: column;
            gap: 15px;
        }
        
        .btn-hire, .btn-talk {
            width: 100%;
            text-align: center;
        }
        
        model-viewer {
            height: 300px;
        }
        
        .section-title {
            font-size: 2rem;
        }
        
        .section-subtitle {
            font-size: 1.1rem;
        }
        
        .about-image img {
            width: 220px;
            height: 220px;
        }
        
        .tech-grid {
            grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
            gap: 20px;
        }
        
        .tech-icon {
            width: 60px;
            height: 60px;
        }
        
        .tech-icon img {
            width: 35px;
            height: 35px;
        }
        
        .skill-highlights {
            flex-direction: column;
            align-items: center;
        }
        
        .skill-highlight {
            width: 160px;
            height: 160px;
        }
        
        #helo {
            font-size: 2.5rem;
            padding: 15px;
        }
    }

    .reveal {
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s cubic-bezier(0.5, 0, 0, 1);
    }

    .reveal.active {
        opacity: 1;
        transform: translateY(0);
    }

    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: rgba(8, 6, 8, 0.8);
    }

    ::-webkit-scrollbar-thumb {
        background: linear-gradient(#00aaff, #0077ff);
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(#f0a500, #ff8c00);
    }


    .contact-section {
        padding: 100px 0;
        background-color: #080608;
        position: relative;
        overflow: hidden;
    }

    .contact-section::before {
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: rgba(67, 97, 238, 0.1);
        filter: blur(100px);
        top: -100px;
        right: -100px;
        z-index: 0;
    }

    .contact-section::after {
        content: '';
        position: absolute;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        background: rgba(67, 97, 238, 0.05);
        filter: blur(80px);
        bottom: -50px;
        left: -50px;
        z-index: 0;
    }

    .contact-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        margin-top: 50px;
        position: relative;
        z-index: 1;
    }

    .contact-info {
        flex: 1;
        min-width: 300px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .contact-card {
        display: flex;
        align-items: center;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 12px;
        padding: 20px;
        transition: all 0.3s ease;
    }

    .contact-card:hover {
        background: rgba(255, 255, 255, 0.05);
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .contact-icon {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(67, 97, 238, 0.1);
        border-radius: 50%;
        margin-right: 20px;
    }

    .contact-icon svg {
        width: 24px;
        height: 24px;
        fill: #4361ee;
    }




    .contact-details p {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7);
    }

    .contact-social {
        margin-top: 10px;
    }

    .contact-social h3 {
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 15px;
    }

    .social-links {
        display: flex;
        gap: 15px;
    }

    .social-link {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .social-link:hover {
        background: rgba(67, 97, 238, 0.1);
        transform: translateY(-5px);
    }

    .social-link svg {
        width: 20px;
        height: 20px;
        fill: #ffffff;
        transition: all 0.3s ease;
    }

    .social-link:hover svg {
        fill: #4361ee;
    }

    .availability-status {
        display: flex;
        align-items: center;
        margin-top: 20px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 12px;
        padding: 15px 20px;
    }

    .status-indicator {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .status-indicator.available {
        background-color: #4ade80;
        box-shadow: 0 0 10px rgba(74, 222, 128, 0.5);
    }

    .availability-status p {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
    }

    .contact-form-container {
        flex: 1;
        min-width: 300px;
    }

    .contact-form {
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 16px;
        padding: 30px;
        backdrop-filter: blur(10px);
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-group label {
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 8px;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        padding: 12px 15px;
        font-size: 16px;
        color: #ffffff;
        transition: all 0.3s ease;
    }

    .form-group input:focus,
    .form-group textarea:focus {
        outline: none;
        border-color: rgba(67, 97, 238, 0.5);
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.15);
    }

    .form-group input::placeholder,
    .form-group textarea::placeholder {
        color: rgba(255, 255, 255, 0.4);
    }

    .submit-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #4361ee;
        color: #ffffff;
        border: none;
        border-radius: 8px;
        padding: 14px 30px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 100%;
    }

    .submit-btn:hover {
        background: #3a56d4;
        transform: translateY(-2px);
        box-shadow: 0 8px 15px rgba(67, 97, 238, 0.2);
    }

    .submit-btn svg {
        width: 20px;
        height: 20px;
        fill: #ffffff;
        margin-left: 10px;
        transition: all 0.3s ease;
    }

    .submit-btn:hover svg {
        transform: translateX(5px);
    }

    @media screen and (max-width: 992px) {
        .contact-wrapper {
            flex-direction: column;
        }
        
        .contact-info {
            width: 100%;
        }
        
        .contact-form-container {
            width: 100%;
        }
    }

    @media screen and (max-width: 768px) {
        .contact-section {
            padding: 80px 0;
        }
        
        .contact-card {
            padding: 15px;
        }
        
        .contact-icon {
            width: 40px;
            height: 40px;
        }
        
        .contact-details h3 {
            font-size: 16px;
        }
        
        .contact-details p {
            font-size: 14px;
            color: grey;
                
        }
        
        .contact-form {
            padding: 20px;
        }
    }

    @media screen and (max-width: 480px) {
        .section-title {
            font-size: 28px;
        }
        
        .section-subtitle {
            font-size: 14px;
        }
        
        .social-links {
            flex-wrap: wrap;
        }
    }


.mid {
    display: none;
    background-color: #fffae6;
    color: #333;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    text-align: center;
    font-size: 1rem; 
    font-weight: 500;
    max-width: 90vw; 
    width: fit-content;
    margin: 0 auto;
    animation: pulse 1.5s infinite;
    transition: opacity 1s ease-in-out;
    box-shadow: 0 0 10px rgba(255, 204, 0, 0.4);
    position: relative;
    top: 10px;
    word-wrap: break-word;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 10px rgba(255, 204, 0, 0.4);
    }
    50% {
      transform: scale(1.03);
      box-shadow: 0 0 18px rgba(255, 204, 0, 0.8);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 10px rgba(255, 204, 0, 0.4);
    }
  }
  
  @media (max-width: 480px) {
    .mid {
      font-size: 0.9rem;
      padding: 0.4rem 0.8rem;
    }
  }
  
    

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0a0a0a; 
    z-index: 99999; 
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    transition: opacity 0.75s ease, visibility 0.75s ease; /
    color: #fff; 
    font-size: 1.2em; 
}

.preloader-content {
    text-align: center;
}

.preloader-content img {
    max-width: 200px; 
    height: auto;
    border-radius: 10px; 
    box-shadow: 0 0 20px rgba(36, 198, 220, 0.4); 
    margin-bottom: 20px;
}

.preloader-content p {
    margin-top: 15px;
    font-family: 'Sansation', sans-serif; 
    color: #24c6dc; 
}
.projects-section {
  padding: 80px 5%;
  background: #0d0d0d;
  color: #fff;
}

.section-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.project-card {
  background: #151515;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #222;
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.project-image img {
  width: 100%;
  display: block;
  height: 200px;
  object-fit: cover;
}

.project-content {
  padding: 20px;
}

.project-content h3 {
  margin: 0;
  font-size: 1.5rem;
}

.project-content p {
  margin: 10px 0 15px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #cfcfcf;
}

.project-tags span {
  display: inline-block;
  background: #222;
  padding: 5px 10px;
  margin: 4px;
  border-radius: 6px;
  font-size: 0.8rem;
}

.project-links {
  margin-top: 15px;
}

.btn,
.btn-outline {
  display: inline-block;
  padding: 8px 16px;
  margin-right: 10px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: 0.3s;
}

.btn {
  background: #00d2ff;
  color: #000;
}

.btn:hover {
  filter: brightness(1.2);
}

.btn-outline {
  border: 2px solid #00d2ff;
  color: #00d2ff;
}

.btn-outline:hover {
  background: #00d2ff;
  color: #000;
}
.project-video video {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #222;
  background: #000;
}

