:root{--color-primary: #623937;--color-white: #ffffff;--color-black: #000000;--color-pale-pink: #f78da7;--color-vivid-red: #cf2e2e;--color-vivid-orange: #ff6900;--color-vivid-amber: #fcb900;--color-green-cyan: #7bdcb5;--color-vivid-cyan: #0693e3;--color-vivid-purple: #9b51e0;--gradient-blue-to-purple: linear-gradient(135deg, rgba(6,147,227,1) 0%, rgb(155,81,224) 100%);--gradient-green: linear-gradient(135deg, rgb(122,220,180) 0%, rgb(0,208,130) 100%);--gradient-amber-to-orange: linear-gradient(135deg, rgba(252,185,0,1) 0%, rgba(255,105,0,1) 100%);--gradient-orange-to-red: linear-gradient(135deg, rgba(255,105,0,1) 0%, rgb(207,46,46) 100%);--gradient-cool-to-warm: linear-gradient(135deg, rgb(74,234,220) 0%, rgb(151,120,209) 20%, rgb(207,42,186) 40%, rgb(238,44,130) 60%, rgb(251,105,98) 80%, rgb(254,248,76) 100%);--gradient-blush-light-purple: linear-gradient(135deg, rgb(255,206,236) 0%, rgb(152,150,240) 100%);--gradient-luminous-dusk: linear-gradient(135deg, rgb(255,203,112) 0%, rgb(199,81,192) 50%, rgb(65,88,208) 100%);--shadow-natural: 6px 6px 9px rgba(0, 0, 0, .2);--shadow-deep: 12px 12px 50px rgba(0, 0, 0, .4);--shadow-sharp: 6px 6px 0px rgba(0, 0, 0, .2);--shadow-outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--shadow-crisp: 6px 6px 0px rgba(0, 0, 0, 1);--font-size-small: 13px;--font-size-normal: 16px;--font-size-medium: 20px;--font-size-large: 36px;--font-size-huge: 42px;--spacing-sm: .67rem;--spacing-md: 1.5rem;--spacing-lg: 3.38rem;--spacing-xl: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)}.jungle-btn.svelte-1qyv9hx{border-radius:25px 0}body,html{margin:0;padding:0;height:100%;overflow-x:hidden;overflow-y:auto;font-family:Inter,sans-serif;line-height:1.8;color:var(--color-black)}.image-grid.svelte-1qyv9hx{width:100vw;height:auto;display:flex;flex-direction:column}@media (min-width: 640px){.image-grid.svelte-1qyv9hx{height:100vh}}.row.svelte-1qyv9hx{display:flex;flex-direction:column;width:100%;height:auto}@media (min-width: 640px){.row.svelte-1qyv9hx{flex-direction:row;height:50vh}}.image-half.svelte-1qyv9hx,.image-quarter.svelte-1qyv9hx{width:100%;height:50vh}.logo-container.svelte-1qyv9hx{display:none}@media (min-width: 768px){.logo-container.svelte-1qyv9hx{display:block}}@media (min-width: 640px){.image-half.svelte-1qyv9hx{width:50%;height:100%}.image-quarter.svelte-1qyv9hx{width:25%;height:100%}}.card-container.svelte-1qyv9hx{width:100%;height:100%;perspective:1500px;cursor:pointer;position:relative;z-index:1}.card.svelte-1qyv9hx{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);transform-origin:center center}.card.flipped.svelte-1qyv9hx{transform:rotateY(180deg)}.card-front.svelte-1qyv9hx,.card-back.svelte-1qyv9hx{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden}.card-front.svelte-1qyv9hx span:where(.svelte-1qyv9hx){transition:transform .3s ease,box-shadow .3s ease}.card-container.svelte-1qyv9hx:hover .card-front:where(.svelte-1qyv9hx) span:where(.svelte-1qyv9hx){transform:scale(1.05);box-shadow:5px 5px #000}.card-back.svelte-1qyv9hx{transform:rotateY(180deg);display:flex;justify-content:center;align-items:center;color:#fff;font-size:24px;font-weight:700;text-align:center;padding:20px;box-sizing:border-box}.card-back.svelte-1qyv9hx a:where(.svelte-1qyv9hx){pointer-events:auto!important;position:relative;z-index:10}.gradient-1.svelte-1qyv9hx{background:var(--gradient-blue-to-purple)}.gradient-2.svelte-1qyv9hx{background:var(--gradient-green)}.topbar.svelte-1qyv9hx{width:100%;background-color:var(--color-primary);color:var(--color-white);padding:1rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-natural)}@media (min-width: 768px){.topbar.svelte-1qyv9hx{display:none}}.logo-text.svelte-1qyv9hx{font-size:var(--font-size-medium);font-weight:700;margin:0}.menu-toggle.svelte-1qyv9hx{display:block;cursor:pointer;background:none;border:none;color:var(--color-white);font-size:24px;padding:.5rem}.nav-links.svelte-1qyv9hx{display:none;flex-direction:column;width:100%;background-color:var(--color-primary);position:absolute;top:100%;left:0;padding:1rem;box-shadow:var(--shadow-natural)}.nav-links.open.svelte-1qyv9hx{display:flex}.nav-link.svelte-1qyv9hx{color:var(--color-white);text-decoration:none;padding:.5rem 1rem;font-weight:600;border:2px solid transparent;border-radius:50px;transition:all .2s ease;display:inline-block;margin:.25rem 0}.nav-link.svelte-1qyv9hx:hover{background-color:#fff3;border-color:var(--color-white);transform:scale(1.05)}.orange-image-container.svelte-1qyv9hx{display:inline-block;transition:transform .5s ease}.orange-image-container.svelte-1qyv9hx:hover{transform:rotate(30deg)}.social-icon.svelte-1qyv9hx{color:#000;transition:transform .3s ease,color .3s ease}.social-icon.svelte-1qyv9hx:hover{transform:scale(1.2);color:#dc1f26}.image-grid-section.svelte-1qyv9hx{width:100%;overflow:hidden}.image-grid-container.svelte-1qyv9hx{display:flex;flex-direction:column;width:100%}.image-row.svelte-1qyv9hx{display:flex;width:100%}.image-item.svelte-1qyv9hx{flex:1;height:200px;overflow:hidden}.grid-image.svelte-1qyv9hx{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.grid-image.svelte-1qyv9hx:hover{transform:scale(1.1)}.testimonial-slider-container.svelte-1qyv9hx{max-width:1200px;margin:0 auto;position:relative;overflow:visible;width:100%}.testimonial-slider-wrapper.svelte-1qyv9hx{overflow:hidden;padding-bottom:20px;padding-top:10px;width:100%}.testimonial-slider.svelte-1qyv9hx{display:flex;align-items:stretch;min-height:450px;flex-wrap:nowrap;animation:svelte-1qyv9hx-scroll-testimonials 40s linear infinite;padding:20px 0;gap:20px}@keyframes svelte-1qyv9hx-scroll-testimonials{0%{transform:translate(0)}to{transform:translate(-100%)}}.testimonial-slide.svelte-1qyv9hx{min-width:350px;max-width:350px;padding:8px 15px;box-sizing:border-box;display:flex;flex-shrink:0}@media (min-width: 768px) and (max-width: 1023px){.testimonial-slider.svelte-1qyv9hx{min-height:500px}}@media (min-width: 1024px){.testimonial-slider.svelte-1qyv9hx{min-height:450px}}@media (max-width: 767px){.testimonial-slide.svelte-1qyv9hx{min-width:300px;max-width:300px}.testimonial-slider.svelte-1qyv9hx{min-height:550px}}.testimonial-card.svelte-1qyv9hx{box-shadow:6px 6px #000;border:2px solid #000;transition:transform .3s ease,box-shadow .3s ease;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;margin:5px;border-radius:25px 0}.testimonial-card.svelte-1qyv9hx:hover{transform:scale(1.02);box-shadow:7px 7px #000}.testimonial-image.svelte-1qyv9hx img:where(.svelte-1qyv9hx){border:2px solid #000}@media (min-width: 640px){.menu-toggle.svelte-1qyv9hx{display:none}.nav-links.svelte-1qyv9hx{display:flex;flex-direction:row;position:static;width:auto;background:none;box-shadow:none;padding:0}.nav-link.svelte-1qyv9hx{margin:0 .25rem}}.feature-section.svelte-1qyv9hx{width:100%;background-color:#dc1f26;color:var(--color-white);padding:var(--spacing-lg) 0;position:relative;box-sizing:border-box}.feature-container.svelte-1qyv9hx{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.feature-text.svelte-1qyv9hx{flex:0 0 45%;padding:var(--spacing-md)}.feature-title.svelte-1qyv9hx{font-size:var(--font-size-large);margin-bottom:var(--spacing-md);font-weight:700;position:relative}.feature-title.svelte-1qyv9hx:after{content:"";position:absolute;left:0;bottom:-10px;width:80px;height:4px;background:var(--gradient-amber-to-orange)}.feature-description.svelte-1qyv9hx{font-size:var(--font-size-medium);margin-bottom:var(--spacing-md);line-height:1.6}.feature-image.svelte-1qyv9hx{flex:0 0 45%;position:relative}.feature-image-main.svelte-1qyv9hx{width:100%;border-radius:8px;box-shadow:var(--shadow-deep)}@media (max-width: 768px){.feature-container.svelte-1qyv9hx{flex-direction:column}.feature-text.svelte-1qyv9hx,.feature-image.svelte-1qyv9hx{flex:0 0 100%;margin-bottom:var(--spacing-md)}}
