@charset "UTF-8";html{overflow-x:hidden;width:100%;scroll-behavior:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;width:100%;max-width:100%;-webkit-overflow-scrolling:auto}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}html.lenis{-webkit-overflow-scrolling:touch}.lenis.lenis-smooth{touch-action:pan-y}[data-lenis-prevent]{will-change:transform;transform:translateZ(0)}img,video,canvas,iframe{image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast;will-change:auto}*{transition-property:none}*:hover,*:focus,*:active{transition-property:all}.scrolling-active *{animation-play-state:paused!important;transition:none!important}@media(prefers-reduced-motion:reduce){html.lenis{scroll-behavior:auto!important}.lenis.lenis-smooth *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.fourth-section .image-row-inner{will-change:transform;contain:layout style}.scrolling-active .fourth-section .image-row-inner{animation:none!important}#root{width:100%;max-width:100%;overflow-x:hidden}@keyframes navItemSlideIn{0%{transform:translateY(30px) scale(.8);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.navbar{position:absolute;top:0;left:0;right:0;width:100%;z-index:100;padding:1rem 4rem 2rem;box-sizing:border-box;box-shadow:none;background:transparent;overflow:visible;transition:background-color .3s ease,box-shadow .3s ease,position .3s ease}.navbar:before{content:"";position:absolute;inset:0;background:transparent;z-index:-1;pointer-events:none;transition:background-color .3s ease}.navbar.navbar-overlay{position:fixed;top:0;left:0;right:0}.navbar.navbar-overlay:before{background:transparent}.navbar.scrolled{position:fixed;background:#f0eae0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:0 2rem;height:80px}.navbar.scrolled:before{background:#f0eae0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.navbar.scrolled .nav-links .nav-link{color:#333;transition:color .3s ease}.navbar.scrolled .nav-links .nav-link:hover,.navbar.scrolled .nav-links .nav-link.active{color:#000}.navbar.scrolled .hamburger-menu span{background-color:#333}.navbar .navbar-container{position:relative;width:100%;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;z-index:1}.navbar .logo-container .logo-img{width:150px;height:80px;object-fit:contain;flex-shrink:0}.navbar .logo-container .logo-text{font-family:GT America Trial,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.6875rem;font-weight:400;color:#fff;letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;line-height:1.2}.navbar .nav-links{height:100%!important;display:flex;gap:3rem;align-items:center}.navbar .nav-links .nav-link{font-family:GT America Trial,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:400;color:#000;text-decoration:none;text-transform:none;letter-spacing:0px;transition:opacity .3s ease,font-weight .3s ease,color .3s ease;white-space:nowrap}.navbar .nav-links .nav-link:hover,.navbar .nav-links .nav-link.active{font-weight:700}.hamburger-menu{display:none;flex-direction:column;justify-content:space-between;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:8px 4px;margin-left:8px;z-index:1001;border-radius:4px;transition:background-color .2s ease}.hamburger-menu:hover{background-color:#ffffff1a}.hamburger-menu span{width:100%;height:2px;background-color:#fff;border-radius:1px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transform-origin:50% 50%;box-shadow:0 1px 2px #0003}.hamburger-menu span:nth-child(1){transform:translateY(0);background-color:#000}.hamburger-menu span:nth-child(2){transform:translateY(0);background-color:#000}.hamburger-menu span:nth-child(3){transform:translateY(0);background-color:#000}.hamburger-menu.open span:nth-child(1){transform:rotate(46deg) translate(4px,4px)}.hamburger-menu.open span:nth-child(2){opacity:0;transform:translate(0)}.hamburger-menu.open span:nth-child(3){transform:rotate(-47deg) translate(4.5px,-4.5px)}.desktop-nav{display:flex}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#f0eae0;z-index:1000;transform:translate(100%);transition:transform .3s ease-in-out;display:flex;align-items:center;justify-content:center}.mobile-nav-overlay.open{transform:translate(0)}.mobile-nav-overlay.open .mobile-nav-content .mobile-nav-link{transform:translateY(0) scale(1);opacity:1}.mobile-nav-overlay.open .mobile-nav-content .mobile-nav-link:nth-child(1){animation:navItemSlideIn .5s cubic-bezier(.4,0,.2,1) .1s both}.mobile-nav-overlay.open .mobile-nav-content .mobile-nav-link:nth-child(2){animation:navItemSlideIn .5s cubic-bezier(.4,0,.2,1) .2s both}.mobile-nav-overlay.open .mobile-nav-content .mobile-nav-link:nth-child(3){animation:navItemSlideIn .5s cubic-bezier(.4,0,.2,1) .3s both}.mobile-nav-overlay.open .mobile-nav-content .mobile-nav-link:nth-child(4){animation:navItemSlideIn .5s cubic-bezier(.4,0,.2,1) .4s both}.mobile-nav-overlay.open .mobile-nav-content .mobile-nav-link:nth-child(5){animation:navItemSlideIn .5s cubic-bezier(.4,0,.2,1) .5s both}.mobile-nav-overlay .mobile-nav-content{display:flex;flex-direction:column;gap:.75rem;align-items:stretch;text-align:left;width:100%;padding:1rem 1.5rem 2rem}.mobile-nav-overlay .mobile-nav-content .mobile-nav-link{font-size:1.05rem;font-weight:500;color:#222;padding:.85rem .5rem;border-radius:8px;transition:all .4s cubic-bezier(.4,0,.2,1);min-width:160px;border:none;transform:translateY(20px) scale(.9);opacity:0;text-decoration:none;transform:translateY(0) scale(1.02);text-align:center}.mobile-nav-overlay .mobile-nav-content .mobile-nav-link.active{font-weight:700;text-decoration:underline}@media(max-width:1024px){.navbar{padding:1rem 2rem}.navbar .navbar-container{max-width:1200px}.navbar .nav-links{gap:2rem}.navbar .nav-links .nav-link{font-size:.8rem}}@media(max-width:768px){.navbar{padding:.75rem 1.25rem;position:fixed}.navbar:before{background:transparent}.navbar .navbar-container{position:relative}.navbar .logo-container .logo-img{width:120px;height:60px}.navbar .logo-container .logo-text{font-size:.7rem}.navbar .desktop-nav{display:none}.navbar .hamburger-menu{display:flex}.navbar.scrolled{padding:.6rem 1.25rem}.navbar.scrolled .logo-container .logo-img{width:100px;height:50px}}@media(max-width:480px){.navbar{padding:1rem}.navbar .logo-container .logo-img{width:100px;height:50px}.navbar .mobile-nav-overlay .mobile-nav-content{gap:1.25rem}.navbar .mobile-nav-overlay .mobile-nav-content .mobile-nav-link{font-size:1.1rem;padding:.6rem .8rem;min-width:140px}.navbar.scrolled{padding:.5rem 1rem}.navbar.scrolled .logo-container .logo-img{width:90px;height:45px}}.footer{background-color:#f0eae0;padding:0 0 40px;font-family:Phetsarath,sans-serif;display:flex;justify-content:center;align-items:center;width:100%;height:25vh}.footer .footer-content{display:flex;align-items:center;justify-content:space-around;margin:0px 2rem 0px 0px;width:100%;position:relative}.footer .footer-logo{display:flex;justify-content:center}.footer .footer-logo img{height:auto;max-width:200px;width:100%}.footer .footer-nav{display:flex;justify-content:center;align-items:center;gap:7rem;margin-bottom:4rem;flex-wrap:wrap}.footer .footer-nav .nav-link{color:#333;text-decoration:none;font-size:16px;font-weight:400;letter-spacing:.5px;transition:color .3s ease;font-family:Phetsarath,sans-serif}.footer .footer-nav .nav-link:hover{color:#b58b61}.footer .footer-bottom{position:relative}.footer .footer-social{display:flex;justify-content:center;align-items:center;gap:2.5rem}.footer .footer-social .social-link{display:flex;align-items:center;justify-content:center}.footer .footer-social .social-link img{width:30px;height:30px;object-fit:contain}.footer .footer-copyright{font-size:14px;font-weight:400;font-family:Phetsarath,sans-serif}@media(max-width:768px){.footer{padding:40px 20px 60px}.footer .footer-content{padding:0 10px}.footer .footer-logo img{max-width:180px}.footer .footer-nav{gap:15px;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}.footer .footer-nav .nav-link{font-size:14px;padding:8px 12px;min-width:80px;text-align:center}.footer .footer-social{gap:20px;margin-bottom:30px}.footer .footer-social .social-link{width:40px;height:40px;border-radius:50%;background-color:#b58b611a;transition:background-color .3s ease}.footer .footer-social .social-link:hover{background-color:#b58b6133}.footer .footer-social .social-link img{width:20px;height:20px}.footer .footer-copyright{margin-top:30px;font-size:12px;text-align:center;color:#666;line-height:1.4}}@media(max-width:480px){.footer{padding:30px 15px 50px}.footer .footer-content{padding:0 5px;flex-direction:column;align-items:center;justify-content:center;gap:20px}.footer .footer-logo img{max-width:150px}.footer .footer-nav{gap:12px;margin-bottom:2.5rem}.footer .footer-nav .nav-link{font-size:13px;padding:6px 10px;min-width:70px}.footer .footer-social{gap:15px;margin-bottom:0}.footer .footer-social .social-link{width:30px;height:30px}.footer .footer-social .social-link img{width:18px;height:18px}.footer .footer-copyright{margin-top:10px;font-size:11px;line-height:1.3}}.image-skeleton{background:linear-gradient(90deg,#e8e8e8,#f0f0f0,#e8e8e8);background-size:200% 100%;animation:image-skeleton-shimmer 1.2s ease-in-out infinite;border-radius:4px}.image-skeleton--hero{width:100%;height:100%;min-height:100vh;border-radius:0}.image-skeleton--gallery-item{width:100%;min-width:280px;aspect-ratio:4/3;flex-shrink:0}.gallery-skeleton-row{display:flex;gap:1rem;overflow:hidden;width:100%;padding:0 1rem}.hero-banner--skeleton .slide--skeleton{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;background:transparent}.hero-banner--skeleton .slide--skeleton:before{display:none}@keyframes image-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hero-banner{position:relative;width:100%;height:100vh;overflow:hidden;background-color:#f5f5f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slides-container{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1.2s ease-in-out,filter .8s ease-out,transform .8s ease-out;will-change:opacity,filter,transform}.slide:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,#fff 0% 1%,#ffffff05 30%,#dce0e100);pointer-events:none;z-index:2}.slide.active{opacity:1;z-index:1}.slide.blurred{filter:blur(20px);transform:scale(1.05)}.slide.loaded{filter:blur(0);transform:scale(1)}.pagination-controls{position:absolute;bottom:2rem;left:0;right:0;z-index:99;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;pointer-events:none}.pagination-controls .prev-btn{pointer-events:all;background:transparent;border:none;cursor:pointer;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center}.pagination-controls .prev-btn:hover{opacity:.7}.pagination-controls .prev-btn .arrow-svg{width:80px;height:10px;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.pagination-controls .pagination-info{display:flex;flex-direction:column;align-items:flex-end;gap:.375rem;pointer-events:all}.pagination-controls .pagination-info .current-slide{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:400;color:#fff;line-height:1;letter-spacing:0px}.pagination-controls .pagination-info .pagination-bottom{display:flex;flex-direction:column;align-items:center;gap:.625rem}.pagination-controls .pagination-info .pagination-bottom .total-slides{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:400;color:#fff;line-height:1;letter-spacing:0px}.pagination-controls .pagination-info .pagination-bottom .next-btn{background:transparent;border:none;cursor:pointer;padding:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;margin-left:.25rem}.pagination-controls .pagination-info .pagination-bottom .next-btn:hover{opacity:.7}.pagination-controls .pagination-info .pagination-bottom .next-btn .arrow-svg{width:80px;height:10px;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}@media(max-width:768px){.pagination-controls{padding:0 1.5rem;bottom:2rem}.pagination-controls .pagination-info .current-slide,.pagination-controls .pagination-info .total-slides{font-size:1.2rem}}@media(max-width:480px){.hero-banner{height:95vh}}.first-section{width:100%;height:102vh;background-color:#f0eae0;display:flex;align-items:center;justify-content:center;padding:8rem 4rem 5rem;box-sizing:border-box;position:relative}.first-section-left{flex:3;height:100%;position:relative}.first-section-left img{position:absolute;bottom:0;left:0;width:90%;height:100%;object-fit:cover}.first-section-top{position:absolute;padding-top:5rem;top:0;left:0;width:100%;height:100%}.first-section-top .top-content{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;margin-top:2rem}.first-section-top .top-content img{position:absolute;left:23%;top:50px;width:55%;object-fit:contain;object-position:center}.first-section-middle{flex:3;height:100%;display:flex;align-items:flex-end;justify-content:flex-end;overflow:visible;font-family:Times New Roman,Times,serif!important;color:#454a54d4;font-weight:300!important;font-size:1.1rem;letter-spacing:.01em;line-height:2;text-align:justify}.first-section-middle .middle-content{height:55%}.first-section-middle .middle-content div{white-space:pre-line}.first-section-right{flex:2.5;height:100%;display:flex;align-items:flex-end;justify-content:flex-end;overflow:visible}.first-section-right .right-image-wrapper{position:relative;height:68%;width:90%;display:inline-block;overflow:visible;bottom:-40px}.first-section-right .right-image-wrapper img{height:100%;width:100%;object-fit:cover;position:relative;z-index:2}.first-section-right .right-image-wrapper .corner-svg{position:absolute;top:-70px;left:-80px;width:90px;height:99px;object-fit:contain;z-index:1;pointer-events:none;opacity:.5}@media(min-width:1600px){.first-section{padding:8rem 8rem 5rem}.first-section-left{flex:3}.first-section-middle{margin:0rem 3rem 0rem 2rem;font-size:1.1rem}}.specificati{margin-top:40px}@media(max-width:1600px){.first-section{padding:5rem 3rem}.first-section-middle{font-size:1rem;line-height:1.8}.first-section-left{flex:3}.first-section-right{flex:2;height:95%}}@media(max-width:1440px){.specificati{margin-top:20px}.first-section-middle{line-height:1.4;margin:0 20px}}@media(max-width:1440px){.first-section{padding:5rem 3rem}.first-section-middle{font-size:.9rem;line-height:1.8}.first-section-left{flex:2.9}.first-section-right{flex:2;height:90%}.first-section-top .top-content img{top:-3px}}@media(max-width:1200px){.first-section{padding:3rem 2.5rem}.first-section-middle{font-size:1rem;line-height:1.6;flex:3.5}.first-section-left{flex:3}.first-section-right{flex:2.5}.first-section-top .top-content img{width:50%;left:23%}}@media(max-width:1024px){.first-section-top .top-content{margin-top:0}.first-section{padding:3rem 2rem;height:auto;min-height:100vh}.first-section-middle{font-size:.95rem;line-height:1.5;flex:4;margin:145px 1rem 0}.first-section-middle .middle-content{height:60%}.first-section-left{flex:3;height:50vh;min-height:400px}.first-section-right{flex:2.5;height:50vh;min-height:400px}.first-section-right .right-image-wrapper{height:75%;width:80%;bottom:-20px}.first-section-right .right-image-wrapper .corner-svg{width:70px;height:80px;top:-50px;left:-60px}.first-section-top .top-content img{width:45%;left:21.5%}}@media(max-width:768px){.first-section{flex-direction:column;height:auto;min-height:100vh;padding:5rem 1.5rem 3rem;gap:0rem}.first-section-left,.first-section-middle,.first-section-right{flex:none;width:100%}.first-section-left{height:45vh;min-height:350px;order:1;margin-bottom:2rem}.first-section-left img{position:relative;width:100%;height:100%;object-fit:cover}.first-section-middle{order:2;height:auto;font-size:.9rem;line-height:1.6;margin:0;padding:0}.first-section-middle .middle-content{height:auto;padding:1rem 0}.first-section-right{height:45vh;min-height:350px;order:2;margin-bottom:2rem}.first-section-right .right-image-wrapper{height:80%;width:85%;bottom:-15px}.first-section-right .right-image-wrapper .corner-svg{width:60px;height:70px;top:-40px;left:-50px}.first-section-top{position:relative;order:0;margin-bottom:2rem;padding-top:0}.first-section-top .top-content img{width:60%;left:20%;position:relative}}@media(max-width:640px){.first-section{padding:2.5rem 1rem;gap:1.5rem}.first-section-left,.first-section-right{height:40vh;min-height:300px;margin-bottom:1.5rem}.first-section-middle{font-size:.85rem;line-height:1.5}.first-section-middle .middle-content{padding:.5rem 0}.first-section-top{margin-bottom:1.5rem}.first-section-top .top-content img{width:70%;left:15%}.first-section-right .right-image-wrapper{height:85%;width:90%}.first-section-right .right-image-wrapper .corner-svg{width:50px;height:60px;top:-30px;left:-40px}}@media(max-width:480px){.first-section{padding:4rem 1rem 1rem;gap:1rem}.first-section-left,.first-section-right{height:35vh;min-height:250px;margin-bottom:1rem}.first-section-middle{font-size:.8rem;line-height:1.4;padding:0 .5rem}.first-section-middle .middle-content{padding:.5rem 0}.first-section-top{margin-bottom:1rem}.first-section-top .top-content img{width:100%;left:0%}.first-section-right .right-image-wrapper{height:100%;width:100%;bottom:-10px}.first-section-right .right-image-wrapper .corner-svg{width:40px;height:50px;top:-20px;left:-30px}}@media(max-width:360px){.first-section{padding:1.5rem 1rem}.first-section-middle{font-size:.75rem;line-height:1.3;padding:0 .25rem}.first-section-middle .middle-content{padding:.25rem 0}.first-section-left,.first-section-right{height:30vh;min-height:200px;margin-bottom:.75rem;display:block}.first-section-top{margin-bottom:.75rem}.first-section-top .top-content img{width:100%;left:0%}}.second-section{--app-header-height: 80px;--second-pad-x: clamp(1rem, 3.4vw, 4rem);--second-pad-y: clamp(2.5rem, 8vh, 6rem);--second-content-gap: clamp(2rem, 5vh, 6rem);--second-photo-gap: clamp(.75rem, 1.2vw, 1rem);width:100%;height:calc(100dvh - var(--app-header-height));min-height:calc(100dvh - var(--app-header-height));max-height:calc(100dvh - var(--app-header-height));background-color:#f0eae0;display:flex;align-items:center;justify-content:center;padding:var(--second-pad-y) var(--second-pad-x);box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}.second-section-content{width:100%;max-width:1400px;display:flex;flex-direction:column;align-items:center;gap:var(--second-content-gap);height:100%;min-height:0}.text-container{text-align:center;display:flex;flex-direction:column;gap:.75rem}.second-section .main-heading{font-family:Beauty Ballerina,serif!important;font-size:clamp(2rem,1.45rem + 1.9vw,3.5rem);font-weight:400;color:#2a2a2a;margin:0;padding:0;line-height:1.2;letter-spacing:.03em;text-transform:uppercase}.sub-heading{font-family:Times New Roman,serif!important;font-size:clamp(.74rem,.65rem + .28vw,1.1rem)!important;color:#979797!important;margin:.75rem auto 0;max-width:min(72rem,92vw);text-transform:capitalize!important;line-height:1.5;font-weight:200;text-align:center;letter-spacing:1px}.photos-container{width:100%;display:flex;gap:var(--second-photo-gap);justify-content:center;align-items:stretch;flex-wrap:nowrap;flex:0 1 auto;min-height:0}.photo-wrapper{position:relative;flex:1 1 0;max-width:25%;aspect-ratio:3/4;overflow:hidden;height:100%;max-height:100%}.photo-wrapper:hover .couple-photo{transform:scale(1.02)}.couple-photo{width:100%;height:100%;object-fit:cover;object-position:top;display:block;box-sizing:border-box;transition:transform .4s cubic-bezier(.4,0,.2,1)}@media(max-width:1440px){.second-section-content{max-width:1000px}.second-section{--second-pad-x: clamp(1rem, 3vw, 3rem);--second-content-gap: clamp(2rem, 4vh, 4rem)}.sub-heading{font-size:clamp(.7rem,.62rem + .22vw,.88rem)!important;max-width:min(58rem,90vw)}}@media(max-width:1200px){.second-section{--second-pad-x: clamp(1rem, 2.6vw, 2.25rem);--second-pad-y: clamp(2rem, 5vh, 3.5rem);--second-content-gap: clamp(1.75rem, 3.5vh, 3rem)}.second-section .main-heading{font-size:clamp(1.85rem,1.35rem + 1.55vw,2.5rem)}.sub-heading{font-size:clamp(.66rem,.6rem + .2vw,.78rem)!important;line-height:1.45;max-width:min(50rem,92vw)}.photo-wrapper{max-width:24%}}@media(max-height:860px){.second-section{--second-pad-y: clamp(1.25rem, 3.5vh, 2.5rem);--second-content-gap: clamp(1.25rem, 3vh, 2.5rem)}.sub-heading{line-height:1.4}}@media(max-height:760px){.second-section{--second-pad-y: 1.1rem;--second-content-gap: 1.25rem}.second-section{overflow:visible;max-height:100%!important;min-height:auto;height:auto}.second-section .main-heading{font-size:clamp(1.6rem,1.2rem + 1.1vw,2.2rem)}.sub-heading{font-size:clamp(.6rem,.54rem + .2vw,.74rem)!important;margin-top:.35rem}}@media(max-width:1024px){.photos-container{flex-wrap:wrap;gap:1.25rem}.photo-wrapper{flex:1 1 calc(50% - .625rem);max-width:calc(50% - .625rem);aspect-ratio:4/5}.sub-heading{font-size:clamp(.62rem,.56rem + .18vw,.72rem)!important;line-height:1.42}}@media(max-width:768px){.second-section{--second-pad-x: clamp(.9rem, 2.8vw, 1.5rem);--second-pad-y: clamp(1.75rem, 4.5vh, 3rem);--second-content-gap: clamp(1.5rem, 3vh, 2.5rem)}.second-section .main-heading{font-size:clamp(1.55rem,1.1rem + 1.4vw,2rem);line-height:1.1}.sub-heading{font-size:clamp(.58rem,.53rem + .16vw,.66rem)!important;margin-top:.5rem;max-width:95vw;line-height:1.4}}@media(max-width:640px){.photos-container{flex-direction:column;align-items:center;gap:1rem}.photo-wrapper{flex:none;width:min(84vw,320px);max-width:min(84vw,320px);aspect-ratio:3/4}.sub-heading{font-size:clamp(.54rem,.5rem + .14vw,.6rem)!important}}@media(max-width:420px){.second-section{--second-pad-x: .75rem;--second-pad-y: 1.5rem;--second-content-gap: 1.25rem}.second-section .main-heading{font-size:clamp(1.35rem,1.08rem + 1vw,1.65rem)}.sub-heading{font-size:clamp(.5rem,.47rem + .12vw,.56rem)!important;letter-spacing:.6px}}.fourth-section{height:100vh;width:100%;background-color:#f0eae0;display:flex;align-items:center;overflow:hidden;position:relative}.fourth-section-container{width:100%;display:flex;flex-direction:column;gap:.25rem}.first-row,.second-row{height:35vh;min-height:280px}.image-item img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}@media(max-width:1400px){.image-item{width:20%;min-width:20%}.fourth-section{height:80vh!important}}@media(max-width:1200px){.image-item{width:25%;min-width:25%}.first-row,.second-row{min-height:280px}}@media(max-width:968px){.image-item{width:33.3333333333%;min-width:33.3333333333%}.first-row,.second-row{min-height:200px}}@media(max-width:640px){.image-item{width:50%;min-width:50%}.first-row,.second-row{min-height:180px}}@media(max-width:360px){.fourth-section{height:auto;padding:32px 0}}.fourth-slider-section{width:100%;background-color:#f0eae0;padding:6rem 0rem;position:relative;overflow:visible;display:flex;justify-content:center}.fourth-slider-wrapper{width:100%;max-width:1200px;position:relative;display:flex;align-items:center}@media(max-width:1440px){.fourth-slider-wrapper{max-width:79%}}@media(max-width:1200px){.fourth-slider-wrapper{max-width:90%}}.fourth-slider-container{width:100%;overflow:hidden;position:relative;touch-action:pan-y;cursor:pointer}.fourth-slider-click-area{position:absolute;top:0;height:100%;width:50%;z-index:5}.fourth-slider-click-left{left:0}.fourth-slider-click-right{right:0}.fourth-slider-track{display:flex;height:65vh;width:100%;will-change:transform;backface-visibility:hidden}.fourth-slider-slide{display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box;flex:0 0 auto}.fourth-slider-slide-content{width:auto;height:100%;overflow:hidden;border-radius:0;background-color:#e8e1d8;box-sizing:border-box;transition:box-shadow .3s ease}.fourth-slider-slide-content:hover{box-shadow:0 4px 12px #0000001a}.fourth-slider-slide-content img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;transition:transform .3s ease}.fourth-slider-button{position:absolute;top:50%;transform:translateY(-50%);width:70px;height:65px;border:none;font-size:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;font-weight:300;color:#fff!important;line-height:40px;background-color:#0000001f;display:inline-block;padding:10px;transition:background-color .2s cubic-bezier(.25,.46,.45,.94)}.fourth-slider-button:hover{background-color:#0000003d}.fourth-slider-button:focus{outline:none!important;outline-offset:0px!important}.fourth-slider-button:active{transform:translateY(-50%) scale(.95)}.fourth-slider-button-next{right:0}.fourth-slider-indicators,.fourth-slider-indicator{display:none}.fourth-slider-loading,.fourth-slider-error,.fourth-slider-empty{display:flex;align-items:center;justify-content:center;height:400px;font-family:Times New Roman,serif;font-size:1.1rem;color:#48494c;text-align:center}.fourth-slider-loading p,.fourth-slider-error p,.fourth-slider-empty p{margin:0}.fourth-slider-error p{color:#b71c1c;margin:0;font-size:1rem}.fourth-slider-error{background-color:#ffe8e8;color:#b71c1c}.fourth-slider-error p{color:#b71c1c}.fourth-slider-button:focus{outline:2px solid #48494c;outline-offset:2px}@media(max-width:1440px){.fourth-slider-section{padding:2rem 0rem}}@media(max-width:460px){.fourth-slider-button{line-height:0px;font-size:20px;width:36px;height:36px}}.fifth-section{width:100%;min-height:90vh;background-color:#f0eae0;display:flex;justify-content:center;padding:1.5rem 5rem 7rem;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-container{display:flex;flex-direction:column;margin-bottom:50px}.fifth-section .main-heading{font-family:Beauty Ballerina;font-size:3.5rem;font-weight:400;color:#2a2a2a;margin:0;padding:0;line-height:1.25;letter-spacing:.03em;text-transform:uppercase}.blogs-container{width:100%;display:flex;justify-content:space-between;align-items:center;position:relative;min-height:350px;overflow:hidden;overflow-x:hidden}@media(min-width:768px){.blogs-container{min-height:400px}}.blogs-container.blogs-container-mobile{justify-content:center;min-height:280px}@media(min-width:480px){.blogs-container.blogs-container-mobile{min-height:320px}}.blog-item{flex:1;width:20%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;position:relative;opacity:1;transition:transform .8s cubic-bezier(.4,0,.2,1),width .8s cubic-bezier(.4,0,.2,1),height .8s cubic-bezier(.4,0,.2,1);will-change:transform;flex-shrink:0}.blog-item.blog-item-mobile{flex:none;width:100%;max-width:300px;gap:1rem;animation:slideInFromRight 1.2s cubic-bezier(.25,.46,.45,.94) forwards;transform-style:preserve-3d;backface-visibility:hidden}.blog-item.blog-item-mobile[data-slide-direction=left]{animation:slideInFromLeft 1.2s cubic-bezier(.25,.46,.45,.94) forwards}.blog-item.blog-item-mobile[data-slide-direction=right]{animation:slideInFromRight 1.2s cubic-bezier(.25,.46,.45,.94) forwards}@media(min-width:480px){.blog-item.blog-item-mobile{max-width:350px}}.fifth-section-content{width:100%;max-width:1400px;display:flex;flex-direction:column;align-items:center;gap:1rem}.blog-item-position-1{z-index:2}.blog-item-position-0,.blog-item-position-2{z-index:1}.blog-image-container{display:flex;flex-direction:column;align-items:center;width:100%}.blog-image{height:200px!important;width:70%;object-fit:cover;display:block;aspect-ratio:3/4!important;border-radius:0!important;align-self:center;transition:all .8s cubic-bezier(.4,0,.2,1);will-change:transform,filter}@media(min-width:480px){.blog-image{height:250px!important;width:65%}}@media(min-width:768px){.blog-image{height:25%!important;width:60%}}.blog-image-middle{height:35%!important;width:80%!important}@media(min-width:768px){.blog-image-middle{height:35%!important;width:80%!important}}.blog-image.blog-image-mobile{height:240px!important;width:100%;max-width:240px}@media(min-width:480px){.blog-image.blog-image-mobile{height:280px!important;max-width:280px}}@media(min-width:768px){.blog-image.blog-image-mobile{height:25%!important;width:60%;max-width:none}}.blog-caption{margin-top:.5rem;font-family:GT America Trial,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:400;color:#545454;padding:0;letter-spacing:.02em;line-height:1.5;width:70%;text-align:center}@media(min-width:768px){.blog-caption{width:60%;text-align:left}}.blog-image-container:has(.blog-image-middle) .blog-caption{width:80%}@media(max-width:1600px){.fifth-section .main-heading{font-size:3rem!important}.fifth-section{padding:0 0 100px!important}}@media(max-width:1400px){.fifth-section{padding:50px 0!important}.text-container{margin-bottom:10px!important}.fifth-section .main-heading{font-size:2.5rem!important}.fifth-section-content{max-width:1000px}}@media(max-width:1024px){.fifth-section-content{gap:0px}}@media(max-width:767px){.fifth-section{min-height:auto!important;padding:2rem 1.5rem 3rem!important}.fifth-section .main-heading{font-size:1.6rem!important}.fifth-section-content{gap:24px}.text-container{margin-bottom:0}.blogs-container{flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;min-height:auto;overflow:visible}.blog-item{width:100%;transform:none!important}.blog-image,.blog-image-middle{height:280px!important;width:75%!important}.blog-image-container:has(.blog-image-middle) .blog-caption{width:75%}.blog-caption{width:75%;text-align:center}}.sixth-bg-fixed{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out;will-change:opacity}.sixth-bg-fixed .sixth-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center bottom}.sixth-section{width:100%;height:80vh;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;background-color:transparent}@media(max-width:768px){.sixth-section{height:auto;min-height:100vh;padding:2rem 1rem}}@media(max-width:480px){.sixth-section{padding:1.5rem 1rem;min-height:90vh}}.review-content{text-align:center;color:#fff;max-width:900px;position:relative;z-index:1;display:flex;flex-direction:column;gap:2rem}@media(max-width:768px){.review-content{gap:1.5rem;padding:0 1rem}}@media(max-width:480px){.review-content{gap:1rem;padding:0 .5rem}}.review-text{font-family:EB Garamond,serif;font-size:1.3rem;font-weight:400;line-height:1.6;margin:0;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);animation:fadeIn .5s ease-in-out}.review-author{text-align:right;font-family:EB Garamond,serif;font-size:1.1rem;font-weight:400;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);animation:fadeIn .5s ease-in-out}@media(max-width:768px){.review-text{font-size:1.2rem;letter-spacing:.1em;line-height:1.5}.review-author{font-size:1rem;letter-spacing:.1em}}@media(max-width:480px){.review-text{font-size:1rem;letter-spacing:.05em;line-height:1.4}.review-author{font-size:.9rem;letter-spacing:.05em}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.carousel-arrow-container{position:absolute;bottom:2rem;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;z-index:1;box-sizing:border-box}.carousel-arrow{background:transparent;border:none;cursor:pointer;z-index:1;transition:transform .2s ease}.carousel-arrow:hover{transform:scale(1.1)}.carousel-arrow img{width:80px;height:10px}@media(max-width:768px){.carousel-arrow-container{bottom:1.5rem;padding:0 1.5rem}.carousel-arrow img{width:60px;height:8px}}@media(max-width:480px){.carousel-arrow-container{bottom:1rem;padding:0 1rem}.carousel-arrow img{width:50px;height:7px}}.seventh{background:#f0eae0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden}.seventh__wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center;padding:100px 50px 0}.seventh__grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2px}.seventh__grid .col{display:flex;flex-direction:column;gap:26px;height:230px;overflow:hidden}.seventh__grid img{width:100%;height:100%;object-fit:cover;display:block}.seventh__content{display:flex;flex-direction:column;justify-content:center;align-items:center}.seventh__content h2{font-family:Beauty Ballerina;font-size:3rem;font-weight:900;color:#1e1e1e;margin-bottom:22px;letter-spacing:2px;font-weight:400}.seventh__content p{font-family:Phetsarath,sans-serif;font-size:.875rem;margin:0}.seventh__social{display:flex;align-items:center;font-family:Comfortaa;gap:40px;padding:50px 50px 80px}.col img{cursor:pointer}.seventh__social span{font-size:17px;letter-spacing:2px;color:#abb0ba;display:block;margin-bottom:6px;font-weight:500;text-align:center}.seventh__social a{font-size:17px;color:#1e1e1e;text-decoration:none;display:flex;cursor:pointer;text-align:center}.Frame-icon{width:21px}@media(max-width:1600px){.seventh__content h2{font-size:2.9rem}}@media(max-width:1440px){.seventh{height:auto;min-height:90vh;padding:0}.seventh__wrapper{max-width:1000px;gap:0px;padding:100px 20px 40px;height:auto}.seventh__grid .col{max-height:500px;height:150px}.seventh__grid .col:last-child img{height:233px!important}.seventh__content h2{font-size:2rem}.seventh__content p{font-size:.75rem;margin:0!important}.Frame-icon{width:15px}.seventh__social span,.seventh__social a{font-size:13px}}@media(max-width:1024px){.seventh__grid .col{height:130px}.seventh__content h2{font-size:1.7rem}}@media(max-width:768px){.seventh{height:auto;min-height:100vh;padding:60px 0}.seventh__wrapper{grid-template-columns:1fr;gap:40px;padding:0 20px;height:auto}.seventh__grid{grid-template-columns:1fr 1fr;gap:3px;order:2}.seventh__grid .col{gap:5px;max-height:none;flex-direction:row}.seventh__grid .col.center{height:auto!important}.seventh__grid .col.center img{height:400px!important;max-height:400px!important}.seventh__grid .col:first-child img,.seventh__grid .col:last-child img{height:200px!important;max-height:200px!important}.seventh__content{order:1;text-align:center;padding:20px 0}.seventh__content h2{font-size:2.2rem;margin-bottom:20px;letter-spacing:1px}.seventh__content p{font-size:1rem;line-height:1.6;max-width:90%;margin:0 auto 30px}.seventh__social{flex-direction:column;gap:20px;padding:30px 20px 40px}.seventh__social span{font-size:14px;letter-spacing:1px}.seventh__social a{font-size:16px;justify-content:center}.Frame-icon{width:18px}.divider{display:none}}@media(max-width:480px){.seventh{padding:40px 0}.seventh__wrapper{gap:30px;padding:0 15px}.seventh__grid{gap:3px}.seventh__content h2{font-size:1.8rem;margin-bottom:15px}.seventh__content p{font-size:.7rem!important;max-width:95%}.seventh__social{gap:15px;padding:20px 15px 30px}.seventh__social span{font-size:12px}.seventh__social a{font-size:14px}.Frame-icon{width:16px}}.award{height:50vh;background-color:#f0eae0;display:flex;flex-direction:column;justify-content:space-around;padding-bottom:60px}.award h1{font-family:Beauty Ballerina;font-size:50px;font-weight:900;color:#1e1e1e;letter-spacing:2px;font-weight:400;margin:0;text-align:center;padding-top:50px}.award .Award_images{display:flex;flex-wrap:nowrap;gap:90px;justify-content:center;align-items:center}@media(max-width:1600px){.award h1{font-size:40px}.Award_images{gap:50px}.Award_images img{width:200px}}@media(max-width:1024px){.award h1{font-size:1.7rem}.award .Award_images{gap:30px}.Award_images img{width:150px}}@media(max-width:768px){.award{height:auto;min-height:50vh;padding-bottom:60px}.award h1{font-size:2.2rem;padding-top:40px;margin-bottom:30px;line-height:1.2;letter-spacing:1px;max-width:90%;margin-left:auto;margin-right:auto}.award .Award_images{flex-direction:column;gap:30px;padding:0 20px}.award .Award_images img{width:250px;height:auto;max-width:80%}}@media(max-width:480px){.award{padding-bottom:40px}.award h1{font-size:1.6rem;padding-top:30px;margin-bottom:25px;letter-spacing:2px;line-height:35px;max-width:95%}.award .Award_images{gap:30px;padding:0 15px 0 40px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.award .Award_images img{width:130px;max-width:85%}}.hc{width:100%;background-color:#f0eae0;padding:4rem 2rem 3rem;box-sizing:border-box}@media(max-width:768px){.hc{padding:4rem 1.5rem}}@media(max-width:480px){.hc{padding:3rem 1rem}}.hc-container{width:100%;max-width:1400px;margin:0 auto}@media(max-width:1440px){.hc-container{max-width:85%}}@media(max-width:900px){.hc-container{max-width:100%}}.hc-header{text-align:center;margin-bottom:56px}@media(max-width:768px){.hc-header{margin-bottom:40px}}.hc-eyebrow{display:block;font-family:CrimsonText,sans-serif;font-size:12px;letter-spacing:4px;text-transform:uppercase;color:#b8955a;margin-bottom:16px}.hc-heading{font-family:Beauty Ballerina,serif;font-size:clamp(2.4rem,4vw,3.8rem);font-weight:400;color:#2a2a2a;line-height:1.15;margin:0 0 24px;letter-spacing:.02em}.hc-rule{width:56px;height:1px;background:linear-gradient(to right,transparent,#b8955a,transparent);margin:0 auto 20px}.hc-sub{font-family:EB Garamond,serif;font-size:clamp(15px,1.6vw,18px);color:#6e6860;line-height:1.75;max-width:560px;margin:0 auto;letter-spacing:.03em}.hc-form-wrap{width:100%;max-width:860px;margin:0 auto}.hc-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:32px;row-gap:36px;margin-bottom:8px}@media(max-width:860px){.hc-grid{grid-template-columns:repeat(2,1fr);column-gap:24px;row-gap:28px}}@media(max-width:520px){.hc-grid{grid-template-columns:1fr;row-gap:24px}}.hc-field{position:relative}.hc-field input{width:100%;box-sizing:border-box;background:transparent;border:none;border-bottom:1px solid #c8bfb5;padding:14px 0 10px;font-family:Times New Roman,serif;font-size:15px;color:#2a2a2a;outline:none;transition:border-color .3s}.hc-field input::placeholder{color:transparent}.hc-field input:focus{border-bottom-color:#2a2a2a}.hc-field input:not(:placeholder-shown)+label,.hc-field input:focus+label{top:-8px;font-size:9px;letter-spacing:3px;color:#b8955a}.hc-field label{position:absolute;left:0;top:14px;font-family:CrimsonText,sans-serif;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;color:#9a8f85;pointer-events:none;transition:top .25s,font-size .25s,color .25s,letter-spacing .25s}.hc-field label span{color:#b8955a}.hc-field:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#2a2a2a;transition:width .3s ease}.hc-field:focus-within:after{width:100%}.hc-success{display:flex;align-items:center;gap:10px;padding:13px 18px;background:#eef6ee;border-left:3px solid #4caf50;margin-bottom:28px}.hc-success svg{width:16px;height:16px;flex-shrink:0;color:#4caf50}.hc-success span{font-family:CrimsonText,sans-serif;font-size:14px;color:#2e7d32;letter-spacing:.4px}.hc-error{display:flex;align-items:center;gap:10px;padding:13px 18px;background:#fdf0ee;border-left:3px solid #c0392b;margin:16px 0 4px}.hc-error svg{width:16px;height:16px;flex-shrink:0;color:#c0392b}.hc-error span{font-family:CrimsonText,sans-serif;font-size:14px;color:#c0392b;letter-spacing:.4px}.hc-form-footer{display:flex;align-items:center;justify-content:space-between;margin-top:40px;flex-wrap:wrap;gap:16px}@media(max-width:480px){.hc-form-footer{flex-direction:column;align-items:center}}.hc-note{font-family:CrimsonText,sans-serif;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:#9a8f85;margin:0}.hc-btn{display:inline-flex;align-items:center;gap:10px;padding:13px 36px;background:#2a2a2a;color:#f5ede3;border:1px solid #2a2a2a;font-family:Rosehot,sans-serif;font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:background .3s,color .3s,border-color .3s,transform .2s}.hc-btn svg{width:15px;height:15px;transition:transform .25s}.hc-btn:hover:not(:disabled){background:#b8955a;border-color:#b8955a;color:#fff;transform:translateY(-1px)}.hc-btn:hover:not(:disabled) svg{transform:translate(4px)}.hc-btn:disabled{opacity:.55;cursor:not-allowed}@media(max-width:480px){.hc-btn{width:100%;justify-content:center}}.hc-spinner{display:inline-block;width:13px;height:13px;border:2px solid rgba(245,237,227,.35);border-top-color:#f5ede3;border-radius:50%;animation:hc-spin .7s linear infinite}@keyframes hc-spin{to{transform:rotate(360deg)}}@media(max-width:1440px){.hc-eyebrow{font-size:10px}.hc-heading{font-size:2.5rem}.hc-sub{font-size:.875rem}.hc-field input{font-size:14px}.hc{padding-bottom:4rem}}@media(max-width:500px){.hc-heading{font-size:1.5rem}}.about-page{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f0eae0}.about-page .about-image{width:100%;height:100vh}.about-page .about-image img{width:100%;object-fit:cover;object-position:top}.about-page .about-image video{width:100vw;height:100vh;object-fit:cover;object-position:top}@media(max-width:360px){.about-page{padding-top:0}.about-page .about-image{height:auto!important}.how-we-started-container{margin:0!important}}.how-we-started-container{width:100%;min-height:auto;height:auto;background-color:#f0eae0;display:flex;flex-direction:column;padding:2.5rem;box-sizing:border-box;position:relative;max-width:1440px;margin:164px auto 0}.how-we-started-title{font-family:Beauty Ballerina,serif;font-size:3.5rem;font-weight:400;margin-bottom:2.5rem;text-align:center;line-height:1.25;letter-spacing:.03em;text-transform:uppercase}.how-we-started-content{display:flex;width:100%;gap:0;margin-top:0;position:relative;align-items:center}.how-we-started-left{flex:1;position:relative;z-index:3;padding-right:0;margin-right:-8%;display:flex;flex-direction:column;justify-content:center;min-height:0}.how-we-started-left>img{width:100%;height:auto;position:absolute;top:-6rem;left:7rem;z-index:1;display:block;pointer-events:none;z-index:3}.how-we-started-left-content{min-height:500px;padding:2.5rem;font-family:Times New Roman,serif!important;background-color:#dfd4c1;max-width:90%;position:relative;z-index:2;color:#48494cd4;line-height:1.8;font-size:1.1rem}.how-we-started-left-content div{margin-bottom:1rem}.how-we-started-left-content div:last-child{margin-bottom:0}.how-we-started-right{flex:1;position:relative;z-index:1}.how-we-started-right img{width:100%;height:auto;max-height:90vh;object-fit:cover;display:block;aspect-ratio:1/1}@keyframes hws-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.hws-skeleton{background:linear-gradient(90deg,#e0d8cc 25%,#ede8e0,#e0d8cc 75%);background-size:600px 100%;animation:hws-shimmer 1.4s infinite linear;border-radius:4px}.hws-skeleton-svg{width:100%;height:auto;aspect-ratio:16/5;position:absolute;top:-6rem;left:7rem;z-index:3;pointer-events:none;border-radius:8px}.hws-skeleton-line{display:block}.hws-skeleton-image{width:100%;aspect-ratio:1/1;max-height:90vh;border-radius:4px}@media(min-width:1800px){.how-we-started-container{margin:162px auto 0}.how-we-started-title{margin-bottom:3rem}.how-we-started-left>img{max-width:600px;top:-9rem;left:18rem}}@media(max-width:1800px){.how-we-started-left>img{max-width:550px;top:-8rem;left:18rem}}@media(max-width:1600px){.how-we-started-container{max-width:1300px;padding:3rem;margin:147px auto 0}.how-we-started-title{font-size:3rem;margin-bottom:2rem}.how-we-started-left-content{font-size:.9rem;padding:1.5rem 2rem;min-height:300px}.how-we-started-left{margin-right:-5%}.how-we-started-left>img{max-width:500px;top:-8rem;left:20rem}.how-we-started-right img{max-height:75vh}}.about-page .about-header-title{padding-left:16rem}@media(max-width:1400px){.how-we-started-container{padding:2rem 9rem;margin:144px auto 0}.how-we-started-title{font-size:2.8rem;margin-bottom:1.5rem}.how-we-started-left-content{font-size:.7rem;padding:1.8rem}.how-we-started-left{margin-right:-5%}.how-we-started-left>img{max-width:300px;top:-5rem;left:19rem}.how-we-started-right img{max-height:77vh}}@media(max-width:1200px){.how-we-started-container{margin:170px auto 0}.how-we-started-container{padding:2rem}}@media(max-width:780px){.how-we-started-content{flex-direction:column;gap:1.5rem;align-items:flex-start}.how-we-started-left{margin-right:0;padding-right:0;padding-top:2rem;justify-content:flex-start}.how-we-started-left>img{position:relative;top:-2rem;left:0;max-width:320px;margin-bottom:-1.5rem}.how-we-started-left-content{max-width:100%;padding-right:0;padding:2rem}.how-we-started-right{width:100%}.how-we-started-right img{max-height:50vh}.how-we-started-container{padding:2rem 1.5rem;margin:62px auto 0}.how-we-started-title{font-size:2.5rem;margin-bottom:1rem}.how-we-started-left{padding-top:1.5rem}.how-we-started-left>img{max-width:250px;top:-1.5rem}.how-we-started-left-content{font-size:.8rem;line-height:1.5;margin-top:.5rem;padding:1.5rem;word-wrap:break-word;overflow-wrap:break-word}.how-we-started-right img{max-height:40vh;border-radius:8px}}@media(max-width:480px){.how-we-started-container{padding:5.5rem 1rem;margin:19px auto 0}.how-we-started-title{font-size:2rem;margin-bottom:1rem;text-align:center}.how-we-started-content{gap:1rem}.how-we-started-left{padding-top:1rem}.how-we-started-left>img{top:-1.8rem;left:48%;transform:translate(-50%)}.how-we-started-left-content{font-size:.75rem;line-height:1.4;padding:1.2rem;margin-top:.5rem;max-width:100%}.how-we-started-left-content div{margin-bottom:.8rem}.how-we-started-right{width:100%}.how-we-started-right img{max-height:35vh;width:100%;object-fit:cover}}@media(max-width:360px){.how-we-started-container{padding:6.7rem .8rem}.how-we-started-title{font-size:1.8rem;margin-bottom:.8rem}.how-we-started-left>img{top:-1.8rem;left:48%;transform:translate(-50%)}.how-we-started-left-content{font-size:.7rem;padding:1rem;word-wrap:break-word;overflow-wrap:break-word}.how-we-started-left-content div{margin-bottom:.6rem}.how-we-started-right img{max-height:50vh;border-radius:0}}.testimonials{width:100%;max-width:100%;align-self:stretch;box-sizing:border-box;padding:100px 0 50px;min-height:0;background:#f0eae0;margin-bottom:0!important;display:flex;flex-direction:column;overflow-x:visible}.testimonials .testimonials__intro .container{max-width:1296px;margin:0 auto;position:relative;width:100%;box-sizing:border-box;padding-inline:clamp(16px,4vw,24px)}.testimonials .testimonials__header{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:24px 32px;flex-wrap:wrap;margin-bottom:clamp(28px,5vw,48px)}.testimonials .testimonials__titles{flex:1 1 280px;min-width:0;text-align:left}.testimonials .testimonials__eyebrow{margin:0 0 10px;font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#2a2a2a8c;line-height:1.4}.testimonials .testimonials__title{margin:0;padding:0;font-family:Beauty Ballerina,Georgia,serif;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:400;color:#2a2a2a;line-height:1.15;letter-spacing:.02em;text-transform:none;max-width:18ch;text-wrap:balance}.testimonials .testimonials__nav{display:flex;align-items:center;gap:12px;flex-shrink:0}.testimonials .testimonials__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:none;border-radius:50%;background:#ffffff8c;box-shadow:0 4px 24px #2a2a2a14;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.testimonials .testimonials__nav-btn:hover{background:#ffffffe6;transform:scale(1.05);box-shadow:0 6px 28px #2a2a2a1f}.testimonials .testimonials__nav-btn:active{transform:scale(.98)}.testimonials .testimonials__nav-btn img{width:28px;height:28px;object-fit:contain}.testimonials .testimonials__carousel{position:relative;width:100vw;max-width:100%;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:16px 0 12px;box-sizing:border-box;overflow-x:visible;overflow-y:visible;z-index:0}.testimonials .testimonials__carousel:before,.testimonials .testimonials__carousel:after{content:"";position:absolute;top:0;bottom:0;width:clamp(40px,8vw,100px);z-index:2;pointer-events:none}@media(max-width:767px){.testimonials .testimonials__carousel:before,.testimonials .testimonials__carousel:after{display:none}}.testimonials .testimonials__carousel .mySwiper{position:relative;z-index:1}.testimonials .testimonials__carousel-loading{min-height:300px;width:100%;padding:0 16px;box-sizing:border-box}.testimonials .testimonials__skeleton-track{display:flex;justify-content:center;gap:24px;flex-wrap:nowrap;overflow:hidden}.testimonials .testimonials__skeleton-card{flex:0 0 min(100%,340px);height:280px;border-radius:12px;background:linear-gradient(90deg,#fbf8f399,#e8e0d5d9,#fbf8f399);background-size:200% 100%;animation:testimonials-shimmer 1.2s ease-in-out infinite}.testimonials .testimonials__empty{min-height:200px;display:flex;align-items:center;justify-content:center;padding:40px 24px;text-align:center}.testimonials .testimonials__empty-text{margin:0;max-width:420px;font-family:Times New Roman,Times,serif;font-size:1.05rem;color:#454a54bf;line-height:1.6}@keyframes testimonials-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(min-width:1440px){.testimonials .testimonials__intro .container{max-width:100%}.testimonials .testimonials__nav-btn{width:60px;height:60px}.testimonials .testimonials__nav-btn img{width:34px;height:34px}}@media(max-width:600px){.testimonials{padding:36px 0 52px;overflow-x:hidden}.testimonials .testimonials__intro .container{padding-inline:16px}.testimonials .testimonials__header{flex-direction:column;align-items:stretch;gap:14px;margin-bottom:18px}.testimonials .testimonials__nav{justify-content:start;width:100%;gap:10px}.testimonials .testimonials__nav-btn{width:44px;height:44px}.testimonials .testimonials__nav-btn img{width:24px;height:24px}.testimonials .testimonials__title{max-width:none;font-size:clamp(1.75rem,9vw,2.3rem);line-height:1.08}.testimonials .testimonials__eyebrow{margin-bottom:6px;font-size:.68rem;letter-spacing:.17em}.testimonials__skeleton-track{gap:16px}.testimonials__skeleton-card{flex-basis:85vw;height:260px}.testimonials .testimonials__carousel{width:100%;max-width:100%;margin-left:0;margin-right:0;overflow-x:hidden}}@media(max-width:480px){.testimonials .testimonials__titles{flex:1 1 50px}.testimonials .testimonials__nav-btn{width:30px;height:30px}.testimonials .testimonials__nav-btn img{width:15px;height:15px}}.testimonials__carousel{width:100%;max-width:100%;margin:0 auto;position:relative;box-sizing:border-box;padding:100px 0 0}.testimonials-track-root{width:100%}.testimonials-track-viewport{width:100%;overflow:hidden;padding-inline:clamp(15px,5vw,35px);box-sizing:border-box}.testimonials-track{display:flex;align-items:stretch;gap:32px;width:max-content;will-change:transform;backface-visibility:hidden}.testimonials-slide{flex:0 0 auto;width:clamp(260px,22vw,420px);padding-inline:16px;box-sizing:border-box;display:flex;align-items:stretch;justify-content:center}.card{display:flex;flex-direction:column;justify-content:space-between;background:#fbf8f3;width:100%;max-width:min(420px,100%);min-height:290px;border-radius:12px;padding:20px 20px 22px;height:auto;flex-shrink:0;margin-inline:auto;transition:box-shadow .25s ease,transform .25s ease}.card p{margin-bottom:24px;font-family:Times New Roman,serif!important;color:#7b7b7b;line-height:1.8;font-size:1.1rem}.card .user{display:flex;align-items:center;gap:12px}.card .user .user-main{display:flex;align-items:center;gap:12px;min-width:0}.card .user .profile-photo{width:70px;height:70px;border-radius:50%;object-fit:cover;flex-shrink:0}.card .user .profile-initial{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%;flex-shrink:0;background:#e8e0d5;color:#454a54;font-size:1.75rem;font-weight:600;line-height:1}.card .user .quote{width:70px;height:70px;flex-shrink:0}.card .user .user-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-height:2.2em}.card .user h4{font-size:15px;font-weight:500;margin:0;color:#111}.card .user .user-type{font-size:12px;color:#9c9c9c;margin:0;min-height:1.2em}.card .quote{bottom:100px;right:40px;font-size:92px;line-height:1;color:#eadfcf;font-family:Playfair Display,serif;pointer-events:none}@media(min-width:1440px){.testimonials__carousel{padding:0 clamp(28px,5vw,72px) 14px}.card{max-width:min(450px,100%);height:auto;border-radius:12px}.card p{margin-bottom:35px;font-family:EB Garamond,serif!important;color:#48494cd4}.card .user{gap:16px;display:flex;align-items:center;justify-content:space-between}.card .user .profile-photo,.card .user .profile-initial,.card .user .quote{width:60px;height:60px}.card .user .profile-initial{font-size:1.5rem}.card .user h4{font-size:22px}.card .user span{font-size:18px}.card .quote{bottom:80px;right:80px;font-size:110px}}@media(max-width:1600px)and (min-width:1400px){.card{min-height:250px}.card .user{margin-top:0}.card .quote{bottom:110px}}@media(max-width:1400px){.card{min-height:150px}.card p{font-size:.8rem;margin:0}.card .user{margin:0}.card .user .profile-photo,.card .user .profile-initial,.card .user .quote{width:50px;height:50px}.card .user .profile-initial{font-size:1.25rem}}@media(max-width:1200px){.card{min-height:150px}.card p{font-size:.8rem;margin:0}.card .user{margin:0}.card .user .profile-photo,.card .user .profile-initial,.card .user .quote{width:50px;height:50px}.card .user .profile-initial{font-size:1.25rem}}@media(max-width:767px){.testimonials__carousel{padding:0 12px 8px;overflow-x:hidden}.testimonials-track-viewport{padding-inline:6px;max-width:100%;overflow-x:hidden}.testimonials-track{gap:14px}.testimonials-slide{flex:0 0 100%;width:100%;padding-inline:2px;max-width:100%}.card{max-width:100%;width:100%;box-sizing:border-box;min-height:0;border-radius:14px;padding:18px 16px;box-shadow:0 10px 24px #3d382f14}.card p{margin-bottom:14px;font-size:.95rem;line-height:1.6;letter-spacing:.01em}.card .user{gap:10px;align-items:center;justify-content:space-between}.card .user .user-main{gap:10px}.card .user .profile-photo,.card .user .profile-initial{width:46px;height:46px}.card .user .profile-initial{font-size:1.1rem}.card .user .quote{width:34px;height:34px}.card .user .user-text{gap:1px;min-width:0}.card .user h4{font-size:.92rem;overflow-wrap:anywhere}.card .user .user-type{font-size:.74rem}}@media(max-width:360px){.testimonials__carousel{padding-inline:10px}.testimonials-track{gap:10px}.testimonials-slide{width:100%;padding-inline:0}.card{padding:16px 14px}.card p{font-size:.88rem;line-height:1.55}.card .user .profile-photo,.card .user .profile-initial{width:42px;height:42px}.card .user .profile-initial{font-size:1rem}.card .user .quote{width:30px;height:30px}.card .user h4{font-size:.86rem}.card .user .user-type{font-size:.7rem}}.flying-timeline{width:100%;position:relative;align-self:stretch;overflow:visible;flex:0 0 auto}.flying-timeline__stage{width:100%;height:100vh;overflow:hidden;position:relative}.flying-timeline__track{position:absolute;top:0;left:0;height:100vh;will-change:transform}.flying-timeline__canvas{position:absolute;top:0;left:0;z-index:1}.flying-timeline__dot{position:absolute;width:10px;height:10px;border-radius:50%;background:#b08b5e40;border:1.5px solid rgba(158,122,81,.7);transform:translate(-50%,-50%) scale(.3);box-shadow:0 0 10px #9e7a5159;opacity:0;z-index:3;transition:opacity .45s ease,transform .45s ease}.flying-timeline__dot.is-visible{opacity:1;transform:translate(-50%,-50%) scale(1)}.flying-timeline__label{position:absolute;color:#2a2a2a;font-family:Times New Roman,serif;text-align:center;z-index:5;opacity:0;pointer-events:none;min-width:170px;transition:opacity .5s ease,transform .5s ease}.flying-timeline__label.is-below{transform:translate(-50%,18px) translateY(10px)}.flying-timeline__label.is-above{transform:translate(-50%,-118%) translateY(10px)}.flying-timeline__label.is-visible{opacity:1}.flying-timeline__label.is-visible.is-below{transform:translate(-50%,18px)}.flying-timeline__label.is-visible.is-above{transform:translate(-50%,-118%)}.flying-timeline__image{width:100%;height:300px;object-fit:cover;margin:20px auto;display:block}.flying-timeline__year{font-size:22px;font-weight:700;letter-spacing:.18em;margin-bottom:8px;text-shadow:0 0 10px rgba(176,139,94,.45),0 0 20px rgba(142,108,70,.18)}.flying-timeline__divider{width:40px;height:1px;margin:0 auto 8px;background:linear-gradient(90deg,transparent,rgba(168,131,86,.7),transparent)}.flying-timeline__title{font-size:12px;font-weight:700;letter-spacing:.08em;margin-bottom:6px;opacity:.92;text-transform:uppercase}.flying-timeline__desc{font-family:Times New Roman,serif;font-size:1.2rem;color:#48494cd4;line-height:1.5;max-width:950px}.flying-timeline__plane{position:absolute;left:0;top:0;transform:translate(-50%,-50%) rotate(100deg);z-index:10;pointer-events:none}.flying-timeline__plane-img{display:block;width:170px;height:auto;transform:rotate(24deg)}.flying-timeline-mobile{--ftl-mobile-line-x: 26px;width:100%;max-width:100%;overflow-x:hidden;position:relative;padding:28px 0 20px;box-sizing:border-box}.flying-timeline-mobile__line{position:absolute;top:12px;bottom:0;left:var(--ftl-mobile-line-x);width:2px;background:linear-gradient(180deg,#b08b5e38,#9e7a51a6,#b08b5e38)}.flying-timeline-mobile__list{position:relative;z-index:1;width:100%;max-width:900px;margin:0 auto;padding-left:52px;padding-right:12px;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.flying-timeline-mobile__card{background:#ffffffd1;padding:12px 14px;position:relative;width:100%;max-width:100%;box-sizing:border-box}.flying-timeline-mobile__marker{position:absolute;left:-35px;top:16px;width:12px;height:12px;border-radius:50%;transform:none;background:#f4ede3;border:2px solid rgba(158,122,81,.82);box-shadow:0 0 0 3px #f4ede3d9}.flying-timeline-mobile__year{font-size:14px;font-weight:700;letter-spacing:.08em;color:#2a2a2a;text-align:left;margin-bottom:4px;font-family:Times New Roman,serif}.flying-timeline-mobile__title{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#2a2a2ae6;text-align:left;margin-bottom:6px;font-family:Times New Roman,serif}.flying-timeline-mobile__desc{font-size:11px;line-height:1.5;color:#2a2a2acc;text-align:left}.flying-timeline-mobile__image{width:100%;height:120px;object-fit:cover;margin-top:10px;display:block}@media(max-width:1650px){.flying-timeline__desc{max-width:800px;font-size:10px;line-height:1.6}.flying-timeline__image{height:200px}}@media(max-width:1100px){.flying-timeline-mobile{--ftl-mobile-line-x: 20px;padding:22px 0 14px}.flying-timeline-mobile__list{width:100%;padding-left:42px;padding-right:8px;gap:12px}.flying-timeline-mobile__marker{left:-29px;top:14px;width:11px;height:11px}.flying-timeline-mobile__card{padding:10px 12px}}.shared-page-intro{position:relative;height:80vh;width:100%;display:flex;flex-direction:column;justify-content:space-between;padding:150px 0 100px;background-image:url(/assets/6-DwzPJyuD.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;overflow:hidden}.shared-page-intro:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,#fff 0% 1%,#ffffff05 30%,#36373700);pointer-events:none;z-index:2}.shared-page-intro>*{position:relative;z-index:1}.shared-page-intro .flex{padding:0 250px}.shared-page-intro h2{text-align:center;font-weight:500;color:#fff;margin:0;padding:0;font-family:"Instrument Serif";font-size:140px;letter-spacing:-1px}.shared-page-intro .grid-5{width:100%;display:flex;justify-content:end}.shared-page-intro .grid-5 p{font-family:Clash Display,sans-serif!important;color:#fff;line-height:1.8;letter-spacing:1px;font-size:20px;max-width:500px;padding-right:20px;font-weight:700}@media(max-width:1600px){.shared-page-intro .grid-5 p{line-height:27px}}@media(max-width:1400px){.shared-page-intro .grid-5 h2{font-size:2.5rem;padding-left:0}.shared-page-intro .grid-5 p{font-size:.75rem;padding-right:0}.shared-page-intro .flex{margin:50px}}@media(max-width:460px){.shared-page-intro .grid-5 h2{font-size:60px;padding-left:0;text-align:start}.flex h2{font-size:60px}.shared-page-intro .grid-5 p{font-size:.8rem;padding:0 12px;text-align:start;margin:0;line-height:20px}.shared-page-intro .flex{margin:30px 20px;padding:0}.shared-page-intro{height:30vh;padding:100px 0}}.section{background-color:#f0eae0;padding:150px 0 0}@media(max-width:768px){.section{padding:60px 0;min-height:auto}}@media(max-width:480px){.section{padding:40px 0}}.text{max-width:550px;margin:0 auto}.text p{margin:100px 0 0;font-family:Times New Roman,Times,serif!important;color:#454a54d4;font-weight:300!important;letter-spacing:.01em;line-height:2;font-size:1.1rem;text-align:center}.gallery-marquee{width:100%;overflow:hidden;position:relative;margin-top:90px}.gallery-marquee--skeleton .gallery-skeleton-row{height:45vh;min-height:200px;align-items:stretch;margin-top:0}@media(max-width:768px){.gallery-marquee--skeleton .gallery-skeleton-row{height:30vh;min-height:200px}}@media(max-width:480px){.gallery-marquee--skeleton .gallery-skeleton-row{height:25vh;min-height:150px}}.gallery-marquee--skeleton .image-skeleton--gallery-item{height:100%;aspect-ratio:auto;min-width:200px}@media(max-width:1200px){.gallery-marquee{margin-top:70px}}@media(max-width:768px){.gallery-marquee{margin-top:50px}}@media(max-width:480px){.gallery-marquee{margin-top:30px}}@media(prefers-reduced-motion:reduce){.animate .gallery-marquee .first-row-inner{animation:none!important;transform:none!important}}.image-row{width:100%;overflow:hidden;position:relative;display:flex;white-space:nowrap}.first-row-2{height:45vh}@media(max-width:768px){.first-row-2{height:30vh;min-height:200px}}@media(max-width:480px){.first-row-2{height:25vh;min-height:150px}}.image-row-inner{display:inline-flex;gap:.25rem;height:100%;padding:0 .5rem}.image-item{flex-shrink:0;height:100%;width:16.6666666667%;min-width:16.6666666667%;overflow:hidden;position:relative;cursor:pointer}.image-item img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;transition:transform .3s ease}@media(max-width:768px){.image-item img{transition:none}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.image-item img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media(max-width:1440px){.image-item{width:20%;min-width:20%}.grid-5 h2{padding-left:0;font-size:40px}.grid-5 p{padding-right:0;font-size:12px}}@media(max-width:1200px){.image-item{width:25%;min-width:25%}.first-row-2{min-height:280px}}@media(max-width:968px){.image-item{width:33.3333333333%;min-width:33.3333333333%}.first-row-2{min-height:200px}}@media(max-width:768px){.section{padding-top:100px}.gallery-modal-close{top:5px;right:45px;font-size:1.6rem;width:28px;height:28px}.gallery-modal-arrow{width:32px;height:32px;font-size:1.2rem}}@media(max-width:640px){.section{padding-top:100px}.image-item{width:50%;min-width:50%}.first-row-2{min-height:180px}}@media(max-width:480px){.section{padding-top:100px!important}.image-item{width:66.6666666667%;min-width:66.6666666667%}.first-row-2{min-height:300px}.image-row-inner{gap:.15rem;padding:0 .25rem}.grid-5 h2{font-size:2rem;padding-left:0;text-align:start}.grid-5 p{font-size:.8rem;padding-right:0;text-align:start;margin:0}.slider-right-brijesh-section .slider-right-content h2{font-size:1.7rem!important}.slider-right-brijesh-section .slider-right-content{padding:0 20px!important;gap:0px!important;width:auto!important}.slider-right-brijesh-section{flex-direction:column;height:auto!important;padding:20px 0!important}.slider-right-brijesh-section .slider-right-slider_space .slider-right-slider-container,.slider-right-brijesh-section .slider-right-slider_space{width:100%!important;height:auto!important}.slider-right-brijesh-section .slider-right-slider_space .slider-right-slider-container .slider-right-slider-track .slider-right-slider-item{width:80%!important;height:90%!important;align-items:center!important}.slider-right-brijesh-section .slider-right-slider_space .slider-right-slider-container .slider-right-slider-track{align-items:center!important}.slider-right-brijesh-section .slider-right-arrow-left{left:15px!important;width:30px!important;height:30px!important}.slider-right-brijesh-section .slider-right-arrow-Rigth{right:75px!important;width:30px!important;height:30px!important}}.page-section-title{max-width:1400px;margin:0 auto;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;padding:50px 0}.page-section-title h2{font-family:Geist Extra Light,serif;font-size:3.5rem;font-weight:400;color:#2a2a2a;text-align:center;letter-spacing:2px;margin:0}.page-section-title p{font-family:Times New Roman,Times,serif!important;color:#a4a2a2;font-weight:300!important;letter-spacing:.01em;line-height:2;font-size:1.1rem;text-align:center}@media(max-width:1440px){.page-section-title{max-width:1200px;padding:40px 0}.page-section-title h2{font-size:3rem}.page-section-title p{font-size:1rem}}@media(max-width:1200px){.page-section-title{max-width:1000px;padding:30px 0}.page-section-title h2{font-size:2.5rem}.page-section-title p{font-size:.9rem}}@media(max-width:968px){.page-section-title{max-width:600px;padding:20px 0}.page-section-title h2{font-size:2rem}.page-section-title p{font-size:.8rem}}@media(max-width:768px){.page-section-title{max-width:400px;padding:10px 0}.page-section-title h2{font-size:1.5rem}.page-section-title p{font-size:.7rem}}.slider-right-brijesh-section{width:100%;height:80vh;display:flex;justify-content:center;background:#f0eae0;overflow:hidden}.slider-right-brijesh-section .slider-right-slider_space{width:65%;height:100%;display:flex;align-items:center;position:relative;z-index:10}.slider-right-brijesh-section .slider-right-slider_space.slider-right-slider_space--mobile{display:none}.slider-right-brijesh-section .slider-right-slider_space .slider-right-slider-container{width:100%;height:75%;overflow:hidden}.slider-right-brijesh-section .slider-right-slider_space .slider-right-slider-container .slider-right-slider-track{display:flex;width:max-content;height:100%;will-change:transform;backface-visibility:hidden}.slider-right-brijesh-section .slider-right-slider_space .slider-right-slider-container .slider-right-slider-track .slider-right-slider-item{box-sizing:border-box;flex:0 0 auto;height:100%;padding:0 5px;display:flex;align-items:center;justify-content:center}.slider-right-brijesh-section .slider-right-slider_space .slider-right-slider-container .slider-right-slider-track .slider-right-slider-item img{display:block;max-height:100%;width:auto;max-width:min(100%,100vw);height:auto;object-fit:contain}.slider-right-brijesh-section .slider-right-arrow-left{width:40px;height:40px;border-radius:50%;background-color:#fff;border:none;color:#000;font-size:24px;font-weight:700;position:absolute;top:50%;left:-16px;z-index:10000;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;transform:translateY(-50%)}.slider-right-brijesh-section .slider-right-arrow-Rigth{width:40px;height:40px;border-radius:50%;background-color:#fff;border:none;color:#000;font-size:24px;font-weight:700;position:absolute;top:50%;right:20px;z-index:2;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;transform:translateY(-50%)}.slider-right-brijesh-section .slider-right-content{display:flex;flex-direction:column;justify-content:center;height:100%;background-color:#f0eae0;gap:40px;width:30%;margin:0;padding:0 70px 0 200px}.slider-right-brijesh-section .slider-right-content h2{font-family:Beauty Ballerina;font-size:60px;font-weight:400;margin:0 0 10px}.slider-right-brijesh-section .slider-right-content p{font-family:Times New Roman,serif!important;color:#48494cd4;line-height:1.8;font-size:1.3rem}@media(max-width:1720px){.slider-right-brijesh-section .slider-right-content h2{font-size:55px}.slider-right-brijesh-section .slider-right-content p{font-size:1rem}}@media(max-width:1640px){.slider-right-brijesh-section .slider-right-content h2{font-size:50px}.slider-right-brijesh-section .slider-right-content p{font-size:.9rem}}@media(max-width:1564px){.slider-right-brijesh-section .slider-right-content h2{font-size:45px}.slider-right-brijesh-section .slider-right-content p{font-size:.8rem}}@media(max-width:1440px){.slider-right-brijesh-section .slider-right-content{padding:0 100px 0 50px}}@media(max-width:1046px){.slider-right-brijesh-section .slider-right-slider_space{width:60%}}@media(max-width:920px){.slider-right-brijesh-section .slider-right-slider_space{width:55%}}@media(max-width:820px){.slider-right-brijesh-section .slider-right-slider_space{width:55%}.slider-right-brijesh-section .slider-right-content h2{font-size:40px}}@media(max-width:711px){.slider-right-brijesh-section .slider-right-content h2{font-size:35px}.slider-right-brijesh-section .slider-right-content p{font-size:.6rem}}@media(max-width:1024px){.slider-right-brijesh-section .slider-right-content{gap:30px}.slider-right-brijesh-section .slider-right-content h2{font-size:48px}.slider-right-brijesh-section .slider-right-content p{font-size:.7rem}}.slider-right-brijesh-section .slider-popup-overlay{position:fixed;inset:0;background-color:#212020b9;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-in-out}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content{position:relative;max-width:90vw;max-height:90vh;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #00000080;animation:zoomIn .3s ease-in-out}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-close{position:absolute;top:15px;right:15px;width:40px;height:40px;background-color:#000000b3;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;transition:background-color .3s ease}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-close:hover{background-color:#000000e6}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-close svg{font-size:20px}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-image-container{position:relative;display:flex;align-items:center;justify-content:center}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-image{max-width:100%;max-height:80vh;object-fit:contain;display:block}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background-color:#000000b3;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10001}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow:hover{background-color:#000000e6;transform:translateY(-50%) scale(1.1)}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow svg{font-size:24px}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow-left{left:15px}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow-right{right:15px}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-indicators{display:flex;justify-content:center;align-items:center;padding:20px;gap:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-indicators .slider-popup-indicator{width:12px;height:12px;border-radius:50%;background-color:#0000004d;cursor:pointer;transition:all .3s ease}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-indicators .slider-popup-indicator.active{background-color:#c5c5c5;transform:scale(1.2)}.slider-right-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-indicators .slider-popup-indicator:hover{background-color:#918e8e99}@media(max-width:1600px){.slider-right-brijesh-section .slider-right-content h2{font-size:56px}}@media(max-width:1400px){.slider-right-brijesh-section .slider-right-content{padding:0 50px}.slider-right-brijesh-section .slider-right-content h2{font-size:30px}}@media(max-width:480px){.slider-right-brijesh-section{flex-direction:column;height:auto!important;padding:20px 0!important}.slider-right-brijesh-section .slider-right-content{padding:0 20px!important;gap:0!important;width:auto!important}.slider-right-brijesh-section .slider-right-content h2{font-size:1.7rem!important}.slider-right-brijesh-section .slider-right-slider_space--desktop{display:none!important}.slider-right-brijesh-section .slider-right-slider_space--mobile{display:flex!important;width:100%!important;height:auto!important;padding:0 12px;box-sizing:border-box}.slider-right-brijesh-section .slider-right-mobile-slider-container{width:100%;overflow:hidden;position:relative;box-sizing:border-box;border-radius:10px;touch-action:pan-y}.slider-right-brijesh-section .slider-right-mobile-slider-track{display:flex;will-change:transform;backface-visibility:hidden}.slider-right-brijesh-section .slider-right-mobile-slider-item{flex:0 0 var(--slide-w);width:var(--slide-w);box-sizing:border-box;display:flex;align-items:center;justify-content:center}.slider-right-brijesh-section .slider-right-mobile-slider-item img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:10px;max-width:100%}.slider-right-brijesh-section .slider-right-mobile-arrow{width:34px;height:34px;border-radius:50%;background-color:#ffffffe6;border:none;color:#000;font-size:22px;position:absolute;top:50%;transform:translateY(-50%);z-index:20;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #00000026}.slider-right-brijesh-section .slider-right-mobile-arrow-left{left:20px}.slider-right-brijesh-section .slider-right-mobile-arrow-right{right:20px}}.slider-left-brijesh-section{width:100%;height:80vh;display:flex;align-items:center;justify-content:center;background:#f0eae0;overflow:hidden}.slider-left-brijesh-section .slider-left-slider_space{width:65%;height:100%;display:flex;align-items:center;position:relative;z-index:10}.slider-left-brijesh-section .slider-left-slider_space.slider-left-slider_space--mobile{display:none}.slider-left-brijesh-section .slider-left-slider_space .slider-left-slider-container{width:100%;height:75%;overflow:hidden}.slider-left-brijesh-section .slider-left-slider_space .slider-left-slider-container .slider-left-slider-mirror{width:100%;height:100%;transform:scaleX(-1)}.slider-left-brijesh-section .slider-left-slider_space .slider-left-slider-container .slider-left-slider-track{display:flex;width:max-content;height:100%;will-change:transform;backface-visibility:hidden}.slider-left-brijesh-section .slider-left-slider_space .slider-left-slider-container .slider-left-slider-track .slider-left-slider-item{box-sizing:border-box;flex:0 0 auto;height:100%;padding:0 5px;display:flex;align-items:center;justify-content:center}.slider-left-brijesh-section .slider-left-slider_space .slider-left-slider-container .slider-left-slider-track .slider-left-slider-item img{display:block;max-height:100%;width:auto;max-width:min(100%,100vw);height:auto;object-fit:contain;transform:scaleX(-1)}.slider-left-brijesh-section .slider-left-arrow-left{width:40px;height:40px;border-radius:50%;background-color:#fff;border:none;color:#000;font-size:24px;font-weight:700;position:absolute;top:50%;left:24px;z-index:10000;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;transform:translateY(-50%)}.slider-left-brijesh-section .slider-left-arrow-Rigth{width:40px;height:40px;border-radius:50%;background-color:#fff;border:none;color:#000;font-size:24px;font-weight:700;position:absolute;top:50%;right:-22px;z-index:2;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;transform:translateY(-50%)}.slider-left-brijesh-section .slider-left-content{display:flex;flex-direction:column;justify-content:center;height:100%;background-color:#f0eae0;gap:40px;width:35%;margin:0;padding:0 200px 0 70px}.slider-left-brijesh-section .slider-left-content h2{font-family:Beauty Ballerina;font-size:60px;font-weight:400;margin:0 0 10px}.slider-left-brijesh-section .slider-left-content p{font-family:Times New Roman,serif!important;color:#48494cd4;line-height:1.8;font-size:1.1rem}@media(max-width:1720px){.slider-left-brijesh-section .slider-left-content h2{font-size:55px}.slider-left-brijesh-section .slider-left-content p{font-size:1rem}}@media(max-width:1640px){.slider-left-brijesh-section .slider-left-content h2{font-size:50px}.slider-left-brijesh-section .slider-left-content p{font-size:.9rem}}@media(max-width:1564px){.slider-left-brijesh-section .slider-left-content h2{font-size:45px}.slider-left-brijesh-section .slider-left-content p{font-size:.8rem}}@media(max-width:1440px){.slider-left-brijesh-section .slider-left-content{padding:0 100px 0 50px}}@media(max-width:1046px){.slider-left-brijesh-section .slider-left-slider_space{width:60%}}@media(max-width:1024px){.slider-left-brijesh-section .slider-left-content{gap:30px}.slider-left-brijesh-section .slider-left-content h2{font-size:48px}.slider-left-brijesh-section .slider-left-content p{font-size:.7rem}}@media(max-width:920px){.slider-left-brijesh-section .slider-left-slider_space{width:55%}}@media(max-width:820px){.slider-left-brijesh-section .slider-left-slider_space{width:55%}.slider-left-brijesh-section .slider-left-content h2{font-size:40px}}@media(max-width:711px){.slider-left-brijesh-section .slider-left-content h2{font-size:35px}.slider-left-brijesh-section .slider-left-content p{font-size:.6rem}}.slider-left-brijesh-section .slider-popup-overlay{position:fixed;inset:0;background-color:#212020b9;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-in-out}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content{position:relative;max-width:90vw;max-height:90vh;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #00000080;animation:zoomIn .3s ease-in-out}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-close{position:absolute;top:15px;right:15px;width:40px;height:40px;background-color:#000000b3;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;transition:background-color .3s ease}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-close:hover{background-color:#000000e6}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-close svg{font-size:20px}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-image-container{position:relative;display:flex;align-items:center;justify-content:center}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-image{max-width:100%;max-height:80vh;object-fit:contain;display:block}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background-color:#000000b3;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10001}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow:hover{background-color:#000000e6;transform:translateY(-50%) scale(1.1)}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow svg{font-size:24px}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow-left{left:15px}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow-right{right:15px}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-indicators{display:flex;justify-content:center;align-items:center;padding:20px;gap:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-indicators .slider-popup-indicator{width:12px;height:12px;border-radius:50%;background-color:#0000004d;cursor:pointer;transition:all .3s ease}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-indicators .slider-popup-indicator.active{background-color:#c5c5c5;transform:scale(1.2)}.slider-left-brijesh-section .slider-popup-overlay .slider-popup-content .slider-popup-indicators .slider-popup-indicator:hover{background-color:#918e8e99}@media(max-width:1400px){.slider-left-brijesh-section .slider-left-content{padding:0 50px}.slider-left-brijesh-section .slider-left-content h2{font-size:30px}}@media(max-width:480px){.section{padding-top:0}.slider-left-brijesh-section .slider-left-content h2{font-size:1.7rem!important}.slider-left-brijesh-section .slider-left-content{padding:0 20px!important;gap:0px!important;width:auto!important}.slider-left-brijesh-section{flex-direction:column-reverse;height:auto!important;padding:20px 0!important}.slider-left-brijesh-section .slider-left-slider_space--desktop{display:none!important}.slider-left-brijesh-section .slider-left-slider_space--mobile{display:flex!important;width:100%!important;height:auto!important;padding:0 12px;box-sizing:border-box}.slider-left-brijesh-section .slider-left-mobile-slider-container{width:100%;overflow:hidden;position:relative;box-sizing:border-box;border-radius:10px;touch-action:pan-y}.slider-left-brijesh-section .slider-left-mobile-slider-mirror{width:100%;height:100%;transform:scaleX(-1)}.slider-left-brijesh-section .slider-left-mobile-slider-track{display:flex;will-change:transform;backface-visibility:hidden}.slider-left-brijesh-section .slider-left-mobile-slider-item{flex:0 0 var(--slide-w);width:var(--slide-w);box-sizing:border-box;display:flex;align-items:center;justify-content:center}.slider-left-brijesh-section .slider-left-mobile-slider-item img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:10px;max-width:100%;transform:scaleX(-1)}.slider-left-brijesh-section .slider-left-mobile-arrow{width:34px;height:34px;border-radius:50%;background-color:#ffffffe6;border:none;color:#000;font-size:22px;position:absolute;top:50%;transform:translateY(-50%);z-index:20;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #00000026}.slider-left-brijesh-section .slider-left-mobile-arrow-left{left:20px}.slider-left-brijesh-section .slider-left-mobile-arrow-right{right:20px}}.gallery-page-actions{display:flex;justify-content:center;padding:36px 20px 0;background-color:#f0eae0}.gallery-page-actions__button{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;text-decoration:none;color:#2f2a24;border:1px solid #2f2a24;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;transition:background-color .2s ease,color .2s ease}.gallery-page-actions__button:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 14px 28px #2f2a2442}.gallery-page-actions__button:active{transform:translateY(0)}@media(max-width:640px){.gallery-page-actions{padding:0 16px 26px}.gallery-page-actions__button{width:100%;max-width:320px;font-size:.85rem}}.gallery-images-page{background:#f0eae0;min-height:100vh;padding:150px 28px 80px}.gallery-images-page__top{max-width:900px;margin:0 auto 36px;text-align:center}.gallery-images-page__eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.15em;color:#7f6c53;font-size:.75rem}.gallery-images-page__top h1{margin:0;font-family:Rosehot,serif;font-size:clamp(2rem,5vw,3.4rem);font-weight:400;letter-spacing:.03em;color:#2a2724}.gallery-images-page__subtitle{margin:14px auto 22px;max-width:700px;color:#5a544d;line-height:1.8}.gallery-images-page__back{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;text-decoration:none;color:#2f2a24;border:1px solid #2f2a24;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;transition:background-color .2s ease,color .2s ease}.gallery-images-page__back:hover{background-color:#2f2a24;color:#f8f3ec}.gallery-images-page__state{max-width:900px;margin:20px auto 0;text-align:center;color:#5f5951}.gallery-images-page__state--error{color:#ab2f2f}.gallery-images-grid{max-width:1400px;margin:0 auto;column-count:4;column-gap:5px}.gallery-images-grid__item{margin:0 0 5px;overflow:hidden;background:#fff;box-shadow:0 6px 18px #16161614;transition:transform .2s ease,box-shadow .2s ease;break-inside:avoid;cursor:pointer}.gallery-images-grid__item img{width:100%;height:auto;object-fit:contain;display:block}.gallery-images-infinite-scroll{max-width:1400px;margin:22px auto 0;text-align:center;color:#5f5951}.gallery-images-infinite-scroll p{margin:0;font-size:.92rem}.gallery-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999}.gallery-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.gallery-modal-image-wrapper{max-width:100%;max-height:100%}.gallery-modal-image-wrapper img{max-width:100%;max-height:80vh;object-fit:contain;display:block;border-radius:8px}.gallery-modal-close{position:absolute;top:10px;right:55px;font-size:2rem;background:#0009;border:none;color:#fff;width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer}.gallery-modal-arrow{background:#0009;border:none;color:#fff;width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem}.gallery-modal-arrow--left{margin-right:12px}.gallery-modal-arrow--right{margin-left:12px}@media(max-width:1100px){.gallery-images-grid{column-count:3}}@media(max-width:820px){.gallery-images-grid{column-count:2}}@media(max-width:640px){.gallery-images-page{padding:100px 14px 60px}.gallery-images-grid{column-count:2;column-gap:12px}.gallery-images-grid__item{margin-bottom:12px}}@media(max-width:420px){.gallery-images-grid{column-count:0}.gallery-images-grid{column-gap:5px}.gallery-images-grid__item{margin-bottom:5px}}@media(max-width:768px){.gallery-modal-close{top:5px;right:45px;font-size:1.6rem;width:28px;height:28px}.gallery-modal-arrow{width:32px;height:32px;font-size:1.2rem}}.contact-wrapper{--app-header-height: 50px;background:#f0eae0;min-height:calc(90vh - var(--app-header-height));min-height:calc(90dvh - var(--app-header-height));display:flex;align-items:flex-start;padding:90px 60px;box-sizing:border-box;overflow:visible}@media(min-width:1200px){.contact-wrapper{padding:60px 118px}}@media(min-width:1200px)and (max-width:1599px){.contact-wrapper{padding-left:60px;padding-right:60px}}@media(min-width:1600px){.contact-wrapper{height:calc(90vh - var(--app-header-height));height:calc(90dvh - var(--app-header-height));max-height:calc(90vh - var(--app-header-height));max-height:calc(90dvh - var(--app-header-height));align-items:center;overflow:hidden;padding:60px 20px}}@media(max-width:1024px){.contact-wrapper{padding:70px 40px}}@media(max-width:700px){.contact-wrapper{padding:40px 24px}}@media(max-width:360px){.contact-wrapper{padding:28px 25px}}.contact-inner{max-width:1400px;width:100%;margin:auto;display:grid;grid-template-columns:.8fr 1.4fr;gap:50px;align-items:center;height:auto;min-height:0}@media(min-width:1600px){.contact-inner{height:100%}}.contact-image img{width:100%;height:100%;object-fit:contain}.contact-image{height:clamp(320px,35vw,800px);min-height:320px}@media(max-width:1600px){.contact-image{height:100%;min-height:0}}.image-loading{display:flex;align-items:center;justify-content:center;height:100%;background:#f8f6f1}.image-loading p{color:#666;font-family:CrimsonText,sans-serif;font-size:16px;margin:0}.contact-content h2{text-align:center;font-family:Beauty Ballerina,serif!important;font-size:2.7rem;font-weight:400;color:#2a2a2a;margin:0;padding:0;line-height:1.25;letter-spacing:.03em;text-transform:uppercase}.contact-content p{margin:10px 0 40px!important}.contact-content{text-transform:uppercase}.contact-content form{display:flex;flex-direction:column}.contact-content .contact-form-grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:40px;row-gap:36px;margin-bottom:24px}@media(max-width:860px){.contact-content .contact-form-grid{grid-template-columns:repeat(2,1fr);column-gap:28px;row-gap:28px}}@media(max-width:520px){.contact-content .contact-form-grid{grid-template-columns:1fr;row-gap:24px}}.contact-content .form-field{position:relative;display:flex;flex-direction:column;min-width:0}.contact-content .form-field input{width:100%;box-sizing:border-box;background:transparent;border:none;border-bottom:1px solid #c8bfb5;padding:14px 0 10px;font-family:Times New Roman,serif;font-size:15px;color:#2a2a2a;outline:none;transition:border-color .3s}.contact-content .form-field input::placeholder{color:transparent}.contact-content .form-field input:focus{border-bottom-color:#2a2a2a}.contact-content .form-field input:not(:placeholder-shown)+label,.contact-content .form-field input:focus+label{top:-8px;font-size:9px;letter-spacing:3px;color:#b8955a}.contact-content .form-field label{position:absolute;left:0;top:14px;font-family:CrimsonText,sans-serif;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;color:#9a8f85;pointer-events:none;transition:top .25s,font-size .25s,color .25s,letter-spacing .25s}.contact-content .form-field label span{color:#b8955a}.contact-content .form-field:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#2a2a2a;transition:width .3s ease}.contact-content .form-field:focus-within:after{width:100%}.contact-content button{align-self:center;margin-top:18px;padding:12px 36px;font-family:Rosehot,sans-serif;font-size:11px;font-weight:800;letter-spacing:1.5px;border:1px solid #1f1f1f;background:transparent;cursor:pointer;transition:all .3s ease}.contact-content button:hover{background:#1f1f1f;color:#fff}.contact-content button:disabled{opacity:.6;cursor:not-allowed}.contact-content .error-message{text-align:center;margin-bottom:20px;padding:15px;background:#ffebee;border:1px solid #f44336;border-radius:4px}.contact-content .error-message p{color:#c62828;margin:0!important;font-family:CrimsonText,sans-serif;font-size:14px}.Contact_space{padding:100px 0;background-color:#f0eae0}@media(max-width:1600px){.contact-content h2{font-size:2.5rem}}@media(max-width:1300px){.contact-content h2{font-size:1.5rem!important}}@media(max-width:900px){.contact-inner{display:grid;grid-template-columns:1fr 1fr;align-items:start;height:auto;gap:20px}.contact-wrapper{--app-header-height: 70px;height:auto;min-height:calc(90vh - var(--app-header-height));min-height:calc(90dvh - var(--app-header-height));max-height:none;overflow:visible;align-items:flex-start}.contact-image{height:clamp(260px,40vw,360px);min-height:260px;max-height:360px;width:100%}}@media(max-width:768px){.contact-inner{display:flex;flex-direction:column;gap:24px}.contact-image{height:clamp(240px,52vw,320px);min-height:240px;max-height:320px}.contact-content .contact-form-grid{grid-template-columns:1fr;row-gap:10px}}@media(max-width:460px){.contact-content .contact-form-grid{grid-template-columns:1fr;row-gap:8px}.contact-content h2{font-size:1.7rem}.contact-content p{font-size:.8rem}.contact-inner{display:flex;flex-direction:column}.contact-image{height:300px;width:100%}.contact-content button{width:100%}.contact-content button:hover{background:transparent;color:#000}.contact-content .contact-form-grid{margin-bottom:12px}}@media(max-width:380px){.contact-content .contact-form-grid{grid-template-columns:1fr}}@media(max-width:1280px),(max-height:860px){.contact-content .contact-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:14px;row-gap:8px}}@media(max-width:768px){.contact-content .contact-form-grid{grid-template-columns:1fr;column-gap:0;row-gap:10px}}.contact-page-map-wrap{padding:0 60px}.contact-map-section{max-width:1400px;margin:0 auto;padding:100px 0 0}.contact-map-inner{display:grid;grid-template-columns:1.15fr 1fr;gap:40px;align-items:stretch;min-height:400px;padding:20px;background-color:#f8f6f1}.contact-map-col--map{min-height:360px;overflow:hidden;background:#e8e4de}.contact-map-wrapper{width:100%;height:100%;min-height:360px}.contact-map-iframe{width:100%;height:100%;min-height:360px;border:none;display:block}.contact-map-col--card{display:flex;align-items:stretch}.contact-info-card{width:100%;padding:24px 32px 28px;display:flex;flex-direction:column;justify-content:center;gap:18px;overflow:hidden}.contact-card-title{font-family:Beauty Ballerina,serif!important;font-size:2.6rem;font-weight:400;color:#2a2a2a;margin:0 0 10px;letter-spacing:.1em;text-transform:uppercase;line-height:1.2}.contact-card-subtitle{font-size:1.3rem;margin:0 0 28px;line-height:1.55;font-family:EB Garamond,serif!important;color:#48494cd4;letter-spacing:.1em}.contact-location-tabs{display:inline-flex;flex-wrap:wrap;gap:8px;padding:6px 6px 4px;margin:0 0 18px;border-radius:999px;max-width:100%;overflow-x:auto;scrollbar-width:thin}.contact-location-tabs::-webkit-scrollbar{height:4px}.contact-location-tabs::-webkit-scrollbar-thumb{background:#8f95a366;border-radius:999px}.contact-location-tab{border:none;outline:none;background:transparent;padding:6px 14px;border-radius:999px;font-family:CrimsonText,sans-serif;font-size:12px;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background-color .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}.contact-location-tab--active{background:#2a2a2a;color:#f8f6f1;transform:translateY(-1px)}.contact-card-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:30px}.contact-card-item{display:flex;align-items:flex-start;gap:18px}.contact-card-icon-wrap{flex-shrink:0;width:44px;height:44px;border-radius:12px;background:#f0eae0;color:#2a2a2a;display:flex;align-items:center;justify-content:center}.contact-card-icon{width:20px;height:20px}.contact-card-text{flex:1;min-width:0}.contact-card-label{display:block;font-family:CrimsonText,sans-serif;font-size:16px;letter-spacing:2px;text-transform:uppercase;color:#777;margin-bottom:6px}.contact-card-value{font-family:Times New Roman,serif;font-size:17px;color:#2a2a2a;line-height:1.5;font-style:normal;margin:0}.contact-card-link{color:#2a2a2a;text-decoration:none;transition:color .2s ease,opacity .2s ease}.contact-card-link:hover{color:#1f1f1f;text-decoration:underline}.contact-card-hours{white-space:pre-line;font-size:14px}@media(max-width:1440px){.contact-card-title{font-size:1.5rem}.contact-info-card{gap:0px}.contact-card-list{gap:20px}.contact-card-value{font-size:12px}.contact-card-subtitle{font-size:1rem;margin-bottom:10px}}@media(max-width:1024px){.contact-map-inner{grid-template-columns:1fr;gap:28px;min-height:auto}.contact-map-col--map,.contact-map-wrapper,.contact-map-iframe{min-height:300px}.contact-info-card{padding:26px 24px 30px}.contact-card-title{font-size:1.7rem}}@media(max-width:700px){.contact-map-section{padding:48px 0 0}.contact-map-col--map,.contact-map-wrapper,.contact-map-iframe{min-height:260px}.contact-info-card{padding:24px 20px 26px;border-radius:14px}.contact-card-title{font-size:1.55rem}.contact-location-tabs{padding:4px 4px 2px;margin-bottom:14px}.contact-location-tab{padding:4px 10px;font-size:10px;letter-spacing:.14em}.contact-card-item{gap:14px}.contact-card-icon-wrap{width:40px;height:40px}.contact-card-icon{width:18px;height:18px}}@media(max-width:360px){.contact-map-section{padding:32px 0 0}.contact-map-col--map,.contact-map-wrapper,.contact-map-iframe{min-height:220px}.contact-info-card{padding:20px 12px 24px}.contact-card-title{font-size:1.2rem}.contact-card-subtitle,.contact-card-label,.contact-card-value,.contact-card-hours{font-size:11px}.contact-location-tabs{max-width:100%;padding:3px 3px 0}.contact-location-tab{padding:3px 8px;font-size:9px}}@media(max-width:480px){.contact-card-subtitle{margin:0 0 20px}.contact-card-title{font-size:1.1rem}.contact-card-subtitle{font-size:.8rem}.contact-location-tabs{border-radius:0}.contact-page-map-wrap{padding:0 10px 54px}}.blog{background-color:#f0eae0;padding:150px 0 100px}@media(max-width:768px){.blog{padding:60px 0;min-height:auto}}@media(max-width:480px){.blog{padding:100px 0}}@media(max-width:768px){.blog{padding-top:100px}}.section-card{display:flex;flex-wrap:wrap;gap:19px;justify-content:center;padding:100px 20px}.main-card{width:400px;background-color:#f0eae0;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.main-card .card-images{width:400px;height:400px;overflow:hidden}.main-card .card-images img{width:100%;height:100%;object-fit:cover}.main-card .card-data{padding:10px 0}.main-card .card-data h4{font-weight:400;color:#2a2a2a;margin:0;padding:0;line-height:1.5;text-transform:uppercase;font-family:Geist Extra Light,serif;letter-spacing:.05em;font-size:1.5rem;text-align:center}.main-card .card-data p{margin:5px;text-align:center;color:#727272;letter-spacing:1px}.main-card .card-data .card-description{font-family:Times New Roman,serif!important;color:#8c8787;font-size:1.1rem;letter-spacing:1px;line-height:1.5;text-align:center;line-clamp:5;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;height:7.5em;overflow:hidden;text-overflow:ellipsis;word-break:normal;overflow-wrap:normal;margin-bottom:0}.main-card .card-data .learn-more-btn{border:none;background:transparent;color:#2a2a2a;text-decoration:underline;font-family:Times New Roman,serif;font-size:.95rem;cursor:pointer;margin:8px auto 0;display:block;padding:0;letter-spacing:1.5px}@media(max-width:1800px){.main-card{width:350px}.main-card .card-images{width:350px;height:350px}}@media(max-width:1600px){.main-card{width:330px}.main-card .card-images{width:330px;height:330px}}@media(max-width:1500px){.main-card{width:280px}.main-card .card-images{width:280px;height:280px}}@media(max-width:1440px){.main-card{width:250px}.main-card .card-images{width:250px;height:250px}.blog .Title-Blog{padding:20px 0 180px}.main-card .card-data h4{font-size:1.3rem}}@media(max-width:480px){.blog .Title-Blog h2{font-size:2.5rem}.blog .Title-Blog{padding:20px 0}.section-card{margin:0}.main-card{width:300px}.section-card{padding:50px 0}.main-card .card-images{width:50%!important;height:200px!important}.main-card .card-data .learn-more-btn{text-align:start;margin:0}.main-card .card-data{width:50%!important;display:flex;flex-direction:column;justify-content:start;padding-top:0;gap:5px}.main-card .card-data p{margin:0;font-size:.8rem;text-align:start;padding:2px 0}.main-card .card-data h4{font-size:.8rem!important;text-align:start;padding:2px 0}.main-card .card-data .card-description{font-size:.5rem!important;text-align:start;padding:2px 0}.main-card{display:flex;justify-content:center;gap:10px;padding:0 10px!important}.section-card{padding-bottom:0}}.loading,.error,.no-data{text-align:center;padding:40px;font-size:18px;color:#666}.error{color:#d32f2f}.blog-post-container{width:100%;background-color:#f0eae0;padding-top:200px;padding-bottom:70px}.Blog-text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;max-width:1200px;margin:0 auto}.Blog-text span{font-size:20px;font-weight:700;letter-spacing:2px}.Blog-text h4{font-weight:400;color:#2a2a2a;margin:0;padding:0;line-height:1.25;text-transform:uppercase;font-family:Rosehot,serif;letter-spacing:.05em;font-size:3rem}.Blog-text p{font-family:EB Garamond,serif!important;color:#48494cd4;line-height:1.8;font-size:1.1rem}.blog-inline-toggle{font-weight:500!important;cursor:pointer;text-decoration:underline}.blog-back-btn{align-self:flex-start;margin-bottom:10px;background:transparent;border:none;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.blog-images-masonry{max-width:1200px;margin:100px auto 0;column-count:3;column-gap:5px;padding:0 20px;box-sizing:border-box}.blog-images-masonry img{display:block;width:100%;height:auto}.blog-images-masonry .blog-images-empty{padding:24px;border:1px dashed rgba(42,42,42,.25);text-align:center;width:100%;column-span:all}.blog-images-masonry .blog-images-empty p{margin:0;font-family:EB Garamond,serif!important;color:#48494cd4;line-height:1.8;font-size:1.3rem}.blog-images-masonry__item{margin:0 0 5px;overflow:hidden;background:#fff;box-shadow:0 6px 18px #16161614;transition:transform .2s ease,box-shadow .2s ease;break-inside:avoid;cursor:pointer}.blog-images-masonry__item img{width:100%;height:auto;object-fit:contain;object-position:center}@media(max-width:1100px){.blog-images-masonry{column-count:2}}@media(max-width:640px){.blog-images-masonry{column-count:1;column-gap:12px;margin:90px auto 0;padding:0 14px}.blog-images-masonry__item{margin-bottom:12px}}@media(max-width:480px){.blog-post-container{padding-top:100px}.Blog-text h4{font-size:1.6rem!important}.Blog-text p{font-size:.8rem!important;text-align:justify}.Blog-text{padding:0 20px}.blog-inline-toggle{font-size:1rem!important}}@media(max-width:780px){.blog-images-masonry,.Blog-text{max-width:600px}}@media(max-width:900px){.blog-images-masonry,.Blog-text{max-width:780px}}@media(max-width:1440px){.blog-images-masonry,.Blog-text{max-width:900px}}.slider-popup-overlay{position:fixed;inset:0;background-color:#212020b9;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease-in-out}.slider-popup-overlay .slider-popup-content{position:relative;max-width:90vw;max-height:90vh;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px #00000080;animation:zoomIn .3s ease-in-out}.slider-popup-overlay .slider-popup-content .slider-popup-close{position:absolute;top:15px;right:15px;width:40px;height:40px;background-color:#000000b3;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10001;transition:background-color .3s ease}.slider-popup-overlay .slider-popup-content .slider-popup-close:hover{background-color:#000000e6}.slider-popup-overlay .slider-popup-content .slider-popup-close svg{font-size:20px}.slider-popup-overlay .slider-popup-content .slider-popup-image-container{position:relative;display:flex;align-items:center;justify-content:center}.slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-image{max-width:100%;max-height:80vh;object-fit:contain;display:block}.slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background-color:#000000b3;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10001}.slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow:hover{background-color:#000000e6;transform:translateY(-50%) scale(1.1)}.slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow svg{font-size:24px}.slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow-left{left:15px}.slider-popup-overlay .slider-popup-content .slider-popup-image-container .slider-popup-arrow-right{right:15px}.slider-popup-overlay .slider-popup-content .slider-popup-indicators{display:flex;justify-content:center;align-items:center;padding:20px;gap:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.slider-popup-overlay .slider-popup-content .slider-popup-indicators .slider-popup-indicator{width:12px;height:12px;border-radius:50%;background-color:#0000004d;cursor:pointer;transition:all .3s ease}.slider-popup-overlay .slider-popup-content .slider-popup-indicators .slider-popup-indicator.active{background-color:#c5c5c5;transform:scale(1.2)}.slider-popup-overlay .slider-popup-content .slider-popup-indicators .slider-popup-indicator:hover{background-color:#918e8e99}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}
