:root {
    /* === BASE COLOR PALETTE === */
    --color-primary: #227C9D;
    --color-primary-bright: #3c9fc3;
    --color-secondary: #17C3B2;
    --color-secondary-dark: #14a193;
    --color-accent: #FFCB77;
    --color-accent-bright: #ffda9e;
    --color-background: #FEF9EF;
    --color-highlight: #FE6D73;
    --color-highlight-bright: #ff8b8f;
    --font-main: 'Fredoka', sans-serif;

    /* === COLOR INDEX - ORGANIZED BY USAGE === */
    
    /* Text Colors */
    --color-section-title: var(--color-primary);
    --color-section-title2: var(--color-accent);
    --color-section-text: var(--color-background);
    --color-header-text: var(--color-background);
    --color-testimonial-text: var(--color-background);
    --color-testimonial-author: var(--color-background);
    --color-faq-text: var(--color-background);
    --color-about-text: var(--color-background);
    --color-footer-text: var(--color-primary);
    --color-fullscreen-title: var(--color-primary);
    --color-fullscreen-subtitle: var(--color-secondary);
    --color-example-title: var(--color-background);
    --color-example-subtitle: var(--color-primary);
    
    /* Form Colors */
    --color-form-label: var(--color-primary);
    --color-form-text: var(--color-secondary-dark);
    --color-form-placeholder: rgba(51, 51, 51, 0.2);
    --color-form-focus: #333;
    --color-form-typing: var(--color-secondary);
    --color-form-help: var(--color-secondary);
    --color-form-border: rgba(51, 51, 51, 0.2);
    --color-form-border-focus: var(--color-primary);
    --color-form-background: rgba(255, 255, 255, 0.9);
    --color-checkbox-label: #333;
    
    /* Service Card Colors */
    --color-service-card-bg: var(--color-background);
    --color-service-title: var(--color-primary);
    --color-service-subtitle: var(--color-primary);
    --color-service-description: var(--color-primary);
    --color-service-price-main: var(--color-primary);
    --color-service-price-fees: var(--color-primary);
    --color-service-feature-text: var(--color-primary);
    --color-service-feature-number-bg: var(--color-secondary);
    --color-service-feature-number-text: var(--color-background);
    --color-service-card-border: transparent;
    --color-service-card-border-hover: #227C9D;
    --color-service-price-bg: #ffcb771e;
    --color-service-price-border: #227c9d33;
    
    /* Button Colors */
    --color-tutorial-button-bg: var(--color-accent);
    --color-tutorial-button-text: var(--color-primary);
    --color-service-button-bg: var(--color-accent);
    --color-service-button-text: var(--color-primary);
    --color-service-button-hover-bg: var(--color-primary);
    --color-service-button-hover-text: var(--color-background);
    --color-nav-arrow-bg: var(--color-accent);
    --color-nav-arrow-text: var(--color-primary);
    --color-email-button-bg: var(--color-accent);
    --color-email-button-text: var(--color-primary);
    --color-email-button-hover-border: var(--color-background);
    --color-language-button-bg: var(--color-accent);
    --color-language-button-text: var(--color-primary);
    --color-language-button-hover-bg: var(--color-accent-bright);
    --color-go-top-bg: #fff;
    --color-go-top-hover-bg: var(--color-accent);
    --color-carousel-nav-bg: rgba(255, 255, 255, 0.9);
    --color-carousel-nav-text: var(--color-primary);
    --color-carousel-nav-hover-bg: var(--color-primary);
    --color-carousel-nav-hover-text: white;
    
    /* Fullscreen Overlay Colors */
    --color-fullscreen-overlay-bg: rgba(254, 249, 239, 0.75);
    --color-close-fullscreen-bg: var(--color-highlight);
    --color-close-fullscreen-text: var(--color-background);
    --color-fullscreen-nav-bg: rgba(34, 124, 157, 0.8);
    --color-fullscreen-nav-text: var(--color-background);
    --color-fullscreen-nav-hover-bg: var(--color-primary);
    
    /* Style Options Colors */
    --color-style-label-bg: rgba(255, 255, 255, 0.2);
    --color-style-label-border: rgba(34, 124, 157, 0.2);
    --color-style-label-hover-bg: rgba(23, 195, 178, 0.1);
    --color-style-label-hover-border: var(--color-secondary);
    --color-style-selected-bg: var(--color-secondary);
    --color-style-info-title: var(--color-primary);
    --color-style-info-text: var(--color-secondary);
    
    /* Activity Tags Colors */
    --color-activity-tag-bg: rgba(255, 255, 255, 0.8);
    --color-activity-tag-border: rgba(34, 124, 157, 0.2);
    --color-activity-tag-text: var(--color-primary);
    --color-activity-tag-hover-bg: rgba(23, 195, 178, 0.1);
    --color-activity-tag-hover-border: var(--color-secondary);
    --color-activity-tag-selected-bg: var(--color-secondary);
    --color-activity-tag-selected-border: var(--color-secondary);
    --color-activity-tag-selected-text: white;
    
    /* File Input Colors */
    --color-file-input-border: rgba(51, 51, 51, 0.3);
    --color-file-input-bg: rgba(255, 255, 255, 0.5);
    --color-file-input-hover-border: var(--color-primary);
    --color-file-input-hover-bg: rgba(255, 255, 255, 0.7);
    --color-file-input-text: var(--color-secondary);
    --color-file-input-button-bg: var(--color-primary);
    --color-file-input-button-text: var(--color-background);
    
    /* Selected Service Card Colors */
    /* --color-selected-service-bg: linear-gradient(135deg, var(--color-accent), #FFE4A1); */
    --color-selected-service-bg: var(--color-background);
    --color-selected-service-border: var(--color-primary);
    --color-selected-service-title: var(--color-primary);
    --color-selected-service-subtitle: var(--color-primary);
    --color-selected-service-description: var(--color-primary);
    --color-selected-service-price-bg: #ffcb7747;
    --color-selected-service-price-text: var(--color-primary);
    --color-selected-service-link: var(--color-highlight);
    
    /* FAQ Colors */
    --color-faq-item-bg: rgba(255,255,255,0.1);
    --color-faq-question-text: var(--color-background);
}

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

