/* 
* Townvanta Transformations - Main Stylesheet
* Author: Townvanta Design Team
* Version: 1.0
* Last Updated: January 2026
*/


:root {
    
    --vv-black: #000000;
    --vv-white: #FFFFFF;
    --vv-accent: #B0A084;
    --vv-background: #F5F5F5;
    --vv-text: #212121;
    --vv-subtle: #E0E0E0;
    --vv-overlay-dark: rgba(0, 0, 0, 0.7);
    --vv-overlay-light: rgba(0, 0, 0, 0.3);
    
    
    --vv-font-primary: 'Source Sans 3', sans-serif;
    
    
    --vv-section-spacing: 6rem;
    --vv-section-spacing-mobile: 3rem;
    --vv-element-spacing: 2rem;
    --vv-element-spacing-mobile: 1.5rem;
    
    
    --vv-transition-fast: 0.2s ease;
    --vv-transition-medium: 0.3s ease;
    --vv-transition-slow: 0.5s ease;
}


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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--vv-font-primary);
    font-size: 16px;
    line-height: 1.6;
    color: var(--vv-text);
    background-color: var(--vv-background);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--vv-font-primary);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.4rem;
}

p {
    margin-bottom: 1.5rem;
}

a {
    color: var(--vv-accent);
    text-decoration: none;
    transition: color var(--vv-transition-fast);
}

a:hover {
    color: var(--vv-black);
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}


.uk-container {
    max-width: 1400px;
    padding: 0 2rem;
}

section {
    padding: var(--vv-section-spacing) 0;
}

@media (max-width: 960px) {
    section {
        padding: var(--vv-section-spacing-mobile) 0;
    }
    
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
}


.vv-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: var(--vv-black);
    transition: background-color var(--vv-transition-medium);
}

.vv-navigation {
    height: 80px;
}

.vv-logo {
    height: 40px;
    width: auto;
}

.vv-logo-link {
    display: inline-block;
}

.vv-nav-links {
    margin: 0;
    padding: 0;
}

.vv-nav-item {
    position: relative;
    margin: 0 0.5rem;
}

.vv-nav-item a {
    color: var(--vv-white);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    padding: 0 1rem;
}

.vv-nav-item a:hover {
    color: var(--vv-accent);
}

.vv-nav-item.vv-active a {
    color: var(--vv-accent);
}

.vv-menu-toggle {
    color: var(--vv-white);
    font-size: 1.5rem;
    padding: 0.5rem;
}

.vv-menu-toggle:hover {
    color: var(--vv-accent);
}

.vv-mobile-bar {
    background-color: var(--vv-black);
}

.vv-mobile-nav {
    list-style: none;
    padding: 1.5rem 0;
    margin: 0;
}

.vv-mobile-item {
    margin-bottom: 1rem;
}

.vv-mobile-item a {
    color: var(--vv-white);
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 0.5rem 0;
}

.vv-mobile-item.vv-active a {
    color: var(--vv-accent);
}

.vv-close-button {
    color: var(--vv-white);
}


.vv-primary-btn {
    display: inline-block;
    background-color: var(--vv-accent);
    color: var(--vv-white);
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: all var(--vv-transition-fast);
    text-align: center;
}

.vv-primary-btn:hover {
    background-color: var(--vv-black);
    color: var(--vv-white);
}

.vv-secondary-btn {
    display: inline-block;
    background-color: transparent;
    color: var(--vv-black);
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid var(--vv-black);
    cursor: pointer;
    transition: all var(--vv-transition-fast);
    text-align: center;
}

.vv-secondary-btn:hover {
    background-color: var(--vv-black);
    color: var(--vv-white);
}

.vv-submit-btn {
    display: block;
    width: 100%;
    background-color: var(--vv-accent);
    color: var(--vv-white);
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: all var(--vv-transition-fast);
    text-align: center;
}

.vv-submit-btn:hover {
    background-color: var(--vv-black);
}


.vv-hero-section {
    padding: 0;
    margin-top: 80px;
}

.vv-hero-image {
    position: relative;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vv-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--vv-overlay-dark);
}

.vv-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    padding: 0 2rem;
}

