/* Industrial.css - ASHIVA Industrial Mobilya Sayfası Özel Stilleri */

/* Base Styles */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Current Menu Link Style */
.menu-link.current {
    color: #215020 !important;
    font-weight: 600;
}

.header:hover .menu-link.current,
.header.scrolled .menu-link.current {
    color: #215020 !important;
}

/* Industrial Hero Section */
.industrial-hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: linear-gradient(135deg, rgba(33, 80, 32, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(33, 80, 32, 0.6) 100%);
    z-index: 2;
}

.industrial-hero .hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white;
    max-width: 900px;
    padding: 0 2rem;
}

.hero-icon-container {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.hero-icon {
    font-size: 4rem;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.5));
    animation: iconFloat 3s ease-in-out infinite;
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.industrial-hero .hero-title {
    font-size: 4.5rem;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 1rem;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.industrial-hero .hero-subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.hero-description-box {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem auto;
    max-width: 700px;
    backdrop-filter: blur(10px);
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Section Titles */
.section-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: #215020;
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: 1px;
}

/* Philosophy Section */
.philosophy-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.philosophy-intro {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.intro-text {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    border: 2px solid rgba(33, 80, 32, 0.1);
}

.philosophy-statement {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 2rem;
    font-style: italic;
}

.philosophy-highlight {
    background: rgba(33, 80, 32, 0.1);
    border: 1px solid rgba(33, 80, 32, 0.2);
    border-radius: 12px;
    padding: 2rem;
    margin-top: 2rem;
}

.philosophy-highlight strong {
    color: #215020;
    font-size: 1.2rem;
    line-height: 1.6;
    display: block;
}

.philosophy-content {
    position: relative;
    z-index: 1;
}

.content-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.content-icon {
    font-size: 2rem;
    filter: drop-shadow(0 0 5px rgba(33, 80, 32, 0.3));
}

.philosophy-content h3 {
    font-size: 1.5rem;
    color: #215020;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
}

.philosophy-content p {
    color: #666;
    line-height: 1.7;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.material-showcase {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.material-tag {
    background: rgba(33, 80, 32, 0.1);
    color: #215020;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(33, 80, 32, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.material-tag.premium {
    background: rgba(33, 80, 32, 0.2);
    border-color: rgba(33, 80, 32, 0.4);
    font-weight: 600;
}

.material-tag.engineering {
    background: rgba(100, 100, 100, 0.1);
    color: #666;
    border-color: rgba(100, 100, 100, 0.3);
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 0 10px rgba(33, 80, 32, 0.3));
}

/* Service Badges */
.service-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.service-badge.premium {
    background: rgba(255, 215, 0, 0.2);
    color: #FFD700;
    border-color: rgba(255, 215, 0, 0.5);
}

/* Collections Section */
.services-section {
    padding: 6rem 0;
    background: #fff;
}

.services-showcase {
    display: grid;
    gap: 4rem;
}

.service-module {
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.service-module:hover {
    transform: translateY(-8px);
    border-color: rgba(33, 80, 32, 0.3);
    box-shadow: 0 25px 60px rgba(33, 80, 32, 0.15);
}

/* Automation Features */
.automation-features {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.auto-tag {
    background: linear-gradient(45deg, #215020, #2d6b2d);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(33, 80, 32, 0.3);
}

/* Service Module Featured */
.service-module.featured {
    border-color: rgba(33, 80, 32, 0.4);
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.service-module.featured:hover {
    border-color: rgba(33, 80, 32, 0.6);
    box-shadow: 0 25px 60px rgba(33, 80, 32, 0.2);
}

/* Approach Section */
.approach-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #215020 0%, #2d6b2d 100%);
    color: white;
}

.approach-section .section-title {
    color: white;
}

.approach-intro {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.intro-panel {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 3rem;
    backdrop-filter: blur(10px);
}

.intro-panel p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.approach-highlight {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 2rem;
    margin-top: 2rem;
}

.approach-highlight strong {
    color: white;
    font-size: 1.1rem;
    line-height: 1.6;
    display: block;
}

/* Buildings Section - YENİDEN DÜZENLEME */
.buildings-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.buildings-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.building-card {
    flex: 0 1 calc(33.333% - 2rem);
    background: white;
    border-radius: 15px;
    padding: 2.5rem 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    text-align: center;
}

/* Son iki kart için ortalama */
.building-card:nth-last-child(-n+2):nth-child(n+4) {
    flex: 0 1 calc(33.333% - 2rem);
}

.building-card {
    background: white;
    border-radius: 15px;
    padding: 2.5rem 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    text-align: center;
}

.building-card:hover {
    transform: translateY(-8px);
    border-color: rgba(33, 80, 32, 0.2);
    box-shadow: 0 15px 40px rgba(33, 80, 32, 0.15);
}

.building-card.featured {
    border-color: rgba(33, 80, 32, 0.3);
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.building-card.featured:hover {
    border-color: rgba(33, 80, 32, 0.5);
    box-shadow: 0 15px 40px rgba(33, 80, 32, 0.2);
}

.building-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 0 10px rgba(33, 80, 32, 0.3));
    transition: all 0.4s ease;
}

.building-card:hover .building-icon {
    transform: scale(1.1);
    filter: drop-shadow(0 0 15px rgba(33, 80, 32, 0.5));
}

.building-card h4 {
    font-size: 1.2rem;
    color: #215020;
    margin-bottom: 1rem;
    font-weight: 500;
}

.building-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Module Header */
.module-header {
    background: linear-gradient(135deg, #215020 0%, #2d6b2d 100%);
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.module-icon {
    font-size: 2rem;
    color: white;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
}

.module-header h3 {
    color: white;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    flex: 1;
    margin: 0;
}

.collection-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.collection-badge.premium {
    background: rgba(255, 215, 0, 0.2);
    color: #FFD700;
    border-color: rgba(255, 215, 0, 0.5);
}

/* Module Content */
.module-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
    padding: 2rem;
    align-items: center;
}

.service-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    filter: grayscale(20%);
}

.service-module:hover .service-image img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

/* Service Details */
.service-details {
    position: relative;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.feature-list li {
    padding: 0.8rem 0;
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    position: relative;
    padding-left: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-list li::before {
    content: "▶";
    position: absolute;
    left: 0;
    color: #215020;
    font-size: 0.8rem;
    top: 0.9rem;
    transition: all 0.3s ease;
}

.service-module:hover .feature-list li::before {
    color: #2d6b2d;
    transform: scale(1.2);
}

/* Style Indicators */
.style-indicators {
    display: flex;
    gap: 0.8rem;
    align-items: center;
}

.style-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.style-dot.modern {
    background: #215020;
    border-color: #215020;
}

.style-dot.rustic {
    background: #8B4513;
    border-color: #8B4513;
}

.style-dot.minimal {
    background: #666;
    border-color: #666;
}

.style-dot.industrial {
    background: #2F4F4F;
    border-color: #2F4F4F;
}

.service-module:hover .style-dot {
    transform: scale(1.3);
    box-shadow: 0 0 10px currentColor;
}

/* Feature Highlights */
.feature-highlights {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.highlight-chip {
    background: linear-gradient(45deg, #215020, #2d6b2d);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(33, 80, 32, 0.3);
    transition: all 0.3s ease;
}

.highlight-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(33, 80, 32, 0.5);
}

/* Materials Section */
.materials-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #215020 0%, #2d6b2d 100%);
    color: white;
}

.materials-section .section-title {
    color: white;
}

.materials-intro {
    text-align: center;
    margin-bottom: 4rem;
}

.materials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.material-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 2.5rem 2rem;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

.material-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.featured-material {
    border-color: rgba(255, 215, 0, 0.5);
    background: rgba(255, 215, 0, 0.1);
}

.featured-material:hover {
    background: rgba(255, 215, 0, 0.15);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.2);
}

.material-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.material-icon {
    font-size: 2rem;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.material-card h4 {
    color: white;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0;
}

.material-content p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.material-specs {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.spec-tag {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.spec-tag.premium {
    background: rgba(255, 215, 0, 0.2);
    color: #FFD700;
    border-color: rgba(255, 215, 0, 0.5);
}

/* Markets Section */
.markets-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.markets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}

.market-card {
    background: white;
    border-radius: 15px;
    padding: 2.5rem 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    text-align: center;
}

.market-card:hover {
    transform: translateY(-8px);
    border-color: rgba(33, 80, 32, 0.2);
    box-shadow: 0 15px 40px rgba(33, 80, 32, 0.15);
}

.featured-market {
    border-color: rgba(33, 80, 32, 0.3);
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.featured-market:hover {
    border-color: rgba(33, 80, 32, 0.5);
    box-shadow: 0 15px 40px rgba(33, 80, 32, 0.2);
}

.market-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 0 10px rgba(33, 80, 32, 0.3));
    transition: all 0.4s ease;
}

.market-card:hover .market-icon {
    transform: scale(1.1);
    filter: drop-shadow(0 0 15px rgba(33, 80, 32, 0.5));
}

.market-card h4 {
    font-size: 1.2rem;
    color: #215020;
    margin-bottom: 1rem;
    font-weight: 500;
}

.market-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.market-features {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #215020;
    font-weight: 500;
}

.feature-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: featurePulse 2s ease-in-out infinite;
}

.feature-dot.active {
    background: #215020;
    box-shadow: 0 0 10px rgba(33, 80, 32, 0.5);
}

.feature-dot.premium {
    background: #FFD700;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

@keyframes featurePulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(0.8);
    }
}

/* Why ASHIVA Section - YENİDEN DÜZENLEME */
.why-ashiva-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.why-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.why-item {
    flex: 0 1 calc(33.333% - 1.5rem);
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(33, 80, 32, 0.1);
}

/* Son iki öğe için ortalama */
.why-item:nth-last-child(-n+2):nth-child(n+4) {
    flex: 0 1 calc(33.333% - 1.5rem);
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(33, 80, 32, 0.1);
}

.why-item:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(33, 80, 32, 0.1);
    border-color: rgba(33, 80, 32, 0.2);
}

.why-icon {
    font-size: 2rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
    filter: drop-shadow(0 0 5px rgba(33, 80, 32, 0.3));
}

.why-content h4 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #215020;
    margin-bottom: 0.5rem;
}

.why-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* CTA Section */
.cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #215020 0%, #2d6b2d 100%);
    color: white;
    position: relative;
}

.cta-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.cta-icon {
    font-size: 3rem;
    margin-bottom: 2rem;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.5));
}

.cta-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 300;
    line-height: 1.3;
}

