@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap";:root{--navy:#0b2545;--navy-lt:#1b4f8a;--gold:#c9a84c;--gold-dk:#a8872a;--gold-lt:#e2c46a;--bg-alt:#f4f6f9;--border:#e2e8f0;--text:#1a1a2e;--muted:#5c6b8a;--white:#fff;--fdisp:"Playfair Display", serif;--fbody:"Inter", sans-serif;--fmono:"DM Mono", monospace;--shadow:0 4px 20px #0b254514;--shadow-md:0 12px 40px #0b254524;--shadow-lg:0 24px 60px #0b25452e}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--fbody);color:var(--text);-webkit-font-smoothing:antialiased;background:#fff;padding-top:78px;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--fbody)}#page-loader{z-index:9999;background:#fff;flex-direction:column;justify-content:center;align-items:center;transition:opacity .5s,visibility .5s;display:flex;position:fixed;inset:0}#page-loader.out{opacity:0;visibility:hidden;pointer-events:none}.loader-word{gap:2px;display:flex}.loader-word span{font-family:var(--fdisp);color:var(--navy);font-size:42px;font-weight:700;animation:.6s both loaderBounce}@keyframes loaderBounce{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loader-bar{background:var(--border);border-radius:2px;width:120px;height:2px;margin-top:22px;overflow:hidden}.loader-bar i{background:var(--gold);border-radius:2px;width:0;height:100%;animation:.9s .3s forwards loaderFill;display:block}@keyframes loaderFill{to{width:100%}}#scroll-progress{background:var(--gold);z-index:9998;width:0;height:3px;transition:width .1s linear;position:fixed;top:0;left:0}.bh-nav{z-index:1000;border-bottom:1px solid var(--border);background:#fff;height:78px;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 16px #0b254512}.bh-nav .inner{justify-content:space-between;align-items:center;max-width:1280px;height:100%;margin:0 auto;padding:0 32px;display:flex}.bh-nav.scrolled{box-shadow:0 4px 24px #0b25451c}.bh-logo{flex-direction:column;line-height:1.2;display:flex}.bh-logo .l1{font-family:var(--fdisp);color:var(--navy);font-size:20px;font-weight:700}.bh-logo .l2{font-family:var(--fbody);letter-spacing:.22em;color:var(--gold);text-transform:uppercase;font-size:9px;font-weight:600}.bh-nav-links{align-items:center;gap:6px;display:flex}.bh-nav-links a{color:var(--text);border-radius:6px;padding:8px 14px;font-size:14.5px;font-weight:500;transition:color .25s,background .25s;position:relative}.bh-nav-links a:after{content:"";background:var(--gold);width:0;height:1.5px;transition:width .25s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.bh-nav-links a:hover:after,.bh-nav-links a.active:after{width:60%}.bh-nav-links a:hover{color:var(--navy)}.bh-nav-links a.active{color:var(--navy);font-weight:600}.dd-wrap{position:relative}.nav-dd{color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;gap:5px;padding:8px 14px;font-size:14.5px;font-weight:500;transition:color .25s;display:flex}.nav-dd:hover{color:var(--navy)}.nav-dd.active{color:var(--navy);font-weight:600}.dd-menu{border:1px solid var(--border);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;z-index:100;background:#fff;border-radius:10px;min-width:180px;padding:8px;transition:opacity .25s,transform .25s,visibility .25s;position:absolute;top:calc(100% + 10px);left:0;transform:translateY(-8px)}.dd-wrap:hover .dd-menu{opacity:1;visibility:visible;transform:translateY(0)}.dd-menu a{color:var(--text);border-radius:6px;padding:10px 14px;font-size:14px;font-weight:400;transition:background .2s,color .2s;display:block}.dd-menu a:after{display:none}.dd-menu a:hover{background:var(--bg-alt);color:var(--navy)}.dd-menu a.active-page{color:var(--gold-dk);font-weight:600}.bh-btn-getstarted{margin-left:8px;background:var(--navy)!important;color:#fff!important;border:1.5px solid var(--navy)!important;border-radius:6px!important;padding:10px 20px!important;font-size:14px!important;font-weight:600!important;transition:background .25s!important}.bh-btn-getstarted:after{display:none!important}.bh-btn-getstarted:hover{background:var(--navy-lt)!important;border-color:var(--navy-lt)!important}.bh-hamburger{background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.bh-hamburger span{background:var(--navy);border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.bh-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.bh-hamburger.open span:nth-child(2){opacity:0}.bh-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.bh-btn{cursor:pointer;font-size:15px;font-weight:600;font-family:var(--fbody);border:2px solid #0000;border-radius:6px;align-items:center;gap:8px;padding:13px 28px;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.bh-btn:before{content:"";background:#ffffff1f;transition:transform .4s;position:absolute;inset:0;transform:translate(-100%)skew(-20deg)}.bh-btn:hover:before{transform:translate(100%)skew(-20deg)}.bh-btn-navy{background:var(--navy);color:#fff;border-color:var(--navy)}.bh-btn-navy:hover{background:var(--navy-lt);border-color:var(--navy-lt)}.bh-btn-gold{background:var(--gold);color:#fff;border-color:var(--gold)}.bh-btn-gold:hover{background:var(--gold-dk);border-color:var(--gold-dk)}.bh-btn-outline{color:var(--navy);border-color:var(--navy);background:0 0}.bh-btn-outline:hover{background:var(--navy);color:#fff}.bh-link{color:var(--gold-dk);border-bottom:1.5px solid #0000;align-items:center;gap:7px;padding-bottom:2px;font-size:14.5px;font-weight:600;transition:border-color .25s,gap .25s;display:inline-flex}.bh-link:hover{border-color:var(--gold-dk);gap:11px}.bh-container{max-width:1200px;margin:0 auto;padding:0 32px}.bh-section{padding:88px 0}@media (max-width:768px){.bh-section{padding:56px 0}}.bh-section-head{margin-bottom:56px}.bh-section-head.text-center{text-align:center}.bh-section-label{font-family:var(--fbody);letter-spacing:.14em;text-transform:uppercase;color:var(--gold-dk);margin-bottom:14px;font-size:12px;font-weight:600;display:inline-block}.bh-section-head h2{font-family:var(--fdisp);color:var(--navy);margin-bottom:16px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.25}.bh-section-head p{color:var(--muted);max-width:640px;font-size:16px}.bh-section-head.text-center p{margin:0 auto}.bh-divider{background:var(--gold);width:0;height:2px;margin-top:20px;transition:width 1s}.bh-divider.visible{width:60px}.bh-section-head.text-center .bh-divider{margin-left:auto;margin-right:auto}.reveal,.reveal-left,.reveal-right{opacity:0;transition:opacity .7s,transform .7s}.reveal{transform:translateY(40px)}.reveal-left{transform:translate(-50px)}.reveal-right{transform:translate(50px)}.reveal.visible,.reveal-left.visible,.reveal-right.visible{opacity:1;transform:translate(0)}.bh-page-header{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-lt) 100%);text-align:center;padding:64px 0 56px}.bh-page-header h1{font-family:var(--fdisp);color:#fff;margin-bottom:18px;font-size:clamp(32px,5vw,52px);font-weight:700}.bh-breadcrumb{color:#ffffffa6;justify-content:center;align-items:center;gap:10px;font-size:14px;display:flex}.bh-breadcrumb a{color:#fffc}.bh-breadcrumb a:hover{color:var(--gold)}.bh-breadcrumb .sep{color:#fff6}.bh-hero-grad{flex-direction:column;min-height:100vh;margin-top:-78px;padding-top:78px;display:flex;position:relative;overflow:hidden}.hero-bg{background:linear-gradient(135deg,#f8f9fc 0%,#eef1f8 50%,#f0f4fa 100%);position:absolute;inset:0}.hero-grid{opacity:.55;background-image:radial-gradient(circle,#0b25451f 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.orb{filter:blur(90px);pointer-events:none;border-radius:50%;animation:10s ease-in-out infinite orbFloat;position:absolute}.orb1{background:#0b25450f;width:480px;height:480px;animation-duration:12s;top:-100px;right:-60px}.orb2{background:#c9a84c14;width:360px;height:360px;animation-duration:15s;animation-delay:-5s;bottom:-80px;left:-80px}.orb3{background:#0b25450a;width:280px;height:280px;animation-duration:11s;animation-delay:-3s;top:30%;right:20%}@keyframes orbFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(18px,-24px)scale(1.04)}66%{transform:translate(-12px,14px)scale(.97)}}.hero-lines{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hline{background:linear-gradient(90deg,#0000,#0b254514,#0000);width:55%;height:1px;animation:8s ease-in-out infinite lineSweep;position:absolute;left:-100%}.hline:first-child{top:15%}.hline:nth-child(2){animation-delay:1.2s;top:30%}.hline:nth-child(3){animation-delay:2.4s;top:50%}.hline:nth-child(4){animation-delay:.6s;top:68%}.hline:nth-child(5){animation-delay:1.8s;top:82%}.hline:nth-child(6){animation-delay:3s;top:8%}@keyframes lineSweep{0%{opacity:0;left:-60%}20%{opacity:1}80%{opacity:1}to{opacity:0;left:110%}}.hero-inner{z-index:2;flex:1;align-items:center;display:flex;position:relative}.hero-tag-new{color:var(--navy);letter-spacing:.14em;text-transform:uppercase;background:#0b254512;border:1px solid #0b254526;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:11.5px;font-weight:600;animation:.6s both fadeSlideUp;display:inline-flex}.hero-tag-new:before{content:"";background:var(--gold);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero-h1-new{font-family:var(--fdisp);color:var(--navy);margin-bottom:24px;font-size:clamp(44px,5.5vw,74px);font-weight:700;line-height:1.1;display:block}.hero-line{opacity:0;animation:.7s forwards fadeSlideUp;display:block;transform:translateY(32px)}@keyframes fadeSlideUp{to{opacity:1;transform:translateY(0)}}.hero-sub-new{color:var(--muted);max-width:500px;margin-bottom:38px;font-size:18px;line-height:1.75;animation:.7s .45s both fadeSlideUp}.hero-ctas{flex-wrap:wrap;gap:16px;margin-bottom:52px;animation:.7s .55s both fadeSlideUp;display:flex}.hero-cta-btn{padding:14px 32px!important;font-size:15px!important}.hero-btn-ghost{border-radius:6px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;display:inline-flex;color:var(--navy)!important;background:0 0!important;border:1.5px solid #0b25454d!important;transition:all .3s!important}.hero-btn-ghost:hover{border-color:var(--navy)!important;background:#0b25450d!important}.hero-trust-row{flex-wrap:wrap;gap:28px;animation:.7s .65s both fadeSlideUp;display:flex}.htrust-item{color:var(--muted);align-items:center;gap:8px;font-size:13px;font-weight:500;animation:.6s both fadeSlideUp;display:flex}.htrust-item i{color:var(--gold-dk);font-size:14px}.hero-card{background:var(--navy);border-radius:20px;width:320px;padding:32px;animation:.8s .3s both fadeSlideUp;position:relative;overflow:hidden;box-shadow:0 32px 80px #0b254538}.hero-card:before{content:"";background:#c9a84c1a;border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;right:-60px}.hcard-top{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex;position:relative}.hcard-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:600}.hcard-badge{color:#4ade80;background:#4ade8026;border:1px solid #4ade804d;border-radius:100px;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:600;display:flex}.hcard-badge:before{content:"";background:#4ade80;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}.hcard-big{font-family:var(--fmono);color:#fff;margin-bottom:6px;font-size:40px;font-weight:500;line-height:1;position:relative}.hcard-sub{color:#ffffff73;margin-bottom:22px;font-size:13px;position:relative}.hcard-divider{background:#ffffff1a;height:1px;margin-bottom:20px}.hcard-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:22px;display:grid}.hcs{text-align:center}.hcs-val{font-family:var(--fmono);color:#fff;font-size:20px;font-weight:500}.hcs-lbl{color:#fff6;text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:11px}.hcard-bar-wrap{align-items:flex-end;gap:5px;height:56px;display:flex;position:relative}.hcard-bar-label{color:#ffffff59;justify-content:space-between;width:100%;margin-bottom:8px;font-size:11px;display:flex;position:absolute;top:-20px;left:0}.hcard-bar{background:linear-gradient(180deg, var(--gold) 0%, #c9a84c40 100%);border-radius:3px 3px 0 0;flex:1;min-height:6px;animation:.8s both barGrow}@keyframes barGrow{0%{transform-origin:bottom;transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glowPulse{0%,to{box-shadow:0 0 #c9a84c00,0 24px 64px #0b254580}50%{box-shadow:0 0 0 6px #c9a84c2e,0 24px 64px #0b254580}}.hero-emi-card{animation:5s ease-in-out infinite cardFloat,3.5s ease-in-out infinite glowPulse}.bh-btn-gold{position:relative;overflow:hidden}.bh-btn-gold:after{content:"";pointer-events:none;background:linear-gradient(120deg,#0000 0%,#ffffff59 50%,#0000 100%);width:50%;height:200%;transition:none;position:absolute;top:-50%;left:-75%;transform:skew(-20deg)}.bh-btn-gold:hover:after{animation:.55s forwards shimmerSwipe}@keyframes shimmerSwipe{0%{left:-75%}to{left:130%}}.bh-service-card{transition:box-shadow .3s,transform .3s}.col-md-6:first-child .bh-service-card,.col-lg-4:first-child .bh-service-card{animation-delay:0s}.col-md-6:nth-child(2) .bh-service-card,.col-lg-4:nth-child(2) .bh-service-card{animation-delay:80ms}.col-md-6:nth-child(3) .bh-service-card,.col-lg-4:nth-child(3) .bh-service-card{animation-delay:.16s}.col-md-6:nth-child(4) .bh-service-card,.col-lg-4:nth-child(4) .bh-service-card{animation-delay:.24s}.col-md-6:nth-child(5) .bh-service-card,.col-lg-4:nth-child(5) .bh-service-card{animation-delay:.32s}.col-md-6:nth-child(6) .bh-service-card,.col-lg-4:nth-child(6) .bh-service-card{animation-delay:.4s}@keyframes iconBounce{0%,to{transform:translateY(0)scale(1)}40%{transform:translateY(-8px)scale(1.12)}70%{transform:translateY(-3px)scale(1.06)}}.bh-feature-card:hover .bh-feature-icon i{animation:.5s iconBounce}@keyframes underlineSweep{0%{width:0}to{width:48px}}.bh-stat:after{content:"";background:var(--gold);border-radius:2px;width:0;height:3px;margin:14px auto 0;transition:width .6s;display:block}.bh-stats-grid.visible .bh-stat:after,.bh-stat:hover:after{width:48px}.bh-tcard{border-left:3px solid #0000;transition:box-shadow .3s,transform .3s,border-color .3s}.bh-tcard:hover{border-left-color:var(--gold)}@keyframes dotBlink{0%,to{opacity:1}50%{opacity:0}}.bh-section-label:before{animation:2s ease-in-out infinite dotBlink}@keyframes dividerExpand{0%{opacity:0;width:0}to{opacity:1;width:50px}}.bh-divider{animation:.8s .3s both dividerExpand}@keyframes numGlow{0%,to{color:#c9a84c2e}50%{color:#c9a84c61}}.hero-emi-card{width:360px!important}.hero-emi-card input[type=range]{appearance:none;background:linear-gradient(to right, var(--gold) 0%, #ffffff26 0%);border-radius:99px;outline:none;height:5px}.hero-emi-card input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--gold);cursor:pointer;border:3px solid #0a1628;border-radius:50%;width:18px;height:18px;transition:transform .15s;box-shadow:0 0 0 2px #c9a84c66}.hero-emi-card input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}.hero-emi-card input[type=range]::-moz-range-thumb{background:var(--gold);cursor:pointer;border:3px solid #0a1628;border-radius:50%;width:18px;height:18px;box-shadow:0 0 0 2px #c9a84c66}.hero-dots-new{z-index:10;gap:8px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.dot-new{cursor:pointer;background:#0b254533;border:none;border-radius:50%;width:8px;height:8px;transition:all .35s}.dot-new.active{background:var(--gold);border-radius:4px;width:28px}@media (max-width:768px){.hero-h1-new{font-size:clamp(36px,9vw,52px)}.hero-sub-new{font-size:16px}.hero-ctas{gap:12px}}.word{opacity:0;animation:.6s forwards wordIn;display:inline-block;transform:translateY(24px)}@keyframes wordIn{to{opacity:1;transform:translateY(0)}}.bh-service-card{border:1px solid var(--border);background:#fff;border-radius:10px;transition:box-shadow .35s,transform .35s;overflow:hidden}.bh-service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.card-top-border{background:var(--border);height:3px;transition:background .3s}.bh-service-card:hover .card-top-border{background:var(--gold)}.card-img{height:200px;overflow:hidden}.card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.bh-service-card:hover .card-img img{transform:scale(1.06)}.card-body{padding:24px 22px 26px}.card-body h5{font-family:var(--fdisp);color:var(--navy);margin-bottom:10px;font-size:20px}.card-body p{color:var(--muted);margin-bottom:16px;font-size:14.5px;line-height:1.65}.bh-feature-card{border:1px solid #ffffff1f;border-radius:10px;padding:28px;transition:border-color .3s,transform .3s}.bh-feature-card:hover{border-color:#c9a84c66;transform:translateY(-4px)}.bh-feature-icon{width:52px;height:52px;color:var(--gold-lt);background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;margin-bottom:18px;font-size:22px;transition:background .3s,box-shadow .3s;display:flex}.bh-feature-card:hover .bh-feature-icon{background:#c9a84c38;box-shadow:0 0 0 5px #c9a84c26}.bh-feature-card h5{font-family:var(--fdisp);color:#fff;margin-bottom:8px;font-size:18px}.bh-feature-card p{color:#ffffffa6;margin:0;font-size:14px;line-height:1.65}.bh-stats-grid{background:var(--border);border:1px solid var(--border);border-radius:12px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.bh-stat{text-align:center;background:#fff;padding:44px 28px}.bh-stat .num{font-family:var(--fmono);color:var(--navy);margin-bottom:10px;font-size:clamp(36px,4vw,52px);font-weight:500;line-height:1}.bh-stat .num .sfx{color:var(--gold);font-size:.65em}.bh-stat .lbl{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:14px;font-weight:500}@media (max-width:767px){.bh-stats-grid{grid-template-columns:repeat(2,1fr)}}.bh-tcard{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:12px;padding:32px 28px;transition:box-shadow .35s,transform .35s}.bh-tcard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.bh-tcard .stars{color:var(--gold);letter-spacing:2px;margin-bottom:16px;font-size:17px}.bh-tcard .quote{color:var(--text);margin-bottom:22px;font-size:15px;font-style:italic;line-height:1.75}.bh-tcard .who{align-items:center;gap:14px;display:flex}.bh-tcard .who img{object-fit:cover;border:2px solid var(--border);border-radius:50%;width:48px;height:48px}.bh-tcard .who h6{font-family:var(--fdisp);color:var(--navy);margin:0 0 2px;font-size:16px}.bh-tcard .who span{color:var(--muted);font-size:13px}.bh-cta-strip{background:var(--navy);padding:72px 0;position:relative;overflow:hidden}.bh-cta-strip:after{content:"";background:#c9a84c1a;border-radius:50%;width:320px;height:320px;position:absolute;top:-80px;right:-80px}.bh-cta-strip h2{font-family:var(--fdisp);color:#fff;margin-bottom:10px;font-size:clamp(26px,4vw,42px)}.bh-cta-strip p{color:#ffffffa6;margin:0;font-size:17px}.bh-team-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:10px;transition:box-shadow .35s;overflow:hidden}.bh-team-card:hover{box-shadow:var(--shadow-md)}.bh-team-card .img-wrap{aspect-ratio:3/3.5;position:relative;overflow:hidden}.bh-team-card .img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.bh-team-card:hover .img-wrap img{transform:scale(1.06)}.bh-team-card .img-wrap .overlay{opacity:0;background:linear-gradient(#0000 40%,#0b2545d9 100%);flex-direction:column;justify-content:flex-end;padding:22px;transition:opacity .4s;display:flex;position:absolute;inset:0}.bh-team-card:hover .img-wrap .overlay{opacity:1}.bh-team-card .img-wrap .overlay h5{font-family:var(--fdisp);color:#fff;margin:0 0 4px;font-size:19px}.bh-team-card .img-wrap .overlay span{color:var(--gold-lt);font-size:13px}.bh-team-card .card-info{border-top:3px solid #0000;padding:18px 20px 20px;transition:border-color .3s}.bh-team-card:hover .card-info{border-top-color:var(--gold)}.bh-team-card .card-info h5{font-family:var(--fdisp);color:var(--navy);margin:0 0 2px;font-size:18px}.bh-team-card .card-info span{color:var(--muted);font-size:13.5px}.bh-team-social{gap:8px;margin-top:12px;display:flex}.bh-team-social a{border:1px solid var(--border);width:32px;height:32px;color:var(--muted);border-radius:50%;place-items:center;font-size:13px;transition:background .3s,color .3s,border-color .3s;display:grid}.bh-team-social a:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.bh-info-card{border:1px solid var(--border);background:#fff;border-radius:10px;align-items:flex-start;gap:16px;margin-bottom:16px;padding:20px;transition:box-shadow .3s;display:flex}.bh-info-card:hover{box-shadow:var(--shadow)}.bh-info-card .icon{width:44px;height:44px;color:var(--gold-dk);background:#c9a84c1f;border-radius:50%;flex-shrink:0;place-items:center;font-size:18px;display:grid}.bh-info-card .text h6{font-family:var(--fdisp);color:var(--navy);margin:0 0 4px;font-size:16px}.bh-info-card .text p{color:var(--muted);margin:0;font-size:14.5px;line-height:1.6}.bh-contact-form .field{margin-bottom:22px}.bh-contact-form label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:12.5px;font-weight:600;display:block}.bh-contact-form input,.bh-contact-form textarea,.bh-contact-form select{border:none;border-bottom:1.5px solid var(--border);width:100%;font-family:var(--fbody);color:var(--text);-webkit-appearance:none;background:0 0;border-radius:0;outline:none;padding:10px 0;font-size:15px;transition:border-color .25s}.bh-contact-form input:focus,.bh-contact-form textarea:focus,.bh-contact-form select:focus{border-bottom-color:var(--navy)}.bh-contact-form textarea{resize:vertical;min-height:100px}.bh-offer-tabs{flex-wrap:wrap;gap:8px;margin-bottom:40px;display:flex}.bh-offer-tab{border:1.5px solid var(--border);color:var(--muted);background:#fff;border-radius:100px;padding:10px 22px;font-size:14px;font-weight:500;transition:all .25s}.bh-offer-tab:hover,.bh-offer-tab.active{background:var(--navy);color:#fff;border-color:var(--navy)}.bh-offer-panel{animation:.4s panelIn;display:none}.bh-offer-panel.active{display:block}@keyframes panelIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.bh-faq-list{flex-direction:column;display:flex}.bh-faq-item{border-bottom:1px solid var(--border)}.bh-faq-btn{width:100%;font-family:var(--fbody);color:var(--navy);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:22px 0;font-size:16px;font-weight:500;transition:color .25s;display:flex}.bh-faq-btn:hover{color:var(--gold-dk)}.bh-faq-btn .ico{border:1.5px solid var(--border);width:28px;height:28px;color:var(--muted);border-radius:50%;flex-shrink:0;place-items:center;font-size:13px;transition:all .3s;display:grid}.bh-faq-item.open .bh-faq-btn .ico{background:var(--gold);border-color:var(--gold);color:#fff;transform:rotate(45deg)}.bh-faq-body{max-height:0;transition:max-height .4s;overflow:hidden}.bh-faq-body p{color:var(--muted);padding:0 0 22px;font-size:15px;line-height:1.75}.about-grid-imgs{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:14px;display:grid}.about-grid-imgs .i1{grid-row:1/3}.about-grid-imgs img{object-fit:cover;border-radius:8px;width:100%;height:100%}.bh-footer{background:var(--navy);padding:72px 0 0}.bh-footer h6{font-family:var(--fdisp);color:#fff;margin-bottom:22px;font-size:17px}.bh-footer p{color:#ffffff8c;margin-top:16px;font-size:14.5px;line-height:1.7}.bh-footer-links{flex-direction:column;gap:10px;display:flex}.bh-footer-links a{color:#ffffff8c;font-size:14px;transition:color .25s,padding-left .25s}.bh-footer-links a:hover{color:var(--gold);padding-left:6px}.bh-footer-contact{flex-direction:column;gap:14px;display:flex}.bh-footer-contact .fc{align-items:flex-start;gap:12px;display:flex}.bh-footer-contact .fc i{color:var(--gold);flex-shrink:0;margin-top:3px;font-size:16px}.bh-footer-contact .fc span{color:#ffffffa6;font-size:14px;line-height:1.6}.bh-social{gap:10px;margin-top:20px;display:flex}.bh-social a{color:#fff9;border:1px solid #fff3;border-radius:50%;place-items:center;width:38px;height:38px;font-size:15px;transition:all .3s;display:grid}.bh-social a:hover{background:var(--gold);border-color:var(--gold);color:#fff}.bh-footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:56px;padding:22px 0;display:flex}.bh-footer-bottom p{color:#ffffff73;margin:0;font-size:13px}#back-to-top{background:var(--navy);color:#fff;width:44px;height:44px;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;border:none;border-radius:50%;place-items:center;font-size:16px;transition:opacity .3s,visibility .3s,transform .3s;display:grid;position:fixed;bottom:32px;right:32px;transform:translateY(12px)}#back-to-top.show{opacity:1;visibility:visible;transform:none}#back-to-top:hover{background:var(--gold)}.page-404{text-align:center;background:linear-gradient(160deg,#f4f6f9 0%,#fff 60%);flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 78px);padding:80px 24px;display:flex;position:relative;overflow:hidden}.num-404{font-family:var(--fmono);color:#0000;-webkit-text-stroke:2px #0b254524;font-size:clamp(100px,20vw,200px);font-weight:500;line-height:1}.deco-line{background:var(--gold);width:80px;height:2px;margin:24px auto}.page-404 h1{font-family:var(--fdisp);color:var(--navy);margin-bottom:16px;font-size:clamp(30px,5vw,52px)}.page-404 p{color:var(--muted);max-width:480px;margin:0 auto 36px;font-size:18px}.circle-deco{pointer-events:none;border-radius:50%;position:absolute}@media (max-width:991px){.bh-hamburger{display:flex}.bh-nav-links{border-bottom:1px solid var(--border);opacity:0;visibility:hidden;background:#fff;flex-direction:column;align-items:flex-start;gap:4px;max-height:0;padding:16px 24px 24px;transition:max-height .4s,opacity .3s,visibility .3s;position:fixed;top:78px;left:0;right:0;overflow:hidden}.bh-nav-links.open{opacity:1;visibility:visible;max-height:600px}.bh-nav-links a,.nav-dd{width:100%;padding:12px 0}.dd-menu{opacity:1;visibility:visible;box-shadow:none;background:var(--bg-alt);border:none;padding:4px 12px;position:static;transform:none}.dd-wrap:hover .dd-menu{opacity:1}.bh-btn-getstarted{margin:8px 0 0!important}.bh-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){body{padding-top:68px}.bh-nav{height:68px}.bh-nav-links{top:68px}.bh-container{padding:0 20px}.bh-hero{margin-top:-68px}}
