* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

:root {
    --pine-green: #2C4A3E;
    --light-pine: #3A6351;
    --earth-brown: #594B3F;
    --light-brown: #8B7355;
    --cream: #F4ECD6;
    --sage: #87A878;
    --gold: #BFA181;
}

body {
    background-image: url("PXL_20230621_115724442.jpg");
    min-height: 100vh;
    padding-top: 150px;
}


/* Sacred Geometry Header Background */

header {
    background: var(--pine-green);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='48' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'/%3E%3Ccircle cx='50' cy='50' r='42' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'/%3E%3Ccircle cx='50' cy='50' r='36' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'/%3E%3Cpath d='M50 8L92 92H8L50 8z' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'/%3E%3C/svg%3E");
    padding: 0.1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.about-text ul {
    list-style: none;
    padding-left: 0;
}

.about-section.double-pane {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.about-section.double-pane .content-wrapper {
    flex: 1 1 48%;
    padding: 0;
    margin: 0;
}

nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.logo-img {
    width: 200px;
    height: 200px;
    border-radius: 12px;
}

.logo-text {
    color: white;
    font-size: 2.2rem;
    font-weight: 600;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 3rem;
    align-items: center;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.nav-links a:hover {
    color: var(--cream);
}

.baroque-border {
    position: relative;
    padding: 3.5rem;
    background: white;
    margin: 2rem 0;
    border: 3px solid var(--light-pine);
}

.baroque-border::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid var(--gold);
    pointer-events: none;
}

.baroque-border::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--light-pine);
    pointer-events: none;
}

.baroque-corner {
    position: absolute;
    width: 50px;
    height: 50px;
    pointer-events: none;
}

.baroque-corner::before {
    content: "❦";
    position: absolute;
    font-size: 24px;
    color: var(--gold);
}

.baroque-corner::before {
    content: "❦";
    position: absolute;
    font-size: 24px;
    color: var(--gold);
}

.baroque-corner:nth-child(1) {
    top: 5px;
    left: 5px;
    border-top: 4px solid var(--light-pine);
    border-left: 4px solid var(--light-pine);
}

.baroque-corner:nth-child(1)::before {
    top: 10px;
    left: 10px;
    transform: rotate(-45deg);
}

.baroque-corner:nth-child(2) {
    top: 5px;
    right: 5px;
    border-top: 4px solid var(--light-pine);
    border-right: 4px solid var(--light-pine);
}

.baroque-corner:nth-child(2)::before {
    top: 10px;
    right: 10px;
    transform: rotate(45deg);
}

.baroque-corner:nth-child(3) {
    bottom: 5px;
    left: 5px;
    border-bottom: 4px solid var(--light-pine);
    border-left: 4px solid var(--light-pine);
}

.baroque-corner:nth-child(3)::before {
    bottom: 10px;
    left: 10px;
    transform: rotate(45deg);
}

.baroque-corner:nth-child(4) {
    bottom: 5px;
    right: 5px;
    border-bottom: 4px solid var(--light-pine);
    border-right: 4px solid var(--light-pine);
}

.baroque-corner:nth-child(4)::before {
    bottom: 10px;
    right: 10px;
    transform: rotate(-45deg);
}


/* Decorative divider */

.baroque-divider {
    position: relative;
    height: 30px;
    margin: 2rem 0;
    text-align: center;
}

.baroque-divider::before,
.baroque-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40%;
    height: 2px;
    background: var(--light-pine);
}

.baroque-divider::before {
    left: 0;
}

.baroque-divider::after {
    right: 0;
}

.baroque-divider span {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    color: var(--gold);
    font-size: 24px;
}


/* Hero Section with Sacred Geometry */

.hero-section {
    position: relative;
    height: 100vh;
    padding: 0;
    overflow: hidden;
    margin-top: 0;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Ccircle cx='100' cy='100' r='90' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'/%3E%3Ccircle cx='100' cy='100' r='80' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'/%3E%3Ccircle cx='100' cy='10' r='90' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'/%3E%3Ccircle cx='100' cy='190' r='90' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'/%3E%3Ccircle cx='10' cy='100' r='90' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'/%3E%3Ccircle cx='190' cy='100' r='90' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'/%3E%3C/svg%3E");
    opacity: 0.3;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 74, 62, 0.5);
}