.cta-description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 1.2rem 2.5rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.cta-btn.primary {
    background: white;
    color: #215020;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

.cta-btn.primary:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.3);
}

.cta-btn.secondary {
    background: transparent;
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
}

.cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

/* Final Section */
.final-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    text-align: center;
}

.final-content {
    max-width: 800px;
    margin: 0 auto;
}

.quote-icon {
    font-size: 3rem;
    margin-bottom: 2rem;
    filter: drop-shadow(0 0 15px rgba(33, 80, 32, 0.3));
}

.final-title {
    font-size: 1.8rem;
    font-weight: 400;
    color: #215020;
    margin-bottom: 2rem;
    letter-spacing: 0.5px;
}

.final-quote {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.6;
    color: #215020;
    margin-bottom: 3rem;
    font-style: italic;
    position: relative;
}

.final-quote::before,
.final-quote::after {
    content: '"';
    font-size: 3rem;
    color: rgba(33, 80, 32, 0.3);
    position: absolute;
    font-family: serif;
}

.final-quote::before {
    top: -1rem;
    left: -2rem;
}

.final-quote::after {
    bottom: -1.5rem;
    right: -2rem;
}

.signature {
    text-align: center;
}

.signature-text {
    color: #666;
    font-size: 0.9rem;
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Function Tags */
.function-tags {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.function-tag {
    background: rgba(33, 80, 32, 0.1);
    color: #215020;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(33, 80, 32, 0.2);
}

/* Mobile Menu Current State for Industrial */
.mobile-simple-link.current {
    background: rgba(33, 80, 32, 0.1);
    color: #215020;
    font-weight: 600;
    border-left: 4px solid #215020;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .module-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .service-image {
        height: 250px;
    }
}

@media (max-width: 1024px) {
    .industrial-hero .hero-title {
        font-size: 3.5rem;
        letter-spacing: 2px;
    }

    .section-title {
        font-size: 2rem;
    }

    .why-grid {
        gap: 1.5rem;
    }

    .why-item {
        flex: 0 1 calc(50% - 1rem);
    }

    .buildings-grid {
        gap: 2rem;
    }

    .building-card {
        flex: 0 1 calc(50% - 1rem);
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-btn {
        width: 100%;
        max-width: 300px;
    }

    .contact-info {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 1rem;
    }

    .industrial-hero {
        height: 80vh;
    }

    .industrial-hero .hero-title {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }

    .industrial-hero .hero-subtitle {
        font-size: 1.1rem;
    }

    .hero-description-box {
        padding: 1.5rem;
        margin: 2rem auto;
    }

    .hero-description {
        font-size: 1rem;
    }

    .philosophy-section,
    .services-section,
    .approach-section,
    .why-ashiva-section,
    .buildings-section,
    .cta-section,
    .final-section {
        padding: 4rem 0;
    }

    .why-grid {
        flex-direction: column;
        gap: 1.5rem;
    }

    .why-item {
        flex: 1 1 100%;
    }

    .buildings-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .building-card {
        flex: 1 1 100%;
    }

    .intro-text,
    .building-card,
    .intro-panel {
        padding: 2rem;
    }

    .service-module {
        margin-bottom: 2rem;
    }

    .module-header {
        padding: 1.2rem 1.5rem;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .module-header h3 {
        font-size: 1.1rem;
    }

    .module-content {
        padding: 1.5rem;
    }

    .service-image {
        height: 200px;
    }

    .why-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }

    .cta-title {
        font-size: 2rem;
    }

    .final-quote {
        font-size: 1.6rem;
    }

    .contact-info {
        grid-template-columns: 1fr;
    }

    .contact-item {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .industrial-hero .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .hero-icon {
        font-size: 3rem;
    }

    .philosophy-card,
    .material-card,
    .market-card,
    .intro-panel {
        padding: 1.5rem;
        border-radius: 12px;
    }

    .service-image {
        height: 180px;
    }

    .module-header {
        padding: 1rem;
    }

    .module-content {
        padding: 1rem;
    }

    .cta-title {
        font-size: 1.8rem;
    }

    .final-quote {
        font-size: 1.4rem;
        padding: 0 1rem;
    }

    .final-quote::before,
    .final-quote::after {
        font-size: 2.5rem;
    }

    .cta-btn {
        padding: 1rem 2rem;
        font-size: 0.9rem;
    }

    .signature-text {
        font-size: 0.8rem;
    }
}