@media (max-width: 992px) {
	.container {
		width: 90%;
	}

	.header-inner {
		position: relative;
	}

	.menu-toggle {
		display: block;
		background: none;
		border: none;
		color: #fff;
		font-size: 28px;
		cursor: pointer;
		margin-left: 20px;
	}

	.header-nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #0F172A;
	padding: 20px;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

	.header-nav.active {
		display: block;
	}

	.header-nav ul {
		flex-direction: column;
		gap: 18px;
		align-items: flex-start;
	}

	.header-action {
		display: none;
	}
}

/* ===== Footer Responsive ===== */
@media (max-width: 992px) {
	.footer-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.footer-column {
		text-align: center;
	}

	.footer-socials {
		justify-content: center;
	}

	.footer-links {
		padding: 0;
	}

	.footer-links li {
		margin-bottom: 10px;
	}
}












@media (max-width: 480px) {
	.container {
		width: 92%;
	}

	.header-logo a {
		font-size: 16px;
	}

	.header-btn {
		padding: 8px 14px;
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.site-footer {
		padding: 60px 0 25px;
	}

	.footer-column h3 {
		font-size: 18px;
	}

	.footer-column p,
	.footer-links li a {
		font-size: 14px;
	}

	.footer-socials a {
		width: 42px;
		height: 42px;
		font-size: 18px;
	}
}


/* ===============================
   HERO SECTION RESPONSIVE
================================= */

@media (max-width: 1200px) {
    .hero-content h1 {
        font-size: 58px;
    }

    .hero-content h2 {
        font-size: 30px;
    }

    .hero-description {
        font-size: 17px;
    }

    .hero-image img {
        max-width: 380px;
    }

    .image-glow {
        width: 360px;
        height: 360px;
    }
}

@media (max-width: 992px) {
    .hero-section {
        padding: 90px 0;
    }

    .hero-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 50px;
    }

    .hero-content {
        order: 1;
    }

    .hero-image {
        order: 2;
    }

    .hero-content h1 {
        font-size: 52px;
    }

    .hero-content h2 {
        font-size: 28px;
        min-height: 40px;
    }

    .hero-description {
        margin: 20px auto;
        max-width: 650px;
    }

    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-image img {
        max-width: 350px;
    }

    .image-glow {
        width: 340px;
        height: 340px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding: 80px 0 60px;
    }

    .hero-wrapper {
        gap: 40px;
    }

    .hero-content h1 {
        font-size: 42px;
        line-height: 1.2;
    }

    .hero-content h2 {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-description {
        font-size: 16px;
        line-height: 1.7;
        max-width: 100%;
    }

    .hero-buttons {
        gap: 14px;
        margin-top: 28px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 14px 24px;
        font-size: 15px;
    }

    .hero-image img {
        max-width: 300px;
        border-radius: 20px;
    }

    .image-glow {
        width: 280px;
        height: 280px;
    }

    .shape-1 {
        width: 180px;
        height: 180px;
        top: 30px;
        left: -60px;
    }

    .shape-2 {
        width: 160px;
        height: 160px;
        bottom: 20px;
        right: -50px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 70px 0 50px;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-content h2 {
        font-size: 20px;
        min-height: 34px;
    }

    .hero-description {
        font-size: 15px;
        margin: 18px 0;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .btn-primary,
.btn-secondary {
    box-sizing: border-box;
    max-width: 100%;
}

    .hero-image img {
        max-width: 250px;
    }

    .image-glow {
        width: 240px;
        height: 240px;
    }

    .shape-1,
    .shape-2 {
        opacity: 0.25;
    }
}





@media (max-width: 992px) {
    .about-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 50px;
    }

    .about-content h2 {
        font-size: 40px;
    }

    .about-description {
        max-width: 700px;
        margin: 0 auto 35px;
    }

    .tech-stack {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 90px 0;
    }

    .about-content h2 {
        font-size: 34px;
    }

    .about-image img {
        max-width: 320px;
    }

    .about-image-glow {
        width: 300px;
        height: 300px;
    }

    .experience-badge {
        padding: 16px 20px;
    }
}

@media (max-width: 576px) {
    .about-content h2 {
        font-size: 28px;
    }

    .about-description {
        font-size: 15px;
    }

    .experience-badge {
        position: relative;
        display: inline-block;
        margin-top: 20px;
        right: auto;
        bottom: auto;
    }
}



@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-heading h2 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .services-section {
        padding: 90px 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .service-card {
        padding: 28px;
    }
}

@media (max-width: 576px) {
    .section-heading h2 {
        font-size: 28px;
    }

    .section-description {
        font-size: 15px;
    }

    .service-card h3 {
        font-size: 22px;
    }
}



@media (max-width: 992px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .projects-section {
        padding: 90px 0;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .project-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .project-content {
        padding: 24px;
    }

    .project-content h3 {
        font-size: 22px;
    }

    .project-links {
        flex-direction: column;
    }
}





@media (max-width: 992px) {
    .testimonial-slider {
        max-width: 100%;
        padding: 0 20px;
    }

    .testimonial-track {
        gap: 18px;
        flex-wrap: wrap;
    }

    .testimonial-card {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 90px 0;
    }

    .testimonial-slider {
        padding: 0 16px;
    }

    .testimonial-track {
        flex-direction: column;
        gap: 18px;
    }

    .testimonial-card {
        flex: unset;
        width: 100%;
        max-width: 100%;
        opacity: 1;
        transform: none;
        padding: 28px 22px;
        box-sizing: border-box;
    }

    .testimonial-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .testimonial-card h4 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .testimonial-slider {
        padding: 0 12px;
    }

    .testimonial-card {
        padding: 24px 18px;
        border-radius: 20px;
    }

    .testimonial-card p {
        font-size: 14px;
    }

    .stars {
        font-size: 18px;
    }
}



@media (max-width: 768px) {
    .thank-you-card {
        padding: 40px 24px;
    }

    .thank-you-card h1 {
        font-size: 36px;
    }

    .thank-you-card p {
        font-size: 16px;
    }
}



/* ===============================
   ABOUT HERO RESPONSIVE FIX
================================= */
@media (max-width: 992px) {
    .about-page-hero-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-page-content h1 {
        font-size: 48px;
    }

    .about-page-description {
        max-width: 100%;
    }

    .about-page-metrics {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .metric-card {
        min-width: unset;
        width: 80%;
    }
}
@media (max-width: 768px) {
    .about-page-actions {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
    }

    .about-page-actions .btn-primary,
    .about-page-actions .btn-secondary,
    .about-page-actions a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 16px 18px;
        text-align: center;
        white-space: normal;
    }
}

@media (max-width: 768px) {
    .about-page-hero {
        padding: 110px 0 80px;
    }

    .about-page-content h1 {
        font-size: 38px;
        line-height: 1.2;
    }

    .about-page-description {
        font-size: 16px;
    }

    .about-page-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-page-actions a {
        width: 100%;
        text-align: center;
    }

    .about-page-metrics {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .metric-card {
        padding: 20px 22px;
    }

    .metric-card h3 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .about-page-content h1 {
        font-size: 32px;
    }

    .metric-card {
        border-radius: 18px;
    }
}

@media (max-width: 768px) {
    .about-journey-section {
        padding: 90px 0;
    }

    .journey-timeline {
        padding-left: 28px;
    }

    .journey-dot {
        left: -26px;
    }

    .journey-card h3 {
        font-size: 22px;
    }
}


/* ===============================
   EXPERTISE ORBIT RESPONSIVE FIX
================================= */
@media (max-width: 992px) {
    .expertise-orbit-wrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 60px;
        padding: 0 14px;
        box-sizing: border-box;
    }

    .expertise-center,
    .orbit {
        position: relative;
        width: 100%;
        max-width: 100%;
        transform: none !important;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        box-sizing: border-box;
    }

    .expertise-center {
        border-radius: 22px;
        height: auto;
        padding: 28px 24px;
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1.6;
        box-shadow: 0 18px 40px rgba(124,58,237,0.18);
    }

    .orbit {
        padding: 18px 20px;
        border-radius: 18px;
        font-size: 15px;
    }

    /* staggered premium alignment */
    .orbit:nth-child(even) {
        margin-left: 18px;
    }

    .orbit:nth-child(odd) {
        margin-right: 18px;
    }
}

@media (max-width: 768px) {
    .about-expertise-section {
        padding: 90px 0;
    }

    .expertise-orbit-wrapper {
        padding: 0 12px;
        gap: 14px;
    }

    .expertise-center {
        padding: 24px 20px;
        font-size: 15px;
    }

    .orbit {
        padding: 16px 18px;
        font-size: 14px;
    }

    .orbit:nth-child(even),
    .orbit:nth-child(odd) {
        margin-left: 0;
        margin-right: 0;
    }
}


@media (max-width: 992px) {
    .tech-stack-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .about-tech-stack-section {
        padding: 90px 0;
    }

    .tech-stack-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 50px;
    }

    .tech-card {
        padding: 20px 18px;
        font-size: 16px;
        border-radius: 18px;
    }
}


@media (max-width: 992px) {
    .philosophy-3d-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .about-philosophy-section {
        padding: 90px 0;
    }

    .philosophy-cube {
        min-height: auto;
        padding: 28px 24px;
        transform: none;
        border-radius: 20px;
    }

    .philosophy-cube h3 {
        font-size: 24px;
    }
}



@media (max-width: 992px) {
    .final-cta-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .final-cta-content h2 {
        font-size: 44px;
    }
}

@media (max-width: 768px) {
    .about-final-cta-section {
        padding: 90px 0;
    }

    .final-cta-content h2 {
        font-size: 34px;
    }

    .final-cta-content p {
        font-size: 16px;
    }

    .final-cta-form {
        padding: 22px 18px;
    }

    .final-cta-form .custom-contact-form button {
        width: 100%;
        min-width: 100%;
    }

    .trust-card {
        padding: 22px 20px;
        font-size: 16px;
        transform: none !important;
    }
}





@media (max-width: 992px) {
    .experience-hero-wrapper {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .experience-hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .experience-hero-section {
        padding: 110px 0 80px;
    }

    .experience-hero-content h1 {
        font-size: 36px;
    }

    .experience-stats {
        display: grid;
        grid-template-columns: 1fr;
    }

    .experience-visual-card {
        transform: none;
    }
}



@media (max-width: 768px) {
    .career-roadmap::before {
        left: 22px;
    }

    .roadmap-item,
    .roadmap-item.left,
    .roadmap-item.right {
        width: 100%;
        left: 0;
        padding-left: 70px;
        padding-right: 0;
        text-align: left;
    }

    .roadmap-node,
    .roadmap-item.left .roadmap-node,
    .roadmap-item.right .roadmap-node {
        left: -18px;
        right: auto;
        width: 60px;
        height: 60px;
        font-size: 14px;
    }

    .roadmap-card {
        padding: 24px 22px;
    }

    .roadmap-card h3 {
        font-size: 22px;
    }
}


@media (max-width: 992px) {
    .domain-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .experience-domains-section {
        padding: 90px 0;
    }

    .domain-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .domain-card {
        min-height: auto;
        padding: 24px 20px;
        font-size: 18px;
        transform: none !important;
    }
}


@media (max-width: 768px) {
    .experience-impact-section {
        padding: 90px 0;
    }

    .impact-dashboard-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .impact-metric-card {
        padding: 26px 22px;
        transform: none !important;
    }

    .impact-metric-card h3 {
        font-size: 42px;
    }
}


@media (max-width: 992px) {
    .experience-final-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .experience-final-content h2 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .experience-final-section {
        padding: 90px 0;
    }

    .experience-final-content h2 {
        font-size: 34px;
    }

    .experience-final-content p {
        font-size: 16px;
    }

    .proof-item {
        padding: 18px 20px;
        font-size: 16px;
    }

    .experience-final-form {
        padding: 22px 18px;
    }

    .experience-final-form .custom-contact-form button {
        width: 100%;
        min-width: 100%;
    }
}





@media (max-width: 992px) {
    .projects-hero-wrapper {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .projects-hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .projects-hero-section {
        padding: 110px 0 80px;
    }

    .projects-hero-content h1 {
        font-size: 36px;
    }

    .projects-hero-metrics {
        display: grid;
        grid-template-columns: 1fr;
    }

    .project-preview-card {
        transform: none;
    }
}


@media (max-width: 768px) {
    .featured-case-studies-section {
        padding: 90px 0;
    }

    .case-study-content {
        padding: 28px 22px;
        transform: none !important;
    }

    .case-study-content h3 {
        font-size: 24px;
    }

    .case-study-content p {
        font-size: 16px;
    }

    .case-outcomes {
        flex-direction: column;
    }
}


@media (max-width: 768px) {
    .project-spectrum-section {
        padding: 90px 0;
    }

    .spectrum-flow {
        gap: 16px;
    }

    .spectrum-band {
        margin-left: 0 !important;
        padding: 18px 20px;
        font-size: 18px;
        border-radius: 22px;
    }

    .spectrum-band:hover {
        transform: none;
    }
}




@media (max-width: 768px) {
    .project-process-section {
        padding: 90px 0;
    }

    .process-pathway {
        display: flex;
        flex-direction: column;
        gap: 16px;
        min-height: auto;
        margin-top: 50px;
    }

    .process-pathway::before {
        display: none;
    }

    .path-step {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        border-radius: 22px;
        padding: 18px 20px;
        font-size: 16px;
    }

    .path-step:hover {
        transform: none;
    }
}


@media (max-width: 992px) {
    .projects-final-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .projects-launch-console h2 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .projects-final-section {
        padding: 90px 0;
    }

    .projects-launch-console h2 {
        font-size: 34px;
    }

    .projects-launch-console p {
        font-size: 16px;
    }

    .launch-status-strip span {
        padding: 18px 20px;
        font-size: 16px;
        border-radius: 22px;
    }

    .projects-launch-form {
        padding: 22px 18px;
    }

    .projects-launch-form .custom-contact-form button {
        width: 100%;
        min-width: 100%;
    }
}



@media (max-width: 992px) {
    .contact-hero-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-hero-content h1 {
        font-size: 46px;
    }
}

@media (max-width: 768px) {
    .contact-hero-section {
        padding: 110px 0 80px;
    }

    .contact-hero-content h1 {
        font-size: 36px;
    }

    .contact-hero-description {
        font-size: 16px;
    }

    .contact-trust-chips span {
        padding: 18px 20px;
        font-size: 16px;
        border-radius: 22px;
    }

    .contact-form-console {
        padding: 22px 18px;
    }

    .contact-form-console .custom-contact-form button {
        width: 100%;
        min-width: 100%;
    }
}



@media (max-width: 768px) {
    .process-heading h2 {
        font-size: 36px;
    }

    .process-timeline::before {
        left: 20px;
    }

    .timeline-item {
        width: 80%;
        left: 0 !important;
        padding-left: 60px !important;
        padding-right: 0 !important;
    }

    .timeline-content {
        padding: 25px;
    }
}