body {
    font-family: var(--font-main);
    color: var(--color-background);
    overflow-x: hidden;
    background-color: #FEF9EF;
}

h1, h2, h3, h4, h5, h6, p, span, div, button, a {
    font-family: var(--font-main);
}

/* Main container to constrain width */
.main-container {
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    overflow: hidden;
}

/* Smooth Scroll Container */
#smooth-wrapper {
    overflow: hidden;
}

#smooth-content {
    overflow: visible;
    width: 100%;
}

.leftspace {
    margin-left: 30px;
}

/* Header Section */
.header {
    position: relative;
    background-size: 110% auto; /* Scale up from 100% to allow for movement */
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-bottom: 50.66%;
    overflow: hidden;
}

.header-fx {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("img/svg/fairy_01.svg") no-repeat center bottom;
    opacity: 0.1;
    pointer-events: none;
    will-change: transform;
    z-index: 10;
}

.header-content {
    position: absolute;
    bottom: 7vw;
    left: 0;
    right: 0; 
    z-index: 3;
    max-width: min(90vw, 800px);
    text-align: left;
    box-sizing: border-box;
}

.header h1 {
    color: var(--color-header-text);
    font-size: clamp(1rem, 10.5vw, 8rem);
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.header p {
    color: var(--color-header-text);
    font-size: clamp(0.9rem, 4vw, 3rem);
    font-weight: 400;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .header-content {
        bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .header-content {
        bottom: 1rem;
    }
}

/* Section Base Styles */
.section {
    width: 100%;
    padding: 4rem 0;
    position: relative;
}

.container {
    max-width: 1200px; 
    margin: 0 auto;
    padding: 0 2rem;
}

@media (max-width: 768px) {
    .container {
        margin: 0 0;
        padding: 0 0.5rem;
    }
}

.section-title {
    color: var(--color-section-title);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: left;
}

.section-title2 {
    color: var(--color-section-title2);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: left;
}

.section-title3 {
    color: var(--color-section-title);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    /* margin-bottom: 2rem; */
    text-align: left;
}

.section-text {
    color: var(--color-section-text);
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    line-height: 1.6;
    text-align: left;
    /* text-wrap: pretty; */
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .ordercontainer {
        padding: 1rem;
        margin: 0 1rem 20px;
    }
}

.center {
    text-align: center;
}

/* Fullscreen Overlay */
.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-fullscreen-overlay-bg);
    backdrop-filter: blur(5px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.fullscreen-overlay.active {
    display: flex;
}

.fullscreen-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 85vw;
    max-height: 85vh;
    width: 100%;
    height: 100%;
}

.fullscreen-media-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 100%;
}