.hero-text-overlay {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0, -50%);
    text-align: right;
    color: var(--cream);
    z-index: 2;
    width: 60%;
    padding: 3rem;
}

.hero-text-overlay h1 {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.hero-text-overlay p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-style: italic;
}

section {
    padding: 5rem 0;
    margin: 0;
    background-color: white;
}

section:not(.hero-section) {
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath d='M50 0L95 85H5L50 0z' fill='none' stroke='rgba(58, 99, 81, 0.1)' stroke-width='0.5'/%3E%3Ccircle cx='50' cy='50' r='40' fill='none' stroke='rgba(58, 99, 81, 0.1)' stroke-width='0.5'/%3E%3C/svg%3E");
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.about-content,
.services-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem;
    border: 2px solid var(--sage);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.about-content::before,
.services-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Ccircle cx='40' cy='40' r='35' fill='none' stroke='rgba(58, 99, 81, 0.1)' stroke-width='0.5'/%3E%3C/svg%3E");
    opacity: 0.5;
    z-index: -1;
}

.about-content p,
.services-content p {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
    padding: 1.5rem;
    border: 1px solid var(--light-pine);
    border-radius: 8px;
    background-color: white;
}

h2 {
    font-size: 2.5rem;
    color: var(--pine-green);
    text-align: center;
    margin-bottom: 3rem;
}


/* Testimonials section */

.testimonial-section {
    width: 100%;
    position: relative;
    background-image: url("PXL_20230621_115724442.jpg") !important;
    background-size: cover;
    /* Ensures the image covers the entire section */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    padding: 10rem 0;
}

.slider-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial-slider {
    display: flex;
    transition: transform 0.5s ease;
}

.testimonial-slide {
    min-width: 100%;
    padding: 2.5rem;
    background: rgba(244, 236, 214, 0.9);
    border: 2px solid var(--sage);
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-section h2 {
    color: white;
}

.testimonial-slide p {
    font-style: italic;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    padding: 1rem;
    border: 1px solid var(--light-pine);
    border-radius: 6px;
    background-color: white;
}

.testimonial-slide h4 {
    color: var(--light-pine);
    margin-bottom: 0.5rem;
}

.testimonial-slide .company {
    color: #7f8c8d;
    font-size: 0.9rem;
}

.slider-controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 1rem;
}

.prev-btn,
.next-btn {
    background: rgba(44, 74, 62, 0.7);
    color: white;
    border: none;
    padding: 1rem 1.5rem;
    cursor: pointer;
    border-radius: 50%;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
}

.prev-btn:hover,
.next-btn:hover {
    background: rgba(44, 74, 62, 0.9);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    padding: 2rem;
    border: 2px solid var(--sage);
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.9);
}

.contact-form form {
    display: grid;
    gap: 1rem;
}

