@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Lora:wght@400;700&family=Great+Vibes&family=Pacifico&family=Cinzel:wght@400;700&display=swap);body,html{margin:0;overflow-x:hidden;padding:0}.header{box-shadow:0 5px 15px #0000001a,0 10px 30px #0000000d;left:0;overflow-x:hidden;top:0;transition:all .5s ease;width:100%;z-index:1000}.header,.header.scrolled{background-color:var(--primary-color)}.header.scrolled{box-shadow:0 5px 15px #0003,0 10px 30px #0000001a}.header.header-hidden{transform:translateY(-100%)}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:20px 50px;position:relative}.header-content:after{background:linear-gradient(90deg,#0000,var(--accent-color),#0000);bottom:0;content:"";height:1px;left:50px;opacity:.2;position:absolute;right:50px}.logo-container{position:relative;z-index:2}.logo-container img{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));height:100px;transition:transform .3s ease}.logo-container:hover img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));transform:scale(1.05)}.nav-desktop{align-items:center;display:flex;gap:40px}.nav-desktop a{color:var(--secondary-color);font-size:1.1em;font-weight:550;padding:5px 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-desktop a:after{background-color:var(--accent-color);bottom:0;box-shadow:0 2px 4px rgba(var(--accent-color),.2);content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}.nav-desktop a:hover{color:var(--accent-color);text-shadow:0 2px 8px #0003}.nav-desktop a:hover:after{transform:scaleX(1);transform-origin:left}.language-selector{margin-left:auto}.language-selector select{background-color:var(--primary-color);border:1px solid var(--border-color);border-radius:0;color:var(--secondary-color);cursor:pointer;font-family:Pacifico,cursive;font-size:1rem;padding:.5rem 1rem;transition:background-color .3s ease}.language-selector select:hover{background-color:var(--accent-color-1)}.hamburger{border-radius:5px;cursor:pointer;display:none;flex-direction:column;gap:6px;padding:10px;transition:background-color .3s ease;z-index:2}.hamburger:hover{background-color:#ffffff1a}.hamburger span{background-color:var(--accent-color);box-shadow:0 1px 2px #0003;display:block;height:2px;transition:all .3s ease,background-color .3s ease;width:30px}.hamburger.active span{background-color:#000}.close-button{color:#000;cursor:pointer;font-size:4em;position:absolute;right:20px;top:20px;transition:color .3s ease;z-index:1002}.close-button:hover{color:var(--accent-color)}.nav-mobile{align-items:center;background-color:var(--primary-color);box-shadow:-10px 0 30px #0000004d;box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:100vh;justify-content:center;overflow-x:hidden;padding:0 20px;position:fixed;right:-100%;top:0;transition:all .5s ease;width:100vw;z-index:1001}.nav-mobile.active{right:0}.nav-mobile a{border-radius:5px;color:var(--secondary-color);font-size:1.5em;opacity:0;padding:10px 20px;text-decoration:none;text-shadow:0 2px 4px #0003;transform:translateY(20px);transition:all .3s ease}.nav-mobile.active a{opacity:1;transform:translateY(0)}.nav-mobile a:hover{background-color:#ffffff0d;box-shadow:0 4px 15px #0000001a,0 8px 30px #0000000d;color:var(--accent-color);transform:scale(1.1)}@media (max-width:1024px){.header-content{padding:15px 30px}.logo-container img{height:60px}.nav-desktop a{font-size:1em}.language-selector select{font-size:.875rem;padding:.25rem .5rem}}@media (max-width:768px){.header-content{padding:15px 20px}.nav-desktop{display:none}.hamburger{display:flex}.logo-container img{height:40px}.header.scrolled{box-shadow:0 5px 15px #00000026,0 10px 30px #0000001a}.nav-mobile{box-sizing:border-box;padding:0 20px;width:100vw}.language-selector select{font-size:1rem;padding:.5rem 1rem}}@media (max-width:480px){.header-content{padding:10px 15px}.logo-container img{height:90px}.nav-mobile a{font-size:1.2em}.language-selector select{font-size:.75rem;padding:.25rem .5rem}}:root{--primary-color:#fff;--secondary-color:#000;--accent-color-1:#fbe6bb;--accent-color-2:#f0e6dc;--accent-color-3:#e6dcd2;--accent-color-4:#dcd2c8;--text-color:#000;--background-color:#fff;--border-color:#000}body{background-color:#fff;color:#000}h1,h2,h3,h4,h5,h6{color:#fff}h1{margin-bottom:.5rem}.btn,button{background-color:#fff;border:1px solid #000;color:#000}.btn:hover,button:hover{background-color:#fbe6bb}.margin-top{margin-top:1rem}.margin-bottom{margin-bottom:1rem}.margin-left{margin-left:1rem}.margin-right{margin-right:1rem}.padding-top{padding-top:1rem}.padding-bottom{padding-bottom:1rem}.padding-left{padding-left:1rem}.padding-right{padding-right:1rem}.card{background-color:#000;border:1px solid #000}.accent-1{background-color:#fbe6bb}.accent-2{background-color:#f0e6dc}.accent-3{background-color:#e6dcd2}.accent-4{background-color:#dcd2c8}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1rem}.btn,button,h6{font-size:.875rem}.btn,button{padding:.25rem .5rem}.card{padding:.5rem}}@media (max-width:480px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1rem}h5{font-size:.875rem}.btn,button,h6{font-size:.75rem}.btn,button{padding:.25rem .5rem}.card{padding:.25rem}}.footer{background-color:var(--accent-color-2);color:var(--secondary-color);padding:3rem 2rem 1.5rem}.footer-content{margin:0 auto;max-width:1200px}.brand-section{margin-bottom:2.5rem;text-align:center}.brand-section h2{color:var(--secondary-color);font-size:1.8rem;margin:0}.brand-section p{margin-top:.5rem;opacity:.9}.footer-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:1rem}.footer-section h3{color:var(--secondary-color);font-size:1.2rem;margin-bottom:1.2rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:var(--secondary-color);text-decoration:none;transition:opacity .2s ease}.footer-links a:hover{opacity:.8}.social-links{display:flex;gap:1.5rem;margin-top:.5rem}.social-links a{opacity:.8;transition:opacity .2s ease}.social-links img{height:24px;width:24px}.social-links a:hover{opacity:1}.footer-bottom{border-top:1px solid #ffffff1a;margin-top:2.5rem;padding-top:1.5rem;text-align:center}.footer-bottom p{font-size:.9rem;margin:0;opacity:.8}@media (max-width:1024px){.footer{padding:2.5rem 1.5rem 1.2rem}.footer-grid{gap:2rem}}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}}@media (max-width:480px){.footer{padding:2rem 1rem 1rem}.brand-section h2{font-size:1.6rem}.footer-section h3{font-size:1.1rem}}.hero{background-position:50%;background-size:cover;margin-bottom:2rem;min-height:600px;overflow:hidden}.hero,.hero-content{align-items:center;display:flex;justify-content:center}.hero-content{flex-direction:column;height:100%;text-align:center}.hero-title{color:var(--primary-color);font-size:3rem;margin-bottom:1rem;transition:color .3s ease}.hero-title:hover{color:var(--accent-color-1)}.hero-subtitle{color:var(--accent-color-4);font-size:1.2rem;line-height:1.6;margin:0 auto 2rem;max-width:800px;transition:color .3s ease}.hero-subtitle:hover{color:var(--accent-color-2)}.hero-cta{background-color:var(--accent-color-3);border:none;color:var(--secondary-color);cursor:pointer;font-size:1rem;padding:10px 20px}.hero-cta:hover{background-color:#000;box-shadow:0 4px 6px #0000001a;color:#fff;transform:translateY(-2px)}.fade-in{opacity:0;transform:translateY(20px)}.fade-in.active{opacity:1;transform:translateY(0);transition:all .8s ease}.hero-title.active{transition-delay:.2s}.hero-subtitle.active{transition-delay:.6s}@media (max-width:1024px){.hero{height:500px}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.15rem}}@media (max-width:768px){.hero{height:400px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}}@media (max-width:480px){.hero{height:300px}.hero-title{font-size:2rem;margin:0}.hero-subtitle{font-size:1rem}.hero-cta{font-size:.9rem;padding:8px 16px}}body.no-scroll{overflow:hidden}.hamburger.active span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.gallery-section{background-color:var(--background-color);padding:60px 0;text-align:center}.container{max-width:1200px;width:90%}.gallery-title{color:var(--secondary-color);font-size:3rem;margin:0;padding:0}.gallery-subtitle{color:var(--secondary-color);font-size:clamp(1rem,2vw,1.5rem);margin:0 auto 40px;max-width:800px;opacity:.8}.gallery-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));margin-bottom:40px}.gallery-item{box-shadow:0 4px 8px #0000001a;transition:transform .5s ease,box-shadow .5s ease}.gallery-item img{height:auto;transition:transform .5s ease}.gallery-item:hover{box-shadow:0 8px 16px #0003;transform:scale(1.05)}.gallery-cta{background-color:var(--secondary-color);color:var(--primary-color);display:inline-block;font-size:clamp(1rem,1.5vw,1.2rem);padding:15px 30px;text-decoration:none;transition:background-color .3s ease,transform .3s ease}.gallery-cta:hover{background-color:var(--accent-color-1);border:1px solid #000;box-shadow:0 4px 20px #0000004d;color:var(--secondary-color);transform:translateY(-2px)}@media (max-width:1024px){.gallery-grid{gap:18px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.gallery-section{padding:50px 0}.gallery-title{font-size:1.75rem}}@media (max-width:768px){.container{padding:0 10px;width:95%}.gallery-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}.gallery-section{padding:40px 0}}@media (max-width:480px){.gallery-grid{gap:10px;grid-template-columns:repeat(3,1fr)}.gallery-cta{width:90%}}@media (min-width:1600px){.container{max-width:1400px}.gallery-grid{gap:25px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}.trust-section{background-color:var(--background-color);overflow:hidden;padding:100px 0}.container{margin:0 auto;max-width:1400px;padding:0 20px}.trust-title{font-size:3rem;font-weight:600;letter-spacing:-.02em;margin:0;padding:0}.trust-subtitle,.trust-title{color:var(--secondary-color);text-align:center}.trust-subtitle{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:400;margin-bottom:30px;opacity:.9}.trust-text{color:var(--text-color);font-size:clamp(1rem,1.2vw,1.2rem);line-height:1.8;margin:0 auto 80px;max-width:900px;opacity:.9;text-align:center}.marquee-wrapper{background:linear-gradient(90deg,var(--background-color) 0,#fff0 5%,#fff0 95%,var(--background-color) 100%);padding:40px 0;position:relative}.marquee{display:flex;gap:40px;overflow:hidden;-webkit-user-select:none;user-select:none}.marquee-group{animation:scroll 40s linear infinite;flex-shrink:0;gap:40px;justify-content:space-around;min-width:100%}.marquee-group,.marquee-item{align-items:center;display:flex}.marquee-item{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;flex:0 0 auto;justify-content:center;padding:30px 50px;transition:all .3s ease}.marquee-item img{filter:grayscale(100%);height:60px;object-fit:contain;opacity:.7;transition:all .5s ease;width:auto}.marquee-item:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-5px)}.marquee-item:hover img{filter:grayscale(0);opacity:1}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - 40px))}}.marquee:hover .marquee-group{animation-play-state:paused}@media (max-width:1024px){.trust-section{padding:80px 0}.marquee-item{padding:25px 40px}.marquee-item img{height:50px}}@media (max-width:768px){.trust-section{padding:60px 0}.trust-title{font-size:1.75rem}.trust-text{margin-bottom:60px}.marquee-item{padding:20px 30px}.marquee-item img{height:40px}.marquee-group{gap:30px}}@media (prefers-reduced-motion:reduce){.marquee-group{animation:none;gap:20px}.marquee-wrapper{overflow-x:auto}}body{background-color:var(--background-color);color:var(--text-color)}h1,h2,h3,h4,h5,h6{color:var(--primary-color);font-family:Playfair Display,serif;margin:0;padding:0}h1{color:var(--secondary-color);font-size:2.5rem;margin-bottom:2rem;margin-left:2em;margin-top:2rem}h2{font-size:2rem}h2,h3{margin-bottom:.5rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h4,h5{margin-bottom:.5rem}h5{font-size:1.25rem}h6{font-size:1rem;margin-bottom:.5rem}.btn,button{background-color:var(--primary-color);border:1px solid var(--border-color);border-radius:0;color:var(--secondary-color);cursor:pointer;font-family:Pacifico,cursive;font-size:1rem;padding:.5rem 1rem;transition:background-color .3s ease}.btn:hover,button:hover{background-color:var(--accent-color-1)}form{background-color:var(--accent-color-4);box-shadow:0 .125rem .25rem #0000001a;margin:0 auto;max-width:600px;padding:2rem}.form-group{margin-bottom:1rem}label{display:block;font-weight:700;margin-bottom:.5rem}input,select{border:1px solid var(--border-color);border-radius:.25rem;font-size:1rem;padding:.5rem;width:100%}.buttons{justify-content:space-between}.buttons,.contact-buttons{display:flex;margin-top:2rem}.contact-buttons{justify-content:center;margin-bottom:2rem}.contact-buttons button{margin:0 1rem}.process-container{margin:0 auto;max-width:1200px;padding:4rem 2rem}.process-section{align-items:center;display:flex;gap:4rem;margin-bottom:6rem}.process-image{border-radius:12px;box-shadow:0 15px 30px #0000001a;flex:1 1;overflow:hidden;position:relative}.process-image img{height:500px;object-fit:cover;transition:transform .6s ease;width:100%}.process-content{display:flex;flex:1.5 1;flex-direction:column;gap:1.5rem}.process-number{color:#888;font-size:1.2rem;font-weight:600;letter-spacing:2px;text-transform:uppercase}.process-title{color:#1a1a1a;font-size:2.5rem;font-weight:600;padding-bottom:1rem;position:relative}.process-title:after{background-color:#4a90e2;bottom:0;content:"";height:4px;left:0;position:absolute;width:80px}.process-description{color:#555}@media (max-width:1024px){.contact-title{margin:0 0 0 2rem;padding:0}.contact-title,.process-title{font-size:1.75rem}.process-section{flex-direction:column;gap:2rem}.process-image img{height:300px}}.process-section:hover .process-image img{transform:scale(1.05)}body{background:#fff}::selection{background:#ff7979;color:#fff}.timeline-wrapper{margin:50px auto;max-width:1080px;padding:0 20px;position:relative}.timeline-wrapper h1{color:var(--secondary-color);font-size:3rem;padding-bottom:3rem;text-align:left}.timeline-wrapper .timeline-line{background:#000;height:100%;left:50%;position:absolute;top:20px;transform:translateX(-50%);width:4px}.timeline-wrapper .timeline-row{display:flex}.timeline-wrapper .timeline-row-left{justify-content:flex-start}.timeline-wrapper .timeline-row-right{justify-content:flex-end}.timeline-wrapper .timeline-row section{background-position:50%;background-size:cover;padding:20px;position:relative;width:calc(50% - 40px)}.timeline-wrapper .timeline-row section:after{content:"";height:15px;position:absolute;top:28px;transform:rotate(45deg);width:15px;z-index:-1}.timeline-row-left section:after{right:-7px}.timeline-row-right section:after{left:-7px}.timeline-row section .timeline-icon{background:#000;border-radius:50%;box-shadow:0 0 0 4px #0000000d;height:40px;position:absolute;width:40px}.timeline-row-left section .timeline-icon{right:-60px;top:15px}.timeline-row-right section .timeline-icon{left:-60px;top:15px}.timeline-row section .bottom,.timeline-row section .section-details{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:2}.timeline-row section .section-details .section-title{font-size:22px;font-weight:600}.timeline-row section p{margin:10px 0 17px;position:relative;z-index:2}.timeline-row section .bottom a{background:#ff7979;border-radius:5px;color:#fff;font-weight:400;padding:7px 15px;text-decoration:none;transition:all .3s ease}.timeline-row section .bottom a:hover{transform:scale(.97)}.timeline-wrapper .timeline-row section img.timeline-image{border-radius:5px;height:auto;object-fit:cover;width:100%}@media (max-width:790px){.timeline-wrapper .timeline-line{left:40px}.timeline-wrapper .timeline-row{margin:0}.timeline-wrapper .timeline-row section{width:100%}.timeline-row-left section:after{left:-7px}.timeline-row-left section .timeline-icon{left:-60px}.timeline-wrapper h1{font-size:1.75rem;margin-bottom:0;margin-left:0;padding-left:0}}@media (max-width:440px){.timeline-row section .timeline-icon,.timeline-row section:after,.timeline-wrapper .timeline-line{display:none}.timeline-wrapper .timeline-row{margin:0}.timeline-wrapper .timeline-row section{background-position:top;background-size:contain;padding:0}.timeline-row section .section-details .section-title{font-size:18px}.timeline-row section p{font-size:14px}.timeline-row section .bottom a{font-size:14px;padding:0}}.facility{background-color:var(--primary-color);box-shadow:0 4px 8px #0000001a;margin:0 auto;max-width:1080px;padding:2rem}.facility h1{color:var(--secondary-color);font-size:3rem;padding-bottom:1rem;text-align:left}.facility-cards{display:flex;flex-direction:column;gap:2rem}.facility-card{align-items:center;background-color:var(--primary-color);box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:row;gap:3rem;padding:2rem;position:relative;transition:transform .3s ease-in-out}.facility-card:hover{transform:scale(1.05)}.facility-card.alternate{flex-direction:row-reverse}.facility-stats{align-items:center;background-position:50%;background-size:cover;color:var(--primary-color);display:flex;font-size:3rem;height:15rem;justify-content:center;overflow:hidden;position:relative;text-align:center;width:20rem}.facility-stats img{object-fit:cover;z-index:0}.facility-stats img,.facility-stats:before{height:100%;left:0;position:absolute;top:0;width:100%}.facility-stats:before{background-color:#00000080;content:"";z-index:1}.facility-stats-number{align-items:center;display:flex;height:100%;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}.facility-text{flex:1 1;font-size:1.2rem}@keyframes fadeIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.facility-card{flex-direction:column;gap:1rem}.facility-card.alternate{flex-direction:column-reverse}.facility-stats{height:20rem;width:100%}.facility-text{text-align:center}.facility h1{font-size:3rem;margin-bottom:0;margin-left:0;padding-left:0}}@media (max-width:480px){.facility h1{align-self:center;font-size:1.75rem;margin-left:0;padding-left:0}.facility-card{padding:1rem}.facility-stats{height:15rem}.facility-text{font-size:1rem}}.card{background-color:var(--secondary-color);border:1px solid var(--border-color);border-radius:0;box-shadow:none;font-family:Cinzel,serif;padding:1rem;transition:none}.card:hover{box-shadow:none;transform:none}.homepage-image{display:block;height:auto;margin:2rem auto;max-width:100%}.accent-1{background-color:var(--accent-color-1)}.accent-2{background-color:var(--accent-color-2)}.accent-3{background-color:var(--accent-color-3)}.accent-4{background-color:var(--accent-color-4)}@media (max-width:768px){h1,h2{font-size:3rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1rem}.btn,button,h6{font-size:.875rem}.btn,button{padding:.25rem .5rem}.card{padding:.5rem}}@media (max-width:480px){h1{font-size:3rem}h2{font-size:1.75rem}h3{font-size:1.25rem}h4{font-size:1rem}h5{font-size:.875rem}.btn,button,h6{font-size:.75rem}.btn,button{padding:.25rem .5rem}.card{padding:.25rem}}.certifications{background-color:var(--accent-color-4);padding:2rem 0}.certifications h2{color:#000;margin-bottom:2rem;text-align:center}.certification-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.certification-item{align-items:center;background-color:var(--background-color);border:1px solid var(--border-color);box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;max-width:300px;overflow:hidden;text-align:center;transition:transform .3s ease;width:100%}.certification-item:hover{transform:translateY(-10px)}.certification-item img{height:auto;width:100%}.certification-item h3{color:#000;font-size:1rem;margin:1rem 0}.certification-item p{align-items:flex-start;display:flex;flex-grow:1;font-size:1rem;justify-content:center;line-height:1.5;padding:0 1rem 1rem;text-align:center}.products{background-color:#fff;padding:2rem 0}.products h2{color:#000;margin-bottom:2rem;text-align:center}.product-grid{display:flex;flex-direction:column;gap:2rem}.product-item{align-items:center;display:flex;gap:2rem;margin:0 auto;max-width:1200px;width:100%}.product-item:nth-child(2n){flex-direction:row-reverse}.product-item img{height:15rem;object-fit:cover;width:15rem}.product-item .content{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:50%}.product-item h3{color:#000;margin-bottom:1rem}.product-item p{font-size:1rem;line-height:1.5;margin-bottom:1rem}.product-item .btn{align-self:flex-start}.product-mobile-title{display:none}@media (max-width:768px){.product-grid{padding:0 1rem}.product-item,.product-item:nth-child(2n){flex-direction:column;text-align:center}.product-mobile-title{display:block;margin-bottom:1rem;text-align:center;width:100%}.product-desktop-title{display:none}.product-item .content{align-items:center;width:100%}.product-item img{height:auto;margin:1rem 0;max-width:300px;width:100%}.product-item .btn-wrapper{margin-bottom:1rem;margin-top:1rem}.product-item .btn{align-self:center}}@media (max-width:480px){.product-item img{max-width:100%}}body{font-family:Lora,serif;margin:0;overflow-x:hidden;padding:0}.section-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.section-content{align-items:center;display:flex;gap:3rem;margin-bottom:4rem;opacity:0;transform:translateY(50px);transition:opacity .8s ease,transform .8s ease}.section-content.visible{opacity:1;transform:translateY(0)}.section-content:nth-child(2n){flex-direction:row-reverse}.section-image{flex:1 1;overflow:hidden;position:relative}.section-image img{height:500px;object-fit:cover;transition:transform .6s ease;width:100%}.section-text{flex:1 1;padding:0 2rem}.section-title{color:var(--secondary-color);display:inline-block;font-family:Playfair Display,serif;font-size:3rem;margin-bottom:1rem;position:relative}.section-title:after{background-color:var(--accent-color-1);bottom:-10px;content:"";height:3px;left:0;position:absolute;width:50px}.section-description{margin-bottom:1.5rem}.section-btn{background-color:initial;border:2px solid var(--secondary-color);color:var(--secondary-color);display:inline-block;font-family:Pacifico,cursive;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.section-btn:hover{background-color:var(--accent-color-1);border-color:var(--accent-color-1)}.section-content:hover .section-image img{transform:scale(1.1)}@media (max-width:1024px){.section-content,.section-content:nth-child(2n){display:flex;flex-direction:column;gap:2rem;text-align:center}.section-text{align-items:center;display:flex;flex-direction:column;padding:0;width:100%}.section-title{font-size:1.75rem;margin-bottom:2rem;order:-3;width:100%}.section-image{order:-4;width:100%}.section-image img{height:300px}.section-description{margin-top:2rem;order:-2;width:100%}.section-btn{margin-top:1rem;order:-1}.section-title:after{left:50%;transform:translateX(-50%)}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f4f7f6;color:#333;font-family:Inter,sans-serif;line-height:1.6}.values-container{margin:0 auto;max-width:1200px;padding:4rem 2rem}.value-section{align-items:center;display:flex;gap:4rem;margin-bottom:6rem;opacity:0;transform:translateY(50px);transition:all .8s ease}.value-section.visible{opacity:1;transform:translateY(0)}.value-image{border-radius:12px;box-shadow:0 15px 30px #0000001a;flex:1 1;overflow:hidden;position:relative}.value-image img{height:500px;object-fit:cover;transition:transform .6s ease;width:100%}.value-content{display:flex;flex:1.5 1;flex-direction:column;gap:1.5rem}.value-number{color:#888;font-size:1.2rem;font-weight:600;letter-spacing:2px;text-transform:uppercase}.value-title{color:#1a1a1a;font-size:3rem;font-weight:600;padding-bottom:1rem;position:relative}.value-title:after{background-color:#4a90e2;bottom:0;content:"";height:4px;left:0;position:absolute;width:80px}.value-description{color:#555}@media (max-width:1024px){.value-section{flex-direction:column;gap:2rem}.value-image img{height:300px}.value-title{font-size:1.75rem}}@media (max-width:480px){h2{font-size:1.75rem}}.value-section:hover .value-image img{transform:scale(1.05)}.team-title{color:#000;margin-left:2em}.gallery{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:2rem}.gallery-item{box-shadow:0 15px 30px #0000001a;height:20em;overflow:hidden;position:relative;transition:transform .3s ease;width:20em}.gallery-item img{height:100%;object-fit:cover;object-position:top;transition:transform .3s ease;width:100%}.gallery-item:hover img{transform:scale(1.1)}.overlay{background:#000000b3;bottom:0;color:var(--primary-color);left:0;opacity:0;padding:1rem;position:absolute;text-align:center;transition:opacity .3s ease;width:100%}.gallery-item:hover .overlay{opacity:1}.overlay h3{font-size:1.2rem;margin-bottom:.5rem;text-align:center}.overlay p{font-size:1rem}@media (max-width:768px){.team-title{font-size:1.75rem;margin-left:0;text-align:center}.gallery{align-items:center;flex-direction:column;padding:1rem}.gallery-item{height:auto;margin-bottom:1rem;width:100%}.gallery-item img{height:auto}.overlay{background:#000000b3;box-sizing:border-box;padding:1rem;position:relative;text-align:center;width:100%}.gallery-item:hover .overlay,.overlay{opacity:1}}
/*# sourceMappingURL=main.2b288145.css.map*/