/* Plaas Visual - Premium Studio Design System */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --bg-primary: #ffffff;
    --bg-secondary: #ffffff;
    --bg-tertiary: #ffffff;
    --accent-gold: #F17A4A; /* Match existing variable name for backward-compatibility but assign orange */
    --accent-gold-hover: #d65d2a;
    --accent-orange: #F17A4A;
    --accent-orange-hover: #d65d2a;
    --text-primary: #111111;
    --text-secondary: #333333;
    --text-muted: #888888;
    --border-color: rgba(0, 0, 0, 0.12);
    --glass-bg: rgba(255, 255, 255, 0.75);
    --font-sans: 'Poppins', sans-serif;
    --font-display: 'Bebas Neue', sans-serif;
    --font-serif: 'Playfair Display', serif;
    --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

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

body {
    background-color: var(--bg-primary);
    color: var(--text-primary);
    font-family: var(--font-sans);
    line-height: 1.6;
    overflow-x: hidden;
}

/* --- Brand Typography & Custom Layout Styling --- */
h1, h2, h3, h4, h5, h6, 
.section-title, 
.about-heading, 
.projects-heading, 
.services-heading, 
.process-heading, 
.contact-heading-main,
.we-create-main,
.mantra-heading,
.expertise-title,
.detail-header-content h1 {
    font-family: var(--font-display) !important;
    color: var(--accent-orange) !important;
    font-weight: 400 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

button, 
.slider-btn, 
.know-more-btn, 
.quote-submit-btn, 
.category-filter button, 
.about-link, 
.services-link, 
.back-link,
.read-more-btn {
    font-family: var(--font-display) !important;
    font-weight: 400 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

p, ul, ol, li {
    font-family: var(--font-sans) !important;
}

.sidebar .logo-box a {
    font-family: var(--font-display) !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    line-height: 1.1 !important;
}

.detail-header-content h1 {
    color: #222222 !important;
}

.tab-list-menu li {
    font-family: var(--font-display) !important;
    font-weight: 400 !important;
}

/* Custom Bullet Styles matching mockup */
/* .services-list li::before {
    content: "➔" !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #111111;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
} */

.process-list {
    list-style: none;
    /* counter-reset: process-counter; */
    padding-left: 0;
}

/* .process-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    counter-increment: process-counter;
} */

/* .process-list li::before {
    content: counter(process-counter) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #111111;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0 !important;
} */

/* Form Styling matching mockup labels */
.minimal-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.minimal-form label {
    font-family: var(--font-sans) !important;
    font-size: 0.85rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 2px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition-smooth);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: var(--bg-primary);
}
::-webkit-scrollbar-thumb {
    background: var(--accent-orange);
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--accent-orange-hover);
}

/* Base Layout & Sidebar Navigation */
.main-container {
    display: flex;
    min-height: 100vh;
}

.sidebar {
    width: 80px;
    height: 100vh;
    background-color: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.sidebar .logo-box {
    width: 80px;
    height: 80px;
    background-color: var(--accent-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sidebar .logo-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.2;
}

.sidebar .nav-menu {
    margin-top: auto;
    margin-bottom: auto;
}

.sidebar .menu-btn {
    font-size: 1.8rem;
    color: #111111;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.5s ease, color 0.3s;
}

.sidebar .menu-btn:hover {
    color: var(--accent-orange);
}

.sidebar .social-links-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* Fixed height = just the + icon, so it never shifts the flex layout */
    padding-bottom: 0;
}

.sidebar .social-links {
    list-style: none;
    /* Float upward absolutely so sidebar layout is never shifted */
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    /* Hidden by default */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-50%) translateY(8px);
}

.sidebar .social-links.active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(-50%) translateY(0);
}

.sidebar .social-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transition: transform 0.3s;
}

.sidebar .social-links li a img {
    width: 17px;
    height: auto;
    filter: grayscale(1) contrast(1.5);
}

.sidebar .social-links li a:hover {
    transform: scale(1.15);
}

.sidebar .plus-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: #111111;
    font-size: 1.2rem;
    font-weight: 700;
    transition: transform 0.4s ease, color 0.3s;
}

.sidebar .plus-icon.active {
    transform: rotate(45deg);
    color: var(--accent-orange);
}

.sidebar .plus-icon:hover {
    color: var(--accent-orange);
}

/* Close Button in Sidebar (shown only when overlay menu is active) */
.sidebar .sidebar-close-btn {
    display: none;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    color: #111111;
    font-size: 1.5rem;
    transition: color 0.3s;
}