#fullscreen-image,
#fullscreen-video {
    max-width: 90%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

#fullscreen-video {
    outline: none;
}

.close-fullscreen {
    position: absolute;
    top: 2vw;
    right: 2vw;
    width: 50px;
    height: 50px;
    background: var(--color-close-fullscreen-bg);
    color: var(--color-close-fullscreen-text);
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
    z-index: 1001;
    font-weight: bold;
}

.close-fullscreen span {
  position: relative;
  top: -3px; /* adjust until it looks centered */
}


.close-fullscreen:hover {
    transform: scale(1.1) rotate(90deg);
}

.fullscreen-nav-container {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.fullscreen-nav {
    width: 50px;
    height: 50px;
    background: var(--color-fullscreen-nav-bg);
    color: var(--color-fullscreen-nav-text);
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    z-index: 1001;
    backdrop-filter: blur(5px);
    font-weight: bold;
}

.fullscreen-nav span {
  position: relative;
  top: -2px; /* adjust until it looks centered */
}


.fullscreen-nav:hover {
    background: var(--color-fullscreen-nav-hover-bg);
    transform: scale(1.1);
}

.fullscreen-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: scale(0.9);
}

/* Fullscreen header styles */
.fullscreen-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    padding: 0 2rem;
    text-align: center;
}