.vv-hero-title {
    color: var(--vv-white);
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vv-hero-subtitle {
    color: var(--vv-white);
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .vv-hero-image {
        height: 80vh;
    }
    
    .vv-hero-title {
        font-size: 2.5rem;
    }
    
    .vv-hero-subtitle {
        font-size: 1.2rem;
    }
}


.vv-advantage-section {
    background-color: var(--vv-white);
}

.vv-section-title {
    position: relative;
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    font-weight: 600;
}

.vv-advantage-text {
    padding: 2rem 0;
}

.vv-lead-text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-weight: 300;
}

.vv-advantage-image {
    height: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
}

@media (max-width: 960px) {
    .vv-advantage-image {
        min-height: 400px;
        margin-top: 2rem;
    }
}


.vv-services-section {
    background-color: var(--vv-background);
}

.vv-service-card {
    padding: 2rem;
    text-align: center;
    background-color: var(--vv-white);
    transition: transform var(--vv-transition-medium);
}

.vv-service-card:hover {
    transform: translateY(-10px);
}

.vv-service-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: var(--vv-accent);
}

.vv-service-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.vv-service-desc {
    font-size: 1rem;
    color: var(--vv-text);
}


.vv-gallery-preview {
    background-color: var(--vv-white);
}

.vv-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 300px);
    grid-gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.vv-gallery-item {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.vv-gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background-color: var(--vv-overlay-dark);
    color: var(--vv-white);
    font-size: 1.2rem;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
    transition: all var(--vv-transition-medium);
}

.vv-gallery-item:hover .vv-gallery-caption {
    opacity: 1;
    transform: translateY(0);
}

.vv-gallery-link {
    text-align: center;
}

@media (max-width: 768px) {
    .vv-gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 250px);
    }
}


.vv-process-section {
    background-color: var(--vv-background);
}

.vv-process-intro {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
    font-size: 1.2rem;
}

.vv-progress-container {
    margin-bottom: 3rem;
}

.vv-progress-item {
    margin-bottom: 2rem;
}

.vv-progress-title {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.vv-progress-bar-container {
    height: 8px;
    background-color: var(--vv-subtle);
    margin-bottom: 1rem;
}

.vv-progress-bar {
    width: 100%;
    height: 100%;
}

.vv-progress-desc {
    font-size: 1rem;
    color: var(--vv-text);
}

.vv-process-link {
    margin-top: 2.5rem;
}


.vv-contact-section {
    background-color: var(--vv-white);
}

.vv-contact-info {
    padding-right: 3rem;
}

.vv-contact-lead {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.vv-contact-details {
    margin-bottom: 2rem;
}

.vv-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.vv-contact-item i {
    width: 1.5rem;
    font-size: 1.2rem;
    margin-top: 0.3rem;
    color: var(--vv-accent);
}

.vv-contact-item span {
    flex: 1;
}

.vv-form-container {
    background-color: var(--vv-background);
    padding: 2.5rem;
}

.vv-inquiry-form {
    width: 100%;
}

.vv-form-field {
    margin-bottom: 1.5rem;
}

.vv-form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vv-form-input,
.vv-form-textarea,
.vv-form-select {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid var(--vv-subtle);
    background-color: var(--vv-white);
    font-family: var(--vv-font-primary);
    font-size: 1rem;
    transition: border-color var(--vv-transition-fast);
}

.vv-form-input:focus,
.vv-form-textarea:focus,
.vv-form-select:focus {
    outline: none;
    border-color: var(--vv-accent);
}

.vv-checkbox-field {
    display: flex;
    align-items: flex-start;
}

.vv-checkbox-field input[type="checkbox"] {
    margin-top: 0.3rem;
    margin-right: 0.5rem;
}

.vv-checkbox-label {
    font-size: 0.9rem;
    line-height: 1.4;
}

@media (max-width: 960px) {
    .vv-contact-info {
        padding-right: 0;
        margin-bottom: 2.5rem;
    }
}


.vv-footer {
    background-color: var(--vv-black);
    color: var(--vv-white);
    padding: 4rem 0 2rem;
}

.vv-footer-logo {
    height: 40px;
    width: auto;
    margin-bottom: 1.5rem;
}

.vv-footer-tagline {
    color: var(--vv-subtle);
    font-size: 1rem;
    max-width: 300px;
}

.vv-footer-heading {
    color: var(--vv-white);
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vv-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vv-footer-links li {
    margin-bottom: 0.8rem;
}

.vv-footer-links a {
    color: var(--vv-subtle);
    transition: color var(--vv-transition-fast);
}

.vv-footer-links a:hover {
    color: var(--vv-accent);
}

.vv-footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.vv-copyright,
.vv-address {
    color: var(--vv-subtle);
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .vv-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .vv-footer-brand,
    .vv-footer-nav,
    .vv-footer-legal {
        margin-bottom: 2rem;
    }
}


.vv-cookie-banner {
    background-color: var(--vv-black);
    color: var(--vv-white);
    padding: 1.5rem;
    width: 100%;
    z-index: 1100;
}

.vv-cookie-title {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.vv-cookie-text {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
    color: var(--vv-subtle);
}

.vv-cookie-text a {
    color: var(--vv-accent);
    text-decoration: underline;
}

.vv-cookie-text a:hover {
    color: var(--vv-white);
}

.vv-cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.vv-cookie-btn {
    padding: 0.7rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all var(--vv-transition-fast);
}

.vv-cookie-btn.vv-accept {
    background-color: var(--vv-accent);
    color: var(--vv-white);
}

.vv-cookie-btn.vv-accept:hover {
    background-color: #9a8b73;
}

.vv-cookie-btn.vv-settings {
    background-color: transparent;
    color: var(--vv-white);
    border: 1px solid var(--vv-white);
}

.vv-cookie-btn.vv-settings:hover {
    background-color: var(--vv-white);
    color: var(--vv-black);
}

.vv-cookie-btn.vv-reject {
    background-color: transparent;
    color: var(--vv-subtle);
}

.vv-cookie-btn.vv-reject:hover {
    color: var(--vv-white);
}


.vv-cookie-modal-dialog {
    background-color: var(--vv-white);
    max-width: 600px;
    border-radius: 0;
}

.vv-cookie-modal-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--vv-black);
}

.vv-cookie-options {
    margin-bottom: 2rem;
}

.vv-cookie-option {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--vv-subtle);
}

.vv-cookie-option:last-child {
    border-bottom: none;
}

.vv-cookie-option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
}