.sidebar .sidebar-close-btn:hover {
    color: var(--accent-orange);
}

body.menu-open .sidebar .sidebar-close-btn {
    display: flex;
}

body.menu-open .sidebar .social-links-section {
    display: none;
}

/* Content Area */
.content-wrapper {
    margin-left: 80px;
    width: calc(100% - 80px);
    position: relative;
    background-color: #ffffff;
    color: #383838;
}

/* Overlay Navigation Menu Panel */
.OverlayMenuPanel {
    display: none;
    position: fixed;
    top: 0;
    left: 80px;
    width: calc(100% - 80px);
    height: 100vh;
    background-color: #ffffff;
    z-index: 999;
    padding: 80px 8%;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.OverlayMenuPanel.active {
    display: block;
    opacity: 1;
}

.menu-container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 10%;
    height: 100%;
    align-items: center;
}

.tab-list-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-right: none;
}

.tab-list-menu li {
    font-size: 4.5rem;
    font-weight: 700;
    color: #e0e0e0;
    cursor: pointer;
    letter-spacing: 2px;
    transition: color 0.3s;
    text-transform: uppercase;
}

.tab-list-menu li:hover,
.tab-list-menu li.active {
    color: var(--accent-orange);
}

.OverlayMenuPanel .content_wrapper {
    width: 100%;
    margin-left: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    padding-left: 10%;
}

.OverlayMenuPanel .tab-content {
    display: none;
}

.OverlayMenuPanel .tab-content.active {
    display: block;
    animation: fadeIn 0.5s forwards;
}

.OverlayMenuPanel .tab-content ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.OverlayMenuPanel .tab-content ul li a {
    font-size: 1.8rem;
    color: #383838;
    font-weight: 400;
    transition: color 0.3s, padding-left 0.3s;
    letter-spacing: 1px;
}

.OverlayMenuPanel .tab-content ul li a:hover {
    color: var(--accent-orange);
    padding-left: 15px;
}

/* Hero Section */
.hero-section {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-slider {
    height: 100%;
    width: 100%;
    position: relative;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s;
    background-size: cover;
    background-position: center;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
}

.hero-content {
    position: absolute;
    bottom: 12%;
    left: 8%;
    max-width: 50%;
    z-index: 10;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 1px;
    color: #383838;
}

.hero-content p {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 12px;
}

.banner-link {
    font-family:Bebas Neue;
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: var(--accent-orange);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.banner-link:hover {
    color: var(--accent-orange-hover);
}

/* Slider Controls */
.slider-controls {
    position: absolute;
    bottom: 8%;
    right: 8%;
    display: flex;
    gap: 15px;
    z-index: 20;
}

.slider-btn {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: transparent;
    color: #383838;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: var(--transition-smooth);
}

.slider-btn:hover {
    background-color: var(--accent-gold);
    border-color: var(--accent-gold);
    color: white;
}

/* Sections Base */
.section {
    padding: 100px 8%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.section-subtitle {
    font-size: 0.8rem;
    color: var(--accent-gold);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
}

.section-title {
    font-family: var(--font-sans);
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 1px;
    color: #383838;
}

/* We Create Section */
.we-create-section {
    background-color: #f4f1ea;
    padding: 140px 8%;
    text-align: center;
}

.we-create-content {
    max-width: 900px;
    margin: 0 auto;
}

.we-create-sub {
    font-size: 1.1rem;
    letter-spacing: 4px;
    color: #666666;
    margin: 20px 0;
}

.we-create-main {
    font-size: 5.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.1;
    color: #383838;
    margin: 10px 0;
}

.we-create-footer {
    font-size: 1.6rem;
    color: #383838;
    margin-top: 30px;
    letter-spacing: 1px;
}

/* Our Mantra Section */
.our-mantra-section {
    padding: 100px 8%;
    background-color: #ffffff;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mantra-text-box {
    max-width: 950px;
    margin: 0 auto;
}

.our-mantra-section p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #888888;
}

.mantra-highlight {
    color: #383838;
    font-weight: 500;
}

.mantra-heading {
    font-size: 4.5rem;
    font-weight: 700;
    color: #383838;
    margin-top: 60px;
    letter-spacing: 2px;
}

.mantra-know-more {
    margin-top: 40px;
}

.know-more-btn {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--accent-gold);
    display: inline-flex;
    align-items: center;
    transition: color 0.3s;
}

.know-more-btn:hover {
    color: var(--accent-gold-hover);
}

/* Our Expertise Section */
.expertise-section {
    padding: 100px 8%;
    background-color: #f4f1ea;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.expertise-intro {
    text-align: center;
    margin-bottom: 60px;
}

.expertise-sub {
    font-size: 1.1rem;
    color: #666666;
    letter-spacing: 3px;
}

.expertise-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #383838;
    letter-spacing: 1px;
    margin-top: 10px;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.expertise-item {
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.expertise-image-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.expertise-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.expertise-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(244, 241, 234, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.expertise-item:hover .expertise-hover-overlay {
    opacity: 1;
}

.expertise-hover-overlay h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #383838;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.expertise-hover-overlay p {
    font-size: 0.95rem;
    color: #666666;
    line-height: 1.6;
}

/* Projects / Our Works Section */
.category-filter {
    display: flex;
    gap: 15px;
    list-style: none;
    margin-bottom: 40px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.category-filter button {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #666666;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-family: var(--font-sans);
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: var(--transition-smooth);
    white-space: nowrap;
}

.category-filter button.active,
.category-filter button:hover {
    background-color: var(--accent-gold);
    border-color: var(--accent-gold);
    color: white;
}

/* /* --- Mockup Layout Sections --- */

/* Base Section Padding */
.section-mockup {
    padding: 100px 8%;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
}

/* About Section ("CRAFTING VISUAL EXPERIENCES.") */
.about-mockup-section {
    padding: 100px 2%;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    /* max-width: 1300px; */
    margin: 0 auto;
}

.about-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-text-content {
    margin-bottom: 40px;
}

.about-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--accent-orange);
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.15;
}

.about-desc {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333333;
    font-weight: 300;
    margin-bottom: 16px;
}

.about-link {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--accent-orange);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.about-link:hover {
    color: var(--accent-orange-hover);
}

.about-images-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.about-img-horizontal {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
    border-radius: 4px;
}

.about-right {
    display: flex;
    align-items: stretch;
}

.about-img-vertical {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    min-height: 500px;
}

/* Projects Section ("FEATURED PROJECTS") */
.projects-mockup-section {
    padding: 100px 2%;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.projects-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--accent-orange);
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    /* max-width: 1300px; */
    margin: 0 auto;
}