.fullscreen-title {
    color: var(--color-fullscreen-title);
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

.fullscreen-subtitle {
    color: var(--color-fullscreen-subtitle);
    font-size: 1.2rem;
    margin: 0;
}

/* Responsive fullscreen header */
@media (max-width: 768px) {
    .fullscreen-header {
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 1rem;
    }
    
    .fullscreen-title {
        font-size: 1.5rem;
    }
    
    .fullscreen-subtitle {
        font-size: 1rem;
    }
    
    .fullscreen-nav {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    
    .close-fullscreen {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
        top: 1rem;
        right: 1rem;
    }
}

/* Navigation arrows */
.nav-arrow {
    background: var(--color-nav-arrow-bg);
    color: var(--color-nav-arrow-text);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    font-family: var(--font-main);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    line-height: 22;
    font-weight: bold;
}

.nav-arrow span {
  position: relative;
  top: -2px; /* adjust until it looks centered */
}

.nav-arrow:hover {
    transform: scale(1.1);
}

.back-arrow {
    background: var(--color-nav-arrow-bg);
    color: var(--color-nav-arrow-text);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    font-family: var(--font-main);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    line-height: 22;
    font-weight: bold;
    position: fixed; 
    left: 5vw; 
    right: 0; 
    text-align:center;
}

@media (max-width: 768px) {
    .back-arrow {
        width: 40px;
        height: 40px;
        left: 15px; 
        top: 15px;
    }
}

/* Position navigation arrows on sides for short screens */
@media (max-height: 550px) {
    .fullscreen-nav-container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        justify-content: space-between;
        padding: 0 2rem;
        pointer-events: none; /* Allow clicks to pass through container */
    }
    
    .fullscreen-nav {
        pointer-events: auto; /* Re-enable clicks on buttons */
    }
    
    .fullscreen-media-container {
        gap: 0; /* Remove gap since arrows are positioned absolutely */
    }
}

@media (max-width: 1000px) and (max-height: 550px) {
  /* Your CSS styles here */
  .fullscreen-nav-container {
    padding: 0 0;
    width: 98vw;
  }
  .fullscreen-media-container {
    width: 100%;
  }
  .fullscreen-content {
    max-width: 95vw;
  }
}

.back-arrow span {
  position: relative;
  top: -2px; /* adjust until it looks centered */
}

/* Form styling */
.order-form-section .form-label {
    color: var(--color-form-label);
}

.order-form-section fieldset legend {
    color: var(--color-form-label);
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: var(--color-form-placeholder);
}

.form-input,
.form-textarea {
    color: var(--color-form-text);
}

.form-input:focus,
.form-textarea:focus {
    color: var(--color-form-focus);
}

/* Mobile touch support for swipe gestures */
.testimonial-container,
.fullscreen-content {
    touch-action: pan-y;
}

.prev-nav {
    left: 20px;
}

.next-nav {
    right: 20px;
}

/* Order Page Styles */
.order-header {
    text-align: center;
}

.selected-service-card {
    background: var(--color-selected-service-bg);
    border-radius: 15px;
    padding: 2rem;
    margin: 1rem auto;
    max-width: 500px;
    border: 3px solid var(--color-selected-service-border);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.selected-service-card h3 {
    color: var(--color-selected-service-title);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.selected-service-card .service-subtitle {
    color: var(--color-selected-service-subtitle);
    opacity: 0.8;
    margin-bottom: 1rem;
}

.selected-service-card .service-description {
    color: var(--color-selected-service-description);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.selected-service-card .service-price {
    background: var(--color-selected-service-price-bg);
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    color: var(--color-selected-service-price-text);
}

.selected-service-card a {
    text-decoration: none;
    color: var(--color-selected-service-link); 
}

fieldset {
    border: none;
}

.order-form-section {
    min-height: auto;
    padding: 1rem 0;
}

.order-form {
    background: var(--color-background);
    border-radius: 20px;
    padding: 3rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    max-width: 800px;
    margin: 0 auto 20px;
}

.form-section {
    margin-bottom: 1.5rem;
}

.form-section-title {
    color: var(--color-form-label);
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    color: var(--color-form-label);
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    text-align: left;
}

.form-input,
.form-textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 2px solid var(--color-form-border);
    border-radius: 8px;
    background: var(--color-form-background);
    font-family: var(--font-main);
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

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

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

.form-help {
    color: var(--color-form-help);
    font-size: 0.9rem;
    margin-top: 0.3rem;
    line-height: 1.4;
    text-align: left;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.checkbox-group .checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

/* Format Options */
.format-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

/* @media (max-width: 660px) {
    .format-options {
        grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
        gap: 0.2rem;
        margin-top: 0.2rem;
    }
} */

.format-preview {
    width: 100%;
    height: 80px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 0.8rem;
    /* transform: scaleX(0.9); */
}

/* Style Options */
.style-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

@media (max-width: 660px) {
    .style-options {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 0.2rem;
        margin-top: 0.2rem;
    }
}

.style-option {
    position: relative;
}

.style-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.style-label {
    display: block;
    padding: 1rem;
    background: var(--color-style-label-bg);
    border: 2px solid var(--color-style-label-border);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.style-label:hover {
    background: var(--color-style-label-hover-bg);
    border-color: var(--color-style-label-hover-border);
    transform: translateY(-2px);
}

.style-option input[type="radio"]:checked + .style-label {
    background: var(--color-style-selected-bg);
}

.style-preview {
    width: 100%;
    height: 150px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 0.8rem;
    transform: scaleX(0.9);
}

.style-info h4 {
    color: var(--color-style-info-title);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.style-info p {
    color: var(--color-style-info-text);
    font-size: 0.9rem;
    line-height: 1.4;
}

.style-option input[type="radio"]:checked + .style-label .style-info h4,
.style-option input[type="radio"]:checked + .style-label .style-info p {
    color: var(--color-background);
}

/* Activity Tags */
.activity-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1rem;
}

.activity-tag {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.activity-tags label {
    display: inline-block;
    padding: 0.6rem 1rem;
    background: var(--color-activity-tag-bg);
    border: 2px solid var(--color-activity-tag-border);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--color-activity-tag-text);
    font-weight: normal;
    font-size: 0.9rem;
}

.activity-tags label:hover {
    border-color: var(--color-activity-tag-hover-border);
    background: var(--color-activity-tag-hover-bg);
}

.activity-tag:checked + label {
    background: var(--color-activity-tag-selected-bg);
    border-color: var(--color-activity-tag-selected-border);
    color: var(--color-activity-tag-selected-text);
}

.form-checkbox {
    margin-top: 0.2rem;
    min-width: 18px;
    height: 18px;
}

.checkbox-group label {
    color: var(--color-checkbox-label);
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

.file-input-zone {
    border: 2px dashed var(--color-file-input-border);
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    background: var(--color-file-input-bg);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.file-input-zone:hover {
    border-color: var(--color-file-input-hover-border);
    background: var(--color-file-input-hover-bg);
}

.file-input-hidden {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-input-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.file-input-icon {
    font-size: 2rem;
}

.file-input-text {
    color: var(--color-file-input-text);
    line-height: 1.5;
}

.file-input-button {
    background: var(--color-file-input-button-bg);
    color: var(--color-file-input-button-text);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 0.5rem;
}

.submit-btn {
    width: 100%;
    font-size: 1.2rem;
    padding: 1rem 2rem;
    margin-top: 2rem;
}

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

@media (max-width: 768px) {
    .order-form {
        padding: 1rem;
        margin: 0 1rem 20px;
    }
}

/* Overview Section */
.overview {
    background: radial-gradient(circle, var(--color-highlight-bright) 0%, var(--color-highlight) 100%);
}

.overview .container {
    text-align: center;
}

.overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
    margin: 2rem 0;
    /* max-width: 1000px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.grid-cell {
    padding: 1.5rem;
    text-align: left;
    border-radius: 12px;
    border: 2px dashed rgba(255, 255, 255, 0.2);
}

.cell-title {
    font-size: clamp(1rem, 3vw, 1.5rem);
    /* font-weight: bold; */
    margin-bottom: 0.8rem;
    color: var(--color-primary);
}

.cell-text {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    color: var(--color-background);
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .overview-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        gap: 1.5rem;
        margin: 1.5rem 0;
    }
    
    .grid-cell {
        padding: 1.2rem;
    }
    
    .cell-title {
        font-size: 1.2rem;
    }
    
    .cell-text {
        font-size: 0.95rem;
    }
}

/* Button Styles */
.tutorial-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.2rem;
    background-color: var(--color-tutorial-button-bg);
    color: var(--color-tutorial-button-text);
    margin-top: 2rem;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    font-weight: bold;
}

.tutorial-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 203, 119, 0.5);
}

/* Examples Section */
.examples {
    background: radial-gradient(circle, var(--color-accent) 0%, var(--color-accent-bright) 100%);
}

/* Examples Section - CSS Columns with Safari fixes */
.examples-grid {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin: 2rem 0;
    /* overflow: visible; */
    /* -webkit-column-fill: balance; */
    /* max-height: 1000px; */
    max-height: 1000px;
}

.example-item {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 1rem;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    position: relative;
    /* backface-visibility: hidden; */
    /* -webkit-backface-visibility: hidden; */
    /* will-change: transform; */
}

.example-item[data-ratio="16-9"] { aspect-ratio: 16/9; }
.example-item[data-ratio="9-16"] { aspect-ratio: 9/16; }
.example-item[data-ratio="1-1"] { aspect-ratio: 1/1; }

.example-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, var(--color-accent));
    color: white;
    padding: 2rem 1rem 1rem;
    transform: translateY(100%);
    transition: transform 0.6s ease;
}

.example-item:hover .example-overlay {
    /* transform: translateY(1px); */
    transform: scale(1.01) translateY(1px);
}

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

.example-title {
    color: var(--color-example-title);
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.example-subtitle {
    color: var(--color-example-subtitle);
    font-size: 1.3rem;
    margin: 0;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* @media (max-width: 1200px) {
    .examples-grid {
        column-count: 3;
        -webkit-column-count: 3;
    }
} */

@media (max-width: 768px) {
    .examples-grid {
        column-count: 2;
        -webkit-column-count: 2;
        max-height: fit-content;
    }
}

@media (max-width: 480px) {
    .examples-grid {
        column-count: 1;
        -webkit-column-count: 1;
        max-height: fit-content;
    }
}

.example-item img {
    width: 100%;
    height: 100%;
}

/* Services Section */
.services {
    background: radial-gradient(circle, var(--color-secondary) 0%, var(--color-secondary-dark) 100%);
}

.services-order {
    background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-primary) 100%);
}

.button-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    gap: 1rem;
}

.services-wrapper {
    height: 675px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.services-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1550px) {
    .services-carousel {
        justify-content: left;
    }
}

.service-card {
    background: var(--color-service-card-bg);
    color: var(--color-service-title);
    padding: 2rem;
    border-radius: 16px;
    text-align: left;
    flex-shrink: 0;
    height: 100%;
    width: 350px;
    min-width: 350px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transition: all 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 3px solid var(--color-service-card-border);
    margin: 0 1rem;
    cursor: default;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    border-color: var(--color-service-card-border-hover);
}

.service-card.active {
    transform: scale(1);
}

.service-card:hover .service-price {
    border-width: 3px;
    padding: 0.8rem;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--color-service-title);
}

