/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #050505;
    color: #ffffff;
    overflow-x: hidden;
}

/* Header Styles */
.main-header {
    background-color: #0d0d0d;
    padding: 15px 5%;
    border-bottom: 1px solid #1f1f1f;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.logo-wrapper { display: flex; align-items: center; gap: 10px; }
.logo-circle {
    border: 2px solid #fff; border-radius: 50%; width: 35px; height: 35px;
    display: flex; align-items: center; justify-content: center;
    color: #ff9d00; font-weight: 800;
}
.brand-top { font-weight: 700; color: #ff9d00; font-size: 18px; display: block; line-height: 1; }
.brand-bottom { font-size: 10px; letter-spacing: 2px; color: #fff; }

.nav-list { display: flex; list-style: none; gap: 30px; align-items: center; }
.nav-link { color: #fff; text-decoration: none; font-weight: 500; font-size: 16px; transition: 0.3s; }
.nav-link:hover { color: #ff9d00; }

/* Dropdown */
.dropdown { position: relative; }
.dropdown-content {
    position: absolute; top: 120%; left: 0; background: #111; min-width: 220px;
    border-radius: 8px; list-style: none; padding: 10px 0; opacity: 0; visibility: hidden;
    transform: translateY(10px); transition: 0.3s; box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.dropdown:hover .dropdown-content { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-content li a { color: #fff; padding: 12px 20px; display: block; text-decoration: none; font-size: 14px; }
.dropdown-content li a:hover { background: #222; color: #ff9d00; }

/* CTA Button */
.btn-talk {
    border: 2px solid #fff; border-radius: 10px; padding: 10px 22px;
    color: #fff; text-decoration: none; font-weight: 700; display: flex; align-items: center; gap: 10px; transition: 0.3s;
}
.btn-talk:hover { background: #fff; color: #000; }

/* Hero Section */
.hero-section { min-height: 90vh; display: flex; align-items: center; padding: 50px 5%; }
.hero-container { display: flex; align-items: center; justify-content: space-between; max-width: 1400px; margin: 0 auto; width: 100%; gap: 50px; }
.hero-content { flex: 1; }
.im-heading { color: #ff9d00; font-size: 24px; margin-bottom: 10px; }
.main-title { font-size: clamp(40px, 8vw, 75px); font-weight: 800; line-height: 1; margin-bottom: 25px; }
.description { color: #aaa; font-size: 18px; line-height: 1.6; margin-bottom: 40px; max-width: 550px; }

/* Typing Effect */
.typing-wrapper { display: inline-block; min-height: 40px; }
#typing-text { font-size: 28px; color: #00d2ff; font-weight: 600; }
.underline-animation { height: 3px; background: linear-gradient(90deg, #00d2ff, transparent); width: 100%; margin-top: 8px; }

/* Animated Image */
.hero-visual { flex: 1; position: relative; display: flex; justify-content: center; }
.glow-bg { position: absolute; width: 100%; height: 100%; background: radial-gradient(circle, rgba(255,157,0,0.1) 0%, transparent 70%); }
.animated-character {
    width: 100%; max-width: 500px; position: relative; z-index: 10;
    animation: floating 4s ease-in-out infinite;
}

@keyframes floating {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-25px); }
}

/* Mobile Toggle */
.menu-toggle { display: none; cursor: pointer; }
.bar { display: block; width: 25px; height: 3px; margin: 5px; background: #fff; transition: 0.3s; }
.mobile-cta-item { display: none; }

/* Responsive Design */
@media (max-width: 992px) {
    .menu-toggle { display: block; }
    .header-action { display: none; }
    .navbar {
        position: absolute; top: 100%; left: -100%; width: 100%; background: #0d0d0d;
        transition: 0.4s; padding-bottom: 30px; border-bottom: 1px solid #222;
    }
    .navbar.active { left: 0; }
    .nav-list { flex-direction: column; padding-top: 30px; }
    .mobile-cta-item { display: block; }
    .hero-container { flex-direction: column-reverse; text-align: center; }
    .description { margin: 0 auto 30px; }
    .animated-character { max-width: 320px; }
    .dropdown-content { position: static; opacity: 1; visibility: visible; display: none; transform: none; box-shadow: none; width: 100%; }
    .dropdown.active .dropdown-content { display: block; }
}

/* Skills Ticker Styling */
.skills-ticker-wrapper {
    background: #0d0d0d; /* Dark background like the image */
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    /* Tilted/Diagonally effect */
    transform: rotate(-2deg); 
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.skills-ticker {
    display: flex;
    white-space: nowrap;
    align-items: center;
    /* Animation call */
    animation: scrollTicker 30s linear infinite;
    width: max-content;
}

.ticker-item {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    margin: 0 15px;
    background: rgba(255, 255, 255, 0.02);
}

.sparkle {
    color: #ffffff;
    font-size: 22px;
    margin: 0 10px;
}

/* Scroll Animation */
@keyframes scrollTicker {
    0% {
        transform: translateX(0);
    }
    100% {
        /* Aadhe raste tak move karega taake loop seamless lage */
        transform: translateX(-50%);
    }
}

/* Hover par slow ho jaye */
.skills-ticker-wrapper:hover .skills-ticker {
    animation-play-state: paused;
    cursor: pointer;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .ticker-item {
        font-size: 16px;
        padding: 6px 15px;
    }
    .skills-ticker-wrapper {
        transform: rotate(-1deg);
        padding: 15px 0;
    }
}

/* Featured Section Styling */
.featured-section {
    padding: 80px 20px;
    background-color: #050505; /* Dark background match karne ke liye */
    text-align: center; /* Sab kuch center karne ke liye */
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-container {
    max-width: 800px;
    width: 100%;
}

.featured-title {
    font-size: clamp(32px, 8vw, 60px); /* Responsive font size */
    font-weight: 800;
    margin-bottom: 15px;
    
    /* Gradient Text Effect */
    background: linear-gradient(90deg, #a855f7, #ec4899, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    
    letter-spacing: -1px;
}

.featured-subtitle {
    font-size: clamp(16px, 4vw, 20px);
    color: #94a3b8; /* Soft grey color */
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .featured-section {
        padding: 60px 15px;
    }
}

.artwork-showcase {
    background-color: #050505;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.slider-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

/* Counter Box */
.slide-counter-badge {
    position: absolute;
    top: -30px;
    right: 40px;
    background: rgba(0, 0, 0, 0.8);
    color: #ff9d00;
    padding: 10px 20px;
    border: 1.5px solid #ff9d00;
    border-radius: 12px;
    font-weight: bold;
    font-size: 18px;
    z-index: 20;
}

/* Main Slider */
.mainArtworkSwiper {
    width: 100%;
    padding: 50px 0;
}

.mainArtworkSwiper .swiper-slide {
    width: 380px;
    height: 520px;
    transition: all 0.6s ease;
    filter: blur(10px) brightness(0.4);
    transform: scale(0.8);
    opacity: 0.4;
}

.mainArtworkSwiper .swiper-slide-active {
    filter: blur(0) brightness(1);
    transform: scale(1.1);
    opacity: 1;
    z-index: 10;
}

.art-card {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}

.art-card img { width: 100%; height: 100%; object-fit: cover; }

/* Navigation Arrows */
.custom-arrow { color: #ff9d00 !important; }

/* Thumbnail Slider */
.bottom-nav-wrapper {
    max-width: 900px;
    margin: 40px auto 0;
}

.thumbsSlider .swiper-slide {
    width: 85px !important;
    height: 85px !important;
    opacity: 0.3;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
}

/* THUMBNAIL HOVER EFFECT */
.thumbsSlider .swiper-slide:hover {
    opacity: 0.8;
    transform: translateY(-8px);
}

.thumbsSlider .swiper-slide-thumb-active {
    opacity: 1 !important;
    border: 2px solid #ff9d00;
    transform: scale(1.1) !important;
}

.t-img { width: 100%; height: 100%; object-fit: cover; }

/* Progress Bar */
.progress-bar-line {
    position: relative !important;
    margin-top: 30px;
    height: 4px !important;
    background: rgba(255,255,255,0.1) !important;
}

.swiper-pagination-progressbar-fill { background: #ff9d00 !important; }

/* Responsive */
@media (max-width: 768px) {
    .mainArtworkSwiper .swiper-slide { width: 260px; height: 380px; }
    .slide-counter-badge { right: 50%; transform: translateX(50%); top: -50px; }
}

/* ... Pichla saara CSS waisa hi rahega ... */

/* Lazy Loading Spinner Customization */
.swiper-lazy-preloader {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
}

/* Jab image load ho rahi ho toh halka sa transition */
.swiper-lazy {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.swiper-lazy-loaded {
    opacity: 1;
}

.about-design-section {
    background-color: #0d0118; /* Dark Purple Theme */
    padding: 100px 5%;
    position: relative;
    color: white;
    overflow: hidden;
}

.section-main-title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
}

.section-main-title span {
    color: #ff9d00; /* Yellow-Orange Highlight */
}

.about-content-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* Left Animated Image Column */
.image-column {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.glow-circle {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, #ff9d00 0%, transparent 70%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* FLOATING ANIMATION */
.floating-img {
    width: 320px;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-25px); }
    100% { transform: translateY(0px); }
}

/* Right Text Column */
.text-column {
    flex: 1.2;
}

.intro-text {
    font-size: 18px;
    line-height: 1.8;
    color: #cccccc;
    max-width: 600px;
}

.intro-text span {
    color: white;
    font-weight: bold;
}

/* Badge Style */
.we-are-here {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

/* Responsive */
@media (max-width: 992px) {
    .about-content-grid {
        flex-direction: column;
        text-align: center;
    }
    .glow-circle { width: 280px; height: 280px; }
    .floating-img { width: 250px; }
}
/* ... Pichla saara CSS waisa hi rahega ... */

/* Particles Container */
.particles-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none; /* Mouse events is par se guzr jayen */
    z-index: -1; /* Image ke peeche rahe */
    border-radius: 50%; /* Circle shape ke andar */
}

/* Single Particle */
.particles-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    animation: particle-move 15s infinite linear; /* Animation applied here */
}

/* Multiple Particles - Aap inko copy paste karke aur particles bana sakte hain */
/* Har particle ke liye alag animation delay aur position set karein */
.particles-container::after { /* Example for a second particle */
    content: '';
    position: absolute;
    top: 30%;
    left: 70%;
    width: 3px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
    animation: particle-move 20s infinite linear reverse; /* Different speed/direction */
}


/* Particle Animation */
@keyframes particle-move {
    0% { transform: translate(0, 0) scale(1); opacity: 1; }
    25% { transform: translate(50px, -30px) scale(0.8); opacity: 0.8; }
    50% { transform: translate(-70px, 80px) scale(1.2); opacity: 1; }
    75% { transform: translate(30px, -60px) scale(0.9); opacity: 0.7; }
    100% { transform: translate(0, 0) scale(1); opacity: 1; }
}

/* Responsive */
@media (max-width: 992px) {
    /* ... Pichle responsive styles ... */
    .particles-container { /* Mobile par agar zarurat ho to size adjust karein */
        width: 100%; 
        height: 100%;
    }
}

/* Section Styles */
.digital-services-section {
    background-color: #0d0118;
    padding: 80px 5%;
    position: relative;
    overflow: hidden;
    color: white;
    font-family: 'Inter', sans-serif;
}

#particles-js {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}

.container { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; }

/* Heading */
.main-title {
    font-size: clamp(26px, 5vw, 40px);
    font-weight: 800;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    display: inline-block;
}
.main-title span { color: #ff9d00; }

/* Content Grid */
.about-grid {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 70px;
    flex-wrap: wrap; /* Responsive wrap */
}

.image-box { flex: 1; display: flex; justify-content: center; min-width: 300px; }
.orange-glow {
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(255, 157, 0, 0.3) 0%, transparent 70%);
    display: flex; align-items: center; justify-content: center;
}

/* Character Floating Animation */
.main-char {
    width: 280px;
    animation: floating 4s ease-in-out infinite;
}
@keyframes floating {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.text-box { flex: 1.5; min-width: 300px; }
.text-box p { font-size: 18px; line-height: 1.8; color: #ccc; }
.text-box span { color: white; font-weight: bold; }

/* Stats Bar - Glassmorphism */
.stats-container {
    display: flex;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 40px 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
    gap: 30px;
}

.stat-item { text-align: center; }
.stat-item h3 { font-size: 45px; font-weight: 900; margin-bottom: 5px; }
.stat-item p { font-size: 13px; color: #aaa; text-transform: uppercase; }

/* Stat Colors */
.orange-text { color: #ff9d00; }
.blue-text { color: #2bc3f3; }
.purple-text { color: #9d56ff; }

/* Tablet/Mobile Responsive */
@media (max-width: 992px) {
    .about-grid { flex-direction: column; text-align: center; }
    .text-box { text-align: center; }
}

.projects-section {
    background-color: #0d0118;
    padding: 80px 5%;
    font-family: 'Inter', sans-serif;
    color: white;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.projects-title {
    font-size: clamp(26px, 5vw, 40px);
    text-align: center;
    font-weight: 800;
    margin-bottom: 50px;
}

.projects-title span { color: #ff9d00; }

/* 2-2 Grid for Desktop */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.project-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    background: #1a0b2e;
    transition: transform 0.4s ease;
}

.project-card:hover { transform: scale(1.02); }

.project-card img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
}

/* Hover Overlay */
.project-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(13, 1, 24, 0.7);
    display: flex;
    align-items: flex-end;
    padding: 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card:hover .project-overlay { opacity: 1; }

.project-info h3 { font-size: 20px; margin-bottom: 5px; color: #fff; }
.project-info p { font-size: 14px; color: #ff9d00; }

/* Lightbox Styling */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lightbox-content {
    max-width: 80%;
    max-height: 80%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(255, 157, 0, 0.3);
}

#lightbox-caption {
    margin-top: 15px;
    font-size: 20px;
    color: #ff9d00;
    font-weight: bold;
}

.close-btn {
    position: absolute;
    top: 30px; right: 40px;
    color: white; font-size: 50px;
    cursor: pointer;
}

/* Responsive Logic */
@media (max-width: 768px) {
    .projects-grid { grid-template-columns: 1fr; } /* Mobile par 1 column */
}

.portfolio-section {
    background-color: #2e1a3d;
    padding: 60px 5%;
    text-align: center;
}

.section-title {
    color: white;
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: bold;
}

.highlight { color: #f7931e; }

.filter-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.tab-btn {
    background-color: #4c2670;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.tab-btn.active, .tab-btn:hover {
    background-color: #8a2be2;
    box-shadow: 0 4px 15px rgba(138, 43, 226, 0.3);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.portfolio-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16/10;
    display: none; /* Default hidden */
}

.portfolio-item.show {
    display: block;
    animation: fadeIn 0.5s ease;
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.portfolio-item:hover img { transform: scale(1.1); }

.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.overlay p { color: white; margin: 0; font-weight: bold; text-align: left; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 992px) { .portfolio-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 650px) { .portfolio-grid { grid-template-columns: 1fr; } .tab-btn { width: 100%; max-width: 280px; } }

.portfolio-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

/* Play button ka hint jo video ke center mein dikhega */
.play-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
    pointer-events: none; /* Is par click na ho, video par ho */
    background: rgba(0,0,0,0.4);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

/* Jab video chal rahi ho to play button chhupa do */
.playing .play-hint {
    opacity: 0;
}

.portfolio-item:hover .play-hint {
    background: rgba(138, 43, 226, 0.8); /* Purple on hover */
}
.contact-section {
    background-color: #2e1a3d;
    padding: 80px 5%;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
}

/* Header Styles */
.contact-title { color: white; font-size: 45px; margin-bottom: 10px; }
.contact-title span { color: #f7931e; }
.contact-subtitle { color: #f7931e; font-size: 32px; margin-bottom: 15px; }
.contact-desc { color: #aaa; font-size: 16px; margin-bottom: 50px; }

/* Main Card Style */
.contact-card {
    background-color: #3d2b47;
    border-radius: 20px;
    display: flex;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.contact-info, .contact-form { padding: 40px; flex: 1; }

/* Left Side Styling */
.contact-info h4, .contact-form h4 { color: white; font-size: 24px; margin-bottom: 20px; }
.contact-info p { color: #ccc; line-height: 1.6; margin-bottom: 25px; }

.email-link { color: #f7931e; text-decoration: none; font-weight: bold; display: block; margin-bottom: 30px; }

.social-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.social-btn {
    background: #251a2e;
    color: white;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}
.social-btn:hover { background: #f7931e; }

/* Form Styling */
.contact-form form { display: flex; flex-direction: column; gap: 15px; }
.contact-form input, .contact-form textarea {
    background: #251a2e;
    border: none;
    padding: 15px;
    border-radius: 8px;
    color: white;
    font-size: 15px;
}

.send-btn {
    background: linear-gradient(to right, #ff8c00, #ff4500);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
    font-size: 16px;
    transition: 0.3s;
}
.send-btn:hover { transform: scale(1.02); opacity: 0.9; }

/* Responsive Adjustments */
@media (max-width: 850px) {
    .contact-card { flex-direction: column; }
    .contact-title { font-size: 32px; }
    .contact-subtitle { font-size: 24px; }
}

.contact-section {
    background-color: #2e1a3d;
    padding: 80px 5%;
    overflow: hidden;
}

.contact-card {
    background-color: #3d2b47;
    border-radius: 20px;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
    transition: transform 0.3s ease;
}

/* Social Buttons Hover */
.social-btn {
    background: #251a2e;
    color: white;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-btn i { font-size: 18px; }

.social-btn:hover {
    background: #f7931e;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(247, 147, 30, 0.4);
}

/* Input Focus Effect */
.contact-form input, .contact-form textarea {
    background: #251a2e;
    border: 2px solid transparent;
    transition: 0.3s;
    outline: none;
    width: 100%;
}

.contact-form input:focus, .contact-form textarea:focus {
    border-color: #f7931e;
    background: #2e1a3d;
}

/* Send Message Button Animation */
.send-btn {
    background: linear-gradient(45deg, #ff8c00, #ff4500);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.send-btn::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
    z-index: -1;
}

.send-btn:hover::before {
    left: 100%;
}

.send-btn:hover {
    letter-spacing: 1px;
    box-shadow: 0 5px 20px rgba(255, 69, 0, 0.5);
}

.main-footer {
    background-color: #2e1a3d; /* Dark theme as per image */
    padding: 60px 5% 20px;
    color: white;
    font-family: 'Segoe UI', sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col h4 {
    color: white;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
}

.footer-logo img {
    height: 50px;
    margin-bottom: 20px;
}

.footer-text, .newsletter-text {
    color: #aaa;
    line-height: 1.7;
    font-size: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #aaa;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #f7931e;
    padding-left: 5px;
}

/* Newsletter Input & Button */
.footer-newsletter {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-newsletter input {
    padding: 12px 15px;
    border-radius: 8px;
    border: none;
    background: #3d2b47;
    color: white;
    outline: none;
}

.footer-newsletter button {
    background: #f7931e;
    color: #2e1a3d;
    padding: 12px;
    border-radius: 8px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.footer-newsletter button:hover {
    background: #ffaa33;
    transform: translateY(-2px);
}

/* Bottom Bar */
.footer-bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom p { color: #888; font-size: 14px; }

.footer-socials { display: flex; gap: 15px; }

.footer-socials a {
    width: 40px;
    height: 40px;
    background: #3d2b47;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s;
}

.footer-socials a:hover {
    background: #f7931e;
    transform: rotate(360deg);
}

/* Responsive Queries */
@media (max-width: 992px) {
    .footer-container { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .footer-container { grid-template-columns: 1fr; }
    .footer-bottom-container { justify-content: center; text-align: center; }
}

.main-footer {
    background-color: #1a0f25; /* Thoda aur gehra aur solid purple background */
    padding: 80px 5% 30px;
    color: white;
    font-family: 'Segoe UI', sans-serif;
    position: relative;
    border-top: 2px solid #3d2b47;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

/* Heading glow effect */
.footer-col h4 {
    color: white;
    font-size: 22px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links a:hover {
    color: #f7931e;
    text-shadow: 0 0 10px rgba(247, 147, 30, 0.5);
    padding-left: 8px;
}

/* X Icon and Socials Styling */
.footer-socials a {
    width: 45px;
    height: 45px;
    background: #3d2b47;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    transition: all 0.3s ease;
}

.footer-socials a:hover {
    background: #f7931e;
    color: #1a0f25;
    transform: translateY(-5px) scale(1.1);
}

/* Newsletter Input Upgrade */
.footer-newsletter input {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #4c2670;
    background: #251a2e;
    color: white;
}

/* Responsive adjust for mobile */
@media (max-width: 900px) {
    .footer-container { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .footer-container { grid-template-columns: 1fr; text-align: center; }
    .footer-newsletter { align-items: center; }
    .footer-socials { justify-content: center; }
}

/* about style start */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #0f0f1b; /* Dark Premium Background */
    color: white;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

/* --- Header & Scroll Logic --- */
#main-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 50px;
    background: rgba(15, 15, 27, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    transition: transform 0.4s ease-in-out;
}

.header-hidden {
    transform: translateY(-100%);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo { font-size: 1.5rem; font-weight: 700; }
.logo span { color: #ff8c00; }

.nav-links { display: flex; list-style: none; gap: 30px; }
.nav-links a { color: white; text-decoration: none; font-weight: 400; transition: 0.3s; }
.nav-links a.active, .nav-links a:hover { color: #00d2ff; }

/* --- About Section Layout --- */
.about-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px 60px 20px;
}

.about-container {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1100px;
    flex-wrap: wrap;
    justify-content: center;
}

/* --- Image Box with Glow & Zoom --- */
.image-wrapper {
    position: relative;
    width: 320px;
    height: 380px;
    background: #ff8c00;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: transform 0.4s ease; /* Zoom transition */
}

.image-wrapper:hover {
    transform: scale(1.05); /* Zoom Effect on hover */
}

/* Corner White Glows */
.corner-glow {
    position: absolute;
    width: 50px;
    height: 50px;
    background: white;
    filter: blur(30px);
    opacity: 0.7;
    z-index: 1;
}
.tl { top: -10px; left: -10px; }
.tr { top: -10px; right: -10px; }
.bl { bottom: -10px; left: -10px; }
.br { bottom: -10px; right: -10px; }

/* Soft background light */
.soft-bg-light {
    position: absolute;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    z-index: 0;
}

.profile-img {
    width: 90%;
    z-index: 2;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}

/* Blinking Stars Animation */
.star {
    position: absolute;
    font-size: 22px;
    z-index: 5;
    animation: blinkStar 1.5s infinite alternate;
}

@keyframes blinkStar {
    from { opacity: 0.3; transform: scale(0.8); filter: brightness(1); }
    to { opacity: 1; transform: scale(1.2); filter: brightness(1.5) drop-shadow(0 0 8px gold); }
}

.s1 { top: 10px; left: 10px; }
.s2 { top: 10px; right: 10px; }
.s3 { bottom: 10px; left: 10px; }
.s4 { bottom: 10px; right: 10px; }

/* --- Text Content Styling --- */
.content-box { flex: 1; min-width: 300px; }

h1 { font-size: 3.5rem; line-height: 1.1; margin-bottom: 15px; }
.blue-text { color: #00d2ff; }
.orange-text { color: #ff8c00; }

/* Separator Line */
.title-divider {
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, #00d2ff, #ff8c00);
    margin: 25px 0;
    border-radius: 10px;
}

.description p {
    margin-bottom: 20px;
    color: #b0b0b0;
    display: flex;
    gap: 12px;
    font-size: 1.05rem;
}

.arrow { color: #00d2ff; font-weight: bold; }

/* --- Responsive Design --- */
@media (max-width: 768px) {
    .about-container { flex-direction: column; text-align: center; gap: 40px; }
    h1 { font-size: 2.5rem; }
    .title-divider { margin: 25px auto; }
    .description p { text-align: left; }
    .navbar { padding: 10px 20px; }
    .nav-links { display: none; } /* Mobile menu simplified for now */
}

/* card */
/* Modern Root Styles */
:root {
    --primary-glow: #00d2ff;
    --accent-pink: #ff00cc;
    --dark-bg: #050508;
    --glass: rgba(255, 255, 255, 0.05);
}

body { background-color: var(--dark-bg); font-family: 'Poppins', sans-serif; color: #fff; margin: 0; }

.skills-section { padding: 80px 20px; text-align: center; }

/* Centered Heading Style */
.heading-wrapper { margin-bottom: 60px; }
.ultra-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.gradient-text {
    display: inline-block; /* Crucial for gradient rendering */
    background: linear-gradient(90deg, #00d2ff, #ff00cc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* Fallback */
}

.animated-line {
    width: 80px; height: 5px;
    background: linear-gradient(90deg, var(--primary-glow), var(--accent-pink));
    margin: 15px auto;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.5);
}

/* Responsive Grid */
.cards-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* Flip Card Core */
.skill-card {
    width: 320px;
    height: 480px;
    perspective: 1200px;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    cursor: pointer;
}

.skill-card:hover .card-inner { transform: rotateY(180deg); }

/* Front & Back Sides */
.card-front, .card-back {
    position: absolute;
    width: 100%; height: 100%;
    backface-visibility: hidden;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

/* Front Design */
.card-front {
    background: linear-gradient(145deg, #12121a, #0a0a0f);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Stylish Badges */
.card-badge {
    font-size: 10px; font-weight: 700; padding: 6px 18px;
    border-radius: 50px; margin-bottom: 20px; letter-spacing: 2px;
}
.art-bg { background: linear-gradient(90deg, #ff00cc, #9900ff); }
.dev-bg { background: linear-gradient(90deg, #00d2ff, #3333ff); }
.tools-bg { background: linear-gradient(90deg, #00ff88, #0099ff); color: #000; }

.card-title {
    font-size: 1.6rem; margin-bottom: 25px;
    color: #fff; text-shadow: 0 0 10px rgba(255,255,255,0.2);
}

/* Modern Skills Design (Pills) */
.skills-grid {
    display: flex; flex-wrap: wrap;
    justify-content: center; gap: 10px;
}

.skills-grid span {
    background: var(--glass);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 14px;
    border-radius: 12px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.skills-grid span:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--primary-glow);
    transform: translateY(-3px);
}

/* Back Image */
.card-back { transform: rotateY(180deg); }
.card-back img { width: 100%; height: 100%; object-fit: cover; }

/* Glowing Stars */
.corner-stars span {
    position: absolute; color: var(--primary-glow); font-size: 1.2rem;
    filter: drop-shadow(0 0 5px var(--primary-glow));
    animation: twinkle 3s infinite ease-in-out;
}
.corner-stars span:nth-child(1) { top: 20px; left: 20px; animation-delay: 0s; }
.corner-stars span:nth-child(2) { top: 20px; right: 20px; animation-delay: 0.5s; }
.corner-stars span:nth-child(3) { bottom: 20px; left: 20px; animation-delay: 1s; }
.corner-stars span:nth-child(4) { bottom: 20px; right: 20px; animation-delay: 1.5s; }

@keyframes twinkle {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.3); }
}

/* FULL RESPONSIVE ADJUSTMENTS */
@media (max-width: 768px) {
    .skill-card { width: 45%; } /* Tablet: 2 per row */
}

@media (max-width: 580px) {
    .skill-card { width: 100%; max-width: 320px; height: 440px; } /* Mobile: 1 per row */
    .ultra-title { font-size: 2.2rem; }
}

/* Journey Section Base */
.journey-section {
    background: #050508;
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.container { max-width: 1100px; margin: 0 auto; text-align: center; }

/* Fixed Heading */
.journey-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    margin: 0;
}

.gradient-text {
    display: inline-block;
    background: linear-gradient(90deg, #00d2ff, #ff00cc);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.glow-divider {
    width: 80px; height: 4px; background: #00d2ff;
    margin: 15px auto 60px; border-radius: 10px;
    box-shadow: 0 0 15px #00d2ff;
}

/* Timeline Logic */
.timeline-container {
    position: relative;
    padding: 20px 0;
}

/* Central Neon Line */
.center-line {
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, #00d2ff, #ff00cc, #00d2ff);
    top: 0; bottom: 0; left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 210, 255, 0.3);
}

.timeline-box {
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.timeline-box.left { left: 0; text-align: right; }
.timeline-box.right { left: 50%; text-align: left; }

/* Content Cards Style */
.content-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    padding: 25px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.content-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
    border-color: #00d2ff;
    box-shadow: 0 10px 30px rgba(0, 210, 255, 0.2);
}

.future-card {
    border-color: rgba(255, 0, 204, 0.4);
}

.year {
    color: #00d2ff;
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 8px;
    display: block;
}

.content-card h3 { font-size: 1.4rem; margin-bottom: 12px; color: #fff; }
.content-card p { font-size: 0.9rem; color: #bbb; line-height: 1.6; }

/* Animated Dots */
.dot {
    position: absolute;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: #050508;
    border: 3px solid #00d2ff;
    top: 50%;
    z-index: 5;
    box-shadow: 0 0 10px #00d2ff;
}

.left .dot { right: -8px; transform: translateY(-50%); }
.right .dot { left: -8px; transform: translateY(-50%); }

.dev-dot { border-color: #ff00cc; box-shadow: 0 0 10px #ff00cc; }
.future-dot { border-color: #fff; box-shadow: 0 0 15px #fff; animation: pulse 2s infinite; }

@keyframes pulse {
    0% { transform: translateY(-50%) scale(1); opacity: 1; }
    50% { transform: translateY(-50%) scale(1.5); opacity: 0.5; }
    100% { transform: translateY(-50%) scale(1); opacity: 1; }
}

/* RESPONSIVE DESIGN - MUST HAVE */
@media screen and (max-width: 768px) {
    .center-line { left: 20px; }
    .timeline-box { width: 100%; padding-left: 50px; padding-right: 10px; text-align: left !important; }
    .timeline-box.right { left: 0; }
    .dot { left: 12px !important; }
}

/* featured section */
:root {
    --primary: #00d2ff;
    --secondary: #ff00cc;
    --dark: #08080c;
    --glass-bg: rgba(255, 255, 255, 0.03);
}

.projects-section {
    background-color: var(--dark);
    padding: 100px 20px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.container { max-width: 1200px; margin: 0 auto; }

/* Heading Style */
.heading-area { text-align: center; margin-bottom: 70px; }
.main-title { font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 800; margin: 0; }
.gradient-text {
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.title-bar { 
    width: 60px; height: 4px; background: var(--primary); 
    margin: 15px auto; border-radius: 10px; box-shadow: 0 0 15px var(--primary);
}

/* Projects Grid */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

/* Card Modern Look */
.project-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 450px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.5s ease;
}

.card-inner { width: 100%; height: 100%; position: relative; }
.card-inner img { width: 100%; height: 100%; object-fit: cover; transition: 0.7s; }

/* Hover Effects */
.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 20%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.project-card:hover .card-overlay { opacity: 1; transform: translateY(0); }
.project-card:hover img { transform: scale(1.1); filter: blur(2px) brightness(0.6); }
.project-card:hover { border-color: var(--primary); box-shadow: 0 15px 40px rgba(0, 210, 255, 0.2); }

/* Card Content Details */
.category { 
    color: var(--primary); font-size: 0.75rem; font-weight: 700; 
    text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px;
}
.project-card h3 { font-size: 1.6rem; margin-bottom: 12px; }
.project-card p { font-size: 0.9rem; color: #ccc; margin-bottom: 20px; line-height: 1.5; }

/* Button Style */
.btn-modern {
    padding: 10px 25px;
    background: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    text-decoration: none;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    width: fit-content;
    transition: 0.3s;
}
.btn-modern:hover { background: var(--primary); color: #000; box-shadow: 0 0 15px var(--primary); }

/* Tech Tags */
.tech-tags { display: flex; gap: 8px; margin-bottom: 15px; }
.tech-tags span { 
    font-size: 0.65rem; background: rgba(255,255,255,0.1); 
    padding: 3px 10px; border-radius: 5px; color: #fff;
}

/* FULL RESPONSIVE */
@media (max-width: 480px) {
    .projects-grid { grid-template-columns: 1fr; }
    .project-card { height: 400px; }
    .main-title { font-size: 2rem; }
}

/* portfolio WHATSAPP */
/* WhatsApp Button Styling */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    /* Neon Purple Gradient */
    background: rgba(123, 63, 228, 0.15); 
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 9999;
    
    /* Modern Border and Glow */
    border: 2px solid #7b3fe4;
    box-shadow: 0 0 20px rgba(123, 63, 228, 0.5);
    backdrop-filter: blur(8px); /* Glassmorphism effect */
    
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.whatsapp-float:hover {
    transform: scale(1.1) translateY(-5px);
    background: #7b3fe4; /* Full purple on hover */
    box-shadow: 0 0 35px rgba(123, 63, 228, 0.8);
}

/* Icon size adjustment */
.whatsapp-float svg {
    width: 28px;
    height: 28px;
}

/* Pulse Animation */
.pulse-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #25D366;
    border-radius: 50%;
    z-index: -1;
    animation: wa-pulse 2s infinite;
}
.whatsapp-pro-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-decoration: none;
    z-index: 9999;
}

.chat-content {
    display: flex;
    align-items: center;
    background-color: #1a1a2e; /* Dark theme match */
    padding: 8px 8px 8px 20px;
    border-radius: 50px;
    border: 2px solid #ff7300; /* Aapka Orange color */
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.chat-text {
    color: white;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-right: 12px;
}

.icon-circle {
    background-color: #ff7300; /* Orange background for icon */
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

/* Hover Effects */
.whatsapp-pro-btn:hover .chat-content {
    background-color: #ff7300;
    border-color: white;
}

.whatsapp-pro-btn:hover .chat-text {
    color: white;
}

.whatsapp-pro-btn:hover .icon-circle {
    background-color: white;
    color: #ff7300;
    transform: rotate(360deg);
}

@keyframes wa-pulse {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.6); opacity: 0; }
}

/* Mobile Adjustments */
@media screen and (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
}

.faq-container-final { background: #08080c; padding: 80px 20px; color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; }
.faq-wrapper { max-width: 850px; margin: 0 auto; }
.faq-main-title { text-align: center; font-size: 3rem; margin-bottom: 40px; }
.accent-text { color: #a855f7; text-shadow: 0 0 10px rgba(168, 85, 247, 0.4); }

/* Search bar style */
.faq-search-area { position: relative; margin-bottom: 40px; }
#faqInput {
    width: 100%; padding: 15px 25px; border-radius: 12px; background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1); color: #fff; font-size: 1rem;
}

/* Question Card */
.faq-card {
    background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 15px; margin-bottom: 12px; transition: 0.3s;
}
.faq-question {
    padding: 20px 25px; display: flex; justify-content: space-between; align-items: center; cursor: pointer;
}
.faq-question h3 { font-size: 1.05rem; margin: 0; font-weight: 500; }
.faq-icon { font-size: 1.5rem; color: #00d2ff; transition: 0.3s; }

/* Answer (Initially Hidden) */
.faq-answer {
    max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out;
    background: rgba(0,0,0,0.2);
}
.faq-answer p { padding: 0 25px 20px; color: #bbb; line-height: 1.6; margin: 0; font-size: 0.95rem; }

/* Active Class Logic */
.faq-card.open { border-color: #a855f7; background: rgba(168, 85, 247, 0.05); }
.faq-card.open .faq-answer { max-height: 200px; }
.faq-card.open .faq-icon { transform: rotate(45deg); color: #ff00cc; }

/* web dev  Hero*/ 
.web-dev-premium {
    background-color: #0d0b14; /* Deep purple-black bg */
    padding: 100px 20px;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.gradient-title {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(180deg, #f8c14d 0%, #f97d31 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
}

.hero-desc {
    color: #94a3b8;
    max-width: 700px;
    margin: 0 auto 45px;
    line-height: 1.6;
    font-size: 18px;
}

/* The Professional Badge Style */
.badge-group {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.glass-badge {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.03); /* Subtle glass */
    border: 1px solid rgba(255, 255, 255, 0.08); /* Soft border */
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hover Effect like Image */
.glass-badge:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.inner-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 10px;
}

/* Orange Theme Depth */
.orange {
    color: #f8c14d;
    box-shadow: inset 0 0 12px rgba(248, 193, 77, 0.05);
}
.orange .inner-dot {
    background: #f8c14d;
    box-shadow: 0 0 10px #f8c14d;
}

/* Cyan Theme Depth */
.cyan {
    color: #22d3ee;
    box-shadow: inset 0 0 12px rgba(34, 211, 238, 0.05);
}
.cyan .inner-dot {
    background: #22d3ee;
    box-shadow: 0 0 10px #22d3ee;
}

.badge-text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .gradient-title { font-size: 40px; }
    .badge-group { flex-direction: column; align-items: center; }
    .glass-badge { width: 100%; max-width: 250px; justify-content: center; }
}

/* Our Web Development  */
:root {
    --primary-cyan: #22d3ee;
    --dark-bg: #050505;
    --card-bg: #111111;
    --border-color: rgba(255, 255, 255, 0.1);
}

.premium-services {
    background: var(--dark-bg);
    padding: 80px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.services-header {
    text-align: center;
    margin-bottom: 60px;
}

.title-gradient {
    color: var(--primary-cyan);
    font-size: clamp(32px, 5vw, 42px);
    font-weight: 800;
    margin-bottom: 15px;
}

.subtitle {
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
}

/* Grid Layout */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

/* Professional Card Styling */
.service-card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    padding: 35px;
    border-radius: 24px;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Hover Effect */
.service-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-cyan);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(34, 211, 238, 0.1);
}

.icon-box {
    font-size: 35px;
    color: var(--primary-cyan);
    margin-bottom: 20px;
    transition: 0.3s;
}

.service-card:hover .icon-box {
    transform: scale(1.1);
}

h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.cyan-text { color: var(--primary-cyan); }

/* 5 Bullets Styling */
.points {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    flex-grow: 1; /* Keeps footer at bottom */
}

.points li {
    font-size: 14px;
    color: #cbd5e1;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}

.points li::before {
    content: "✦";
    color: var(--primary-cyan);
    margin-right: 12px;
    font-size: 14px;
}

.card-link {
    color: var(--primary-cyan);
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.card-link span { transition: 0.3s; }
.service-card:hover .card-link span { transform: translateX(8px); }

/* Mobile Responsive */
@media (max-width: 768px) {
    .services-grid { grid-template-columns: 1fr; }
    .title-gradient { font-size: 28px; }
}

/* Our Development Process */
:root {
    --accent-color: #f59e0b; /* Orange/Gold for Process */
    --process-bg: #080808;
}

.process-section {
    background: var(--process-bg);
    padding: 100px 20px;
    color: white;
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow: hidden;
}

.process-header { text-align: center; margin-bottom: 80px; }
.section-title { font-size: 42px; font-weight: 800; margin-bottom: 15px; }
.section-subtitle { color: #a1a1aa; max-width: 650px; margin: 0 auto; }

/* Grid Layout */
.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    position: relative;
}

/* The Card Styling */
.process-card {
    background: linear-gradient(145deg, #121212, #0a0a0a);
    padding: 50px 35px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.process-card:hover {
    transform: scale(1.05);
    border-color: var(--accent-color);
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.8), 0 0 20px rgba(245, 158, 11, 0.1);
}

/* Giant Background Numbers */
.step-number {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 90px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    z-index: -1;
    transition: 0.4s;
}

.process-card:hover .step-number {
    color: rgba(245, 158, 11, 0.1);
    transform: translateY(-10px);
}

/* Icons & Text */
.process-icon {
    width: 60px; height: 60px;
    background: rgba(245, 158, 11, 0.1);
    border-radius: 18px;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px; color: var(--accent-color);
    margin-bottom: 25px;
    transition: 0.4s;
}

.process-card:hover .process-icon {
    background: var(--accent-color);
    color: black;
}

h3 { font-size: 24px; margin-bottom: 15px; font-weight: 700; }
p { color: #d1d5db; line-height: 1.6; font-size: 15px; }

/* Animated Bottom Dot */
.process-dot {
    width: 8px; height: 8px;
    background: var(--accent-color);
    border-radius: 50%;
    margin-top: 25px;
    box-shadow: 0 0 10px var(--accent-color);
    opacity: 0.5;
    transition: 0.4s;
}

.process-card:hover .process-dot {
    width: 40px; border-radius: 10px; opacity: 1;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .process-grid { grid-template-columns: 1fr; }
    .process-card { padding: 40px 25px; }
}

/*Technologies We Use*/
:root {
    --accent: #22d3ee;
    --card-bg: rgba(255, 255, 255, 0.03);
}

.tech-stack-section {
    background: #050505;
    padding: 100px 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #fff;
}

.tech-header { text-align: center; margin-bottom: 60px; }

.neon-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    background: linear-gradient(to right, #22d3ee, #818cf8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tech-bento-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.tech-item {
    background: var(--card-bg);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 30px 15px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.tech-item i {
    font-size: 45px;
    margin-bottom: 15px;
    display: block;
    filter: grayscale(100%); /* B&W by default */
    transition: 0.4s;
}

.tech-item span {
    font-size: 14px;
    font-weight: 600;
    color: #94a3b8;
    letter-spacing: 0.5px;
}

/* Hover Interactive State */
.tech-item:hover {
    background: rgba(34, 211, 238, 0.05);
    border-color: var(--accent);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 15px rgba(34, 211, 238, 0.15);
}

.tech-item:hover i {
    filter: grayscale(0%); /* Original colors on hover */
    transform: scale(1.1);
}

.tech-item:hover span {
    color: #fff;
}

/* Simple Responsive Fix */
@media (max-width: 600px) {
    .tech-bento-grid { grid-template-columns: repeat(2, 1fr); }
}