@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600;700&family=Playfair+Display:wght@400;700&family=Inter:wght@300;400;500;600;700&display=swap);:root{--color-lavender:#9fb3df;--color-sky:#9ec6f3;--color-aqua:#bddde4;--color-cream:#fff1d5;--font-section-title:"Playfair Display",serif}*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#bddde4;background:var(--color-aqua)}::-webkit-scrollbar-thumb{background:#9fb3df;background:var(--color-lavender);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#9ec6f3;background:var(--color-sky)}.App{min-height:100vh;overflow-x:hidden;width:100%}*{box-sizing:border-box}body{margin:0;overflow-x:hidden;padding:0}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #9fb3df33;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #9fb3df40}.header-container{justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem}.header-container,.logo{align-items:center;display:flex}.logo{cursor:pointer;gap:.5rem}.logo-icon{align-items:center;display:flex}.logo-text{color:#2b2b2b;font-family:Dancing Script,cursive;font-size:1.5rem;font-weight:600;text-transform:none!important}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-link{color:#5a5a5a;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:after{background:var(--color-lavender);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover{color:var(--color-sky)}.nav-link:hover:after{width:100%}.enquiry-btn{background:var(--color-sky);border:none;border-radius:30px;box-shadow:0 4px 15px #9ec6f366;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease}.enquiry-btn:hover{box-shadow:0 6px 20px #9ec6f380;color:#fff;transform:translateY(-2px)}.enquiry-btn:active{transform:translateY(0)}@media (max-width:768px){.header{box-shadow:0 2px 8px #9fb3df26}.header-container{padding:.75rem 1rem}.nav-menu{display:none}.logo{gap:.4rem}.logo-icon svg{height:32px;width:32px}.logo-text{font-size:1.1rem}.enquiry-btn{font-size:.85rem;padding:.6rem 1.2rem}}@media (max-width:480px){.header-container{padding:.6rem .8rem}.logo-icon svg{height:28px;width:28px}.logo-text{font-size:1rem}.enquiry-btn{font-size:.8rem;padding:.5rem 1rem}}.banner-carousel{height:600px;margin-top:0;overflow:hidden;position:relative}.carousel-container{height:100%;position:relative;width:100%}.carousel-slide{align-items:center;display:flex;justify-content:center;opacity:0;overflow:hidden;transition:opacity 1s ease-in-out}.carousel-slide,.carousel-slide:before{height:100%;left:0;position:absolute;top:0;width:100%}.carousel-slide:before{content:"";z-index:1}.carousel-slide.active{opacity:1;z-index:1}.slide-content{align-items:center;display:flex;justify-content:center;max-width:1200px;padding:2rem;position:relative;width:100%;z-index:2}.slide-text{color:#fff;flex:1 1;position:relative;text-align:center;z-index:3}.slide-title{font-family:var(--font-section-title);font-size:5rem;font-weight:700;line-height:1.1;margin-bottom:1rem;text-shadow:2px 2px 10px #0000004d}.title-main{letter-spacing:2px}.title-main,.title-sub{display:block;font-family:var(--font-section-title)}.title-sub{font-size:.7em;margin-top:.5rem}.slide-description{font-size:1.3rem;font-weight:300;margin-bottom:2rem;opacity:.95}.cta-button{background:var(--color-sky);border:none;border-radius:30px;box-shadow:0 4px 20px #9ec6f366;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.cta-button,.cta-button:hover{color:#fff;text-decoration:none}.cta-button:hover{box-shadow:0 6px 30px #9ec6f380;transform:translateY(-3px)}.carousel-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.carousel-btn:hover{transform:translateY(-50%) scale(1.1)}.carousel-btn.prev{left:2rem}.carousel-btn.next{right:2rem}.carousel-dots{bottom:2rem;display:flex;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.dot{background:#0000;border:2px solid #fff;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dot.active{background:#fff;border-radius:6px;width:30px}@media (max-width:768px){.banner-carousel{height:400px;margin-top:0}.slide-content{padding:1.5rem}.slide-title{font-size:2.5rem}.title-sub{font-size:.65em}.slide-description{font-size:.9rem;margin-bottom:1.5rem}.cta-button{font-size:1rem;padding:.8rem 2rem}.carousel-btn{height:40px;width:40px}.carousel-btn.prev{left:.5rem}.carousel-btn.next{right:.5rem}.carousel-dots{bottom:1rem}.dot{height:8px;width:8px}.dot.active{width:24px}}@media (max-width:480px){.banner-carousel{height:350px}.slide-content{padding:1rem}.slide-title{font-size:2rem}.slide-description{font-size:.85rem;margin-bottom:1rem}.cta-button{font-size:.9rem;padding:.7rem 1.5rem}.carousel-btn{height:35px;width:35px}.carousel-btn svg{height:18px;width:18px}}.welcome-section{background:var(--color-cream);padding:4rem 2rem;position:relative}.welcome-container{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1.5fr 1fr;margin:0 auto;max-width:1400px}.welcome-image-container{border-radius:20px;box-shadow:0 10px 40px #00000026;height:100%;max-width:90%;min-height:450px;overflow:hidden;position:relative}.welcome-image{display:block;height:100%;object-fit:cover;width:100%}.welcome-content{padding:2rem 0}.welcome-content-title{color:#2b2b2b;font-family:var(--font-section-title);font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.welcome-content-title .highlight-text{color:var(--color-lavender);display:block;font-size:1.2em;margin-top:.5rem}.welcome-description{color:#5a5a5a;font-size:1rem;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.stats-container{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2.5rem}.stat-circle{align-items:center;aspect-ratio:1;background:var(--stat-color);border-radius:50%;box-shadow:0 5px 20px #00000026;color:#fff;cursor:pointer;display:flex;flex:1 1;flex-direction:column;justify-content:center;max-width:180px;min-width:130px;overflow:hidden;padding:1rem;text-align:center;transition:all .3s ease}.stat-circle:hover{box-shadow:0 10px 30px #00000040;transform:translateY(-10px) scale(1.05)}.stat-number{font-size:1.6rem;font-weight:700;line-height:1.15;margin-bottom:.35rem;max-width:100%}.stat-label,.stat-number{text-align:center;width:100%;word-break:break-word}.stat-label{font-size:.75rem;font-weight:500;letter-spacing:.5px;line-height:1.2;opacity:.95;text-transform:uppercase}.stat-circle.stat-light-bg{color:#2b2b2b}.scroll-to-top{align-items:center;animation:fadeInUp .5s ease-out;background:#0000;border:2px solid #333;border-radius:8px;bottom:100px;box-shadow:0 4px 15px #0000001a;color:#333;cursor:pointer;display:flex;height:50px;justify-content:center;left:2rem;position:fixed;transition:all .3s ease;width:50px;z-index:999}.scroll-to-top:hover{background:#ffffffe6;border-color:var(--color-lavender);box-shadow:0 6px 20px #9fb3df4d;color:var(--color-lavender);transform:translateY(-3px)}.scroll-to-top:active{transform:translateY(-1px)}@media (max-width:1024px){.welcome-container{gap:2rem;grid-template-columns:1fr}.welcome-image-container{min-height:400px;order:1}.welcome-content{order:2}.stats-container{justify-content:center}}@media (max-width:768px){.welcome-section{padding:2.5rem 1rem}.welcome-container{gap:1.5rem}.welcome-image-container{max-width:100%;min-height:350px}.welcome-content{padding:1rem 0}.welcome-content-title{font-size:1.8rem;margin-bottom:1rem;text-align:center}.welcome-description{font-size:.9rem;line-height:1.7;margin-bottom:1rem;text-align:left}.stats-container{gap:.8rem;justify-content:space-between;margin-top:2rem}.stat-circle{flex-basis:calc(33.333% - 0.6rem);flex-grow:0;flex-shrink:0;min-width:90px}.stat-number{font-size:1.8rem}.stat-label{font-size:.75rem}.scroll-to-top{bottom:90px;height:45px;left:1rem;width:45px}}@media (max-width:480px){.welcome-section{padding:2rem .8rem}.welcome-image-container{border-radius:15px;min-height:280px}.welcome-content-title{font-size:1.5rem}.welcome-description{font-size:.85rem}.stats-container{flex-wrap:wrap;gap:.5rem;justify-content:center}.stat-circle{flex-basis:calc(50% - 0.5rem);flex-grow:0;flex-shrink:0;max-width:120px;min-width:80px}.stat-number{font-size:1.5rem}.stat-label{font-size:.7rem;letter-spacing:.5px}.scroll-to-top{bottom:80px;height:40px;left:.8rem;width:40px}.scroll-to-top svg{height:18px;width:18px}}.decoration-section{background:#fff;padding:1rem 2rem}.section-container{margin:0 auto;max-width:1400px;padding-left:0;padding-right:0}@media (max-width:768px){.section-container{padding-left:0;padding-right:0}}.category-section{margin-bottom:5rem;position:relative}.section-title{color:#2b2b2b;font-family:var(--font-section-title);font-size:2.2rem;font-weight:700;margin-bottom:2rem;text-align:center}.carousel-wrapper{position:relative;width:100%}.cards-carousel{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding:.5rem 0;width:100%}.carousel-nav-btn{display:none}.carousel-nav-btn:hover:not(:disabled){transform:scale(1.1)}.carousel-nav-btn:disabled{cursor:not-allowed;opacity:.3}.carousel-nav-btn:active:not(:disabled){transform:scale(.95)}.decoration-card{animation:fadeInUp .6s ease-out forwards;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;display:flex;flex-direction:column;opacity:0;overflow:hidden;transition:all .3s ease;width:100%}.decoration-card:hover{box-shadow:0 15px 40px #0003;transform:translateY(-10px)}.card-image-container{height:250px;overflow:hidden;position:relative;width:100%}.luxury-badge{background:#0009;border-radius:5px;color:#fff;font-family:Dancing Script,cursive;font-size:.85rem;font-weight:600;left:10px;padding:.4rem .8rem;position:absolute;top:10px;z-index:2}.card-image{background-position:50%;background-size:cover;height:100%;transition:transform .5s ease;width:100%}.decoration-card:hover .card-image{transform:scale(1.1)}.card-overlay{align-items:center;background:#0000;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;transition:background .3s ease}.decoration-card:hover .card-overlay{background:#0000004d}.whatsapp-btn{align-items:center;background:#25d366;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;opacity:0;text-decoration:none;transform:scale(.8);transition:all .3s ease;width:50px}.decoration-card:hover .whatsapp-btn{opacity:1;transform:scale(1)}.whatsapp-btn:hover{transform:scale(1.1)}.card-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.card-title{color:var(--color-lavender);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.card-description{font-size:.9rem;margin-bottom:1rem}.card-actions{align-items:center;display:flex;gap:0;justify-content:center;margin-top:auto}.get-quotes-btn{background:var(--color-sky);border:2px solid var(--color-sky);border-radius:25px;color:#fff;cursor:pointer;display:inline-block;flex:1 1;font-weight:600;padding:.7rem 1rem;text-align:center;text-decoration:none;transition:all .3s ease}.get-quotes-btn:hover{color:#fff;transform:translateY(-2px)}.whatsapp-icon-btn{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:center;padding:.5rem;text-decoration:none;transition:transform .3s ease}.whatsapp-icon-btn:hover{transform:scale(1.2)}.pagination-dots{display:none}.pagination-dots .dot{background:#ddd;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:all .3s ease;width:10px}.pagination-dots .dot.active{background:var(--color-lavender);border-radius:5px;width:30px}.pagination-dots .dot:hover{background:#999}@media (max-width:1200px){.cards-carousel{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.decoration-section{padding:2.5rem 8px}.category-section{margin-bottom:3.5rem}.section-title{font-size:1.6rem;margin-bottom:1.5rem}.carousel-wrapper{gap:.5rem}.carousel-nav-btn{flex-shrink:0;height:38px;width:38px}.carousel-nav-btn svg{height:20px;width:20px}.cards-carousel{gap:.8rem;grid-template-columns:repeat(2,1fr);padding:.3rem 0}.decoration-card{max-width:100%;width:100%}.card-image-container{height:200px}.card-content{padding:1.2rem}.card-title{font-size:1rem}.card-description,.get-quotes-btn{font-size:.85rem}.get-quotes-btn{padding:.6rem .8rem}.pagination-dots{gap:.4rem;margin-top:1.5rem}.pagination-dots .dot{height:8px;width:8px}.pagination-dots .dot.active{width:24px}}@media (max-width:480px){.decoration-section{padding:2rem 8px}.category-section{margin-bottom:3rem}.section-title{font-size:1.4rem;margin-bottom:1.2rem}.carousel-wrapper{gap:.3rem}.carousel-nav-btn{height:32px;width:32px}.carousel-nav-btn svg{height:16px;width:16px}.cards-carousel{gap:.8rem;grid-template-columns:repeat(2,1fr)}.decoration-card{max-width:100%;width:100%}.card-image-container{height:180px}.luxury-badge{font-size:.65rem;padding:.25rem .5rem}.card-content{padding:1rem}.card-title{font-size:.9rem;margin-bottom:.4rem}.card-description{font-size:.8rem;margin-bottom:.8rem}.card-actions{flex-wrap:nowrap;gap:.7rem}.get-quotes-btn{flex:1 1 auto;font-size:.8rem;min-width:0;padding:.55rem .7rem}.whatsapp-icon-btn{flex-shrink:0}.whatsapp-icon-btn svg{height:20px;width:20px}.pagination-dots{margin-top:1.2rem}}.home-card-section{background:#fff;padding:3rem 2rem}.home-card-section--welcomeBaby{background:linear-gradient(180deg,#fff9f5,#fff)}.home-card-section--brideToBe{background:linear-gradient(180deg,#fdf8ff,#fff)}.home-card-section--entertainment{background:linear-gradient(180deg,#f0f9ff,#fff)}.home-card-section--balloonBouquet{background:linear-gradient(180deg,#fff5f5,#fff)}.home-card-section--kidsBirthday{background:linear-gradient(180deg,#fff8e7,#fff)}.home-card-section--babyShower{background:linear-gradient(180deg,#f5f0ff,#fff)}.home-card-section--anniversary{background:linear-gradient(180deg,#fff0f5,#fff)}.home-card-section-container{margin:0 auto;max-width:1400px}.home-card-section-title{color:#2b2b2b;font-family:var(--font-section-title);font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.home-card-section-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);width:100%}@media (max-width:1200px){.home-card-section-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.home-card-section{padding:2rem 1rem}.home-card-section-title{font-size:1.5rem;margin-bottom:1.5rem}.home-card-section-grid{gap:1.5rem;grid-template-columns:1fr}}.working-process-section{background:var(--color-cream);overflow:hidden;padding:5rem 2rem;position:relative}.process-background{background-image:radial-gradient(circle at 10% 20%,#bddde466 0,#0000 50%),radial-gradient(circle at 90% 80%,#9fb3df40 0,#0000 50%),radial-gradient(circle at 50% 50%,#fff1d580 0,#0000 50%)}.process-background,.process-background-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.process-background-overlay{background:radial-gradient(circle at 20% 30%,#9ec6f333 0,#0000 40%),radial-gradient(circle at 80% 70%,#9fb3df33 0,#0000 40%);opacity:.3}.process-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.process-header{margin-bottom:4rem;text-align:center}.process-title{align-items:center;display:flex;flex-wrap:wrap;font-size:3.5rem;font-weight:700;gap:1rem;justify-content:center;margin-bottom:1rem}.process-title,.title-part-1{font-family:var(--font-section-title)}.title-part-1{color:#2b2b2b;font-weight:600}.title-part-2{background:var(--color-sky);border-radius:15px;box-shadow:0 4px 15px #9ec6f366;color:#1a1a1a;font-family:var(--font-section-title);font-weight:700;padding:.5rem 2rem}.process-subtitle{color:#5a5a5a;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));position:relative}.process-card{animation:fadeInUp .6s ease-out forwards;background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 10px 30px #0000001a;opacity:0;padding:2.5rem 2rem;position:relative;text-align:center;transform:translateY(30px);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.process-card:hover{border-color:var(--color-aqua);box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.card-number{color:#f3f4f6;font-size:3rem;font-weight:800;line-height:1;position:absolute;right:1.5rem;top:1rem;z-index:0}.card-icon{align-items:center;border-radius:20px;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;position:relative;transition:all .3s ease;width:80px;z-index:1}.card-icon,.process-card:first-child .card-icon{background:var(--color-lavender)}.process-card:nth-child(2) .card-icon{background:var(--color-sky)}.process-card:nth-child(3) .card-icon{background:var(--color-aqua);color:#2b2b2b}.process-card:nth-child(4) .card-icon{background:var(--color-sky)}.process-card:hover .card-icon{transform:scale(1.1) rotate(5deg)}.card-title{color:#2b2b2b;font-size:1.5rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1}.card-description{color:#5a5a5a;font-size:1rem;line-height:1.6;position:relative;z-index:1}.process-arrow{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 15px #0000001a;color:var(--color-lavender);display:flex;height:40px;justify-content:center;position:absolute;right:-1.5rem;top:50%;transform:translateY(-50%);width:40px;z-index:2}.process-arrow svg{height:20px;width:20px}@media (max-width:1024px){.process-steps{grid-template-columns:repeat(2,1fr)}.process-arrow{display:none}}@media (max-width:768px){.working-process-section{padding:3rem 1.5rem}.process-title{flex-direction:column;font-size:2.5rem;gap:.5rem}.title-part-2{padding:.4rem 1.5rem}.process-subtitle{font-size:1rem}.process-steps{gap:1.5rem;grid-template-columns:1fr}.process-card{padding:2rem 1.5rem}.card-number{font-size:2.5rem;right:1rem;top:.8rem}.card-icon{height:70px;width:70px}.card-icon svg{height:50px;width:50px}.card-title{font-size:1.3rem}.card-description{font-size:.95rem}}@media (max-width:480px){.working-process-section{padding:2.5rem 1rem}.process-title{font-size:2rem}.title-part-2{font-size:1.5rem;padding:.3rem 1.2rem}.process-subtitle{font-size:.9rem}.process-card{padding:1.5rem 1rem}.card-number{font-size:2rem}.card-icon{height:60px;width:60px}.card-icon svg{height:40px;width:40px}.card-title{font-size:1.2rem}.card-description{font-size:.9rem}}.gallery-section{width:100%}.gallery-hero,.gallery-section{overflow:hidden;position:relative}.gallery-hero{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:500px;justify-content:center;text-align:center}.gallery-hero-overlay{background:#9fb3df73;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.gallery-hero-content{padding:2rem;position:relative;z-index:2}.gallery-hero-text{animation:fadeInDown .8s ease-out;font-size:3rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem}.gallery-hero-subtext,.gallery-hero-text{color:#fff;font-family:var(--font-section-title);text-shadow:2px 2px 8px #00000080}.gallery-hero-subtext{animation:fadeInUp .8s ease-out .2s both;font-size:4rem;font-weight:600}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gallery-container{background:#fff;margin:0 auto;max-width:1400px;padding:5rem 2rem}.gallery-header{margin-bottom:4rem;text-align:center}.gallery-title{color:#2b2b2b;display:inline-block;font-family:var(--font-section-title);font-size:3rem;font-weight:700;margin-bottom:1rem;position:relative}.gallery-title:after{background:var(--color-lavender);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.gallery-subtitle{color:#5a5a5a;font-size:1.2rem;margin-left:auto;margin-right:auto;margin-top:1.5rem;max-width:600px}.gallery-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));padding:1rem 0}.gallery-item{animation:fadeInScale .6s ease-out forwards;opacity:0;position:relative;transform:scale(.9)}@keyframes fadeInScale{to{opacity:1;transform:scale(1)}}.gallery-image-wrapper{background:#fff;border:3px solid var(--color-aqua);border-radius:15px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding-bottom:75%;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:100%}.gallery-image-wrapper:hover{border-color:var(--color-sky);box-shadow:0 20px 40px #0003;transform:translateY(-10px)}.gallery-image{background-color:#f0f0f0;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;opacity:0;position:absolute;top:0;transition:transform .5s ease,opacity .3s ease;width:100%}.gallery-image.loaded{opacity:1}.gallery-image-wrapper:hover .gallery-image{transform:scale(1.1)}.gallery-overlay{align-items:flex-end;background:#00000080;display:flex;height:100%;left:0;opacity:0;padding:2rem;position:absolute;top:0;transition:opacity .4s ease;width:100%;z-index:1}.gallery-image-wrapper:hover .gallery-overlay{opacity:1}.gallery-info{color:#fff;transform:translateY(20px);transition:transform .4s ease;width:100%}.gallery-image-wrapper:hover .gallery-info{transform:translateY(0)}.gallery-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:.8rem;padding:.4rem 1rem;text-transform:uppercase}.gallery-item-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px #00000080}.gallery-item-description{color:#ffffffe6;font-size:1rem;line-height:1.5;margin-bottom:1rem}.gallery-cta-btn{background:var(--color-sky);border-radius:30px;box-shadow:0 4px 15px #0003;color:#fff;display:inline-block;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:all .3s ease}.gallery-cta-btn:hover{box-shadow:0 6px 20px #9ec6f373;color:#fff;transform:translateY(-2px)}@media (max-width:1024px){.gallery-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.gallery-hero{height:400px}.gallery-hero-text{font-size:2rem;letter-spacing:1px}.gallery-hero-subtext{font-size:2.5rem}.gallery-container{padding:3rem 1.5rem}.gallery-title{font-size:2.5rem}.gallery-subtitle{font-size:1rem}.gallery-grid{gap:1.5rem;grid-template-columns:1fr}.gallery-image-wrapper{padding-bottom:70%}}@media (max-width:480px){.gallery-hero{height:350px}.gallery-hero-text{font-size:1.5rem}.gallery-hero-subtext{font-size:2rem}.gallery-container{padding:2.5rem 1rem}.gallery-title{font-size:2rem}.gallery-subtitle{font-size:.9rem}.gallery-grid{gap:1rem}.gallery-image-wrapper{border-width:2px}.gallery-item-title{font-size:1.5rem}.gallery-item-description{font-size:.9rem}}.footer{background:#fff;border-top:3px solid var(--color-lavender);color:#2b2b2b;padding:3rem 2rem 1rem;position:relative}.footer-container{margin:0 auto;max-width:1400px}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-column{display:flex;flex-direction:column}.footer-logo{gap:.75rem;margin-bottom:1rem}.footer-logo,.footer-logo-icon{align-items:center;display:flex}.footer-logo-text{color:#2b2b2b;font-family:Dancing Script,cursive;font-size:1.8rem;font-weight:600;text-transform:none!important}.footer-description{color:#5a5a5a;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background:#bddde466;border:2px solid #9fb3df66;border-radius:50%;color:var(--color-lavender);display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-icon:hover{color:var(--color-lavender);transform:translateY(-3px)}.footer-heading{color:var(--color-lavender);font-family:var(--font-section-title);font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#5a5a5a;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--color-sky);padding-left:5px}.footer-contact{list-style:none;margin:0;padding:0}.footer-contact li{align-items:flex-start;color:#5a5a5a;display:flex;font-size:.95rem;gap:1rem;margin-bottom:1rem}.footer-contact li svg{color:var(--color-lavender);flex-shrink:0;margin-top:2px}.email-contact-item{display:none!important}.map-column{grid-column:span 1}.map-container{border:2px solid #bddde499;border-radius:10px;box-shadow:0 5px 20px #9fb3df33;height:200px;overflow:hidden;width:100%}.map-link{color:var(--color-lavender);display:inline-block;font-size:.9rem;font-weight:600;margin-top:.5rem;text-decoration:none;transition:color .2s}.map-link:hover{color:var(--color-sky);text-decoration:underline}.footer-bottom{background:var(--color-lavender);border-top:2px solid #bddde480;color:#1a1a1a;font-weight:600;margin:0 -2rem -1rem;padding:1rem 2rem;text-align:center}.floating-icons-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #bddde480;border-radius:20px;bottom:2rem;box-shadow:0 4px 20px #9fb3df40;padding:1rem;position:fixed;right:2rem;z-index:1000}.floating-icon,.floating-icons{display:flex;gap:.75rem}.floating-icon{-webkit-tap-highlight-color:transparent;align-items:center;animation:pulse 2s infinite;border:none;border-radius:30px;box-shadow:0 4px 15px #00000040;height:50px;justify-content:center;min-width:140px;outline:none;padding:0 1.25rem;text-decoration:none;transition:all .3s ease;width:auto}.floating-icon-text{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.3px;white-space:nowrap}.floating-icon:active,.floating-icon:focus,.floating-icon:visited{border:none;box-shadow:none;outline:none}.floating-icon svg{stroke:none;stroke-width:0;outline:none}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.floating-icon:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.whatsapp-icon{background:#25d366}.whatsapp-icon:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.phone-icon{background:#ff6b6b}.phone-icon:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}@media (max-width:768px){.footer{padding:2.5rem 1rem 1rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-logo{justify-content:center;margin-bottom:1.5rem}.footer-logo-icon svg{height:40px;width:40px}.footer-logo-text{font-size:1.5rem}.footer-description{font-size:.9rem;text-align:center}.social-icons{justify-content:center}.footer-heading{font-size:1.1rem}.footer-heading,.footer-links{text-align:center}.footer-contact{align-items:center}.footer-contact li{flex-wrap:wrap;justify-content:flex-start;text-align:left}.email-contact-item{display:none!important}.map-container{height:180px}.footer-bottom{font-size:.9rem;margin:0 -1rem -1rem;padding:1rem}.floating-icons-container{border-radius:18px;bottom:1rem;padding:.8rem;right:1rem}.floating-icons{gap:.8rem}.floating-icon{border-radius:30px;box-shadow:0 4px 12px #00000040;height:48px;min-width:130px;padding:0 1.2rem}.floating-icon svg{height:20px;width:20px}.floating-icon-text{font-size:.95rem;font-weight:700}}@media (max-width:480px){.footer{padding:2rem .8rem 1rem}.footer-content{gap:1.5rem}.footer-logo-icon svg{height:35px;width:35px}.footer-logo-text{font-size:1.3rem}.footer-description{font-size:.85rem}.social-icon{height:36px;width:36px}.social-icon svg{height:18px;width:18px}.footer-heading{font-size:1rem;margin-bottom:1rem}.footer-links li{margin-bottom:.6rem}.footer-links a{font-size:.9rem}.footer-contact li{font-size:.85rem;justify-content:flex-start;margin-bottom:.8rem;text-align:left}.footer-contact li svg{height:18px;width:18px}.map-container{height:160px}.footer-bottom{font-size:.85rem;margin:0 -.8rem -1rem;padding:.8rem}.floating-icons-container{border-radius:18px;bottom:1rem;left:50%;max-width:calc(100% - 2rem);padding:.75rem;right:auto;transform:translateX(-50%);width:auto}.floating-icons{flex-direction:row;gap:.75rem}.floating-icon{border-radius:30px;box-shadow:0 4px 12px #00000040;height:50px;min-width:130px;padding:0 1.2rem}.floating-icon svg{height:22px;width:22px}.floating-icon-text{font-size:1rem;font-weight:700}}
/*# sourceMappingURL=main.c04933a7.css.map*/