.vv-cookie-option-title {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.vv-cookie-option-desc {
    font-size: 0.9rem;
    color: var(--vv-text);
    margin-bottom: 0;
}


.vv-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.vv-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.vv-switch-label {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--vv-subtle);
    transition: var(--vv-transition-fast);
    border-radius: 24px;
}

.vv-switch-label:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: var(--vv-white);
    transition: var(--vv-transition-fast);
    border-radius: 50%;
}

.vv-switch input:checked + .vv-switch-label {
    background-color: var(--vv-accent);
}

.vv-switch input:checked + .vv-switch-label:before {
    transform: translateX(26px);
}

.vv-switch input:disabled + .vv-switch-label {
    opacity: 0.6;
    cursor: not-allowed;
}

.vv-cookie-modal-actions {
    text-align: center;
}

.vv-cookie-modal-btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all var(--vv-transition-fast);
}

.vv-cookie-modal-btn.vv-save {
    background-color: var(--vv-accent);
    color: var(--vv-white);
}

.vv-cookie-modal-btn.vv-save:hover {
    background-color: var(--vv-black);
}


.vv-page-header {
    position: relative;
    height: 50vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    padding: 0;
}

.vv-page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--vv-overlay-dark);
}

.vv-page-header-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.vv-page-title {
    color: var(--vv-white);
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.vv-page-subtitle {
    color: var(--vv-white);
    font-size: 1.3rem;
    font-weight: 300;
    margin-bottom: 0;
}

.vv-legal-header {
    height: 40vh;
    min-height: 300px;
}


.vv-process-intro-section {
    background-color: var(--vv-white);
}

.vv-process-intro-content {
    max-width: 800px;
    margin: 0 auto;
}

.vv-process-intro-text {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.vv-timeline-section {
    background-color: var(--vv-background);
}

.vv-timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.vv-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    width: 2px;
    background-color: var(--vv-black);
}

.vv-timeline-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 3rem;
}

