.IntroAnimation-module__E4b-pa__container{z-index:9999;background-color:#050505;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.IntroAnimation-module__E4b-pa__logoWrapper{justify-content:center;align-items:center;display:flex;position:relative}.IntroAnimation-module__E4b-pa__logo{border-radius:50%;box-shadow:0 0 30px #d4af374d}
.Header-module__hBw1pG__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;color:#000;background-color:#fffffff2;width:100%;padding:1rem 0;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0000000d}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logoImage{border-radius:50%}.Header-module__hBw1pG__nav{gap:2rem;display:flex}.Header-module__hBw1pG__link{text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:500;position:relative}.Header-module__hBw1pG__link:after{content:"";background-color:var(--primary-gold);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__hBw1pG__link:hover:after{width:100%}@media (max-width:768px){.Header-module__hBw1pG__nav{display:none}}
.Footer-module__S6Hkya__footer{color:#fff;background-color:#1a1a1a;margin-top:auto;padding:2rem 0}.Footer-module__S6Hkya__content{justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__socials{gap:1.5rem;display:flex}.Footer-module__S6Hkya__socialLink{color:#ccc;transition:color .3s}.Footer-module__S6Hkya__socialLink:hover{color:var(--primary-gold)}@media (max-width:768px){.Footer-module__S6Hkya__content{text-align:center;flex-direction:column;gap:1rem}}
.Hero-module__ZARIfG__hero{color:#fff;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__videoBackground{z-index:0;object-fit:cover;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__ZARIfG__overlay{background:linear-gradient(#0000004d,#0009);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:1;text-align:center;max-width:800px;position:relative}.Hero-module__ZARIfG__title{background:linear-gradient(90deg,#d4af37,#fff8dc,#d4af37);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:4rem;line-height:1.2;animation:5s linear infinite Hero-module__ZARIfG__shine,1s .5s backwards Hero-module__ZARIfG__fadeUp}.Hero-module__ZARIfG__highlight{color:inherit;font-style:italic}.Hero-module__ZARIfG__subtitle{opacity:.9;background:linear-gradient(90deg,#fff8dc,#d4af37,#fff8dc);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text;margin-bottom:2.5rem;font-size:1.25rem;animation:5s linear infinite reverse Hero-module__ZARIfG__shine,1s .7s backwards Hero-module__ZARIfG__fadeUp}@keyframes Hero-module__ZARIfG__shine{to{background-position:200%}}.Hero-module__ZARIfG__actions{justify-content:center;gap:1rem;animation:1s .9s backwards Hero-module__ZARIfG__fadeUp;display:flex}.Hero-module__ZARIfG__secondaryBtn{cursor:pointer;color:#fff;border:2px solid #fff;border-radius:4px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.Hero-module__ZARIfG__secondaryBtn:hover{color:#000;background-color:#fff}@keyframes Hero-module__ZARIfG__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:2.5rem}}
.Services-module__dpHhBa__section{background-color:#f9f9f9;padding:5rem 0}.Services-module__dpHhBa__heading{text-align:center;color:var(--primary-teal);margin-bottom:3rem;font-size:2.5rem}.Services-module__dpHhBa__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.Services-module__dpHhBa__card{text-align:center;background:#fff;border-radius:8px;padding:2rem;transition:transform .3s;box-shadow:0 4px 6px #0000000d}.Services-module__dpHhBa__card:hover{transform:translateY(-10px)}.Services-module__dpHhBa__icon{margin-bottom:1rem;font-size:3rem}.Services-module__dpHhBa__title{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem}.Services-module__dpHhBa__description{color:#666;line-height:1.6}
.Gallery-module__3QxX8q__section{background-color:var(--background);padding:5rem 0;overflow:hidden}.Gallery-module__3QxX8q__heading{text-align:center;color:var(--primary-pink);margin-bottom:3rem;font-size:2.5rem}.Gallery-module__3QxX8q__carouselContainer{width:100%;position:relative;overflow:hidden}.Gallery-module__3QxX8q__track{will-change:transform;gap:1.5rem;width:max-content;display:flex}.Gallery-module__3QxX8q__item{border-radius:8px;flex-shrink:0;width:400px;height:300px;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000001a}.Gallery-module__3QxX8q__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Gallery-module__3QxX8q__item:hover .Gallery-module__3QxX8q__image{transform:scale(1.1)}.Gallery-module__3QxX8q__navButton{cursor:pointer;color:#333;z-index:10;opacity:0;pointer-events:none;background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 10px #0003}.Gallery-module__3QxX8q__carouselContainer:hover .Gallery-module__3QxX8q__navButton{opacity:1;pointer-events:auto}.Gallery-module__3QxX8q__navButton:hover{background:#fff;transform:translateY(-50%)scale(1.1)}.Gallery-module__3QxX8q__prevButton{left:20px}.Gallery-module__3QxX8q__nextButton{right:20px}@media (max-width:768px){.Gallery-module__3QxX8q__item{width:300px;height:225px}.Gallery-module__3QxX8q__navButton{width:40px;height:40px;font-size:1.2rem}}
.Testimonials-module__ItA9Ha__section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:5rem 0}.Testimonials-module__ItA9Ha__heading{text-align:center;color:var(--primary-pink);margin-bottom:3rem;font-size:2.5rem}.Testimonials-module__ItA9Ha__testimonialContainer{justify-content:center;align-items:center;gap:2rem;max-width:900px;margin:0 auto;display:flex;position:relative}.Testimonials-module__ItA9Ha__testimonial{text-align:center;background:#fff;border-radius:16px;flex-direction:column;flex:1;justify-content:center;min-height:300px;padding:3rem;display:flex;box-shadow:0 10px 40px #0000001a}.Testimonials-module__ItA9Ha__stars{color:var(--primary-gold);margin-bottom:1.5rem;font-size:1.5rem}.Testimonials-module__ItA9Ha__star{margin:0 .1rem}.Testimonials-module__ItA9Ha__text{color:#333;margin-bottom:2rem;font-size:1.1rem;font-style:italic;line-height:1.8}.Testimonials-module__ItA9Ha__author{margin-top:auto}.Testimonials-module__ItA9Ha__name{color:var(--primary-pink);margin-bottom:.5rem;font-size:1.3rem}.Testimonials-module__ItA9Ha__event{color:#666;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.Testimonials-module__ItA9Ha__navButton{background:var(--primary-pink);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;transition:all .3s;display:flex}.Testimonials-module__ItA9Ha__navButton:hover{background:var(--primary-gold);transform:scale(1.1)}.Testimonials-module__ItA9Ha__navButton:active{transform:scale(.95)}.Testimonials-module__ItA9Ha__dots{justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.Testimonials-module__ItA9Ha__dot{cursor:pointer;background:#ddd;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.Testimonials-module__ItA9Ha__activeDot{background:var(--primary-pink);transform:scale(1.3)}.Testimonials-module__ItA9Ha__dot:hover{background:var(--primary-gold)}@media (max-width:768px){.Testimonials-module__ItA9Ha__heading{font-size:2rem}.Testimonials-module__ItA9Ha__navButton{width:40px;height:40px;font-size:1.5rem}.Testimonials-module__ItA9Ha__testimonial{min-height:250px;padding:2rem}.Testimonials-module__ItA9Ha__text{font-size:1rem}}@media (max-width:480px){.Testimonials-module__ItA9Ha__testimonialContainer{gap:1rem}.Testimonials-module__ItA9Ha__navButton{width:35px;height:35px;font-size:1.3rem}}
.about-module__8TymFG__about{color:#333;background-color:#fff;min-height:100vh;padding:6rem 0}.about-module__8TymFG__container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-module__8TymFG__title{text-align:center;color:#d4af37;font-size:3rem;font-family:var(--font-serif);margin-bottom:3rem}.about-module__8TymFG__intro{text-align:center;color:#555;max-width:800px;margin:0 auto 4rem;font-size:1.2rem;line-height:1.8}.about-module__8TymFG__profiles{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:4rem;display:grid}.about-module__8TymFG__card{text-align:center;background:#fff;border:1px solid #eee;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #0000000d}.about-module__8TymFG__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.about-module__8TymFG__imageWrapper{border:3px solid #d4af37;border-radius:50%;width:150px;height:150px;margin:0 auto 1.5rem;position:relative;overflow:hidden}.about-module__8TymFG__image{object-fit:cover;width:100%;height:100%}.about-module__8TymFG__name{color:#333;margin-bottom:.5rem;font-size:1.5rem}.about-module__8TymFG__role{color:#d4af37;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1rem;font-weight:600}.about-module__8TymFG__bio{color:#666;font-size:1rem;line-height:1.6}@media (max-width:768px){.about-module__8TymFG__title{font-size:2.5rem}.about-module__8TymFG__about{padding:4rem 0}}
.page-module__8IDnjq__main{min-height:100vh;padding:8rem 0 4rem}.page-module__8IDnjq__title{text-align:center;color:var(--primary-pink);margin-bottom:1rem;font-size:3rem}.page-module__8IDnjq__subtitle{text-align:center;color:#666;margin-bottom:3rem;font-size:1.2rem}.page-module__8IDnjq__loading,.page-module__8IDnjq__empty{text-align:center;color:#666;padding:4rem 0;font-size:1.2rem}.page-module__8IDnjq__masonry{column-count:4;column-gap:1.5rem;max-width:1400px;margin:0 auto;padding:2rem 1rem}.page-module__8IDnjq__card{break-inside:avoid;background:#fff;border-radius:12px;margin-bottom:1.5rem;transition:all .3s;overflow:hidden;box-shadow:0 4px 12px #0000001a}.page-module__8IDnjq__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.page-module__8IDnjq__image{object-fit:cover;width:100%;height:auto;display:block}.page-module__8IDnjq__small .page-module__8IDnjq__image{aspect-ratio:4/3}.page-module__8IDnjq__medium .page-module__8IDnjq__image{aspect-ratio:1}.page-module__8IDnjq__large .page-module__8IDnjq__image{aspect-ratio:3/4}.page-module__8IDnjq__xl .page-module__8IDnjq__image{aspect-ratio:9/16}@media (max-width:1200px){.page-module__8IDnjq__masonry{column-count:3}}@media (max-width:768px){.page-module__8IDnjq__masonry{column-count:2}.page-module__8IDnjq__title{font-size:2.5rem}}@media (max-width:480px){.page-module__8IDnjq__masonry{column-count:1}.page-module__8IDnjq__title{font-size:2rem}}
.Contact-module__hcVmEa__section{background-color:#f9f9f9;padding:5rem 0}.Contact-module__hcVmEa__heading{text-align:center;color:var(--primary-teal);margin-bottom:3rem;font-size:2.5rem}.Contact-module__hcVmEa__content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.Contact-module__hcVmEa__subheading{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem}.Contact-module__hcVmEa__list{margin-top:1rem;list-style:none}.Contact-module__hcVmEa__successMessage{color:green;margin-top:1rem;font-weight:700}.Contact-module__hcVmEa__errorMessage{color:red;margin-top:1rem;font-weight:700}.Contact-module__hcVmEa__list li{margin-bottom:1rem;font-size:1.1rem}.Contact-module__hcVmEa__contactLink{color:inherit;border-bottom:1px solid #0000;text-decoration:none;transition:border-color .2s,color .2s}.Contact-module__hcVmEa__contactLink:hover{color:var(--primary-teal);border-bottom-color:currentColor}.Contact-module__hcVmEa__form{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 10px #0000000d}.Contact-module__hcVmEa__formGroup{margin-bottom:1.5rem}.Contact-module__hcVmEa__formGroup label{margin-bottom:.5rem;font-weight:500;display:block}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-family:inherit;transition:border-color .3s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--primary-gold);outline:none}.Contact-module__hcVmEa__googleBadge{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border:1px solid #e8eaed;border-radius:12px;margin-top:2rem;padding:1.25rem;transition:all .3s;box-shadow:0 1px 3px #3c40431a,0 4px 8px #3c40430d}.Contact-module__hcVmEa__googleBadge:hover{transform:translateY(-2px);box-shadow:0 2px 6px #3c404326,0 8px 16px #3c40431a}.Contact-module__hcVmEa__googleLogo{height:24px;margin-bottom:.875rem;display:block}.Contact-module__hcVmEa__rating{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Contact-module__hcVmEa__ratingNumber{color:#1a73e8;font-size:2.25rem;font-weight:500;line-height:1}.Contact-module__hcVmEa__stars{color:#fbbc04;letter-spacing:2px;font-size:1.25rem;line-height:1}.Contact-module__hcVmEa__reviewLink{color:#5f6368;border-bottom:1px solid #0000;padding:.25rem 0;font-size:.875rem;text-decoration:none;transition:all .2s}.Contact-module__hcVmEa__reviewLink:hover{color:#1a73e8;border-bottom-color:#1a73e8}@media (max-width:768px){.Contact-module__hcVmEa__content{grid-template-columns:1fr;gap:2rem}.Contact-module__hcVmEa__rating{gap:.375rem}.Contact-module__hcVmEa__googleBadge{padding:1rem}.Contact-module__hcVmEa__ratingNumber{font-size:1.875rem}}