.service-subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-service-subtitle);
    opacity: 0.8;
    margin-bottom: 1rem;
}

.service-description {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    color: var(--color-service-description);
    opacity: 0.7;
}

.service-price {
    margin-bottom: 1rem;
    background: var(--color-service-price-bg);
    border: 4px solid var(--color-service-price-border);
    transition: all 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
}

.service-price-main {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-service-price-main);
    margin-bottom: 0.25rem;
}

.service-price-fees {
    font-size: 0.8rem;
    color: var(--color-service-price-fees);
    opacity: 0.6;
}

.service-features {
    list-style: none;
    flex-grow: 1;
}

.service-features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    /* font-size: 0.9rem; */
    /* line-height: 3; */
}

.service-features .feature-number {
    background: var(--color-service-feature-number-bg);
    color: var(--color-service-feature-number-text);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    margin-right: 0.75rem;
    flex-shrink: 0;
    /* margin-top: 0.1rem; */
    /* line-height: 3; */

}

.service-features .feature-text {
    color: var(--color-service-feature-text);
    opacity: 0.8;
}

.service-button {
    background: var(--color-service-button-bg);
    color: var(--color-service-button-text);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-family: var(--font-main);
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-button:hover {
    background: var(--color-service-button-hover-bg);
    color:var(--color-service-button-hover-text);
    transform: translateY(-2px);
}

/* Navigation buttons styling */
.button-cont .prev,
.button-cont .next {
    background: var(--color-carousel-nav-bg);
    color: var(--color-carousel-nav-text);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    outline: none;
}

.button-cont .prev span,
.button-cont .next span {
  position: relative;
  top: -2px; /* adjust until it looks centered */
}


.button-cont .prev:hover,
.button-cont .next:hover {
    background: var(--color-carousel-nav-hover-bg);
    color: var(--color-carousel-nav-hover-text);
    transform: scale(1.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .services-wrapper {
        height: 600px;
        max-height: 1200px;
    }
    .service-card {
        /* width: 300px; */
        /* min-width: 300px; */
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .service-card {
        width: 92%;
        min-width: 200px;
        /* min-width: 300px; */
        padding: 1.5rem;
    }
}

/* Testimonials Section */
.testimonials {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-bright) 100%);
    position: relative;
}

.testimonials-fx {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("img/svg/blossoms.svg") no-repeat center bottom;
    background-size: contain;
    opacity: 0.075;
    pointer-events: none;
    will-change: transform;
    z-index: 10;
}

.testimonial-container {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-top: 2rem;
    min-height: 200px;
}

.testimonial-image {
    position: relative;
    z-index: 2;
}

.testimonial-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    display: block;
    background-repeat: no-repeat;
}

