.pricing-area .row{align-items:stretch}.pricing-area .row > [class*="col-"]{display:flex;height:auto}.pricing-item{display:flex;flex-direction:column;width:100%;height:100%}.pricing-feature{flex:1 0 auto;display:flex;flex-direction:column;justify-content:center}.hero-single{height:560px;padding:0;align-items:flex-end;justify-content:flex-start}@media (min-width:768px){.hero-single{height:100vh}}.hero-single::before{background:linear-gradient(to top,rgba(0,0,0,.88) 0%,rgba(0,0,0,.65) 32%,rgba(0,0,0,.28) 58%,rgba(0,0,0,0) 82%)}.hero-single .hero-content .hero-sub-title,.hero-single .hero-content .hero-title{text-shadow:0 2px 10px rgba(0,0,0,.55)}.hero-single .hero-content{justify-content:flex-end;align-items:flex-start;width:100%;max-width:520px;padding:0 24px 34px;height:auto}@media (min-width:768px){.hero-single .hero-content{padding:0 50px 54px}}.hero-single .hero-content .hero-sub-title{color:#fff;font-size:14.5px;font-weight:600;text-transform:none;margin-bottom:10px}.hero-single .hero-content .hero-sub-title i{color:#d3904f;margin-right:6px}.hero-single .hero-content .hero-title{font-size:24px;text-transform:none;line-height:1.3;margin:0 0 24px}@media (min-width:576px){.hero-single .hero-content .hero-title{font-size:29px}}@media (min-width:992px){.hero-single .hero-content .hero-title{font-size:36px}}.hero-single .hero-content > p:not(.hero-title){display:none}.hero-single .hero-content .hero-btn{gap:12px;margin-top:0}.hero-pill-btn{display:inline-flex;align-items:center;padding:11px 22px;border-radius:12px;font-size:14px;font-weight:600;background:#fff;color:#14212B;transition:background .2s,color .2s}.hero-pill-btn:hover{background:#d3904f;color:#fff}.hero-pill-btn.hero-pill-btn-outline{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.5)}.hero-pill-btn.hero-pill-btn-outline:hover{background:rgba(255,255,255,.25);border-color:#fff}.hero-slider.owl-theme .owl-nav [class*=owl-]{position:absolute;top:0;height:100%;width:56px;background:linear-gradient(to right,rgba(0,0,0,.22),rgba(0,0,0,0));border-radius:0;display:flex;align-items:center;justify-content:center;font-size:17px;color:rgba(255,255,255,.9);transform:none;transition:background .2s,color .2s}.hero-slider.owl-theme .owl-nav [class*=owl-]:hover{background:linear-gradient(to right,rgba(0,0,0,.4),rgba(0,0,0,0));color:#fff}.hero-slider.owl-theme .owl-nav .owl-prev{left:0;right:auto;border-radius:0 0 0 25px}.hero-slider.owl-theme .owl-nav .owl-next{right:0;left:auto;border-radius:0 0 25px 0;background:linear-gradient(to left,rgba(0,0,0,.22),rgba(0,0,0,0))}.hero-slider.owl-theme .owl-nav .owl-next:hover{background:linear-gradient(to left,rgba(0,0,0,.4),rgba(0,0,0,0))}.hero-slider.owl-theme .owl-dots{position:absolute;bottom:22px;left:0;right:0;display:flex;justify-content:center;gap:9px;z-index:2}.hero-slider.owl-theme .owl-dots .owl-dot span{width:8px;height:8px;margin:0;background:rgba(255,255,255,.45);border-radius:50%;display:block;transition:background .2s,width .2s}.hero-slider.owl-theme .owl-dots .owl-dot:hover span{background:rgba(255,255,255,.75)}.hero-slider.owl-theme .owl-dots .owl-dot.active span{background:#d3904f;width:22px;border-radius:4px}@media (max-width:575px){.hero-single .hero-content .hero-title{font-size:21px}.hero-pill-btn{padding:9px 17px;font-size:13px}.hero-slider.owl-theme .owl-nav [class*=owl-]{width:40px;font-size:14px}.hero-slider.owl-theme .owl-dots{bottom:14px}}.tbc-chat-toggle{position:fixed;left:30px;bottom:25px;z-index:100;width:56px;height:56px;border:none;border-radius:50%;background:#d3904f;color:#fff;font-size:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 22px rgba(211,144,79,.45);cursor:pointer;transition:transform .2s,box-shadow .2s}.tbc-chat-toggle:hover{transform:scale(1.08);color:#fff}.tbc-chat-toggle[aria-expanded="true"]{background:#0c263a}.tbc-chat-panel{position:fixed;left:30px;bottom:95px;z-index:100;width:340px;max-width:calc(100vw - 40px);height:480px;max-height:calc(100vh - 140px);background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.25);display:flex;flex-direction:column;overflow:hidden}.tbc-chat-panel[hidden]{display:none}.tbc-chat-header{background:#0c263a;color:#fff;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.tbc-chat-header-title{display:flex;flex-direction:column}.tbc-chat-header-title strong{font-size:16px;font-family:'Titillium Web',sans-serif}.tbc-chat-header-title span{font-size:12px;color:#c9c2b5;margin-top:2px}.tbc-chat-close{background:none;border:none;color:#fff;font-size:22px;line-height:1;cursor:pointer;padding:0 4px}.tbc-chat-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:#f7f6f3}.tbc-msg{display:flex}.tbc-msg-bot{justify-content:flex-start}.tbc-msg-user{justify-content:flex-end}.tbc-bubble{max-width:85%;padding:10px 14px;border-radius:14px;font-size:13.5px;line-height:1.4}.tbc-msg-bot .tbc-bubble{background:#fff;color:#0c263a;border:1px solid #ece8e0;border-bottom-left-radius:4px}.tbc-msg-user .tbc-bubble{background:#d3904f;color:#fff;border-bottom-right-radius:4px}.tbc-actions{display:flex;flex-wrap:wrap;gap:8px}.tbc-option-btn{background:#fff;border:1.5px solid #d3904f;color:#d3904f;border-radius:20px;padding:7px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.tbc-option-btn:hover{background:#d3904f;color:#fff}.tbc-input-group{flex-direction:column;align-items:stretch;gap:6px}.tbc-input-error{color:#c0392b;font-size:12px;margin:0}.tbc-lead-status{font-size:13px;font-weight:600;color:#0c263a;text-align:center;background:#fff;border:1px solid #ece8e0;border-radius:12px;padding:10px 14px;margin:0}.tbc-lead-status-ok{color:#1e7e34;border-color:#cfe8d8;background:#f2faf5}.tbc-text-form{display:flex;gap:8px;width:100%}.tbc-text-input{flex:1;border:1.5px solid #ece8e0;border-radius:20px;padding:8px 14px;font-size:13.5px;outline:none}.tbc-text-input:focus{border-color:#d3904f}.tbc-send-btn{width:38px;height:38px;flex-shrink:0;border:none;border-radius:50%;background:#d3904f;color:#fff;cursor:pointer}.tbc-summary{background:#fff;border:1px solid #ece8e0;border-radius:12px;padding:12px 14px}.tbc-summary-title{font-size:13.5px;font-weight:600;color:#0c263a;margin-bottom:8px}.tbc-summary ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.tbc-summary li{font-size:12.5px;color:#4a4a4a}.tbc-final-actions{flex-direction:column;align-items:stretch}.tbc-final-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:24px;font-size:13.5px;font-weight:600;text-decoration:none;text-align:center}.tbc-final-other{background:#fff;border:1.5px solid #0c263a;color:#0c263a}.tbc-final-other:hover{color:#0c263a;background:#f0ede6}@media (max-width:575px){.tbc-chat-toggle{left:18px;bottom:20px;width:50px;height:50px;font-size:21px}.tbc-chat-panel{left:18px;bottom:82px;width:calc(100vw - 36px)}}.blog-area .row > [class*="col-"]{display:flex}.blog-item{display:flex;flex-direction:column;width:100%}.blog-item-info{display:flex;flex-direction:column;align-items:flex-start;flex:1}.blog-item-info .theme-btn{margin-top:auto}.service-area .row > [class*="col-"]{display:flex}.service-item{display:flex;flex-direction:column;width:100%}.service-content{display:flex;flex-direction:column;flex:1}.service-arrow{margin-top:auto}.related-services{padding:70px 0;background:#f7f6f3;border-top:1px solid #ece8e0}.related-services .site-heading{margin-bottom:34px}.related-link{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #ece8e0;border-radius:12px;padding:16px 18px;color:#0c263a;font-weight:600;font-size:15px;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s,background .2s;height:100%}.related-link > i:first-child{color:#d3904f;font-size:18px;width:22px;text-align:center;flex-shrink:0}.related-link span{flex:1}.related-link .related-arrow{color:#c9c2b5;font-size:13px;transition:transform .2s,color .2s}.related-link:hover{border-color:#d3904f;background:#fff;color:#0c263a;box-shadow:0 8px 24px rgba(0,0,0,.07);transform:translateY(-2px)}.related-link:hover .related-arrow{color:#d3904f;transform:translateX(3px)}.related-cta{margin-top:36px}.related-cta p{font-size:15px;color:#6c6c6c;margin-bottom:16px}.related-cta .theme-btn{margin:6px}@media (max-width:767px){.related-services{padding:50px 0}.related-link{font-size:14px;padding:14px 15px}}.wa-float{position:fixed;right:30px;bottom:25px;z-index:99;width:52px;height:52px;line-height:54px;text-align:center;border-radius:50%;background:#25D366;color:#fff;font-size:28px;box-shadow:0 6px 22px rgba(37,211,102,.45);transition:transform .3s ease,color .3s ease}.wa-float:hover{color:#fff;transform:scale(1.08)}.wa-float::before{content:'';position:absolute;inset:0;border-radius:50%;background:rgba(37,211,102,.5);animation:wa-pulse 2.2s infinite;pointer-events:none}@keyframes wa-pulse{0%{transform:scale(1);opacity:.5}70%{transform:scale(1.8);opacity:0}100%{transform:scale(1.8);opacity:0}}#scroll-top{display:flex !important;align-items:center;justify-content:center;bottom:90px !important;right:30px !important;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .35s ease,visibility .35s ease,transform .35s ease;pointer-events:none}#scroll-top.show{opacity:1 !important;visibility:visible !important;transform:none;pointer-events:auto}@media (max-width:575px){.wa-float{right:18px;bottom:20px;width:48px;height:48px;line-height:50px;font-size:25px}#scroll-top{right:18px !important;bottom:80px !important}}.owl-carousel:not(.owl-loaded){display:block;max-height:90vh;overflow:hidden}.hero-slider:not(.owl-loaded) .hero-single:not(:first-child),.testimonial-slider:not(.owl-loaded) .testimonial-item:not(:first-child),.workspace-slider:not(.owl-loaded) .workspace-item:not(:first-child),.partner-slider:not(.owl-loaded) > *:not(:first-child){display:none}.testimonial-author-img.review-initial{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d3904f,#ddc2a8);color:#fff;font-size:30px;font-weight:700;text-transform:uppercase;border:4px solid #fff;box-shadow:0 6px 18px rgba(0,0,0,.12)}.testimonial-item .review-meta{font-size:13px;color:#d3904f;font-weight:600}.testimonial-item .review-source{position:static !important;right:auto !important;bottom:auto !important;display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:12px !important;line-height:1.2;color:#6c6c6c !important;white-space:nowrap}.testimonial-item .review-source i{color:#4285F4}.testimonial-slider .owl-stage{display:flex}.testimonial-slider .owl-item{display:flex;height:auto}.testimonial-slider .owl-item .testimonial-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;padding:32px;overflow:hidden}.testimonial-author-img.review-initial{position:static;transform:none;margin:0 auto 18px}.testimonial-item .testimonial-rate{margin:0 0 16px}.testimonial-slider .testimonial-item > p{margin:0 0 18px}.testimonial-item .testimonial-author-info{margin:0;padding:0}.testimonial-item .testimonial-author-info h4{margin:0 0 4px}.testimonial-item .review-meta{margin:0}.testimonial-item .review-source{margin-top:8px;justify-content:center}.testimonial-item > span.flaticon-left-quote{display:none}.lang-switch{display:inline-flex;align-items:center;justify-content:center;margin-inline-start:22px;padding:6px 18px;border:1.5px solid #d3904f;border-radius:50px;color:#d3904f;font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .2s,color .2s}.lang-switch:hover{background:#d3904f;color:#fff}@media all and (max-width:991px){.lang-switch{margin-inline-start:0;margin-top:10px;align-self:flex-start}}.lang-switch-mobile{display:none}@media all and (max-width:991px){.lang-switch-mobile{display:inline-flex;margin-inline-end:14px;padding:5px 14px;font-size:13px}.lang-switch:not(.lang-switch-mobile){display:none}}@media all and (max-width:991px){.navbar-collapse{background:#fff;margin-top:12px;padding:10px 16px 18px;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.12)}.header-nav-right{margin-top:10px}.header-btn a{display:inline-block;width:100%;text-align:center}}@media all and (max-width:991px){.hero-section,.hero-slider .owl-stage-outer,.hero-slider .owl-stage,.hero-slider .owl-item{min-height:100vh}.hero-single{min-height:100vh;padding-top:130px;padding-bottom:70px}}@media all and (max-width:767px){.py-120{padding-top:60px !important;padding-bottom:60px !important}.pt-120{padding-top:60px !important}.pb-120{padding-bottom:60px !important}.pt-70{padding-top:40px !important}.pb-70{padding-bottom:40px !important}.site-title{font-size:26px !important;line-height:1.25}.hero-section,.hero-slider .owl-stage-outer,.hero-slider .owl-stage,.hero-slider .owl-item{min-height:100svh}.hero-single{min-height:100svh;padding-top:115px;padding-bottom:60px}.hero-single .hero-content{width:100%}.hero-single .hero-content .hero-sub-title{font-size:16px;letter-spacing:.04em}.hero-single .hero-content .hero-title{font-size:30px !important;line-height:1.22}.hero-single .hero-content p{font-size:14.5px;line-height:25px}.hero-single .hero-content .hero-btn{flex-direction:column;gap:14px;align-items:stretch;width:100%;margin-top:24px;max-width:360px}.hero-single .hero-content .hero-btn .theme-btn{width:100%;min-height:54px;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-size:15px;padding:8px 12px 8px 22px}.hero-single .hero-content .hero-btn .theme-btn i{height:32px;width:32px;line-height:32px}.hero-single .hero-content .hero-btn .hero-pill-btn{width:100%;min-height:50px;justify-content:center;font-size:15px}html,body{overflow-x:hidden}.footer-widget-box{margin-bottom:30px}.copyright-text{font-size:13px}iframe[src*="google.com/maps"]{height:320px !important}}@media all and (max-width:991px){.choose-img2{display:none !important}.choose-area .choose-right-content{height:auto;display:block}.choose-area .customLeftPadding{padding-left:18px;padding-right:18px}.choose-area.bg-white{padding-top:50px;padding-bottom:50px}.choose-area .choose-right-content ul{margin-top:14px;padding-left:0}.choose-area .choose-right-content li{margin-top:12px}.choose-area .choose-right-content li i{flex-shrink:0;margin-right:12px;height:30px;line-height:30px}.choose-area .choose-right-content li h5{font-size:14px}}@media all and (max-width:767px){.choose-area .choose-right-content li h5{font-size:14.5px}}@media all and (max-width:575px){.breadcrumb-title{font-size:28px !important}.pricing-amount strong{font-size:40px}}.bk-section{padding:70px 0 90px;background:#f7f6f3}@media (max-width:767px){.bk-section{padding:45px 0 60px}}.bk-card{background:#fff;border-radius:18px;box-shadow:0 4px 40px rgba(0,0,0,.08);padding:40px 44px}@media (max-width:767px){.bk-card{padding:24px 18px;border-radius:14px}}.bk-section-title{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#d3904f;margin-bottom:18px;padding-bottom:10px;border-bottom:1px solid #f0ede6}.bk-card .form-label{font-size:13px;font-weight:600;color:#0c263a;margin-bottom:6px;display:block}.bk-card .form-label span{color:#c0392b}.bk-card .form-control,.bk-card .form-select{border:1.5px solid #e4dfd6;border-radius:10px;padding:11px 16px;font-size:14px;color:#1a1a1a;background:#fafaf8;transition:border-color .2s,box-shadow .2s;height:48px;width:100%;box-sizing:border-box}.bk-card .form-control:focus,.bk-card .form-select:focus{border-color:#d3904f;box-shadow:0 0 0 3px rgba(211,144,79,.14);background:#fff;outline:none}.bk-card textarea.form-control{resize:vertical;min-height:110px;height:auto}.bk-submit{width:100%;background:linear-gradient(135deg,#d3904f,#b5723a);color:#fff;border:none;border-radius:50px;padding:16px 32px;font-size:16px;font-weight:700;letter-spacing:.03em;cursor:pointer;transition:transform .2s,box-shadow .2s}.bk-submit:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(211,144,79,.4)}.bk-alert-success{background:#f0faf3;border:1.5px solid #27ae60;border-radius:14px;padding:32px;text-align:center;margin-bottom:24px}.bk-alert-success .icon{font-size:50px;margin-bottom:10px}.bk-alert-success h2{color:#1e7e34;font-size:22px;font-weight:700;margin-bottom:8px}.bk-alert-success p{color:#2d6a4f;font-size:15px;margin:0}.bk-alert-error{background:#fff5f5;border:1.5px solid #e74c3c;border-radius:10px;padding:14px 18px;font-size:14px;color:#c0392b;margin-bottom:22px}.bk-info-card{background:#0c263a;border-radius:18px;padding:34px 30px;color:#fff;position:sticky;top:20px}.bk-info-card h3{color:#d3904f;font-size:20px;font-weight:700;margin-bottom:4px}.bk-info-card .subtitle{color:rgba(255,255,255,.55);font-size:13px;margin-bottom:26px}.bk-info-item{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.07)}.bk-info-item:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.bk-info-card-wide{position:static}.bk-info-card-wide .bk-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 24px}.bk-info-card-wide .bk-info-item{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.07)}@media (max-width:575px){.bk-info-card-wide .bk-info-grid{grid-template-columns:1fr}}.bk-info-icon{width:40px;height:40px;background:rgba(211,144,79,.14);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bk-info-icon i{color:#d3904f;font-size:15px}.bk-info-text strong{display:block;font-size:14px;font-weight:700;color:#fff;margin-bottom:2px}.bk-info-text span{font-size:13px;color:rgba(255,255,255,.6)}.bk-services-list{list-style:none;padding:0;margin:18px 0 0}.bk-services-list li{padding:7px 0;font-size:13px;color:rgba(255,255,255,.65);border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:10px}.bk-services-list li:last-child{border-bottom:none}.bk-services-list li::before{content:'\2713';color:#d3904f;font-weight:800;flex-shrink:0}.bk-steps{display:flex;justify-content:center;margin-bottom:40px}.bk-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;max-width:150px}.bk-step:not(:last-child)::after{content:'';position:absolute;top:18px;left:calc(50% + 18px);width:calc(100% - 36px);height:2px;background:#e4dfd6}.bk-step-circle{width:36px;height:36px;border-radius:50%;background:#e4dfd6;color:#6b6b6b;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:8px;position:relative;z-index:1}.bk-step.active .bk-step-circle{background:#d3904f;color:#fff}.bk-step.done .bk-step-circle{background:#27ae60;color:#fff}.bk-step span{font-size:11px;color:#6c6c6c;font-weight:600;text-align:center}.bk-step.active span{color:#d3904f}@media (max-width:575px){.bk-steps{display:none}}.bk-loading-overlay{position:fixed;inset:0;z-index:99999;background:rgba(12,38,58,.55);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:none;align-items:center;justify-content:center;padding:20px}.bk-loading-overlay.active{display:flex}.bk-loading-box{background:#fff;border-radius:16px;padding:34px 44px;text-align:center;box-shadow:0 14px 50px rgba(0,0,0,.28);max-width:320px}.bk-spinner{width:50px;height:50px;border:4px solid #f0e6d8;border-top-color:#d3904f;border-radius:50%;margin:0 auto 18px;animation:bk-spin .8s linear infinite}.bk-loading-box p{margin:0 0 4px;font-size:16px;font-weight:700;color:#0c263a}.bk-loading-box small{font-size:12px;color:#6c6c6c}.bk-submit:disabled{opacity:.8;cursor:not-allowed}.bk-btn-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;display:inline-block;vertical-align:middle;margin-right:9px;animation:bk-spin .8s linear infinite}@keyframes bk-spin{to{transform:rotate(360deg)}}.bk-section,.bk-section input,.bk-section select,.bk-section textarea,.bk-section button,.bk-card .form-control,.bk-card .form-select,.bk-submit,.bk-choice,.bk-choice span,.bk-cta-btn,.bk-trust,.bk-eyebrow,.bk-step span,.bk-loading-box{font-family:'Roboto',sans-serif}.bk-card-head h2,.bk-info-card h3,.bk-loading-box p{font-family:'Titillium Web',sans-serif}.bk-card,.bk-info-card{position:relative}.bk-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d3904f,#ddc2a8);border-radius:18px 18px 0 0}.bk-card-head{text-align:center;padding-bottom:24px;margin-bottom:26px;border-bottom:1px solid #f0ede6}.bk-card-head h2{font-size:26px;font-weight:800;color:#0c263a;margin:6px 0 8px}.bk-card-head h2 span{color:#d3904f}.bk-card-head p{font-size:14px;color:#7a7a7a;margin:0;max-width:460px;margin-inline:auto}.bk-card-head .bk-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#d3904f;background:rgba(211,144,79,.1);border:1px solid rgba(211,144,79,.3);border-radius:50px;padding:5px 14px}.bk-section-title{display:flex;align-items:center;gap:10px}.bk-section-title .bk-num{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#0c263a;color:#fff;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.bk-choice-group{display:flex;gap:12px;flex-wrap:wrap}.bk-choice{flex:1 1 0;min-width:140px;display:flex;flex-direction:column;align-items:center;gap:8px;border:1.5px solid #e4dfd6;border-radius:12px;padding:18px 14px;cursor:pointer;background:#fafaf8;text-align:center;transition:border-color .2s,box-shadow .2s,background .2s;margin:0}.bk-choice input{position:absolute;opacity:0;pointer-events:none}.bk-choice i{font-size:20px;color:#9a8f7e;transition:color .2s}.bk-choice span{font-size:13.5px;font-weight:600;color:#4a4a4a;transition:color .2s}.bk-choice:hover{border-color:#d3904f}.bk-choice:has(input:checked){border-color:#d3904f;background:#fff7ef;box-shadow:0 0 0 3px rgba(211,144,79,.12)}.bk-choice:has(input:checked) i,.bk-choice:has(input:checked) span{color:#b5723a}.bk-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 24px;margin-top:20px;padding-top:18px;border-top:1px solid #f0ede6}.bk-trust div{font-size:12.5px;color:#6c6c6c;font-weight:600;display:inline-flex;align-items:center;gap:7px}.bk-trust i{color:#27ae60;font-size:13px}.bk-info-rating{display:flex;align-items:center;gap:8px;font-size:12.5px;color:rgba(255,255,255,.7);margin:-16px 0 24px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08)}.bk-info-rating .stars{color:#f5b301;letter-spacing:1px;font-size:14px}.bk-info-cta{margin:22px 0 6px;display:flex;flex-direction:column;gap:10px}.bk-cta-btn{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;padding:13px 16px;border-radius:50px;font-size:14px;font-weight:700;text-decoration:none;background:#d3904f;color:#fff;transition:transform .2s,box-shadow .2s,background .2s}.bk-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(211,144,79,.35);color:#fff}.bk-cta-btn.bk-cta-wa{background:#25D366}.bk-cta-btn.bk-cta-wa:hover{box-shadow:0 8px 22px rgba(37,211,102,.35)}.bk-cta-btn.bk-cta-outline{background:transparent;border:1.5px solid rgba(255,255,255,.25)}.bk-cta-btn.bk-cta-outline:hover{background:rgba(255,255,255,.06);box-shadow:none}@media (max-width:575px){.bk-choice{flex-basis:100%;flex-direction:row;justify-content:flex-start;padding:14px 16px}.bk-card-head h2{font-size:22px}}.go-hero{background:linear-gradient(135deg,rgba(12,38,58,.88),rgba(22,64,94,.88)),url('../img/slider/slider-1.webp') center/cover no-repeat;color:#fff;text-align:center;padding:200px 0 70px}.go-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(211,144,79,.18);border:1px solid rgba(211,144,79,.5);color:#f0c896;font-size:13px;font-weight:700;padding:8px 18px;border-radius:50px;margin-bottom:20px;font-family:'Roboto',sans-serif}.go-badge i{color:#d3904f}.promo-countdown{display:inline-flex;align-items:flex-start;gap:8px;margin:0;position:relative}.hero-single .promo-countdown{margin-bottom:20px}.go-cta-group{display:flex;flex-direction:column;align-items:center;gap:16px}.promo-countdown-item{display:flex;flex-direction:column;align-items:center;background:rgba(12,38,58,.55);border:1px solid rgba(211,144,79,.6);border-radius:10px;padding:8px 10px 7px;min-width:54px;position:relative;z-index:1;box-shadow:0 4px 18px rgba(0,0,0,.25)}.promo-cd-num{font-family:'Titillium Web',sans-serif;font-size:25px;font-weight:800;color:#fff;line-height:1;font-variant-numeric:tabular-nums}.promo-cd-label{font-family:'Roboto',sans-serif;font-size:9.5px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.7);margin-top:3px}.promo-countdown-sep{font-size:22px;font-weight:800;color:#d3904f;align-self:center;margin-top:-8px}.promo-countdown::before{content:'';position:absolute;inset:-5px;border-radius:14px;border:2px solid #d3904f;opacity:.7;animation:promoCountdownPulse 1.8s ease-out infinite;pointer-events:none;z-index:0}@keyframes promoCountdownPulse{0%{transform:scale(1);opacity:.7}100%{transform:scale(1.09);opacity:0}}@media (prefers-reduced-motion:reduce){.promo-countdown::before{animation:none;opacity:.35}}@media (max-width:575px){.promo-countdown{gap:5px}.promo-countdown-item{min-width:44px;padding:6px 6px 5px}.promo-cd-num{font-size:19px}.promo-cd-label{font-size:8.5px}.promo-countdown-sep{font-size:17px;margin-top:-6px}}.go-hero-breadcrumb{display:flex;justify-content:center;gap:6px;margin-bottom:22px;font-size:13px}.go-hero-breadcrumb li{display:inline-flex;align-items:center;color:rgba(255,255,255,.65)}.go-hero-breadcrumb li:not(:last-child)::after{content:'\f101';font-family:'Font Awesome 5 Pro';font-weight:400;margin-left:8px;color:rgba(255,255,255,.4)}.go-hero-breadcrumb li a{color:rgba(255,255,255,.65)}.go-hero-breadcrumb li a:hover{color:#d3904f}.go-hero-breadcrumb li.active{color:#d3904f}.go-title{font-family:'Titillium Web',sans-serif;font-size:36px;font-weight:800;color:#fff;margin-bottom:14px}.go-tagline{font-family:'Roboto',sans-serif;font-size:17px;font-weight:600;color:#f0c896;margin-bottom:16px}.go-sub{font-family:'Roboto',sans-serif;font-size:16px;color:rgba(255,255,255,.78);max-width:640px;margin:0 auto 30px;line-height:1.7}.go-price-highlight{display:inline-flex;align-items:baseline;flex-wrap:wrap;justify-content:center;gap:12px;background:linear-gradient(135deg,#d3904f,#b5723a);padding:14px 28px;border-radius:50px;margin:0 0 28px;box-shadow:0 10px 34px rgba(211,144,79,.45)}.go-price-highlight-label{align-self:center;font-family:'Roboto',sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.85)}.go-price-highlight-old{font-family:'Roboto',sans-serif;font-size:16px;color:rgba(255,255,255,.65);text-decoration:line-through}.go-price-highlight-new{font-family:'Titillium Web',sans-serif;font-size:34px;font-weight:900;color:#fff;line-height:1}.go-price-highlight-unit{font-family:'Roboto',sans-serif;font-size:14px;font-weight:600;color:rgba(255,255,255,.85);margin-left:2px}@media (max-width:575px){.go-price-highlight{padding:10px 18px;gap:8px}.go-price-highlight-new{font-size:24px}.go-price-highlight-old{font-size:13px}}.go-price-strip{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-bottom:32px}.go-price-strip div{display:flex;flex-direction:column;align-items:center}.go-price-strip strong{font-size:24px;font-weight:800;color:#d3904f}.go-price-strip span{font-size:12.5px;color:rgba(255,255,255,.65);margin-top:2px}.go-hero .theme-btn{display:inline-flex}.go-amenities{padding:70px 0 20px}.go-video-section{padding:60px 0}.go-video-wrap{max-width:900px;margin:0 auto;border-radius:14px;overflow:hidden;box-shadow:0 4px 30px rgba(0,0,0,.12);background:#000}.go-video-wrap video{display:block;width:100%;height:auto;max-height:560px;background:#000}.go-contact-section{padding:20px 0 80px}.go-amenity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:980px;margin:0 auto 24px}.go-amenity-grid > div{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding:22px 14px;background:#f7f6f3;border-radius:12px;font-size:13.5px;font-weight:600;color:#333}.go-amenity-grid i{font-size:26px;color:#d3904f}.go-shared-note{text-align:center;color:#6c6c6c;font-size:13.5px}@media (max-width:767px){.go-amenity-grid{grid-template-columns:repeat(2,1fr)}.go-title{font-size:26px}}.go-pricing{padding:50px 0 80px}.go-table-wrap{overflow-x:auto;border-radius:14px;box-shadow:0 4px 30px rgba(0,0,0,.06)}.go-table{width:100%;border-collapse:collapse;background:#fff;min-width:680px}.go-table th{background:#0c263a;color:#fff;font-size:12.5px;text-transform:uppercase;letter-spacing:.04em;padding:14px 16px;text-align:left;white-space:nowrap}.go-table td{padding:13px 16px;border-bottom:1px solid #f0ede6;font-size:14px;color:#333;white-space:nowrap}.go-table tbody tr:hover{background:#fdfaf6}.go-cat{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;font-weight:700;font-size:12px;color:#fff}.go-cat-a{background:#d3904f}.go-cat-b{background:#16405e}.go-cat-c{background:#6c8f7a}.go-strike{color:#a3a3a3;text-decoration:line-through;font-size:13px}.go-discount{color:#d3904f;font-size:15px}.go-tbc{color:#b5723a;font-style:italic;font-size:12.5px}.go-book-btn{background:#0c263a;color:#fff;border:none;border-radius:50px;padding:8px 16px;font-size:12.5px;font-weight:700;cursor:pointer;transition:background .2s,transform .2s}.go-book-btn:hover{background:#d3904f;transform:translateY(-1px)}@media (max-width:991px){.go-hero{padding:360px 0 50px}}@media (max-width:575px){.go-price-strip{gap:22px}}.go-map-section,.go-map-book-section{padding:50px 0 70px;background:#f7f6f3}.go-map-legend{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:16px;font-size:13px;font-weight:600;color:#333}.go-map-legend span{display:inline-flex;align-items:center;gap:8px}.go-map-legend .go-cat{width:16px;height:16px}.go-back-to-map{display:inline-flex;align-items:center;gap:8px;background:none;border:none;padding:0;margin-bottom:20px;color:#0c263a;font-size:14px;font-weight:700;cursor:pointer}.go-back-to-map:hover{color:#d3904f}.go-office-preview{border-radius:14px;overflow:hidden;position:relative;height:340px;background:#e9e6df;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 30px rgba(0,0,0,.1)}.go-office-preview-placeholder{display:flex;flex-direction:column;align-items:center;gap:10px;color:#9a9488;font-size:14px;text-align:center;padding:0 20px}.go-office-preview-placeholder i{font-size:34px;color:#c3bcac}.go-office-preview-img{display:none;width:100%;height:100%;object-fit:cover}.go-office-preview-nav{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:none;background:rgba(12,38,58,.55);color:#fff;font-size:15px;display:none;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.go-office-preview-nav:hover{background:rgba(211,144,79,.85)}.go-office-preview-nav.prev{left:12px}.go-office-preview-nav.next{right:12px}.go-office-preview-dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:6px}.go-office-preview-dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer;transition:background .2s,width .2s}.go-office-preview-dot.active{background:#d3904f;width:18px;border-radius:4px}.go-office-meta{margin-top:14px;font-size:15px;font-weight:700;color:#0c263a;text-align:center}@media (max-width:575px){.go-office-preview{height:220px}}.go-map-stage{position:relative;max-width:760px;margin:0 auto}.go-map-wrap{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 4px 30px rgba(0,0,0,.1);background:#fff}.go-map-img{display:block;width:100%;height:auto}.go-map-side-preview{display:none;position:absolute;top:0;width:210px;height:210px;border-radius:12px;overflow:hidden;background:#fff;border:2px solid #d3904f;box-shadow:0 10px 34px rgba(0,0,0,.28);z-index:5;transition:top .12s ease-out}.go-map-side-preview.side-left{right:calc(100% + 18px)}.go-map-side-preview.side-right{left:calc(100% + 18px)}.go-map-side-preview.visible{display:block}.go-map-side-preview img{width:100%;height:100%;object-fit:cover;display:block}.go-map-side-preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;height:100%;color:#9a9488;font-size:12.5px;text-align:center;padding:0 14px;background:#f2f0eb}.go-map-side-preview-placeholder i{font-size:26px;color:#c3bcac}.go-map-side-preview-label{position:absolute;left:0;right:0;bottom:0;padding:7px 10px;font-size:12px;font-weight:700;color:#fff;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0))}@media (max-width:1199px){.go-map-side-preview{display:none !important}}.go-hotspot{position:absolute;border:1.5px solid rgba(255,255,255,.8);border-radius:2px;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6);transition:filter .15s;box-sizing:border-box}.go-hotspot:hover,.go-hotspot:focus-visible{filter:brightness(1.25);z-index:2;border-color:#fff}.go-hotspot.go-cat-a{background:rgba(211,144,79,.55)}.go-hotspot.go-cat-b{background:rgba(22,64,94,.55)}.go-hotspot.go-cat-c{background:rgba(108,143,122,.55)}.go-hotspot.go-hotspot-rented{background:repeating-linear-gradient(45deg,rgba(80,80,80,.72),rgba(80,80,80,.72) 6px,rgba(40,40,40,.72) 6px,rgba(40,40,40,.72) 12px);cursor:not-allowed;overflow:hidden}.go-hotspot.go-hotspot-rented:hover{filter:none}.go-hotspot-rented-text{font-size:13px;font-weight:900;letter-spacing:.04em;white-space:nowrap;text-shadow:0 1px 4px rgba(0,0,0,.85);transform:scale(1)}@media (max-width:575px){.go-hotspot-rented-text{font-size:8px}}.go-map-note{text-align:center;font-size:12.5px;color:#8a8a8a;margin-top:14px}@media (max-width:575px){.go-hotspot{font-size:9px}}.go-row-rented{opacity:.55}.go-rented-badge{display:inline-block;padding:5px 14px;border-radius:50px;background:#ece9e4;color:#6c6c6c;font-size:12px;font-weight:700}