.project-card {
    position: relative;
    aspect-ratio: 1.25;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}

.project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    opacity: 0;
    transition: all 0.4s ease;
}

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

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

.project-category {
    font-size: 0.75rem;
    color: var(--accent-orange);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.project-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
}

/* Services Section ("OUR SERVICE") */
.services-mockup-section {
    padding: 100px 2%;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    /* max-width: 1300px; */
    margin: 0 auto;
}

.services-left {
    display: flex;
    flex-direction: column;
}

.services-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--accent-orange);
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.services-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333333;
    font-weight: 300;
    margin-bottom: 25px;
}

.services-category-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-orange);
    /* margin-top: 15px; */
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.services-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.services-list li {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
}

.services-list li::before {
    /* content: "•"; */
    color: var(--accent-orange);
    font-weight: bold;
    font-size: 1.2rem;
}

.services-link {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--accent-orange);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* margin-top: 15px; */
}

.services-link:hover {
    color: var(--accent-orange-hover);
}

.services-right-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    height: 100%;
    min-height: 500px;
}

.service-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    min-height: 220px;
}

.service-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-image-card:hover img {
    transform: scale(1.06);
}

.service-image-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 60%);
    z-index: 1;
}

.service-card-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    flex-wrap: wrap;
    line-height: 1.3;
}

/* Process Section ("RENDERING PROCESS") */
.process-mockup-section {
    padding: 100px 2%;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.process-heading-container {
    text-align: center;
    margin-bottom: 60px;
}

.process-heading {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--accent-orange);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    /* max-width: 1300px; */
    margin: 0 auto;
}

.process-column {
    display: flex;
    flex-direction: column;
}

.process-img-wrapper {
    width: 100%;
    aspect-ratio: 1.5;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

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

.process-stage-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-orange);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.process-list {
    list-style: none;
    padding-left: 0;
}

.process-list li {
    font-size: 0.9rem;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* .process-list li::before {
    content: "➔";
    color: var(--accent-orange);
    font-size: 0.8rem;
    margin-top: 2px;
} */

/* Contact Section ("BRISBANE BASED 3D RENDERING STUDIO") */
.contact-mockup-section {
    padding: 100px 2%;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    /* max-width: 1300px; */
    margin: 0 auto;
}

.contact-left {
    display: flex;
    flex-direction: column;
}

.contact-heading-main {
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent-orange);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.15;
}

.contact-intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333333;
    font-weight: 300;
    margin-bottom: 25px;
}

