.custom-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:hsla(0,0%,100%,.8);color:#333;border:none;width:45px;height:45px;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 6px rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease}.custom-arrow i{font-size:20px}.custom-arrow:hover{background-color:#c7a371;color:#fff}.custom-left-arrow{left:-20px}.custom-right-arrow{right:-20px}.custom-card{width:1000px;height:500px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:8px}.custom-card img{object-fit:cover;width:100%;height:100%}.d-flex.justify-content-center{margin-bottom:20px}.border-bottom-custom{border-bottom:3px solid #000;width:20%;margin:0 auto 20px}.back-to-top{position:fixed;bottom:20px;right:20px;display:none;z-index:999;border-radius:50%;width:50px;height:50px;text-align:center;line-height:40px}.back-to-top i{font-size:24px;color:#02245b}.back-to-top:hover{background-color:#ffc107}.back-to-top.show{display:block}.bg-modal{background-color:rgba(0,0,0,.7);z-index:5}.m-content{max-width:100%;max-height:80vh;object-fit:contain;transition:transform .25s ease}.top-modal{top:50px!important}.brochure-image-container{width:100%;height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.brochure-image{width:100%;height:100%;object-fit:cover}#spinner{opacity:0;visibility:hidden;transition:opacity .5s ease-out,visibility 0s linear .5s;z-index:99999}#spinner.show{transition:opacity .5s ease-out,visibility 0s linear 0s;visibility:visible;opacity:1}.premium-loader{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center}.loader-ring{position:absolute;border-radius:50%;border:2px solid transparent;animation:ring-rotate 2s linear infinite}.ring-1{width:140px;height:140px;border-top-color:#c7a371;animation-duration:1.5s}.ring-2{width:110px;height:110px;border-right-color:#02245b;animation-duration:2s;animation-direction:reverse}.ring-3{width:80px;height:80px;border-bottom-color:#c7a371;animation-duration:2.5s}.loader-text{display:flex;justify-content:center;gap:2px;font-weight:800;font-size:.85rem;color:#02245b;letter-spacing:1px;white-space:nowrap;text-align:center}.loader-text .letter{display:inline-block;animation:letter-pulse 2s ease-in-out infinite}.loader-text .space{width:8px}.loader-text .letter:first-child{animation-delay:.1s}.loader-text .letter:nth-child(2){animation-delay:.2s}.loader-text .letter:nth-child(3){animation-delay:.3s}.loader-text .letter:nth-child(4){animation-delay:.4s}.loader-text .letter:nth-child(5){animation-delay:.5s}.loader-text .letter:nth-child(6){animation-delay:.6s}.loader-text .letter:nth-child(8){animation-delay:.7s}.loader-text .letter:nth-child(9){animation-delay:.8s}.loader-text .letter:nth-child(10){animation-delay:.9s}.loader-text .letter:nth-child(11){animation-delay:1s}.loader-text .letter:nth-child(12){animation-delay:1.1s}.loader-text .letter:nth-child(13){animation-delay:1.2s}.loader-text .letter:nth-child(14){animation-delay:1.3s}.loader-text .letter:nth-child(15){animation-delay:1.4s}.loader-text .letter:nth-child(16){animation-delay:1.5s}.loader-text .letter:nth-child(17){animation-delay:1.6s}.loader-text .letter:nth-child(18){animation-delay:1.7s}.loader-text .letter:nth-child(19){animation-delay:1.8s}.loader-text .letter:nth-child(20){animation-delay:1.9s}@keyframes ring-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes letter-pulse{0%,to{opacity:.4;transform:scale(1);filter:blur(0)}50%{opacity:1;transform:scale(1.15);color:#c7a371;filter:blur(.5px)}}.logo-container{position:relative;height:55px;width:180px;transition:all .3s ease}@media(min-width:992px){.logo-container{height:65px;width:220px}}.navbar-brand{height:auto!important;padding:5px 0!important;display:flex!important;align-items:center!important}@media(min-width:992px){.navbar-brand{height:75px!important;padding:0!important}}.navbar{overflow:hidden}.navbar.sticky-top{box-shadow:0 2px 10px rgba(0,0,0,.1)}