@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);*{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:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.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 #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.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:#333;font-family:Dancing Script,cursive;font-size:1.5rem;font-weight:600;text-transform:lowercase}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-link{color:#333;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:after{background:gold;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover{color:gold}.nav-link:hover:after{width:100%}.enquiry-btn{background:gold;border:none;border-radius:30px;box-shadow:0 4px 15px #ffd7004d;color:#333;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease}.enquiry-btn:hover{background:#ffc700;box-shadow:0 6px 20px #ffd70066;transform:translateY(-2px)}.enquiry-btn:active{transform:translateY(0)}@media (max-width:768px){.header{box-shadow:0 2px 8px #0000001a}.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-size:5rem;font-weight:700;line-height:1.1;margin-bottom:1rem;text-shadow:2px 2px 10px #0000004d}.title-main{display:block;font-family:Playfair Display,serif;letter-spacing:2px}.title-sub{display:block;font-family:Dancing Script,cursive;font-size:.7em;margin-top:.5rem}.slide-description{font-size:1.3rem;font-weight:300;margin-bottom:2rem;opacity:.95}.cta-button{background:#fff;border:none;border-radius:30px;box-shadow:0 4px 20px #0003;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:#333;text-decoration:none}.cta-button:hover{box-shadow:0 6px 30px #0000004d;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{background:#ffffff4d;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:#fff;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:#333;font-family:Dancing Script,cursive;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.welcome-content-title .highlight-text{color:#9b59b6;display:block;font-size:1.2em;margin-top:.5rem}.welcome-description{color:#666;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;min-width:120px;transition:all .3s ease}.stat-circle:hover{box-shadow:0 10px 30px #00000040;transform:translateY(-10px) scale(1.05)}.stat-number{font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.9rem;font-weight:500;letter-spacing:1px;opacity:.95;text-transform:uppercase}.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:gold;box-shadow:0 6px 20px #0003;color:gold;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}}.working-process-section{background:linear-gradient(135deg,#f8f4ff,#fff5f5 50%,#f0f9ff);overflow:hidden;padding:5rem 2rem;position:relative}.process-background{background-image:radial-gradient(circle at 10% 20%,#ffb6c126 0,#0000 50%),radial-gradient(circle at 90% 80%,#87ceeb26 0,#0000 50%),radial-gradient(circle at 50% 50%,#ffd7001a 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%,#ffb6c133 0,#0000 40%),radial-gradient(circle at 80% 70%,#87ceeb33 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}.title-part-1{color:#333;font-family:Dancing Script,"cursive",serif;font-weight:600}.title-part-2{background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:15px;box-shadow:0 4px 15px #9333ea4d;color:#fff;font-weight:700;padding:.5rem 2rem}.process-subtitle{color:#666;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:#9333ea;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:linear-gradient(135deg,#ff6b6b,#ff8e53)}.process-card:nth-child(2) .card-icon{background:linear-gradient(135deg,#4ecdc4,#44a08d)}.process-card:nth-child(3) .card-icon{background:linear-gradient(135deg,#a8edea,#fed6e3)}.process-card:nth-child(4) .card-icon{background:linear-gradient(135deg,#ffd89b,#19547b)}.process-card:hover .card-icon{transform:scale(1.1) rotate(5deg)}.card-title{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:1}.card-description{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:#9333ea;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:linear-gradient(135deg,#8b451380,#4682b480);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;text-shadow:2px 2px 8px #00000080}.gallery-hero-subtext{animation:fadeInUp .8s ease-out .2s both;font-family:Dancing Script,"cursive",serif;font-size:4rem;font-weight:600}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.gallery-container{background:#fafafa;margin:0 auto;max-width:1400px;padding:5rem 2rem}.gallery-header{margin-bottom:4rem;text-align:center}.gallery-title{color:#333;display:inline-block;font-size:3rem;font-weight:700;margin-bottom:1rem;position:relative}.gallery-title:after{background:linear-gradient(135deg,#ff6b6b,#9333ea);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.gallery-subtitle{color:#666;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 #ffb6c1;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:#9333ea;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:linear-gradient(180deg,#0000 0,#000000b3);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:#fff;border-radius:30px;box-shadow:0 4px 15px #0003;color:#9333ea;display:inline-block;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:all .3s ease}.gallery-cta-btn:hover{background:#9333ea;box-shadow:0 6px 20px #9333ea66;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}}.decoration-section{background:#f8f9fa;padding:1rem 2rem}.section-container{margin:0 auto;max-width:1400px}.category-section{margin-bottom:5rem;position:relative}.section-title{color:#333;font-size:2.2rem;font-weight:700;margin-bottom:2rem;text-align:center}.carousel-wrapper{align-items:center;display:flex;gap:1rem;position:relative}.cards-carousel{-ms-overflow-style:none;display:flex;flex:1 1;gap:2rem;overflow-x:auto;overflow-y:hidden;padding:.5rem 0;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.cards-carousel::-webkit-scrollbar{display:none}.cards-carousel>*{flex-basis:calc(25% - 1.5rem);flex-grow:0;flex-shrink:0;min-width:280px;scroll-snap-align:start}.carousel-nav-btn{align-items:center;background:#fff;border:2px solid #ddd;border-radius:50%;box-shadow:0 2px 10px #0000001a;color:#333;cursor:pointer;display:flex;flex-shrink:0;height:50px;justify-content:center;transition:all .3s ease;width:50px;z-index:2}.carousel-nav-btn:hover:not(:disabled){background:gold;border-color:gold;box-shadow:0 4px 15px #ffd7004d;color:#fff;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;opacity:0;overflow:hidden;transition:all .3s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.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:#000c;border-radius:5px;color:#fff;font-size:.75rem;font-weight:600;left:10px;letter-spacing:.5px;padding:.4rem .8rem;position:absolute;text-transform:uppercase;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{padding:1.5rem}.card-title{color:gold;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.card-description{color:#666;font-size:.9rem;margin-bottom:1rem}.card-actions{align-items:center;display:flex;gap:0;justify-content:center}.get-quotes-btn{background:#0000;border:2px solid #333;border-radius:25px;color:#333;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{background:#333;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:flex;gap:.5rem;justify-content:center;margin-top:2rem}.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:#333;border-radius:5px;width:30px}.pagination-dots .dot:hover{background:#999}@media (max-width:1200px){.cards-carousel>*{flex-basis:calc(33.333% - 1.33rem);flex-grow:0;flex-shrink:0}}@media (max-width:768px){.decoration-section{padding:2.5rem 1rem}.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:1rem;padding:.3rem 0}.cards-carousel>*{flex-basis:calc(66.67% - 0.5rem);flex-grow:0;flex-shrink:0;max-width:calc(66.67% - .5rem);min-width:calc(66.67% - .5rem)}.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 0}.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}.cards-carousel>*{flex-basis:calc(66.67% - 0.4rem);flex-grow:0;flex-shrink:0;max-width:calc(66.67% - .4rem);min-width:calc(66.67% - .4rem)}.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}}.footer{background:#1a1a1a;color:#fff;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:#fff;font-family:Dancing Script,cursive;font-size:1.8rem;font-weight:600;text-transform:lowercase}.footer-description{color:#ccc;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.social-icons{display:flex;gap:1rem}.social-icon{align-items:center;background:#333;border-radius:50%;color:gold;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-icon:hover{background:gold;color:#1a1a1a;transform:translateY(-3px)}.footer-heading{color:gold;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:#ccc;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:gold;padding-left:5px}.footer-contact{list-style:none;margin:0;padding:0}.footer-contact li{align-items:flex-start;color:#ccc;display:flex;font-size:.95rem;gap:1rem;margin-bottom:1rem}.footer-contact li svg{color:gold;flex-shrink:0;margin-top:2px}.email-contact-item{display:none!important}.map-column{grid-column:span 1}.map-container{border-radius:10px;box-shadow:0 5px 20px #0000004d;height:200px;overflow:hidden;width:100%}.footer-bottom{background:gold;border-top:1px solid #333;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-radius:20px;bottom:2rem;box-shadow:0 4px 20px #00000026;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{background:#20ba5a;box-shadow:0 6px 20px #25d36666;transform:translateY(-2px)}.phone-icon{background:#ff6b6b}.phone-icon:hover{background:#ff5252;box-shadow:0 6px 20px #ff6b6b66;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.63998269.css.map*/