/*

TemplateMo 595 3d coverflow

https://templatemo.com/tm-595-3d-coverflow

*/

@charset "utf-8";
/* CSS Document */

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        *::before,
        *::after {
            box-sizing: border-box;
        }
        
        /* Prevent zoom/scaling issues */
        html, body {
            zoom: 1 !important;
            transform: none !important;
            width: 100% !important;
        }
        
        /* Absolute coverflow size override - forces correct dimensions */
        .coverflow-wrapper {
            width: 100vw !important;
            height: 100vh !important;
            min-width: 100vw !important;
            min-height: 100vh !important;
            max-width: 100vw !important;
            max-height: 100vh !important;
        }
        
        .coverflow-container {
            width: 100% !important;
            height: 100% !important;
            min-width: 100% !important;
            min-height: 100% !important;
        }
        
        .coverflow {
            width: 100% !important;
            height: 500px !important;
            min-height: 500px !important;
            max-height: 500px !important;
        }
        
        .coverflow-item {
            width: 400px !important;
            height: 400px !important;
            min-width: 400px !important;
            min-height: 400px !important;
            max-width: 400px !important;
            max-height: 400px !important;
        }

/* =====================
   Light Theme Overrides
   ===================== */

:root {
    /* Bone white themed palette */
    --bg: #d3d3d3;          /* light gray backdrop */
    --surface: #d3d3d3;     /* match background for flat look */
    --elevated: #e0e0e0;    /* slightly lighter for panels */
    --text: #000000;
    --text-dim: #222222;
    --border: rgba(255,255,255,0.12);
    --accent: #b0b0b0;      /* subtle gray accent */
    --accent-2: #a0a0a0;    /* lighter accent */
    --shadow: 0 10px 30px rgba(0,0,0,0.1);
}
/* Force all text to black for all major text elements */
body, h1, h2, h3, h4, h5, h6, p, span, a, li, label, .logo-text, .main-menu .menu-item, .main-menu .menu-item.active, .main-menu .menu-item:hover, .about-content, .contact-content, .showcase-title, .service-card h3, .website-item h4, .social-item h4, .environment-item h4, .contact-info-section h3, .contact-text h4, .step h4, .stat-number, .footer-content, .footer-links a, .footer-links a:hover, .badge, .badge:hover, .service-link, .service-link:hover, .info, .info p, .stat-label, .about-info p, .showcase-subtitle, .feature-list li {
    color: #000000 !important;
}

body {
    background: var(--bg);
    color: var(--text);
}

