/* Project Pages - Redesigned to match website aesthetic */

/* Hero Section */
.project-hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    margin-top: 70px;
    position: relative;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
    overflow: hidden;
}

.project-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(78, 205, 196, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(151, 71, 255, 0.1) 0%, transparent 50%);
}

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

.hero-content {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.naman-prime-hero .hero-content {
    max-width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.naman-prime-hero .hero-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
}

.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.logo-showcase {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-logo {
    width: 250px;
    height: auto;
    display: block;
}

.project-metadata {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.metadata-item {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--accent-teal);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-title {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 300;
    color: var(--text-primary);
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 500;
    color: var(--accent-teal);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-description {
    font-size: 1.2rem;
    color: var(--text-secondary);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.naman-prime-hero .hero-title {
    color: #ffffff;
    font-weight: 200;
    font-size: clamp(3.5rem, 8vw, 7rem);
    line-height: 0.9;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

.naman-prime-hero .hero-subtitle {
    color: #1a1a1a;
    font-weight: 600;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 22px;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.naman-prime-hero .hero-description {
    max-width: 100%;
    width: 85%;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 300;
    line-height: 1.8;
    background: rgba(0, 0, 0, 0.15);
    padding: 30px 35px;
    border-radius: 15px;
    border-left: 4px solid rgba(255, 255, 255, 0.3);
    margin-top: 10px;
    margin-left: 0;
    margin-right: auto;
    backdrop-filter: blur(5px);
}

/* Project Introduction */
.project-intro {
    padding: 120px 0;
    background: var(--primary-dark);
}

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

.intro-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 80px;
    align-items: start;
}

.section-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--accent-teal);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.intro-text {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 30px;
}

.intro-text:last-child {
    margin-bottom: 0;
}

.intro-details {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.detail-block {
    border-left: 2px solid var(--accent-teal);
    padding-left: 20px;
}

.detail-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--accent-teal);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.detail-content {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Brand Identity Section */
.brand-identity {
    padding: 120px 0;
    background: var(--secondary-dark);
}

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

.brand-showcase-grid-new {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    height: 650px;
}

/* Main logo display - left side, spans both rows */
.main-logo-display {
    grid-row: 1 / -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.12) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.main-brand-logo {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
}

.main-brand-logo:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

/* Top right logo variant */
.logo-variant-top {
    background: linear-gradient(135deg, rgba(27, 58, 87, 0.9) 0%, rgba(27, 58, 87, 0.7) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.brand-logo-variant {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
    transition: all 0.3s ease;
}

.brand-logo-variant:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

.white-logo {
    filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.white-logo:hover {
    filter: brightness(0) invert(1) drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

/* Bottom right construction logo */
.logo-construction {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.brand-logo-construction {
    width: 100%;
    max-width: 180px;
    height: auto;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
}

.brand-logo-construction:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}

/* Color palette section - spans full width below */
.color-palette-section-new {
    grid-column: 1 / -1;
    margin-top: 40px;
    margin-left: -20px;
}

.color-info-grid-new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    height: 200px;
}

.color-block {
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.color-block:hover {
    transform: translateY(-2px);
}

.color-block.teal {
    background: #4ECDC4;
    color: #1a1a1a;
}

.color-block.navy {
    background: #1B3A57;
    color: white;
}

.color-block.dark {
    background: #2c2c2c;
    color: white;
}

.color-block.light {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #dee2e6;
}

.color-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.color-specs {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 500;
}

.color-specs span {
    text-align: left;
}

/* Key Features Elegant Design */
.key-features-elegant {
    padding: 120px 0;
    background: var(--primary-dark);
}

/* Features Hero Section */
.features-hero {
    margin-top: 60px;
    background: linear-gradient(135deg, #4ECDC4 0%, #44A08D 100%);
    border-radius: 25px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    position: relative;
    min-height: 600px;
}

.features-hero-content {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    width: 90%;
}

.features-hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
}

.features-hero-desc {
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 300;
}


.features-hero-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-showcase {
    width: 100%;
    max-width: 900px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
    object-fit: contain;
}

/* New Mobile Devices Layout */
.features-hero-devices {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.device-arrangement {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-device {
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}
.main-device {
    width: 280px;
    z-index: 3;
    transform: scale(1.1);
}
.secondary-device {
    position: absolute;
    width: 240px;
    z-index: 2;
    opacity: 0.9;
    transform: scale(0.95);
}
.secondary-device.left {
    left: -100px;
    top: 20px;
    transform: scale(0.95) rotate(-8deg);
}
.secondary-device.right {
    right: -100px;
    top: 20px;
    transform: scale(0.95) rotate(8deg);
}
.mobile-device:hover {
    transform: scale(1.05);
    z-index: 4;
}

/* Dashboard Hero Section */
.dashboard-hero {
    margin: 60px 0 80px;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-title {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    color: #000000;
    z-index: 2;
}

.dashboard-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-dashboard {
    width: 100%;
    max-width: 1000px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-dashboard:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

/* Text Banner Section */
.text-banner {
    margin: 80px 0 60px;
    padding: 50px 0;
    text-align: center;
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.05) 0%, rgba(16, 185, 129, 0.03) 100%);
    border-top: 1px solid rgba(45, 212, 191, 0.1);
    border-bottom: 1px solid rgba(45, 212, 191, 0.1);
    position: relative;
    overflow: hidden;
}

.text-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.03), transparent);
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

.banner-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.banner-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-secondary);
    font-weight: 300;
    background: linear-gradient(135deg, var(--secondary-dark) 0%, #2a3441 100%);
    padding: 40px 50px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    transition: all 0.3s ease;
}

.banner-text:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

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

/* Mobile Features Carousel */
.mobile-features-carousel {
    background: var(--secondary-dark);
    border-radius: 25px;
    padding: 60px;
}

.carousel-header {
    text-align: center;
    margin-bottom: 50px;
}

.carousel-title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 15px;
}

.carousel-subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    font-weight: 300;
}

.carousel-container {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.carousel-left {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 60px;
}

.carousel-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    min-height: 400px;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: var(--text-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.carousel-arrow.carousel-prev {
    left: 0;
}

.carousel-arrow.carousel-next {
    right: 0;
}

/* Removed duplicate positioning - handled above */

.carousel-arrow:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) scale(1.1);
}

/* Removed old carousel-content styles that conflicted with grid layout */

.feature-info-dynamic {
    text-align: left;
    max-width: 100%;
}

.dynamic-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.dynamic-desc {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    font-weight: 300;
    transition: all 0.3s ease;
}

.phone-display {
    position: relative;
    width: 280px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-slides {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-slide {
    display: none;
    width: 100%;
    height: auto;
}

.carousel-slide.active {
    display: block;
}

.carousel-phone {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--accent-teal);
    transform: scale(1.2);
}

.dot:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Process Documentation */
.process-documentation {
    padding: 120px 0;
    background: var(--secondary-dark);
}

.process-content {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.process-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 25px;
}

.process-description {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 40px;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.step {
    display: flex;
    align-items: center;
    gap: 20px;
}

.step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--accent-teal);
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
}

.step-title {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.process-visual {
    display: flex;
    justify-content: center;
}

.process-visual .image-container {
    max-width: 400px;
    height: 300px;
}

/* Client Testimonials */
.client-testimonials {
    padding: 120px 0;
    background: var(--primary-dark);
}

.testimonials-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.testimonial {
    padding: 40px;
    background: var(--secondary-dark);
    border-radius: 15px;
    border: 1px solid var(--border-color);
}

.quote {
    font-size: 1.2rem;
    color: var(--text-primary);
    line-height: 1.6;
    margin-bottom: 25px;
    font-style: italic;
}

.citation {
    font-size: 1rem;
    color: var(--accent-teal);
    font-weight: 500;
}

/* Project Results */
.project-results {
    padding: 120px 0;
    background: var(--secondary-dark);
}

.results-grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.result-metric {
    text-align: center;
    padding: 30px 20px;
    background: var(--primary-dark);
    border-radius: 15px;
    border: 1px solid var(--border-color);
}

.metric-number {
    font-size: 3rem;
    font-weight: 300;
    color: var(--accent-teal);
    margin-bottom: 15px;
    line-height: 1;
}

.metric-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Extended Portfolio */
.extended-portfolio {
    padding: 120px 0;
    background: var(--primary-dark);
}

.extended-grid {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.portfolio-section {
    text-align: center;
}

.portfolio-category {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.category-grid .image-container {
    height: 250px;
}

/* Project Navigation */
.project-navigation {
    padding: 60px 0;
    background: var(--secondary-dark);
    border-top: 1px solid var(--border-color);
}

.nav-links {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nav-prev,
.nav-next {
    padding: 30px;
    background: var(--primary-dark);
    border-radius: 15px;
    border: 1px solid var(--border-color);
    text-decoration: none;
    color: var(--text-primary);
    transition: all 0.3s ease;
    display: block;
}

.nav-prev:hover,
.nav-next:hover {
    transform: translateY(-5px);
    border-color: var(--accent-teal);
}

.nav-prev span,
.nav-next span {
    font-size: 0.9rem;
    color: var(--accent-teal);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.nav-prev h3,
.nav-next h3 {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--text-primary);
    margin: 0;
}

.nav-next {
    text-align: right;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .intro-details {
        flex-direction: row;
        gap: 30px;
    }
    
    .brand-elements {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .process-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .results-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .project-hero {
        min-height: 70vh;
        padding: 60px 20px;
    }

    .project-metadata {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .naman-prime-hero .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 30px;
    }

    .naman-prime-hero .hero-content {
        text-align: center;
        order: 2;
        align-items: center;
    }

    .naman-prime-hero .hero-description {
        width: 95%;
        text-align: left;
    }

    .hero-visual {
        order: 1;
    }

    .logo-showcase {
        padding: 30px;
    }

    .hero-logo {
        width: 200px;
    }

    .naman-prime-hero .hero-description {
        padding: 25px;
        font-size: 1.1rem;
    }
}
    
    .project-intro,
    .brand-identity,
    .portfolio-showcase,
    .process-documentation,
    .client-testimonials,
    .project-results,
    .extended-portfolio {
        padding: 80px 20px;
    }
    
    .intro-details {
        flex-direction: column;
        gap: 30px;
    }
    
    .portfolio-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        gap: 20px;
    }
    
    .portfolio-item.featured {
        grid-row: auto;
    }
    
    .category-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .results-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

}

@media (max-width: 600px) {
    .nav-links {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .nav-next {
        text-align: left;
    }

    /* Key Features Elegant Mobile Responsive */
    .features-hero {
        min-height: 450px;
        padding: 30px 20px;
    }

    .features-hero-content {
        top: 10%;
        width: 95%;
    }
    .features-hero-title {
        font-size: 2.2rem;
    }

    .features-hero-desc {
        font-size: 1.1rem;
    }
    .features-hero-image {
        width: 90%;
        height: 90%;
    }

    .dashboard-showcase {
        max-width: 100%;
        transform: scale(1.0);
    }

    .mobile-features-carousel {
        padding: 40px 20px;
    }
    /* Keep side-by-side on tablets, only stack on mobile */
}

@media (max-width: 600px) {
    /* Key Features Section Mobile Optimization */
    .key-features-elegant {
        padding: 60px 0 40px;
    }

    .key-features-elegant .section-container {
        padding: 0;
    }

    .key-features-elegant .section-title {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .dashboard-hero {
        margin: 30px 0 40px;
        padding: 0 15px;
    }

    .dashboard-image {
        padding: 0 10px;
    }

    .hero-dashboard {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .mobile-features-carousel {
        padding: 30px 15px;
        background: var(--primary-dark);
        border-radius: 0;
        margin: 0 -15px;
    }

    .carousel-header {
        margin-bottom: 30px;
    }

    .carousel-container {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }

    .carousel-left {
        justify-content: center;
        position: relative;
        padding: 0 40px;
    }

    .carousel-right {
        padding-left: 0;
        text-align: center;
        align-items: center;
        min-height: auto;
    }

    .feature-info-dynamic {
        text-align: center;
        padding: 20px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 15px;
    }

    .dashboard-hero {
        margin: 40px 0 60px;
    }

    .dashboard-title {
        position: relative;
        top: auto;
        left: auto;
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 20px;
        padding: 0 15px;
        line-height: 1.3;
    }

    .hero-dashboard {
        max-width: 95%;
        border-radius: 15px;
    }

    .carousel-title {
        font-size: 1.4rem;
        line-height: 1.3;
        padding: 0 10px;
        text-align: center;
    }

    .carousel-subtitle {
        font-size: 1rem;
    }

    .carousel-arrow {
        width: 35px;
        height: 35px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
    }

    .carousel-prev {
        left: 0;
    }

    .carousel-next {
        right: 0;
    }

    .phone-display {
        width: 250px;
        height: auto;
        padding: 0;
    }

    .carousel-phone {
        max-width: 100%;
        height: auto;
    }

    .dynamic-title {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .dynamic-desc {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .carousel-dots {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .project-hero {
        min-height: 60vh;
        padding: 40px 15px;
    }
    
    .project-metadata {
        gap: 10px;
    }
    
    .metadata-item {
        font-size: 0.8rem;
    }
    
    .hero-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .project-intro,
    .brand-identity,
    .portfolio-showcase,
    .process-documentation,
    .client-testimonials,
    .project-results,
    .extended-portfolio {
        padding: 60px 15px;
    }
    
    .section-title {
        font-size: 0.9rem;
        margin-bottom: 25px;
    }
    
    .logo-container-main {
        padding: 40px 30px;
    }
    
    .logo-mark {
        font-size: 2rem;
    }
    
    .colors {
        gap: 10px;
    }
    
    .color-swatch {
        width: 45px;
        height: 45px;
    }
    
    .testimonial {
        padding: 30px 20px;
    }
    
    .quote {
        font-size: 1.1rem;
    }
    
    .metric-number {
        font-size: 2.5rem;
    }
    
    .nav-prev,
    .nav-next {
        padding: 25px 20px;
    }
}

/* RNO1 Style Variants */
.rno-hero {
    background: linear-gradient(135deg, var(--primary-dark) 0%, #1a2b3d 100%);
}

.naman-prime-hero {
    background: linear-gradient(135deg, #4ECDC4 0%, #44A08D 100%);
    position: relative;
    overflow: hidden;
}

.vvv-hero {
    background: linear-gradient(135deg, var(--accent-purple) 0%, #8E44AD 100%);
}

.craftsy-hero {
    background: linear-gradient(135deg, var(--accent-yellow) 0%, #F39C12 100%);
}

.sancha-hero {
    background: linear-gradient(135deg, var(--accent-pink) 0%, #C0392B 100%);
}

.sampan-hero {
    background: linear-gradient(135deg, var(--accent-green) 0%, #27AE60 100%);
}

.chiquita-hero {
    background: linear-gradient(135deg, var(--accent-blue) 0%, #2980B9 100%);
}

/* Mobile Responsive Styles for Brand Showcase */
@media (max-width: 768px) {
    .brand-showcase-grid-new {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        gap: 20px;
        margin-top: 40px;
    }

    .main-logo-display,
    .logo-variant-top {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.12) 100%);
        border-radius: 15px;
        min-height: 250px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
    }

    .logo-construction {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px;
        background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
        border-radius: 15px;
        min-height: 250px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .main-brand-logo,
    .brand-logo-variant,
    .brand-logo-construction {
        max-width: 200px;
        width: 100%;
        height: auto;
    }

    .color-palette-section-new {
        margin-top: 20px;
        margin-left: 0;
    }

    .color-info-grid-new {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        height: auto;
    }

    .color-block {
        padding: 15px;
        min-height: 120px;
    }

    .color-label {
        font-size: 0.7rem;
        margin-bottom: 10px;
    }

    .color-specs {
        font-size: 0.65rem;
        line-height: 1.4;
    }

    .color-specs span {
        display: block;
        margin-bottom: 2px;
    }
}

@media (max-width: 480px) {
    .brand-showcase-grid-new {
        gap: 15px;
        margin-top: 30px;
    }

    .main-logo-display,
    .logo-variant-top,
    .logo-construction {
        padding: 20px;
        min-height: 200px;
    }

    .main-brand-logo,
    .brand-logo-variant,
    .brand-logo-construction {
        max-width: 150px;
    }

    .color-info-grid-new {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .color-block {
        padding: 12px;
        min-height: 100px;
    }

    .color-label {
        font-size: 0.75rem;
    }

    .color-specs {
        font-size: 0.7rem;
    }
}

/* Wide Screens (1920px+) */
@media (min-width: 1920px) {
    .hero-container,
    .intro-container,
    .section-container {
        max-width: 1400px;
        padding: 0 60px;
    }

    .naman-prime-hero .hero-container {
        max-width: 1600px;
        padding: 0 80px;
        gap: 80px;
    }

    .hero-title {
        font-size: clamp(3.5rem, 9vw, 7rem);
    }

    .hero-subtitle {
        font-size: clamp(1.4rem, 3.5vw, 2rem);
    }

    .hero-description {
        font-size: 1.3rem;
        max-width: 800px;
    }

    .naman-prime-hero .hero-title {
        font-size: clamp(4rem, 9vw, 8rem);
    }

    .intro-grid {
        gap: 100px;
    }

    .intro-text {
        font-size: 1.2rem;
    }

    .brand-showcase-grid-new {
        gap: 40px;
        height: 750px;
    }

    .main-brand-logo {
        max-width: 350px;
    }

    .color-info-grid-new {
        gap: 30px;
    }

    .features-hero {
        min-height: 700px;
        padding: 60px;
    }

    .dashboard-showcase {
        max-width: 1000px;
    }

    .carousel-container {
        gap: 80px;
        max-width: 1400px;
    }

    .process-content {
        gap: 100px;
    }

    .testimonials-grid {
        gap: 80px;
    }

    .results-grid {
        gap: 50px;
    }

    .nav-links {
        max-width: 1400px;
        gap: 60px;
    }
}

/* Ultra-Wide Screens (2560px+) */
@media (min-width: 2560px) {
    .hero-container,
    .intro-container,
    .section-container {
        max-width: 1600px;
        padding: 0 80px;
    }

    .naman-prime-hero .hero-container {
        max-width: 1800px;
        padding: 0 100px;
        gap: 100px;
    }

    .hero-title {
        font-size: clamp(4rem, 10vw, 8rem);
    }

    .hero-subtitle {
        font-size: clamp(1.6rem, 4vw, 2.2rem);
    }

    .hero-description {
        font-size: 1.4rem;
        max-width: 900px;
    }

    .naman-prime-hero .hero-title {
        font-size: clamp(4.5rem, 10vw, 9rem);
    }

    .naman-prime-hero .hero-description {
        font-size: 1.3rem;
        padding: 35px 40px;
    }

    .intro-grid {
        gap: 120px;
        grid-template-columns: 2.5fr 1fr;
    }

    .intro-text {
        font-size: 1.3rem;
    }

    .brand-showcase-grid-new {
        gap: 50px;
        height: 850px;
    }

    .main-brand-logo {
        max-width: 400px;
    }

    .brand-logo-variant {
        max-width: 240px;
    }

    .color-info-grid-new {
        gap: 35px;
        height: 240px;
    }

    .color-block {
        padding: 25px;
    }

    .color-label {
        font-size: 0.9rem;
    }

    .color-specs {
        font-size: 0.85rem;
    }

    .features-hero {
        min-height: 800px;
        padding: 80px;
    }

    .features-hero-title {
        font-size: clamp(3rem, 6vw, 4rem);
    }

    .features-hero-desc {
        font-size: 1.4rem;
    }

    .dashboard-showcase {
        max-width: 1200px;
    }

    .carousel-container {
        gap: 100px;
        max-width: 1600px;
        padding: 60px 40px;
    }

    .carousel-left {
        padding: 0 80px;
    }

    .dynamic-title {
        font-size: 2rem;
    }

    .dynamic-desc {
        font-size: 1.2rem;
    }

    .phone-display {
        width: 320px;
    }

    .process-content {
        gap: 120px;
    }

    .process-subtitle {
        font-size: 1.7rem;
    }

    .process-description {
        font-size: 1.2rem;
    }

    .testimonials-grid {
        gap: 100px;
        grid-template-columns: 1fr 1fr;
    }

    .testimonial {
        padding: 50px;
    }

    .quote {
        font-size: 1.3rem;
    }

    .results-grid {
        gap: 60px;
        grid-template-columns: repeat(4, 1fr);
    }

    .metric-number {
        font-size: 3.5rem;
    }

    .metric-label {
        font-size: 1rem;
    }

    .category-grid {
        gap: 40px;
        max-width: 1200px;
    }

    .nav-links {
        max-width: 1600px;
        gap: 80px;
    }

    .nav-prev,
    .nav-next {
        padding: 40px;
    }

    .nav-prev h3,
    .nav-next h3 {
        font-size: 1.5rem;
    }
}