.testimonial-avatar::before,
.about-avatar::before {
    content: none;
}

.testimonial-content {
    flex: 2;
}

.testimonial-text {
    color: var(--color-testimonial-text);
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    min-height: 120px;
    will-change: transform, opacity;
}

.testimonial-author {
    color: var(--color-testimonial-author);
    font-size: 1.2rem;
    opacity: 0.8;
    will-change: transform, opacity;
}

.testimonial-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.nav-arrow:hover {
    transform: scale(1.1);
}

.nav-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* FAQ Section */
.faq {
    background: linear-gradient(135deg, var(--color-highlight) 0%, var(--color-highlight-bright) 100%);
}

.faq-list {
    margin-top: 2rem;
}

.faq-item {
    background: var(--color-faq-item-bg);
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.faq-question {
    background: none;
    border: none;
    color: var(--color-faq-question-text);
    font-family: var(--font-main);
    font-size: 1.3rem;
    padding: 1.5rem;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    color: var(--color-faq-text);
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.active {
    padding: 1.5rem;
    max-height: 200px;
}

.faq-fx {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("img/svg/dog-print.svg") no-repeat center bottom;
    background-size: contain;
    opacity: 0.075;
    pointer-events: none;
    will-change: transform;
    z-index: 10;
}

/* About Section */
.about {
    background: linear-gradient(135deg, var(--color-secondary) 0%, var(--color-primary) 100%);
}

.about-container {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
        text-align: center;
    }
}

.about-content {
    flex: 2;
    /* max-width: 60vw; */
    color: var(--color-about-text);
}

.about-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
}