/* Header */
.header {
    background: var(--bg) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-bottom: 1px solid var(--border);
}
.header.scrolled { background: var(--bg) !important; }
}
.header.scrolled { background: linear-gradient(135deg, rgba(245, 245, 220, 0.98) 0%, rgba(254, 254, 240, 0.98) 100%) !important; }
.logo-text { color: #2C2C2C !important; }
.main-menu .menu-item { color: rgba(44,44,44,0.8) !important; }
.main-menu .menu-item:hover,
.main-menu .menu-item.active { color: #2C2C2C !important; }
.menu-toggle span { background: #2C2C2C !important; }
.header .menu-item::after { background: rgba(44,44,44,0.95) !important; }
/* Mobile dropdown use light panel */
.main-menu.active { background: rgba(245,245,220,0.98) !important; border-bottom: 1px solid rgba(44,44,44,0.15) !important; }

/* Section backgrounds */
#home { background: var(--bg) !important; }
#services { background: var(--bg) !important; }
#portfolio { background: var(--bg) !important; }
#about { background: var(--bg) !important; }
#contact { background: var(--bg) !important; }

/* Ensure inner service pages also inherit the same background */
#services-hero,
#portfolio-hero,
#portfolio-gallery,
#interior,
#social-media,
#website-builder,
#environment-design { background: var(--bg) !important; }

/* Coverflow controls + info on light */
.info { color: var(--text) !important; }
.info p { color: var(--text-dim) !important; }
.nav-button { 
    background: rgba(44,44,44,0.06) !important;
    border: 1px solid var(--border) !important;
    color: var(--text) !important;
}
.nav-button:hover { background: rgba(44,44,44,0.1) !important; }
.dots-container .dot { background: rgba(44,44,44,0.25) !important; }
.dots-container .dot.active { background: var(--text) !important; }

/* Cards / glass blocks → white surfaces */
.service-card,
.portfolio-item,
.interior-showcase,
.website-showcase,
.environment-showcase,
.step,
.contact-form,
.contact-item,
.stats-section {
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
    box-shadow: var(--shadow);
}

/* Text colors within sections */
.services-header p,
.portfolio-header p,
.about-content p,
.interior-header p,
.website-builder-header p,
.environment-design-header p,
.contact-header p,
.contact-info-section p,
.feature-content p,
.service-card p,
.social-item p,
.website-item p,
.environment-item p,
.step p,
.stat-label { color: var(--text-dim) !important; }

.showcase-title,
.service-card h3,
.website-item h4,
.social-item h4,
.environment-item h4,
.contact-info-section h3,
.contact-text h4,
.step h4,
.stat-number { color: var(--text) !important; }

/* Make About/Contact texts readable on light */
.about-content, .contact-content { color: var(--text) !important; }
.about-info p, .showcase-subtitle, .feature-list li { color: var(--text-dim) !important; }

/* Badges on light */
.badge { background: var(--elevated) !important; border: 1px solid var(--border) !important; color: var(--text-dim) !important; }
.badge:hover { color: #fff !important; }

/* Buttons */
.cta-button,
.submit-btn { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%) !important; }
.service-link { color: var(--accent) !important; }
.service-link:hover { color: var(--accent-2) !important; }

/* Footer light */
.footer {
    background: var(--surface) !important;
    border-top: 1px solid var(--border) !important;
}
.footer-content, .footer-links a { color: var(--text-dim) !important; }
.footer-links a:hover { color: var(--text) !important; }

/* Social buttons: ensure contrast on light backgrounds */
.social-btn {
    background: var(--surface) !important;
    border: 1px solid var(--border) !important;
}
.social-btn svg { fill: var(--accent) !important; }
.social-btn:hover {
    background: var(--accent) !important;
    border-color: transparent !important;
}
        .social-btn:hover svg { fill: #ffffff !important; }
        
        /* Contact Links Styles */
        .contact-link {
            text-decoration: none;
            color: inherit;
            display: block;
            transition: all 0.3s ease;
            cursor: pointer;
        }
        
        .contact-link:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            background: rgba(44, 44, 44, 0.1);
            border-radius: 15px;
            padding: 15px;
            margin: -15px;
        }
        
        .contact-link .contact-text {
            pointer-events: none;
        }
        
        /* Hero Section Visual Elements */
        .hero-background-elements,
        .portfolio-background-elements {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;
            pointer-events: none;
        }
        
        .services-hero-content,
        .portfolio-content {
            position: relative;
            z-index: 2;
        }
        
        /* Services Hero Floating Cards */
        .floating-card {
            position: absolute;
            width: 160px;
            height: 180px;
            border-radius: 15px;
            overflow: hidden;
            animation: float 6s ease-in-out infinite;
            opacity: 0.9;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        }
        
        .card-1 {
            top: 15%;
            left: 10%;
            animation-delay: 0s;
        }
        
        .card-2 {
            top: 25%;
            right: 15%;
            animation-delay: 1.5s;
        }
        
        .card-3 {
            bottom: 25%;
            left: 8%;
            animation-delay: 3s;
        }
        
        .card-4 {
            bottom: 15%;
            right: 10%;
            animation-delay: 4.5s;
        }
        
        .floating-card .card-image {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        
        .floating-card .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .floating-card:hover .card-image img {
            transform: scale(1.1);
        }
        
        .floating-card .card-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            padding: 15px 10px 10px;
            text-align: center;
        }
        
        .floating-card .card-overlay h4 {
            color: white;
            font-size: 0.9rem;
            margin-bottom: 3px;
            font-weight: 600;
        }
        
        .floating-card .card-overlay p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.75rem;
            margin: 0;
        }
        
        /* Portfolio Hero Floating Cards */
        .portfolio-floating-card {
            position: absolute;
            width: 120px;
            height: 140px;
            border-radius: 12px;
            overflow: hidden;
            background: rgba(44, 44, 44, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(44, 44, 44, 0.2);
            animation: portfolioFloat 8s ease-in-out infinite;
            opacity: 0.9;
        }
        
        .pcard-1 {
            top: 10%;
            left: 12%;
            animation-delay: 0s;
        }
        
        .pcard-2 {
            top: 20%;
            right: 8%;
            animation-delay: 1.6s;
        }
        
        .pcard-3 {
            bottom: 35%;
            left: 5%;
            animation-delay: 3.2s;
        }
        
        .pcard-4 {
            bottom: 20%;
            right: 15%;
            animation-delay: 4.8s;
        }
        
        .pcard-5 {
            bottom: 10%;
            left: 25%;
            animation-delay: 6.4s;
        }
        
        .portfolio-card-image {
            width: 100%;
            height: 80px;
            overflow: hidden;
        }
        
        .portfolio-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .portfolio-card-overlay {
            padding: 8px;
            text-align: center;
        }
        
        .portfolio-card-overlay h4 {
            color: black;
            font-size: 0.8rem;
            margin-bottom: 2px;
            font-weight: 600;
        }
        
        .portfolio-card-overlay p {
            color: rgba(0, 0, 0, 0.7);
            font-size: 0.7rem;
            margin: 0;
        }
        
        /* Hero Stats */
        .hero-stats,
        .portfolio-hero-stats {
            display: flex;
            gap: 30px;
            justify-content: center;
            margin-top: 40px;
        }
        
        .hero-stats .stat-item,
        .portfolio-hero-stats .stat-item {
            text-align: center;
        }
        
        .hero-stats .stat-number,
        .portfolio-hero-stats .stat-number {
            display: block;
            font-size: 2rem;
            font-weight: 700;
            color: #000000;
            margin-bottom: 5px;
        }
        
        .hero-stats .stat-label,
        .portfolio-hero-stats .stat-label {
            display: block;
            font-size: 0.9rem;
            color: rgba(0, 0, 0, 0.8);
            font-weight: 500;
        }
        
        /* Animations */
        @keyframes float {
            0%, 100% {
                transform: translateY(0px) rotate(0deg);
            }
            25% {
                transform: translateY(-10px) rotate(1deg);
            }
            50% {
                transform: translateY(-5px) rotate(-1deg);
            }
            75% {
                transform: translateY(-15px) rotate(0.5deg);
            }
        }
        
        @keyframes portfolioFloat {
            0%, 100% {
                transform: translateY(0px) rotate(0deg) scale(1);
            }
            25% {
                transform: translateY(-15px) rotate(2deg) scale(1.05);
            }
            50% {
                transform: translateY(-8px) rotate(-1deg) scale(1);
            }
            75% {
                transform: translateY(-20px) rotate(1deg) scale(1.02);
            }
        }

        html {
            scroll-behavior: smooth;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            overflow-x: hidden;
            position: relative;
            background: #F5F5DC;
            width: 100%;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            zoom: 1;
            transform: scale(1);
        }

        /* Sections */
        .section {
            min-height: 100vh;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            scroll-margin-top: 90px; /* prevent header overlap when using anchor links */
        }

        #home {
            background: radial-gradient(ellipse at center, #F5F5DC 0%, #FEFEF0 100%);
        }
        
        #about {
            background: linear-gradient(135deg, #FEFEF0 0%, #F5F5DC 100%);
        }
        
        #contact {
            background: radial-gradient(ellipse at center, #F5F5DC 0%, #FEFEF0 100%);
        }
        
        #services-hero {
            background: radial-gradient(ellipse at center, #F5F5DC 0%, #FEFEF0 100%);
        }
        
        #interior {
            background: linear-gradient(135deg, #FEFEF0 0%, #F5F5DC 100%);
        }
        
        #portfolio {
            background: radial-gradient(ellipse at center, #F5F5DC 0%, #FEFEF0 100%);
        }
        
        #social-media {
            background: linear-gradient(135deg, #FEFEF0 0%, #F5F5DC 100%);
        }
        
        #website-builder {
            background: radial-gradient(ellipse at center, #F5F5DC 0%, #FEFEF0 100%);
        }
        
        #environment-design {
            background: linear-gradient(135deg, #FEFEF0 0%, #F5F5DC 100%);
        }
        
        #portfolio-hero {
            background: radial-gradient(ellipse at center, #F5F5DC 0%, #FEFEF0 100%);
        }
        
        #portfolio-gallery {
            background: linear-gradient(135deg, #FEFEF0 0%, #F5F5DC 100%);
        }
        
        #services {
            background: linear-gradient(135deg, #FEFEF0 0%, #F5F5DC 100%);
        }

        /* Header Styles */
        .header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: 80px;
            background: linear-gradient(135deg, rgba(245, 245, 220, 0.9) 0%, rgba(254, 254, 240, 0.9) 100%);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(44, 44, 44, 0.1);
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 40px;
            transition: all 0.3s ease;
        }

        .header.scrolled {
            background: linear-gradient(135deg, rgba(245, 245, 220, 0.95) 0%, rgba(254, 254, 240, 0.95) 100%);
            height: 70px;
        }

        .logo-container {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .logo-container:hover {
            transform: translateY(-2px);
        }

        .logo {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #000000 0%, #333333 100%);
            padding: 8px;
        }

        .logo svg {
            width: 100%;
            height: 100%;
        }

        .logo-text {
            color: black;
            font-size: 24px;
            font-weight: 600;
            letter-spacing: -0.5px;
        }

        .main-menu {
            display: flex;
            align-items: center;
            gap: 40px;
        }

        .menu-item {
            color: rgba(0, 0, 0, 0.8);
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            position: relative;
            padding: 8px 0;
        }

        .menu-item:hover {
            color: black;
            transform: translateY(-2px);
        }

        .menu-item::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: linear-gradient(90deg, #000000, #333333);
            transition: width 0.3s ease;
        }

        .menu-item:hover::after {
            width: 100%;
        }

        .menu-item.active {
            color: black;
        }

        .menu-item.active::after {
            width: 100%;
        }

        .menu-item.external::before {
            content: '↗';
            margin-right: 5px;
            font-size: 12px;
            opacity: 0.7;
        }

        /* Mobile menu toggle */
        .menu-toggle {
            display: none;
            flex-direction: column;
            cursor: pointer;
            padding: 4px;
        }

        .menu-toggle span {
            width: 25px;
            height: 3px;
            background: black;
            margin: 3px 0;
            transition: 0.3s;
            border-radius: 2px;
        }

        /* Home Section with Coverflow */
        .coverflow-wrapper {
            width: 100% !important;
            height: 100vh !important;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 80px;
            box-sizing: border-box;
        }

        .coverflow-container {
            width: 100% !important;
            height: 100% !important;
            display: flex;
            align-items: center;
            justify-content: center;
            perspective: 1200px !important;
            position: relative;
            box-sizing: border-box;
        }

        .coverflow {
            display: flex;
            align-items: center;
            justify-content: center;
            transform-style: preserve-3d;
            position: relative;
            width: 100% !important;
            height: 500px !important;
            box-sizing: border-box;
        }

        .coverflow-item {
            position: absolute;
            width: 400px !important;
            height: 400px !important;
            transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            cursor: pointer;
            user-select: none;
            box-sizing: border-box;
        }

        .coverflow-item .cover {
            width: 100%;
            height: 100%;
            border-radius: 10px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
            position: relative;
            overflow: hidden;
            transform-style: preserve-3d;
            background: #333;
        }

        .coverflow-item .cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }
        
        .coverflow-item .cover video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }
        
        .video-loading {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .video-loading::before {
            content: '▶';
            position: absolute;
            font-size: 40px;
            color: rgba(44, 44, 44, 0.8);
            z-index: 10;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .coverflow-item.active .video-loading::before {
            opacity: 1;
        }

        /* Reflection */
        .coverflow-item .reflection {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            transform: scaleY(-1);
            opacity: 0.2;
            filter: blur(2px);
            background: linear-gradient(to bottom, 
                rgba(0, 0, 0, 0) 0%, 
                rgba(0, 0, 0, 0.8) 50%, 
                rgba(0, 0, 0, 1) 100%);
            overflow: hidden;
        }

        /* Active item (center) */
        .coverflow-item.active {
            z-index: 100;
            transform: translateX(0) translateZ(0) rotateY(0deg);
        }

        .coverflow-item.active .cover {
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.9);
        }

        /* Navigation */
        .nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(44, 44, 44, 0.1);
            border: 2px solid rgba(44, 44, 44, 0.2);
            color: #2C2C2C;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            z-index: 200;
        }

        .nav-button:hover {
            background: rgba(44, 44, 44, 0.2);
            transform: translateY(-50%) scale(1.1);
        }

        .nav-button.prev {
            left: 50px;
        }

        .nav-button.next {
            right: 50px;
        }

        /* Dots indicator */
        .dots-container {
            position: absolute;
            bottom: 60px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 200;
        }

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

        .dot.active {
            background: rgba(44, 44, 44, 0.8);
            transform: scale(1.3);
        }

        /* Info display */
        .info {
            position: absolute;
            top: 130px;
            left: 50%;
            transform: translateX(-50%);
            color: black;
            text-align: center;
            z-index: 200;
        }

        .info h2 {
            font-size: 32px;
            margin-bottom: 10px;
            opacity: 0;
            animation: fadeIn 0.6s forwards;
        }

        .info p {
            font-size: 16px;
            opacity: 0.7;
        }

        /* Hero Tag Styles */
        .hero-tag {
            position: absolute;
            top: 10%;
            left: 50%;
            transform: translate(-50%, 0);
            text-align: center;
            z-index: 10;
            width: 100%;
            max-width: 800px;
            padding: 0 20px;
            margin-bottom: 80px;
        }

        .main-tag {
            font-size: 4rem;
            font-weight: 700;
            color: black;
            margin-bottom: 20px;
            text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
            background: linear-gradient(45deg, #000000, #333333, #444444, #555555);
            background-size: 300% 300%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: gradientShift 3s ease-in-out infinite, fadeInUp 1s ease-out;
            line-height: 1.2;
        }

        .tag-subtitle {
            font-size: 1.2rem;
            color: rgba(0, 0, 0, 0.8);
            font-weight: 300;
            letter-spacing: 1px;
            opacity: 0;
            animation: fadeInUp 1s ease-out 0.5s forwards;
        }

        @keyframes gradientShift {
            0%, 100% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
        }

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

        @keyframes fadeIn {
            to {
                opacity: 1;
            }
        }

        /* Services Page Styles */
        .services-hero-content {
            width: 100%;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        /* Interior Section Styles */
        .interior-content {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 100px 40px;
        }

        .interior-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .interior-header h2 {
            font-size: 3rem;
            color: black;
            margin-bottom: 20px;
            background: linear-gradient(45deg, #000000, #333333);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .interior-header p {
            font-size: 1.2rem;
            color: rgba(0, 0, 0, 0.8);
            max-width: 600px;
            margin: 0 auto;
        }

        .interior-main {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: start;
            margin-bottom: 100px;
        }

        .interior-visual {
            position: relative;
        }

        .interior-showcase {
            background: rgba(44, 44, 44, 0.05);
            border-radius: 20px;
            padding: 40px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(44, 44, 44, 0.3);
        }

        .showcase-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .showcase-item {
            text-align: center;
        }

        .showcase-image {
            margin-bottom: 20px;
            position: relative;
            width: 100%;
            height: 200px;
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s ease;
        }
        
        .showcase-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .showcase-image:hover {
            transform: scale(1.05);
        }
        
        .showcase-image:hover img {
            transform: scale(1.1);
        }
        
        .image-placeholder {
            width: 100%;
            height: 200px;
            border-radius: 15px;
            overflow: hidden;
            background: #2a2a2a;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;
        }
        
        .image-placeholder:hover {
            transform: scale(1.05);
        }
        
        .image-placeholder svg {
            width: 100%;
            height: 100%;
        }

        .showcase-item h4 {
            color: black;
            font-size: 1.3rem;
            margin-bottom: 10px;
        }

        .showcase-item p {
            color: rgba(0, 0, 0, 0.7);
            font-size: 0.95rem;
        }

        .interior-info h3 {
            font-size: 2.2rem;
            color: black;
            margin-bottom: 25px;
            background: linear-gradient(45deg, #000000, #333333);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .interior-info p {
            color: rgba(0, 0, 0, 0.8);
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        .interior-features {
            margin-bottom: 40px;
        }

        .feature-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            margin-bottom: 30px;
        }

        .feature-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(45deg, #000000, #333333);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .feature-icon svg {
            width: 24px;
            height: 24px;
            color: white;
        }

        .feature-content h4 {
            color: black;
            font-size: 1.2rem;
            margin-bottom: 8px;
        }

        .feature-content p {
            color: rgba(0, 0, 0, 0.7);
            font-size: 0.95rem;
            margin: 0;
        }

        .interior-process {
            text-align: center;
        }

        .interior-process h3 {
            font-size: 2.5rem;
            color: black;
            margin-bottom: 60px;
            background: linear-gradient(45deg, #000000, #333333);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .process-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
        }

        .step {
            background: rgba(44, 44, 44, 0.05);
            border-radius: 20px;
            padding: 40px 30px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(44, 44, 44, 0.3);
            transition: transform 0.3s ease;
        }

        .step:hover {
            transform: translateY(-10px);
        }

        .step-number {
            width: 60px;
            height: 60px;
            background: linear-gradient(45deg, #000000, #333333);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: bold;
            color: white;
            margin: 0 auto 25px;
        }

        .step h4 {
            color: black;
            font-size: 1.3rem;
            margin-bottom: 15px;
        }

        .step p {
            color: rgba(0, 0, 0, 0.7);
            font-size: 0.95rem;
            line-height: 1.5;
        }

        /* Portfolio Section Styles */
        .portfolio-content {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 100px 40px;
        }

        .portfolio-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .portfolio-header h2 {
            font-size: 3rem;
            color: black;
            margin-bottom: 20px;
            background: linear-gradient(45deg, #000000, #333333);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .portfolio-header p {
            font-size: 1.2rem;
            color: rgba(0, 0, 0, 0.8);
            max-width: 600px;
            margin: 0 auto;
        }

        .portfolio-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }

        .portfolio-item {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .portfolio-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        .portfolio-image {
            position: relative;
            width: 100%;
            height: 250px;
            overflow: hidden;
        }

        .portfolio-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

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

        .portfolio-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            padding: 30px 25px 25px;
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .portfolio-item:hover .portfolio-overlay {
            transform: translateY(0);
        }

        .portfolio-overlay h3 {
            color: white;
            font-size: 1.3rem;
            margin-bottom: 8px;
        }

        .portfolio-overlay p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.95rem;
            margin: 0;
        }

        /* Social Media Section Styles */
        .social-media-content {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 100px 40px;
        }

        .social-media-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .social-media-header h2 {
            font-size: 3rem;
            color: black;
            margin-bottom: 20px;
            background: linear-gradient(45deg, #000000, #333333);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .social-media-header p {
            font-size: 1.2rem;
            color: rgba(0, 0, 0, 0.8);
            max-width: 600px;
            margin: 0 auto;
        }

        .social-media-main {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: start;
        }

        .social-showcase {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 20px;
            padding: 40px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 0, 0, 0.3);
        }

        .social-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .social-item {
            text-align: center;
            padding: 30px 20px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 15px;
            transition: transform 0.3s ease;
        }

        .social-item:hover {
            transform: translateY(-5px);
        }

        .social-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(45deg, #000000, #333333);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }

        .social-icon svg {
            width: 40px;
            height: 40px;
            color: white;
        }

        .social-item h4 {
            color: black;
            font-size: 1.3rem;
            margin-bottom: 10px;
        }

        .social-item p {
            color: rgba(0, 0, 0, 0.7);
            font-size: 0.95rem;
        }

        .social-media-info h3 {
            font-size: 2.2rem;
            color: black;
            margin-bottom: 25px;
            background: linear-gradient(45deg, #000000, #333333);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .social-media-info p {
            color: rgba(0, 0, 0, 0.8);
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        .social-features {
            margin-bottom: 40px;
        }

        /* Website Builder Section Styles */
        .website-builder-content {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 100px 40px;
        }

        .website-builder-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .website-builder-header h2 {
            font-size: 3rem;
            color: black;
            margin-bottom: 20px;
            background: linear-gradient(45deg, #000000, #333333);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .website-builder-header p {
            font-size: 1.2rem;
            color: rgba(0, 0, 0, 0.8);
            max-width: 600px;
            margin: 0 auto;
        }

        .website-builder-main {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: start;
        }

        .website-showcase {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 20px;
            padding: 40px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 0, 0, 0.3);
        }

        .website-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .website-item {
            text-align: center;
        }

        .website-preview {
            margin-bottom: 20px;
            position: relative;
            width: 100%;
            height: 200px;
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s ease;
        }
        
        .website-preview img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .website-preview:hover {
            transform: scale(1.05);
        }
        
        .website-preview:hover img {
            transform: scale(1.1);
        }
        
        .preview-placeholder {
            width: 100%;
            height: 200px;
            border-radius: 15px;
            overflow: hidden;
            background: #2a2a2a;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;
        }
        
        .preview-placeholder:hover {
            transform: scale(1.05);
        }
        
        .preview-placeholder svg {
            width: 100%;
            height: 100%;
        }

        .website-item h4 {
            color: black;
            font-size: 1.3rem;
            margin-bottom: 10px;
        }

        .website-item p {
            color: rgba(0, 0, 0, 0.7);
            font-size: 0.95rem;
        }

        .website-builder-info h3 {
            font-size: 2.2rem;
            color: black;
            margin-bottom: 25px;
            background: linear-gradient(45deg, #000000, #333333);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .website-builder-info p {
            color: rgba(0, 0, 0, 0.8);
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        .website-features {
            margin-bottom: 40px;
        }

        /* Environment Design Section Styles */
        .environment-design-content {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 100px 40px;
        }

        .environment-design-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .environment-design-header h2 {
            font-size: 3rem;
            color: black;
            margin-bottom: 20px;
            background: linear-gradient(45deg, #000000, #333333);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .environment-design-header p {
            font-size: 1.2rem;
            color: rgba(0, 0, 0, 0.8);
            max-width: 600px;
            margin: 0 auto;
        }

        .environment-design-main {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: start;
        }

        .environment-showcase {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 20px;
            padding: 40px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 0, 0, 0.3);
        }

        .environment-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .environment-item {
            text-align: center;
        }

        .environment-image {
            margin-bottom: 20px;
            position: relative;
            width: 100%;
            height: 200px;
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s ease;
        }
        
        .environment-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .environment-image:hover {
            transform: scale(1.05);
        }
        
        .environment-image:hover img {
            transform: scale(1.1);
        }

        .environment-item h4 {
            color: black;
            font-size: 1.3rem;
            margin-bottom: 10px;
        }

        .environment-item p {
            color: rgba(0, 0, 0, 0.7);
            font-size: 0.95rem;
        }

        .environment-design-info h3 {
            font-size: 2.2rem;
            color: black;
            margin-bottom: 25px;
            background: linear-gradient(45deg, #000000, #333333);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .environment-design-info p {
            color: rgba(0, 0, 0, 0.8);
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 40px;
        }

        .environment-features {
            margin-bottom: 40px;
        }

        /* Home Page Services Section Styles */
        .services-content {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 100px 40px;
        }

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

        .services-header h2 {
            font-size: 3rem;
            color: black;
            margin-bottom: 20px;
            background: linear-gradient(45deg, #000000, #333333);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .services-header p {
            font-size: 1.2rem;
            color: rgba(0, 0, 0, 0.8);
            max-width: 600px;
            margin: 0 auto;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
            margin-bottom: 60px;
        }

        .service-card {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        .service-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(45deg, #000000, #333333);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
        }

        .service-icon svg {
            width: 40px;
            height: 40px;
            color: white;
        }

        .service-card h3 {
            color: black;
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        .service-card p {
            color: rgba(0, 0, 0, 0.7);
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .service-link {
            color: #000000;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: color 0.3s ease;
        }

        .service-link:hover {
            color: #333333;
        }

        .services-cta {
            text-align: center;
        }

        .portfolio-cta {
            text-align: center;
            margin-top: 60px;
            padding-top: 40px;
        }

        /* Portfolio Gallery Page Styles */
        .portfolio-gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 40px;
            margin-bottom: 60px;
            padding: 0 20px;
        }
        
        .portfolio-gallery-grid .portfolio-item {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 20px;
            overflow: hidden;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .portfolio-gallery-grid .portfolio-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }
        
        .portfolio-gallery-grid .portfolio-image {
            width: 100%;
            height: 250px;
            overflow: hidden;
            position: relative;
        }
        
        .portfolio-gallery-grid .portfolio-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        
        .portfolio-gallery-grid .portfolio-item:hover .portfolio-image img {
            transform: scale(1.05);
        }
        
        .portfolio-gallery-grid .portfolio-overlay {
            padding: 25px;
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.9) 100%);
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            color: white;
            transform: translateY(100%);
            transition: all 0.3s ease;
        }
        
        .portfolio-gallery-grid .portfolio-item:hover .portfolio-overlay {
            transform: translateY(0);
        }
        
        .portfolio-gallery-grid .portfolio-overlay h3 {
            color: white;
            font-size: 1.3rem;
            margin-bottom: 8px;
            font-weight: 600;
        }
        
        .portfolio-gallery-grid .portfolio-overlay p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.9rem;
            margin-bottom: 8px;
            font-weight: 500;
        }
        
        /* Portfolio Page Content Styles */
        .services-hero-content,
        .portfolio-content {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 100px 40px;
            text-align: center;
        }
        
        .services-hero-content .hero-tag,
        .portfolio-content .hero-tag {
            margin-top: 50px;
        }
        
        .services-hero-content .main-tag,
        .portfolio-content .main-tag {
            font-size: 3.5rem;
            color: black;
            margin-bottom: 20px;
            background: linear-gradient(45deg, #000000, #333333);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .services-hero-content .tag-subtitle,
        .portfolio-content .tag-subtitle {
            font-size: 1.3rem;
            color: rgba(0, 0, 0, 0.8);
            max-width: 600px;
            margin: 0 auto;
        }

        .portfolio-description {
            margin-top: 10px;
            font-size: 14px;
            color: rgba(0, 0, 0, 0.6);
            line-height: 1.4;
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.3s ease;
        }

        .portfolio-item:hover .portfolio-description {
            opacity: 1;
            transform: translateY(0);
        }

        /* Play/Pause Button */
        .play-pause-button {
            position: absolute;
            bottom: 120px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid rgba(255, 255, 255, 0.2);
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            z-index: 200;
        }

        .play-pause-button:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateX(-50%) scale(1.1);
        }

        .play-pause-button .pause-icon {
            font-size: 16px;
            letter-spacing: 2px;
        }

        /* About Section */
        .about-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px;
            color: black;
        }

        .about-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .about-header h2 {
            font-size: 48px;
			margin-top: 60px;
            margin-bottom: 20px;
            background: linear-gradient(135deg, #000000 0%, #333333 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .about-header p {
            font-size: 20px;
            color: rgba(0, 0, 0, 0.8);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.8;
        }
        
        /* MD Cards Styles */
        .md-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin: 30px 0;
        }
        
        .md-card {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            padding: 20px;
            text-align: center;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .md-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }
        
        .md-photo {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto 20px;
            border: 4px solid #000000;
        }
        
        .md-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .md-info h4 {
            color: black;
            font-size: 1.1rem;
            margin-bottom: 5px;
            font-weight: 600;
        }
        
        .md-title {
            color: #000000;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .md-message {
            color: rgba(0, 0, 0, 0.7);
            font-size: 0.85rem;
            line-height: 1.4;
            font-style: italic;
            margin: 0;
        }

        .about-main {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            margin-bottom: 80px;
        }

        .about-visual {
            position: relative;
            height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .showcase-display {
            position: relative;
            width: 100%;
            max-width: 500px;
            height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .showcase-main {
            position: relative;
            width: 350px;
            height: 400px;
            background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
            border-radius: 30px;
            border: 2px solid rgba(255, 255, 255, 0.1);
            padding: 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(10px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
        }

        .showcase-logo {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #000000 0%, #333333 100%);
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
            box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
        }

        .showcase-logo svg {
            width: 70%;
            height: 70%;
        }

        .showcase-title {
            font-size: 32px;
            font-weight: 700;
            color: black;
            margin-bottom: 15px;
            text-align: center;
        }

        .showcase-subtitle {
            font-size: 16px;
            color: rgba(0, 0, 0, 0.7);
            text-align: center;
            margin-bottom: 40px;
            line-height: 1.6;
        }

        .showcase-badges {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            justify-content: center;
            margin-top: 20px;
        }

        .badge {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 20px;
            padding: 6px 12px;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            white-space: nowrap;
        }

        .badge:hover {
            background: linear-gradient(135deg, #000000 0%, #333333 100%);
            border-color: transparent;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
        }

        .badge:active {
            transform: translateY(0);
            box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
        }

        /* Decorative corner elements */
        .corner-decoration {
            position: absolute;
            width: 80px;
            height: 80px;
            border: 2px solid rgba(102, 126, 234, 0.3);
        }

        .corner-decoration.top-left {
            top: -20px;
            left: -20px;
            border-right: none;
            border-bottom: none;
            border-radius: 20px 0 0 0;
        }

        .corner-decoration.bottom-right {
            bottom: -20px;
            right: -20px;
            border-left: none;
            border-top: none;
            border-radius: 0 0 20px 0;
        }

        .about-info {
            padding-left: 40px;
        }

        .about-info h3 {
            font-size: 36px;
            margin-bottom: 30px;
            line-height: 1.3;
        }

        .about-info p {
            font-size: 18px;
            color: rgba(0, 0, 0, 0.8);
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .feature-list {
            list-style: none;
            margin-bottom: 40px;
        }

        .feature-list li {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
            font-size: 16px;
            color: rgba(0, 0, 0, 0.9);
        }

        .feature-list li::before {
            content: '✓';
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            background: linear-gradient(135deg, #000000 0%, #333333 100%);
            border-radius: 50%;
            flex-shrink: 0;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: linear-gradient(135deg, #000000 0%, #333333 100%);
            color: white;
            text-decoration: none;
            padding: 15px 30px;
            border-radius: 30px;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.5);
        }

        .cta-button svg {
            width: 20px;
            height: 20px;
            transition: transform 0.3s ease;
        }

        .cta-button:hover svg {
            transform: translateX(5px);
        }

        .stats-section {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            padding: 60px;
            background: rgba(255, 255, 255, 0.03);
            backdrop-filter: blur(10px);
            border-radius: 30px;
            border: 1px solid rgba(0, 0, 0, 0.3);
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 48px;
            font-weight: 700;
            background: linear-gradient(135deg, #000000 0%, #333333 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 10px;
        }

        .stat-label {
            font-size: 16px;
            color: rgba(0, 0, 0, 0.7);
        }

        /* Contact Section */
        .contact-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px;
            color: black;
        }

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

        .contact-header h2 {
            font-size: 48px;
            margin-bottom: 20px;
            background: linear-gradient(135deg, #000000 0%, #333333 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .contact-header p {
            font-size: 20px;
            color: rgba(0, 0, 0, 0.8);
            max-width: 600px;
            margin: 0 auto;
        }

        .contact-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: start;
        }

        .contact-info-section {
            padding-right: 40px;
        }

        .contact-info-section h3 {
            font-size: 28px;
            margin-bottom: 20px;
            color: black;
        }

        .contact-info-section p {
            font-size: 16px;
            color: rgba(0, 0, 0, 0.7);
            line-height: 1.8;
            margin-bottom: 40px;
        }

        .contact-details {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 20px;
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(0, 0, 0, 0.3);
            border-radius: 15px;
            transition: all 0.3s ease;
        }

        .contact-item:hover {
            background: rgba(255, 255, 255, 0.08);
            transform: translateX(5px);
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
        }

        .contact-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #000000 0%, #333333 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .contact-icon svg {
            width: 24px;
            height: 24px;
            fill: white;
        }

        .contact-text {
            flex: 1;
        }

        .contact-text h4 {
            font-size: 16px;
            color: black;
            margin-bottom: 5px;
        }

        .contact-text p {
            font-size: 14px;
            color: rgba(0, 0, 0, 0.7);
            margin: 0;
        }

        .social-links {
            margin-top: 40px;
        }

        .social-links h4 {
            font-size: 18px;
            margin-bottom: 20px;
            color: black;
        }

        .social-buttons {
            display: flex;
            gap: 15px;
        }

        .social-btn {
            width: 45px;
            height: 45px;
            background: rgba(44, 44, 44, 0.05);
            border: 1px solid rgba(44, 44, 44, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .social-btn:hover {
            background: linear-gradient(135deg, #000000 0%, #333333 100%);
            border-color: transparent;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(102, 126, 234, 0.4);
        }

        .social-btn svg {
            width: 20px;
            height: 20px;
            fill: white;
        }

        .contact-form-section {
            padding-left: 40px;
        }

        .contact-form {
            background: rgba(44, 44, 44, 0.03);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(44, 44, 44, 0.3);
            border-radius: 20px;
            padding: 40px;
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-group label {
            display: block;
            margin-bottom: 10px;
            color: rgba(0, 0, 0, 0.8);
            font-weight: 500;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 15px;
            background: rgba(44, 44, 44, 0.05);
            border: 1px solid rgba(44, 44, 44, 0.3);
            border-radius: 10px;
            color: #2C2C2C;
            font-size: 16px;
            font-family: inherit;
            transition: all 0.3s ease;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #2C2C2C;
            background: rgba(44, 44, 44, 0.08);
        }

        .form-group textarea {
            resize: vertical;
            min-height: 150px;
            line-height: 1.5;
        }

        .submit-btn {
            background: linear-gradient(135deg, #2C2C2C 0%, #444444 100%);
            color: white;
            border: none;
            padding: 15px 40px;
            font-size: 18px;
            font-weight: 600;
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.5);
        }

        /* Smooth image loading */
        .image-loading {
            background: linear-gradient(45deg, #333, #555);
            position: relative;
        }

        .image-loading::after {
            content: '📷';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 48px;
            opacity: 0.5;
        }

        /* Footer Styles */
        .footer {
            background: linear-gradient(135deg, #FEFEF0 0%, #F5F5DC 100%);
            border-top: 1px solid rgba(44, 44, 44, 0.1);
            padding: 40px 20px;
        }
        }

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

        .footer-copyright {
            color: rgba(0, 0, 0, 0.8);
            font-size: 14px;
        }

        .footer-copyright a {
            color: #000000;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-copyright a:hover {
            color: #333333;
        }

        .footer-links {
            display: flex;
            gap: 30px;
            align-items: center;
        }

        .footer-links a {
            color: rgba(0, 0, 0, 0.7);
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: black;
        }

        /* Scroll to top button */
        .scroll-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #000000 0%, #333333 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: black;
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            transform: translateY(100px);
            transition: all 0.3s ease;
            z-index: 999;
        }

        .scroll-to-top.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .scroll-to-top:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.5);
        }

        /* Mobile Responsive */
        @media (max-width: 1024px) {
            .about-main {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .about-visual {
                height: 400px;
            }

            .about-info {
                padding-left: 0;
                text-align: center;
            }

            .feature-list {
                text-align: left;
                max-width: 500px;
                margin: 0 auto 40px;
            }

            .stats-section {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
                padding: 40px;
            }

            /* Contact section responsive */
            .contact-container {
                grid-template-columns: 1fr;
                gap: 50px;
            }

            .contact-info-section {
                padding-right: 0;
            }

            .contact-form-section {
                padding-left: 0;
            }
        }

        @media (max-width: 768px) {
            .header {
                padding: 0 20px;
            }

            .main-menu {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: linear-gradient(135deg, rgba(86, 84, 73, 0.95) 0%, rgba(74, 71, 60, 0.95) 100%);
                backdrop-filter: blur(10px);
                flex-direction: column;
                padding: 20px;
                gap: 20px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            }

            .main-menu.active {
                display: flex;
            }

            .menu-toggle {
                display: flex;
            }

            .menu-toggle.active span:nth-child(1) {
                transform: rotate(-45deg) translate(-5px, 6px);
            }

            .menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }

            .menu-toggle.active span:nth-child(3) {
                transform: rotate(45deg) translate(-5px, -6px);
            }

            .coverflow-item {
                width: 200px;
                height: 200px;
            }

            .nav-button {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }

            .nav-button.prev {
                left: 20px;
            }

            .nav-button.next {
                right: 20px;
            }

            .info h2 {
                font-size: 24px;
            }

            .info p {
                font-size: 14px;
            }

            .main-tag {
                font-size: 2.5rem;
            }

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

            .info {
                top: 140px;
            }

            .interior-main {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .interior-header h2 {
                font-size: 2.5rem;
            }

            .interior-info h3 {
                font-size: 1.8rem;
            }

            .interior-process h3 {
                font-size: 2rem;
            }

            .process-steps {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .portfolio-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }

            .portfolio-header h2 {
                font-size: 2.5rem;
            }

            .social-media-main,
            .website-builder-main,
            .environment-design-main {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .social-media-header h2,
            .website-builder-header h2,
            .environment-design-header h2 {
                font-size: 2.5rem;
            }

            .social-media-info h3,
            .website-builder-info h3,
            .environment-design-info h3 {
                font-size: 1.8rem;
            }

            .services-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .services-header h2 {
                font-size: 2.5rem;
            }

            .logo-text {
                font-size: 20px;
            }

            .about-header h2 {
                font-size: 36px;
            }

            .about-info h3 {
                font-size: 28px;
            }

            .about-visual {
                height: 400px;
            }

            .showcase-display {
                max-width: 350px;
                height: 400px;
            }

            .showcase-main {
                width: 100%;
                height: 350px;
                padding: 30px;
            }

            .showcase-logo {
                width: 100px;
                height: 100px;
                margin-bottom: 20px;
            }

            .showcase-title {
                font-size: 28px;
            }

            .showcase-subtitle {
                font-size: 14px;
                margin-bottom: 30px;
            }

            .corner-decoration {
                display: none;
            }

            .stat-number {
                font-size: 36px;
            }

            .contact-content h2 {
                font-size: 36px;
            }

            .footer-content {
                flex-direction: column;
                text-align: center;
                gap: 20px;
            }

            .footer-links {
                gap: 20px;
            }
        }

        @media (max-width: 480px) {
            .header {
                height: 70px;
                padding: 0 15px;
            }

            .header.scrolled {
                height: 60px;
            }

            .logo {
                width: 50px;
                height: 50px;
            }

            .logo-text {
                font-size: 18px;
            }

            .main-tag {
                font-size: 2rem;
                line-height: 1.1;
            }

            .tag-subtitle {
                font-size: 0.9rem;
            }

            .hero-tag {
                padding: 0 15px;
            }

            .info {
                top: 120px;
            }

            .interior-content {
                padding: 80px 20px;
            }

            .interior-header h2 {
                font-size: 2rem;
            }

            .interior-header p {
                font-size: 1rem;
            }

            .interior-info h3 {
                font-size: 1.5rem;
            }

            .interior-process h3 {
                font-size: 1.8rem;
            }

            .interior-showcase {
                padding: 30px 20px;
            }

            .step {
                padding: 30px 20px;
            }

            .portfolio-content {
                padding: 80px 20px;
            }

            .portfolio-header h2 {
                font-size: 2rem;
            }

            .portfolio-header p {
                font-size: 1rem;
            }

            .portfolio-image {
                height: 200px;
            }

            .social-media-content,
            .website-builder-content,
            .environment-design-content {
                padding: 80px 20px;
            }

            .social-media-header h2,
            .website-builder-header h2,
            .environment-design-header h2 {
                font-size: 2rem;
            }

            .social-media-header p,
            .website-builder-header p,
            .environment-design-header p {
                font-size: 1rem;
            }

            .social-media-info h3,
            .website-builder-info h3,
            .environment-design-info h3 {
                font-size: 1.5rem;
            }

            .social-showcase,
            .website-showcase,
            .environment-showcase {
                padding: 30px 20px;
            }

            .services-content {
                padding: 80px 20px;
            }

            .services-header h2 {
                font-size: 2rem;
            }

            .services-header p {
                font-size: 1rem;
            }

            .service-card {
                padding: 30px 20px;
            }

            .coverflow-item {
                width: 180px;
                height: 180px;
            }

            .about-content,
            .contact-content {
                padding: 20px;
            }

            /* Additional contact section mobile optimization for small screens */
            .contact-container {
                gap: 30px;
            }

            .contact-header {
                margin-bottom: 40px;
            }

            .contact-header h2 {
                font-size: 32px;
                margin-bottom: 15px;
            }

            .contact-header p {
                font-size: 16px;
                padding: 0 10px;
            }

            .contact-info-section {
                margin-bottom: 20px;
            }

            .contact-info-section h3 {
                font-size: 22px;
                margin-bottom: 15px;
            }

            .contact-info-section > p {
                font-size: 14px;
                padding: 0 10px;
                margin-bottom: 30px;
            }

            .contact-details {
                gap: 15px;
            }

            .contact-item {
                padding: 15px;
                gap: 12px;
            }

            .contact-icon {
                width: 40px;
                height: 40px;
            }

            .contact-icon svg {
                width: 20px;
                height: 20px;
            }

            .contact-text h4 {
                font-size: 14px;
            }

            .contact-text p {
                font-size: 12px;
                word-break: break-word;
            }

            .social-links {
                margin-top: 30px;
            }

            .social-links h4 {
                font-size: 16px;
                margin-bottom: 15px;
            }

            .social-buttons {
                gap: 10px;
            }

            .social-btn {
                width: 40px;
                height: 40px;
            }

            .social-btn svg {
                width: 18px;
                height: 18px;
            }

            .contact-form {
                padding: 20px 15px;
                border-radius: 15px;
            }

            .form-group {
                margin-bottom: 20px;
            }

            .form-group label {
                font-size: 14px;
                margin-bottom: 8px;
            }

            .form-group input,
            .form-group textarea {
                padding: 12px;
                font-size: 14px;
                border-radius: 8px;
            }

            .form-group textarea {
                min-height: 120px;
            }

            .submit-btn {
                padding: 12px 30px;
                font-size: 16px;
                border-radius: 25px;
            }
        }