.vv-timeline-marker {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: var(--vv-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vv-timeline-number {
    color: var(--vv-white);
    font-weight: 700;
    font-size: 1.2rem;
}

.vv-timeline-content {
    background-color: var(--vv-white);
    padding: 2rem;
}

.vv-timeline-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.vv-timeline-duration {
    display: inline-block;
    background-color: var(--vv-background);
    padding: 0.5rem 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.vv-timeline-duration i {
    margin-right: 0.5rem;
}

.vv-timeline-details {
    margin-top: 1.5rem;
}

.vv-timeline-subtitle {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.vv-timeline-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}

.vv-timeline-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.vv-timeline-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: var(--vv-accent);
}

.vv-timeline-chart {
    margin-top: 2rem;
}

.vv-chart-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.vv-chart-label {
    width: 200px;
    font-size: 0.9rem;
    font-weight: 600;
}

.vv-chart-bar {
    height: 8px;
    background-color: var(--vv-accent);
    margin-right: 1rem;
}

.vv-chart-value {
    font-size: 0.9rem;
    font-weight: 600;
}

.vv-total-timeline-section {
    background-color: var(--vv-white);
}

.vv-total-timeline-content {
    max-width: 900px;
    margin: 0 auto;
}

.vv-total-timeline-text {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
}

.vv-total-timeline-chart {
    margin-top: 2.5rem;
}

.vv-total-chart-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid var(--vv-black);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.vv-total-chart-title {
    font-size: 1rem;
}

.vv-total-chart-duration {
    font-size: 1rem;
    text-align: right;
}

.vv-total-chart-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--vv-subtle);
}

.vv-total-chart-label {
    width: 200px;
    font-size: 1rem;
}

.vv-total-chart-bar-container {
    flex: 1;
    display: flex;
    align-items: center;
}

.vv-total-chart-bar {
    height: 20px;
    background-color: var(--vv-accent);
    margin-right: 1rem;
}

.vv-total-chart-value {
    font-size: 1rem;
    font-weight: 600;
    width: 50px;
    text-align: right;
}

.vv-total-chart-sum {
    border-bottom: none;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid var(--vv-black);
}

.vv-total-chart-sum .vv-total-chart-label,
.vv-total-chart-sum .vv-total-chart-value {
    font-weight: 700;
}

.vv-total-chart-sum .vv-total-chart-bar {
    background-color: var(--vv-black);
}

.vv-cta-section {
    background-color: var(--vv-accent);
    color: var(--vv-white);
}

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

.vv-cta-title {
    color: var(--vv-white);
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.vv-cta-text {
    color: var(--vv-white);
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
}

.vv-cta-section .vv-primary-btn {
    background-color: var(--vv-white);
    color: var(--vv-black);
}

.vv-cta-section .vv-primary-btn:hover {
    background-color: var(--vv-black);
    color: var(--vv-white);
}


.vv-gallery-intro-section {
    background-color: var(--vv-white);
}

.vv-gallery-intro-content {
    max-width: 800px;
    margin: 0 auto 3rem;
}

.vv-gallery-intro-text {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.vv-gallery-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 2.5rem;
}

.vv-filter-btn {
    padding: 0.6rem 1.2rem;
    background-color: transparent;
    border: 1px solid var(--vv-black);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--vv-transition-fast);
}

.vv-filter-btn:hover,
.vv-filter-btn.vv-active {
    background-color: var(--vv-black);
    color: var(--vv-white);
}

.vv-main-gallery-section {
    background-color: var(--vv-background);
}

.vv-project-container {
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;
}

.vv-project-image {
    height: 350px;
    background-size: cover;
    background-position: center;
    transition: transform var(--vv-transition-medium);
}

.vv-project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--vv-overlay-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--vv-transition-medium);
}

.vv-project-container:hover .vv-project-image {
    transform: scale(1.05);
}

.vv-project-container:hover .vv-project-overlay {
    opacity: 1;
}

.vv-project-details {
    text-align: center;
    padding: 2rem;
}