.about-avatar {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

/* Order Section */
.order {
    /* background: radial-gradient(circle, var(--color-accent) 0%, var(--color-accent-bright) 100%); */
    /* background: var(--color-highlight); */
    background: radial-gradient(circle, var(--color-highlight) 0%, var(--color-highlight-bright) 100%);
}

/* Email Button Design */
.email-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.2rem;
    text-decoration: none;
    color: var(--color-email-button-text);
    background-color: var(--color-email-button-bg);
    margin-top: 1rem;
    transition: all 0.3s ease;
    font-weight: bold;
}

.email-link-button:hover {
    /* background: transparent; */
    /* border: 3px solid var(--color-email-button-hover-border); */
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(23, 195, 178, 0.4);
}

.instagram-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* padding: 1rem;  */
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1px;
  border-radius: 30px;
  background: var(--color-accent);
  transition: all 0.3s ease;
  min-height: 3.4rem; /* Approximate height of email button */
  min-width: 3.4rem;  /* Make it square */
  transform: translateY(30%);
  margin-left: 20px;
}

.instagram-link-button svg {
  width: 3rem;  
  height: 3rem;
}

.instagram-link-button:hover {
  transform: translateY(25%);
  box-shadow: 0 8px 20px rgba(23, 195, 178, 0.4);
}

/* Footer */
.footer {
    background-color: var(--color-background);
    color: var(--color-footer-text);
    text-align: center;
    padding: 2rem 0;
    font-size: 1rem;
}

/* Language Switcher */
.language-switcher {
    position: fixed;
    top: 3vw;
    right: 3vw;
    z-index: 10;
    transition: all 0.3s ease;
    background: var(--color-language-button-bg);
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    overflow: hidden; /* This is key for the connected look */
    user-select: none; /* prevent selecting text */
}

.language-switcher * {
    user-select: none; /* also prevent on all child elements */
}

.language-switcher.scrolled {
    opacity: 0;
    pointer-events: none;
}

.language-switcher #lang-toggle {
    background: none; 
    color: var(--color-language-button-text);
    border: none;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-family: var(--font-main);
    font-size: 1.5rem;
    transition: all 0.3s ease;
    font-weight: bold;
    width: 100%;
    text-align: left;
    margin: 0;
}

.language-switcher #lang-toggle:hover {
    background-color: var(--color-language-button-hover-bg);
}

.language-switcher button {
    background-color: var(--color-language-button-bg);
    color: var(--color-language-button-text);
    border: none;
    padding: 1rem 1.25rem;
    /* border-radius: 20px; */
    cursor: pointer;
    font-family: var(--font-main);
    font-size: 1.5rem;
    margin-left: 0.5rem;
    transition: all 0.3s ease;
    font-weight: bold;
}

.language-switcher button:hover {
    background-color: var(--color-language-button-hover-bg);
    transform: translateY(-2px);
}

/* Dropdown menu hidden by default */
.lang-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: var(--color-language-button-bg);
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1); /* Separator line */
}