.contact-form input,
.contact-form textarea {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.contact-form textarea {
    height: 150px;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background: var(--light-pine);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='18' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'/%3E%3C/svg%3E");
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cta-button:hover {
    background: var(--pine-green);
}

.cta-button:hover::before {
    opacity: 1;
}

footer {
    background: var(--pine-green);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Ccircle cx='60' cy='60' r='50' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'/%3E%3Ccircle cx='60' cy='60' r='40' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'/%3E%3Ccircle cx='60' cy='60' r='30' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='0.5'/%3E%3C/svg%3E");
    color: white;
    padding: 4rem 0 2rem;
}


/* Animations */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-1 {
    animation: fadeIn 1s ease-out forwards;
}

.fade-in-2 {
    animation: fadeIn 1s ease-out 0.5s forwards;
    opacity: 0;
}

.fade-in-3 {
    animation: fadeIn 1s ease-out 1s forwards;
    opacity: 0;
}


/* Social Media Submenu */

.social-submenu {
    position: relative;
    margin-left: 2rem;
}

.social-trigger {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-trigger::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.social-trigger:hover::before {
    left: 100%;
}

.social-trigger:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.social-dropdown {
    position: absolute;
    top: calc(100% + 1rem);
    right: 0;
    background: white;
    border-radius: 12px;
    padding: 0.5rem;
    width: 200px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
}

.social-dropdown::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: white;
    transform: rotate(45deg);
}

.social-submenu:hover .social-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.social-link {
    display: flex;
    align-items: center;
    padding: 0.8rem 1rem;
    color: var(--pine-green);
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.social-link:hover {
    background: rgba(44, 74, 62, 0.1);
    transform: translateX(5px);
}

.social-icon {
    margin-right: 1rem;
    font-size: 1.2rem;
    width: 24px;
    display: inline-block;
    text-align: center;
}


/* Optional: Animation for each social link */

.social-dropdown .social-link {
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.social-submenu:hover .social-link {
    opacity: 1;
    transform: translateX(0);
}

.social-dropdown .social-link:nth-child(1) {
    transition-delay: 0.1s;
}

.social-dropdown .social-link:nth-child(2) {
    transition-delay: 0.15s;
}

.social-dropdown .social-link:nth-child(3) {
    transition-delay: 0.2s;
}

.social-dropdown .social-link:nth-child(4) {
    transition-delay: 0.25s;
}

.social-dropdown .social-link:nth-child(5) {
    transition-delay: 0.3s;
}

.services-carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: var(--cream);
    padding: 10rem 0;
}

.carousel-container {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
}

.service-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    padding: 2rem 12%;
    align-items: center;
}

.service-image {
    width: 100%;
    height: 600px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(#metatronsCube);
    opacity: 0.15;
    mix-blend-mode: overlay;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%);
    transition: filter 0.5s ease;
}

.service-image:hover img {
    filter: grayscale(0%);
}

.service-content {
    text-align: left;
    padding: 3rem;
    background: white;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.service-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(#flowerOfLife);
    opacity: 0.1;
    pointer-events: none;
}

.service-content h3 {
    color: var(--pine-green);
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    margin-bottom: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.service-content p {
    font-size: 1.3rem;
    line-height: 1.9;
    color: var(--earth-brown);
    margin-bottom: 2.5rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
}

.carousel-controls {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1.5rem;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border: 2px solid var(--light-pine);
    border-radius: 50%;
    background: transparent;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    opacity: 1;
    background: var(--light-pine);
    transform: scale(1.2);
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: var(--pine-green);
    width: 60px;
    height: 60px;
    border: 2px solid var(--light-pine);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
}

.carousel-arrow:hover {
    background: var(--light-pine);
    color: white;
}

.carousel-prev {
    left: 4rem;
}

.carousel-next {
    right: 4rem;
}

footer {
    background: #2C4A3E;
    color: #2C4A3E;
    padding: 4rem 2rem 2rem;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 2rem 0;
    max-width: 1100px;
    margin: 0 auto;
    border-top: 2px solid #BFA181;
    border-bottom: 2px solid #BFA181;
}

.footer-section h3 {
    margin-bottom: 1rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: #2C4A3E;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.footer-bottom {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #ccc;
}

.hamburger {
    display: none;
    font-size: 2rem;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
        position: absolute;
        top: 1.2rem;
        right: 1.5rem;
        z-index: 1100;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background: var(--pine-green);
        position: absolute;
        top: 100%;
        left: 0;
        padding: 1rem 1.5rem;
        z-index: 1000;
    }
    .nav-links.show {
        display: flex;
    }
    nav {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
    }
    .logo-img {
        width: 80px;
        height: 80px;
    }
    .logo-text {
        font-size: 1.4rem;
    }
    .nav-links a {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem;
        padding: 1.5rem;
    }
    .contact-info,
    .contact-form {
        width: 100%;
    }
    .contact-form form {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .contact-form input,
    .contact-form textarea {
        width: 100%;
        font-size: 1rem;
    }
    .cta-button {
        width: 100%;
        padding: 1rem;
        font-size: 1rem;
    }
}