.vv-project-title {
    color: var(--vv-white);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.vv-project-type {
    color: var(--vv-accent);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.vv-project-view {
    color: var(--vv-white);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid var(--vv-accent);
    padding-bottom: 0.3rem;
}

.vv-before-after-section {
    background-color: var(--vv-white);
}

.vv-before-after-intro {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.vv-before-after-container {
    max-width: 1000px;
    margin: 0 auto;
}

.vv-showcase-image {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.vv-showcase-label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: var(--vv-accent);
    color: var(--vv-white);
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vv-showcase-description {
    padding: 2rem 0;
}

.vv-showcase-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.vv-showcase-text {
    font-size: 1.1rem;
}

.vv-materials-section {
    background-color: var(--vv-background);
}

.vv-materials-intro {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.vv-material-item {
    margin-bottom: 2rem;
}

.vv-material-content {
    background-color: var(--vv-white);
    padding: 2rem;
    height: 100%;
    transition: transform var(--vv-transition-medium);
}

.vv-material-content:hover {
    transform: translateY(-10px);
}

.vv-material-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.vv-material-desc {
    font-size: 1rem;
    margin-bottom: 0;
}


.vv-contact-info-section {
    background-color: var(--vv-white);
}

.vv-contact-details {
    margin-bottom: 2.5rem;
}

.vv-contact-intro {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
}

.vv-contact-methods {
    margin-bottom: 2.5rem;
}

.vv-contact-method {
    display: flex;
    margin-bottom: 1.5rem;
}

.vv-contact-icon {
    width: 50px;
    height: 50px;
    background-color: var(--vv-accent);
    color: var(--vv-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-right: 1.5rem;
}

.vv-contact-text {
    flex: 1;
}

.vv-contact-method-title {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.vv-contact-method-details {
    font-size: 1rem;
    color: var(--vv-text);
    margin-bottom: 0;
}

.vv-contact-note {
    font-size: 1rem;
    font-style: italic;
}

.vv-map-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.vv-map-container {
    height: 450px;
}

.vv-map-container iframe {
    border: none;
}

.vv-quick-message-section {
    background-color: var(--vv-background);
}

.vv-quick-message-intro {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 2.5rem;
}

.vv-quick-message-form-container {
    max-width: 800px;
    margin: 0 auto;
}

.vv-form-submit {
    margin-top: 1rem;
}

.vv-faq-section {
    background-color: var(--vv-white);
}

.vv-faq-container {
    max-width: 800px;
    margin: 2.5rem auto 0;
}

.vv-faq-item {
    margin-bottom: 1rem;
}

.vv-faq-question {
    background-color: var(--vv-background);
    padding: 1.5rem;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--vv-text);
    border: none;
}

.vv-faq-answer {
    padding: 1.5rem;
    font-size: 1rem;
}


.vv-thanks-section {
    background-color: var(--vv-white);
    padding-top: 8rem;
    padding-bottom: 6rem;
}

.vv-thanks-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.vv-thanks-icon {
    font-size: 5rem;
    color: var(--vv-accent);
    margin-bottom: 2rem;
}

.vv-thanks-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.vv-thanks-message {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.vv-thanks-details {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
}

.vv-thanks-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.vv-related-section {
    background-color: var(--vv-background);
}

.vv-related-item {
    margin-bottom: 2rem;
}

.vv-related-content {
    background-color: var(--vv-white);
    height: 100%;
}

.vv-related-image {
    height: 250px;
    background-size: cover;
    background-position: center;
}

.vv-related-text {
    padding: 2rem;
}

.vv-related-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.vv-related-desc {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.vv-related-link {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--vv-accent);
    border-bottom: 2px solid var(--vv-accent);
    padding-bottom: 0.3rem;
    transition: all var(--vv-transition-fast);
}

.vv-related-link:hover {
    color: var(--vv-black);
    border-bottom-color: var(--vv-black);
}


.vv-legal-section {
    background-color: var(--vv-white);
}

.vv-legal-content {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.7;
}

.vv-legal-intro {
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
}

.vv-legal-block {
    margin-bottom: 3rem;
}

.vv-legal-heading {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid var(--vv-accent);
    padding-bottom: 0.8rem;
}

.vv-legal-list {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.vv-legal-list li {
    margin-bottom: 0.8rem;
}

.vv-cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

.vv-cookie-table th {
    background-color: var(--vv-black);
    color: var(--vv-white);
    padding: 1rem;
    text-align: left;
    font-weight: 600;
}

.vv-cookie-table td {
    padding: 1rem;
    border-bottom: 1px solid var(--vv-subtle);
}

.vv-cookie-settings-button {
    margin: 2rem 0;
    text-align: center;
}


@media (max-width: 768px) {
    .vv-legal-heading {
        font-size: 1.5rem;
    }
    
    .vv-cookie-table {
        font-size: 0.85rem;
    }
    
    .vv-cookie-table th,
    .vv-cookie-table td {
        padding: 0.7rem;
    }
}


.uk-text-center {
    text-align: center;
}


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

.vv-animate-fade-in {
    opacity: 0;
}

.vv-animate-fade-in.vv-animated {
    animation: fadeIn 0.8s ease forwards;
}