.language-switcher.open .lang-menu {
    display: block;
}

.lang-menu li button {
    background: none;
    color: var(--color-language-button-text);
    border: none;
    width: 100%;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    font-family: var(--font-main);
    font-size: 1.5rem;
    font-weight: bold;
    text-align: left;
    margin: 0;
    transition: all 0.3s ease;
}

.lang-menu li button:hover {
    background-color: var(--color-language-button-hover-bg);
}

@media (max-width: 768px) {
    .language-switcher {
        border-radius: 10px;
    }
    .language-switcher #lang-toggle {
        padding: 0.4rem 0.65rem;
        font-size: 0.95rem;
    }
    .lang-menu li button {
        padding: 0.4rem 0.65rem;
        font-size: 0.95rem;
    }
}

.go-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    font-size: 24px;
    border: none;
    color: var(--color-primary);
    background: var(--color-go-top-bg);
    border-radius: 50%;
    box-shadow: 2px -2px 6px rgba(0,0,0,0.3);
    cursor: pointer;
    transform: rotate(90deg);
    line-height: 1;
    width: 40px;
    height: 40px;
    opacity: 0;
    pointer-events: none;
    /* display: none; */
    z-index: 1000;
    font-weight: bold;
    transition: all 0.3s ease;
}

.go-top.scrolled {
    opacity: 1;
    pointer-events: all;
}

.go-top span {
  position: relative;
  top: -2px; /* adjust until it looks centered */
}

.go-top:hover {
    background: var(--color-go-top-hover-bg);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .testimonial-container,
    .about-container {
        flex-direction: column;
        /* text-align: center; */
    }
}

@media (max-width: 480px) {
    .examples-grid {
        grid-template-columns: 1fr;
    }
}

/* AGB Overlay */
.agb-link {
    /* display: inline-flex; */
    /* align-items: center; */
    /* justify-content: center; */
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1.2rem;
    text-decoration: none;
    color: var(--color-email-button-text);
    background-color: var(--color-email-button-bg);
    margin-top: 1rem;
    transition: all 0.3s ease;
    font-weight: bold;
    border: none;
}

.agb-link-small {
    padding: 0.2rem 0.5rem;
    /* border-radius: 50px; */
    font-size: 1rem;
    /* text-decoration: none; */
    color: var(--color-email-button-text);
    /* background-color: var(--color-email-button-bg); */
    /* margin-left: 1rem; */
    transition: all 0.3s ease;
    /* font-weight: bold; */
    border: none;
}

.agb-link:hover {
    /* background: transparent; */
    /* border: 3px solid var(--color-email-button-hover-border); */
    cursor: pointer;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(23, 195, 178, 0.2);
}

.agb-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent backdrop for clicking outside */
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.agb-overlay.active {
    display: flex;
}

.agb-content {
    position: relative;
    width: 80%;
    max-width: 1200px;
    height: 90%;
    max-height: 95vh;
    background-color: var(--color-background);
    overflow-y: auto;
    padding: 3rem 2rem 2rem;
    box-sizing: border-box;
    border-radius: 8px; /* Optional: add some rounding */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); /* Optional: add shadow */
}

.close-agb {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    background: var(--color-close-fullscreen-bg, #333);
    color: var(--color-close-fullscreen-text, #fff);
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background-color 0.2s ease;
    font-weight: bold;
}

.close-agb span {
  position: relative;
  top: -3px; /* adjust until it looks centered */
}

.close-agb:hover {
    transform: scale(1.1) rotate(90deg);
}

.agb-text-container {
    width: 100%;
}

#agb-title {
    color: var(--color-primary);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: left;
}

.agb-text {
    color: var(--color-primary);
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
}

.agb-text h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.agb-text p {
    margin-bottom: 1rem;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .agb-content {
        width: 95%;
        height: 95%;
        padding: 2rem 1rem 1rem;
    }
    
    #agb-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .close-agb {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
}

.file-input-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: var(--color-nav-arrow-bg); */
  border-radius: 50%;
}

.file-input-icon img {
  width: 55px;
  height: 55px;
}

.flexbox-panel {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     align-content: center;
}

.flexbox-item {
     flex: 0 1 auto;
}