.contact-info-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-info-list li {
    font-size: 1rem;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-info-list li i {
    color: var(--accent-orange);
    font-size: 1.1rem;
}

.form-title-small {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-orange);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.minimal-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-row-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.minimal-input {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 12px 15px;
    font-size: 0.95rem;
    color: #333333;
    border-radius: 4px;
    transition: border-color 0.3s;
}

.minimal-input:focus {
    outline: none;
    border-color: var(--accent-orange);
}

.minimal-textarea {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 12px 15px;
    font-size: 0.95rem;
    color: #333333;
    border-radius: 4px;
    min-height: 100px;
    resize: vertical;
    transition: border-color 0.3s;
}

.minimal-textarea:focus {
    outline: none;
    border-color: var(--accent-orange);
}

.quote-submit-btn {
    align-self: flex-start;
    background: transparent;
    border: 1px solid var(--accent-orange);
    color: var(--accent-orange);
    padding: 12px 30px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quote-submit-btn:hover {
    background-color: var(--accent-orange);
    color: #ffffff;
}

.map-container {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    min-height: 400px;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Footer Strip */
.footer-strip {
    background-color: #111111;
    color: #ffffff;
    padding: 4px 2%;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Response Notifications */
.form-notification {
    margin-top: 20px;
    padding: 12px;
    border-radius: 4px;
    text-align: center;
    font-size: 0.9rem;
    display: none;
}

.form-notification.success {
    background-color: rgba(46, 204, 113, 0.1);
    border: 1px solid #2ecc71;
    color: #27ae60;
    display: block;
}

.form-notification.error {
    background-color: rgba(231, 76, 60, 0.1);
    border: 1px solid #e74c3c;
    color: #c0392b;
    display: block;
}

/* Detail Pages Layout */
.detail-header {
    height: 60vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 60px 8%;
}

.detail-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.85) 100%);
}

.detail-header-content {
    position: relative;
    z-index: 10;
}

.detail-header-content h1 {
    color: #383838;
}

.detail-body {
    padding: 80px 8%;
    background-color: #ffffff;
    color: #383838;
}

/* Mobile Menu Elements */
.mobile-nav-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 110;
}

.mobile-menu-toggle {
    background: transparent;
    border: none;
    color: #383838;
    font-size: 1.5rem;
    cursor: pointer;
}

/* Project Specs Grid & Subpage Helpers */
.project-specs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 40px;
}

.spec-item h5 {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #999999;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-weight: 600;
}

.spec-item p {
    font-size: 1.05rem;
    color: #383838;
    font-weight: 500;
}

.detail-text {
    margin-top: 40px;
}

.detail-text p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #555555;
    margin-bottom: 20px;
    font-weight: 300;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--accent-gold);
    margin-top: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.back-link:hover {
    color: var(--accent-gold-hover);
}

.back-link i {
    font-size: 1rem;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .sidebar {
        display: none; /* Hide standard sidebar on mobile/tablet */
    }

    .mobile-nav-header {
        display: flex;
    }

    .content-wrapper {
        margin-left: 0;
        width: 100%;
        padding-top: 75px; /* Offset for mobile header */
    }

    .OverlayMenuPanel {
        left: 0;
        width: 100%;
        padding: 80px 5%;
    }

    .menu-container {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
        padding-top: 40px;
    }

    .tab-list-menu {
        width: 100%;
        flex-direction: row;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding-bottom: 20px;
        padding-right: 0;
        overflow-x: auto;
        white-space: nowrap;
    }

    .tab-list-menu li {
        font-size: 1.5rem;
    }

    .OverlayMenuPanel .content_wrapper {
        width: 100%;
    }

    .OverlayMenuPanel .tab-content ul li a {
        font-size: 1.2rem;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .section,
    .expertise-section,
    .testimonials-intro-section,
    .testimonials-slider-section,
    .contact-section {
        padding: 60px 5%;
    }

    .we-create-section {
        padding: 80px 5%;
    }

    .we-create-main {
        font-size: 3rem;
    }

    .we-create-sub {
        font-size: 0.95rem;
    }

    .we-create-footer {
        font-size: 1.2rem;
    }

    .mantra-heading {
        font-size: 2.5rem;
        margin-top: 30px;
    }

    .our-mantra-section p {
        font-size: 1.2rem;
    }

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

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .detail-title {
        font-size: 2.4rem;
    }

    .project-specs-grid {
        grid-template-columns: 1fr 1fr;
    }

    .contact-form-panel {
        padding: 30px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

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