@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--navy:#082b50;--blue:#07518a;--sky:#1b9bd1;--gold:#caa66b;--cream:#f7f5ef;--text:#0d2948;--muted:#66778b;--white:#fff;--line:#e7e9e9;--shadow:0 12px 35px rgba(10,42,74,.10)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:"DM Sans",Arial,sans-serif}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
button{cursor:pointer}
.bv-container{width:min(1400px,calc(100% - 56px));margin:auto}
.bv-header{height:74px;background:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(8,43,80,.08)}
.bv-header-inner{height:100%;display:flex;align-items:center;gap:30px}
.bv-logo{display:flex;align-items:center;gap:9px;min-width:330px}
.bv-logo-mark{font-size:35px;color:var(--sky)}
.bv-logo strong,.bv-logo b{display:block;line-height:.88;letter-spacing:3px}
.bv-logo strong{font-size:22px}
.bv-logo b{font-size:19px;font-weight:500;letter-spacing:6px}
.bv-logo em{font-family:"Playfair Display",serif;color:var(--gold);font-size:16px;line-height:1.05;margin-left:7px}
.bv-nav{display:flex;align-items:center;gap:27px;margin-left:auto}
.bv-nav a{font-size:16px;font-weight:600;padding:27px 0;position:relative}
.bv-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--navy)}
.bv-header-actions{display:flex;gap:10px;align-items:center}
.bv-search-open{width:43px;height:43px;border:1px solid var(--navy);border-radius:50%;background:#fff;color:var(--navy);font-size:23px}
.bv-add{background:var(--navy);color:#fff;border-radius:25px;padding:12px 18px;font-size:13px;font-weight:700}
.bv-mobile-btn{display:none;background:none;border:0;font-size:25px;color:var(--navy)}
.bv-hero{height:620px;position:relative;overflow:hidden;background:#eaf4f8}
.bv-hero-slides{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}
.bv-hero-slide{position:absolute;inset:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;opacity:0;transform:scale(1.035);transition:opacity .8s ease,transform 6s ease;will-change:opacity,transform}
.bv-hero-slide.active{opacity:1;transform:scale(1)}
.bv-hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.88) 23%,rgba(255,255,255,.48) 43%,rgba(255,255,255,0) 70%)}
.bv-hero-content{position:relative;z-index:3;padding-top:90px}
.bv-hero-text{display:none;animation:bvHeroText .7s ease both}
.bv-hero-text.active{display:block}
.bv-eyebrow{font-size:12px;letter-spacing:6px;font-weight:700;color:var(--blue);margin-bottom:8px}
.bv-hero h1{font-family:"Playfair Display",serif;font-size:68px;line-height:.88;letter-spacing:-2px;margin:0 0 16px;color:var(--navy);max-width:650px}
.bv-hero h1 span{font-size:1.03em}
.bv-hero p{font-size:19px;line-height:1.45;margin:0 0 26px;max-width:600px}
.bv-search{display:flex;width:min(750px,100%);height:66px;background:#fff;border-radius:34px;padding:6px 7px 6px 22px;box-shadow:0 10px 35px rgba(7,42,75,.18);position:relative;z-index:5}
.bv-search span{font-size:25px;align-self:center;line-height:1;color:var(--navy)}
.bv-search input{flex:1;min-width:0;border:0;outline:0;padding:0 10px;color:var(--text);background:transparent;font-size:16px}
.bv-search input::placeholder{color:#728294}
.bv-search button{border:0;background:var(--navy);color:#fff;border-radius:30px;padding:0 38px;font-weight:700;font-size:15px;transition:.2s}
.bv-search button:hover{background:var(--blue)}
.bv-hero-controls{position:absolute;z-index:10;right:40px;bottom:38px;display:flex;align-items:center;gap:12px}
.bv-hero-controls>button{width:38px;height:38px;border:1px solid rgba(255,255,255,.85);background:rgba(8,43,80,.84);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:16px;transition:.2s}
.bv-hero-controls>button:hover{background:#fff;color:var(--navy)}
.bv-hero-dots{display:flex;align-items:center;gap:7px}
.bv-hero-dot{width:7px!important;height:7px!important;min-width:7px;padding:0!important;border:0!important;border-radius:50%!important;background:#fff!important;opacity:.5;box-shadow:0 1px 5px rgba(0,0,0,.25);transition:.25s}
.bv-hero-dot.active{width:24px!important;border-radius:8px!important;opacity:1}
@keyframes bvHeroText{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.bv-category-wrap{position:relative;margin-top:-125px;z-index:5}
.bv-categories{background:rgba(255,255,255,.96);border-radius:24px 24px 0 0;box-shadow:0 -3px 22px rgba(10,42,74,.10);display:grid;grid-template-columns:repeat(10,1fr);padding:20px 18px}
.bv-category{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:85px;border-right:1px solid #eef0f1;transition:.2s}
.bv-category:last-child{border:0}
.bv-category:hover{transform:translateY(-3px);color:var(--blue)}
.bv-category span{width:42px;height:42px;border:1px solid #d9e0e5;border-radius:50%;display:grid;place-items:center;font-size:23px;color:var(--blue);background:#fff}
.bv-category b{font-size:12px;text-align:center;max-width:95px}
.bv-section{padding:54px 0}
.bv-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}
.bv-section-head h2{font-family:"Playfair Display",serif;font-size:31px;margin:4px 0 0;letter-spacing:-.5px}
.bv-section-head>a{font-size:14px;font-weight:700;color:var(--blue)}
.bv-kicker{font-size:16px;letter-spacing:2px;color:var(--gold);font-weight:700}
.bv-featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.bv-business-card{border:1px solid #e6e9eb;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 5px 18px rgba(10,42,74,.07);transition:.25s}
.bv-business-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.bv-card-image{height:190px;position:relative;overflow:hidden}
.bv-card-image img{width:100%;height:100%;object-fit:cover;display:block}
.bv-card-image span{position:absolute;left:12px;bottom:10px;background:var(--navy);color:#fff;border-radius:15px;padding:6px 10px;font-size:10px;font-weight:700}
.bv-card-body{padding:14px}
.bv-card-body h3{margin:0 0 7px;font-size:18px}
.bv-card-body p{margin:0;min-height:40px;color:var(--muted);font-size:14px;line-height:1.5}
.bv-card-meta{display:flex;align-items:center;justify-content:space-between;margin-top:13px;color:#7b8a98;font-size:14px}
.bv-card-meta span{color:#718292}
.bv-card-meta a{border:1px solid var(--blue);border-radius:50%;width:30px;height:30px;display:grid;place-items:center;color:var(--blue);font-size:17px}
.bv-regions{background:linear-gradient(135deg,#f8f6ef,#fff);padding:58px 0 65px;border-top:1px solid #eee}
.bv-light-head{align-items:center}
.bv-light-head p{margin:2px 0 0;color:#63758a;font-size:16px}
.bv-region-layout{display:grid;grid-template-columns:230px minmax(0,1.45fr) minmax(280px,.75fr);gap:14px;align-items:stretch}
.bv-region-list{background:#fff;border:1px solid #e3e7e9;border-radius:13px;padding:10px;box-shadow:0 6px 20px rgba(8,43,80,.06);display:flex;flex-direction:column}
.bv-region-search{height:42px;border:1px solid #e2e6e8;border-radius:22px;display:flex;align-items:center;padding:0 12px;margin-bottom:7px}
.bv-region-search span{font-size:22px}
.bv-region-search input{width:100%;border:0;outline:0;padding-left:8px;font-size:14px}
#regionList{overflow:auto;max-height:502px}
.bv-region-item{width:100%;border:0;border-bottom:1px solid #edf0f1;background:#fff;padding:10px 8px;display:grid;grid-template-columns:1fr auto 16px;align-items:center;text-align:left;color:var(--text);font-size:16px}
.bv-region-item small{color:#8b98a5}
.bv-region-item b{font-size:19px;font-weight:400;padding-left:3px}
.bv-region-item.selected{background:var(--navy);color:#fff;border-radius:7px}
.bv-region-item.selected small{color:#cbd9e6}
.bv-all-regions{margin:12px 7px 4px;color:var(--blue);font-size:14px;font-weight:700}
.bv-map-panel{position:relative;overflow:hidden;border-radius:13px;min-height:420px;background:#c9e7ef;border:1px solid #dfe7e8}
.bv-map-panel>img{width:100%;height:100%;object-fit:cover;display:block}
.bv-map-pin{position:absolute;z-index:5;display:flex;align-items:center;white-space:nowrap;border:0;background:#fff;color:var(--navy);padding:7px 11px 7px 8px;border-radius:19px;box-shadow:0 4px 14px rgba(0,0,0,.18);font-size:10px;font-weight:700;line-height:1;transition:.2s;transform:translate(-50%,-100%)}
.bv-map-pin:before{content:"";width:18px;height:22px;flex:0 0 18px;background:var(--blue);clip-path:polygon(50% 100%,0 38%,4% 22%,14% 9%,28% 2%,50% 0,72% 2%,86% 9%,96% 22%,100% 38%);filter:drop-shadow(0 2px 2px rgba(0,0,0,.18))}
.bv-map-pin:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#fff;left:14px;top:7px}
.bv-map-pin:hover,.bv-map-pin.active{transform:translate(-50%,-100%) scale(1.08);background:var(--navy);color:#fff;box-shadow:0 8px 20px rgba(8,43,80,.34)}
.bv-map-pin.active:before,.bv-map-pin:hover:before{background:var(--sky)}
.bv-map-pin.active:after,.bv-map-pin:hover:after{background:#fff}
.pin-bodrum-merkez{left:57%;top:66%}
.pin-gumbet{left:44%;top:61%}
.pin-bitez{left:37%;top:65%}
.pin-ortakent{left:28%;top:55%}
.pin-yahsi{left:23%;top:62%}
.pin-bagla{left:17%;top:68%}
.pin-gurece{left:33%;top:46%}
.pin-islamhaneleri{left:28%;top:52%}
.pin-turgutreis{left:11%;top:75%}
.pin-kadikalesi{left:8%;top:56%}
.pin-gumusluk{left:9%;top:42%}
.pin-koyunbaba{left:15%;top:30%}
.pin-yalikavak{left:24%;top:23%}
.pin-geris{left:29%;top:16%}
.pin-gundogan{left:45%;top:9%}
.pin-kucukbuk{left:55%;top:17%}
.pin-turkbuku{left:51%;top:25%}
.pin-golturkbuku{left:58%;top:29%}
.pin-golkoy{left:63%;top:33%}
.pin-torba{left:69%;top:46%}
.pin-guvercinlik{left:87%;top:44%}
.pin-meselik{left:84%;top:33%}
.pin-koru{left:91%;top:22%}
.pin-gulluk{left:87%;top:10%}
.pin-kiyikislacik{left:91%;top:5%}
.bv-region-feature{border-radius:13px;overflow:hidden;background:var(--navy);color:#fff;position:relative;min-height:420px;box-shadow:0 8px 25px rgba(8,43,80,.14)}
.bv-region-feature-image{position:absolute;inset:0}
.bv-region-feature-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,25,46,.92),rgba(5,25,46,.05) 70%)}
.bv-region-feature-image img{width:100%;height:100%;object-fit:cover}
.bv-region-feature-content{position:relative;z-index:2;height:100%;min-height:420px;display:flex;flex-direction:column;justify-content:flex-end;padding:25px}
.bv-slide-count{position:absolute;top:20px;right:20px;font-size:11px;color:#dce7ef}
.bv-region-feature h3{font-family:"Playfair Display",serif;font-size:32px;margin:0 0 7px}
.bv-region-feature p{font-size:16px;line-height:1.5;margin:0 0 11px;color:#e7eef4}
.bv-region-count{font-size:14px;margin-bottom:14px}
.bv-region-count strong{font-size:15px}
.bv-region-feature-content>a{align-self:flex-start;background:#fff;color:var(--navy);padding:11px 15px;border-radius:22px;font-size:11px;font-weight:700}
.bv-slider-controls{display:flex;align-items:center;justify-content:space-between;margin-top:22px}
.bv-slider-controls button{border:1px solid rgba(255,255,255,.65);background:transparent;color:#fff;width:32px;height:32px;border-radius:50%}
.bv-dots{display:flex;gap:3px}
.bv-dot{width:6px;height:6px;border-radius:50%;background:#fff;opacity:.4}
.bv-dot.active{width:20px;border-radius:6px;opacity:1}
.bv-articles{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.bv-article{border:1px solid #e6e9eb;border-radius:12px;overflow:hidden;background:#fff;position:relative}
.bv-article>img{width:100%;height:200px;display:block;object-fit:cover}
.bv-article-body{padding:14px}
.bv-article-body small{color:#7d8b98;font-size:10px}
.bv-article-body h3{font-size:18px;line-height:1.25;margin:8px 0}
.bv-article-body p{font-size:14px;color:var(--muted);line-height:1.45;margin:0 12px 14px 0}
.bv-article-body>a{position:absolute;right:12px;bottom:12px;width:28px;height:28px;border:1px solid var(--blue);border-radius:50%;display:grid;place-items:center;color:var(--blue)}
.bv-newsletter{background:var(--navy);color:#fff;padding:35px 0}
.bv-newsletter-inner{display:flex;justify-content:space-between;align-items:center;gap:40px}
.bv-newsletter span{font-size:10px;letter-spacing:3px;color:#cbd9e6}
.bv-newsletter h2{font-family:"Playfair Display",serif;font-size:26px;margin:4px 0}
.bv-newsletter p{font-size:12px;color:#cbd9e6;margin:0}
.bv-newsletter form{display:flex;background:#fff;border-radius:26px;overflow:hidden;min-width:390px}
.bv-newsletter input{border:0;outline:0;padding:13px 18px;flex:1}
.bv-newsletter button{border:0;background:var(--gold);color:#fff;padding:0 20px;font-weight:700}
.bv-search span i{font-size:18px;color:var(--navy)}
.bv-footer{background:#061d35;color:#aabccc;padding:20px 0}
.bv-footer .bv-container{display:flex;justify-content:space-between;align-items:center;font-size:16px}
.bv-footer strong{color:#fff;letter-spacing:2px}
.bv-footer p{margin:4px 0 0}
.bv-hidden{display:none!important}
@media(max-width:1150px){
.bv-logo{min-width:250px}
.bv-logo em{display:none}
.bv-nav{gap:16px}
.bv-featured-grid,.bv-articles{grid-template-columns:repeat(2,1fr)}
.bv-region-layout{grid-template-columns:210px 1fr}
.bv-region-feature{grid-column:1/-1;min-height:280px}
.bv-region-feature-content{min-height:280px}
.bv-categories{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:800px){
.bv-container{width:min(100% - 28px,700px)}
.bv-header{height:65px}
.bv-nav{display:none;position:absolute;top:65px;left:0;right:0;background:#fff;padding:12px 20px;flex-direction:column;align-items:flex-start;box-shadow:0 10px 20px rgba(0,0,0,.08)}
.bv-nav.open{display:flex}
.bv-nav a{padding:10px}
.bv-header-actions{margin-left:auto;display:none}
.bv-add{display:none}
.bv-mobile-btn{display:flex;margin-left:auto}
.bv-logo{min-width:0}
.bv-logo strong{font-size:17px}
.bv-logo b{font-size:15px}
.bv-hero{height:520px}
.bv-hero-slide:after{background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.75) 55%,rgba(255,255,255,.15) 100%)}
.bv-hero-content{padding-top:52px}
.bv-hero h1{font-size:50px}
.bv-hero p{font-size:16px;max-width:450px}
.bv-search{height:56px}
.bv-search button{padding:0 25px}
.bv-hero-controls{right:18px;bottom:24px}
.bv-categories{grid-template-columns:repeat(5,1fr);gap:4px;padding:12px}
.bv-category{min-height:70px}
.bv-category span{width:34px;height:34px;font-size:18px}
.bv-category b{font-size:9px}
.bv-featured-grid,.bv-articles{grid-template-columns:1fr}
.bv-section{padding:40px 0}
.bv-section-head{align-items:flex-start;gap:15px}
.bv-section-head h2{font-size:25px}
.bv-region-layout{grid-template-columns:1fr}
.bv-region-list{order:2}
.bv-map-panel{min-height:320px;order:1}
.bv-map-pin{font-size:8px;padding:5px 8px 5px 6px;border-radius:16px}
.bv-map-pin:before{width:14px;height:18px;flex-basis:14px}
.bv-map-pin:after{width:5px;height:5px;left:11px;top:6px}
.bv-region-feature{order:3}
.bv-newsletter-inner{flex-direction:column;align-items:flex-start}
.bv-newsletter form{min-width:0;width:100%}
.bv-footer .bv-container{flex-direction:column;align-items:flex-start;gap:10px}
}
@media(max-width:520px){
.bv-container{width:calc(100% - 24px)}
.bv-hero{height:560px}
.bv-hero-content{padding-top:42px}
.bv-eyebrow{font-size:10px;letter-spacing:4px}
.bv-hero h1{font-size:43px;letter-spacing:-1px}
.bv-hero p{font-size:15px;line-height:1.4}
.bv-search{height:52px;padding-left:15px}
.bv-search input{font-size:13px;padding:0 8px}
.bv-search button{padding:0 20px;font-size:13px}
.bv-hero-controls{right:12px;bottom:18px}
.bv-hero-controls>button{width:34px;height:34px}
.bv-category-wrap{margin-top:-80px}
.bv-categories{grid-template-columns:repeat(2,1fr);border-radius:18px 18px 0 0}
.bv-category{border-bottom:1px solid #eef0f1}
.bv-category:nth-child(even){border-right:0}
.bv-region-feature h3{font-size:28px}
.bv-newsletter h2{font-size:22px}
}


.bv-business-page{background:#fff}
.bv-business-hero{padding:70px 0 50px;background:linear-gradient(135deg,#f7f5ef,#fff);border-bottom:1px solid #eceeed}
.bv-business-hero .bv-kicker{display:block;margin-bottom:8px}
.bv-business-hero h1{font-family:"Playfair Display",serif;font-size:48px;line-height:1.05;margin:0 0 12px;color:#ffffff;letter-spacing:-1px}
.bv-business-hero p{max-width:720px;margin:0 0 24px;color:#e6edf3;font-size:16px;line-height:1.6}

.bv-business-hero{background:#082b50 url("../images/harita.jpg") center center/cover no-repeat;position:relative;overflow:hidden}
.bv-business-hero:before{content:"";position:absolute;inset:0;z-index:0}
.bv-business-hero .bv-container{position:relative;z-index:1}

.bv-business-search{width:min(720px,100%);height:58px;background:#fff;border:1px solid #dfe5e8;border-radius:30px;display:flex;align-items:center;padding:0 20px;box-shadow:0 8px 25px rgba(10,42,74,.08)}
.bv-business-search i{font-size:18px;color:var(--blue)}
.bv-business-search input{border:0;outline:0;width:100%;background:transparent;padding:0 13px;font-size:15px;color:var(--text)}
.bv-business-search input::placeholder{color:#8190a0}
.bv-business-categories{padding:20px 0 10px;background:#fff}
.bv-business-category-grid{display:grid;grid-template-columns:82px repeat(8,minmax(0,1fr)) 105px;gap:8px;width:100%;align-items:stretch}
.bv-business-category{width:100%;min-width:0;border:1px solid #e0e5e7;background:#fff;color:var(--text);border-radius:12px;padding:9px 7px;display:flex;align-items:center;justify-content:center;gap:7px;transition:.2s;text-align:left}
.bv-business-category:hover{border-color:#bfd2df;transform:translateY(-2px)}
.bv-business-category.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.bv-business-category span{width:30px;height:30px;border-radius:50%;background:#f7fafc;border:1px solid #d9e2e8;display:grid;place-items:center;color:var(--blue);flex:0 0 30px}
.bv-business-category.active span{background:#fff;border-color:#fff}
.bv-business-category b{font-size:10px;line-height:1.2;font-weight:700;white-space:normal}
.bv-more-categories{width:100%;border:0;background:transparent;color:var(--blue);display:flex;align-items:center;justify-content:center;gap:5px;font-size:11px;font-weight:700;padding:10px 5px}
.bv-more-categories i{font-size:9px;transition:.2s}
.bv-more-categories.open{color:var(--navy)}
.bv-extra-categories{display:none;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:8px;padding:8px 0 2px;border-top:1px solid #edf0f2}
.bv-extra-categories.open{display:grid}
.bv-business-section{padding:36px 0}
.bv-featured-businesses{padding-top:30px}
.bv-all-businesses{background:linear-gradient(135deg,#f8f6ef,#fff);border-top:1px solid #eee;padding-top:48px}
.bv-business-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}
.bv-business-head h2{font-family:"Playfair Display",serif;font-size:31px;line-height:1.1;margin:5px 0 0;color:var(--navy)}
.bv-result-info{font-size:12px;color:#768596;white-space:nowrap}
.bv-business-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.bv-directory-card{border:1px solid #e4e8ea;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 5px 18px rgba(10,42,74,.07);transition:.25s;display:flex;flex-direction:column}
.bv-directory-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px rgba(10,42,74,.12)}
.bv-directory-image{height:205px;position:relative;overflow:hidden;background:#edf3f6}
.bv-directory-image img{width:100%;height:100%;object-fit:cover;display:block}
.bv-directory-image>span{position:absolute;left:12px;bottom:10px;background:var(--navy);color:#fff;border-radius:16px;padding:7px 11px;font-size:10px;font-weight:700}
.bv-directory-no-image{height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#e8f0f4,#f8fafb);color:var(--blue);font-size:38px}
.bv-directory-body{padding:16px;display:flex;flex-direction:column;flex:1}
.bv-directory-body h3{margin:0 0 8px;color:var(--navy);font-size:20px;line-height:1.2}
.bv-directory-body p{margin:0;color:var(--muted);font-size:16px;line-height:1.55;min-height:60px}
.bv-directory-meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:15px}
.bv-directory-meta span{display:inline-flex;align-items:center;gap:3px;color:#718294;font-size:16px}
.bv-directory-meta span i{color:var(--blue);font-size:16px}
.bv-directory-meta a{width:32px;height:32px;border:1px solid var(--blue);border-radius:50%;display:grid;place-items:center;color:var(--blue);font-size:18px;transition:.2s}
.bv-directory-meta a:hover{background:var(--navy);color:#fff;border-color:var(--navy)}
.bv-empty-filter{margin-top:2px;text-align:center;background:#fff;border:1px dashed #d8e0e5;border-radius:12px;padding:30px;color:#778696;font-size:14px}
.bv-empty-filter[hidden]{display:none!important}
.bv-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:30px;flex-wrap:wrap}
.bv-pagination button{min-width:36px;height:36px;border:1px solid #d8e1e6;background:#fff;border-radius:18px;color:var(--navy);font-size:13px;padding:0 12px;transition:.2s}
.bv-pagination button:hover:not(:disabled){border-color:var(--blue);color:var(--blue)}
.bv-pagination button.active{background:var(--navy);border-color:var(--navy);color:#fff}
.bv-pagination button:disabled{opacity:.35;cursor:default}
.bv-pagination-dots{height:36px;display:flex;align-items:center;padding:0 4px;color:#8493a2}
[hidden]{display:none!important}
@media(max-width:1200px){
.bv-business-category-grid{grid-template-columns:75px repeat(4,minmax(0,1fr))}
.bv-business-category-grid .bv-business-category:nth-of-type(n+6){grid-column:auto}
.bv-more-categories{grid-column:5}
.bv-business-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
.bv-business-category-grid{grid-template-columns:repeat(4,1fr)}
.bv-more-categories{grid-column:auto}
.bv-business-grid{grid-template-columns:repeat(2,1fr)}
.bv-business-hero{padding:55px 0 40px}
.bv-business-hero h1{font-size:40px}
.bv-extra-categories{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:650px){
.bv-business-hero{padding:42px 0 32px}
.bv-business-hero h1{font-size:34px}
.bv-business-hero p{font-size:14px}
.bv-business-head{align-items:flex-start;flex-direction:column}
.bv-business-grid{grid-template-columns:1fr}
.bv-directory-image{height:220px}
.bv-business-section{padding:34px 0}
.bv-business-head h2{font-size:27px}
.bv-business-category-grid{grid-template-columns:repeat(2,1fr)}
.bv-business-category{justify-content:flex-start;padding:9px 12px}
.bv-extra-categories{grid-template-columns:repeat(2,1fr)}
.bv-more-categories{justify-content:flex-start;padding-left:12px}
}
@media(max-width:420px){
.bv-business-search{height:54px;padding:0 16px}
.bv-business-category-grid{gap:7px}
.bv-business-category{padding:8px 9px}
.bv-business-category span{width:30px;height:30px;flex-basis:30px}
.bv-business-category b{font-size:10px}
}



.bv-regions-page{background:#fff}
.bv-regions-hero{height:590px;position:relative;overflow:hidden;background:#082b50;color:#fff}
.bv-regions-hero-map{position:absolute;inset:0}
.bv-regions-hero-map img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.02)}
.bv-regions-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,24,45,.92) 0%,rgba(4,24,45,.73) 34%,rgba(4,24,45,.18) 67%,rgba(4,24,45,.04) 100%),linear-gradient(0deg,rgba(4,24,45,.45),transparent 45%)}
.bv-regions-hero-content{height:100%;position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:50px;padding-top:20px}
.bv-regions-hero-copy{max-width:700px}
.bv-regions-hero-copy .bv-kicker{color:#ddbb81;display:block;margin-bottom:12px}
.bv-regions-hero-copy h1{font-family:"Playfair Display",serif;font-size:62px;line-height:.98;letter-spacing:-1.5px;margin:0 0 20px}
.bv-regions-hero-copy h1 strong{color:#fff;font-weight:700}
.bv-regions-hero-copy p{max-width:610px;font-size:16px;line-height:1.65;color:#e6edf3;margin:0 0 26px}
.bv-regions-hero-search{width:min(560px,100%);height:58px;background:#fff;border-radius:30px;display:flex;align-items:center;padding:0 20px;box-shadow:0 12px 35px rgba(0,0,0,.18)}
.bv-regions-hero-search i{font-size:18px;color:var(--blue)}
.bv-regions-hero-search input{border:0;outline:0;background:transparent;width:100%;padding:0 13px;color:var(--text);font-size:15px}
.bv-regions-hero-search input::placeholder{color:#8190a0}
.bv-regions-hero-stats{width:330px;background:rgba(255,255,255,.1);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:24px;display:grid;grid-template-columns:1fr;gap:0;box-shadow:0 18px 45px rgba(0,0,0,.12)}
.bv-regions-hero-stats div{display:flex;align-items:center;justify-content:space-between;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.bv-regions-hero-stats div:last-child{border-bottom:0}
.bv-regions-hero-stats strong{font-size:31px;line-height:1;color:#fff}
.bv-regions-hero-stats span{font-size:14px;color:#dce7ee;text-align:right}
.bv-regions-intro{padding:68px 0;background:#fff}
.bv-regions-intro .bv-container{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}
.bv-regions-intro-left .bv-kicker{display:block;margin-bottom:8px}
.bv-regions-intro-left h2{font-family:"Playfair Display",serif;font-size:41px;line-height:1.05;margin:0;color:var(--navy);letter-spacing:-.7px}
.bv-regions-intro-right p{font-size:16px;line-height:1.7;color:var(--muted);margin:0 0 18px;max-width:650px}
.bv-route-note{display:inline-flex;align-items:center;gap:10px;background:#f7f5ef;color:var(--navy);padding:12px 16px;border-radius:24px;font-size:14px;font-weight:700}
.bv-route-note i{color:var(--blue);font-size:15px}
.bv-regions-list-section{padding:62px 0 75px;background:linear-gradient(135deg,#f8f6ef,#fff);border-top:1px solid #eee}
.bv-regions-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px}
.bv-regions-section-head .bv-kicker{display:block;margin-bottom:7px}
.bv-regions-section-head h2{font-family:"Playfair Display",serif;font-size:34px;margin:0;color:var(--navy)}
.bv-regions-found{font-size:12px;color:#778696}
.bv-regions-found span{font-weight:700;color:var(--navy)}
.bv-regions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.bv-region-directory-card{background:#fff;border:1px solid #e4e8ea;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px rgba(8,43,80,.07);transition:.25s;scroll-margin-top:90px}
.bv-region-directory-card:hover{transform:translateY(-5px);box-shadow:0 15px 34px rgba(8,43,80,.12)}
.bv-region-directory-card[hidden]{display:none!important}
.bv-region-directory-image{height:300px;position:relative;overflow:hidden;background:#eaf1f4}
.bv-region-directory-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.45s}
.bv-region-directory-card:hover .bv-region-directory-image img{transform:scale(1.04)}
.bv-region-directory-number{position:absolute;left:15px;top:15px;width:45px;height:45px;border-radius:50%;background:rgba(255,255,255,.92);backdrop-filter:blur(5px);display:grid;place-items:center;color:var(--navy);font-size:13px;font-weight:800;box-shadow:0 5px 16px rgba(0,0,0,.1)}
.bv-region-directory-count{position:absolute;right:14px;top:14px;background:var(--navy);color:#fff;border-radius:18px;padding:8px 11px;font-size:10px;font-weight:700}
.bv-region-directory-count i{font-size:10px;margin-right:5px;color:#8fd8ff}
.bv-region-directory-body{padding:18px}
.bv-region-directory-title{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}
.bv-region-directory-title span{display:block;font-size:10px;letter-spacing:2px;color:var(--gold);font-weight:700;margin-bottom:6px}
.bv-region-directory-title h3{font-family:"Playfair Display",serif;font-size:25px;line-height:1.05;color:var(--navy);margin:0}
.bv-region-directory-title>i{width:34px;height:34px;border-radius:50%;background:#f3f8fb;color:var(--blue);display:grid;place-items:center;font-size:15px;flex:0 0 34px}
.bv-region-directory-body p{font-size:16px;line-height:1.6;color:var(--muted);margin:14px 0 17px;min-height:40px}
.bv-region-directory-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #edf0f2;padding-top:14px}
.bv-region-directory-footer>span{display:inline-flex;align-items:center;gap:2px;color:#778696;font-size:14px}
.bv-region-directory-footer>span i{color:var(--blue);font-size:14px}
.bv-region-directory-footer>a{display:inline-flex;align-items:center;gap:6px;color:var(--blue);font-size:14px;font-weight:700}
.bv-region-directory-footer>a i{font-size:10px;transition:.2s}
.bv-region-directory-footer>a:hover i{transform:translateX(3px)}
.bv-region-no-result{display:none!important;text-align:center;background:#fff;border:1px dashed #d4dee4;border-radius:16px;padding:55px 20px}
.bv-region-no-result:not([hidden]){display:block!important}
.bv-region-no-result>i{font-size:30px;color:var(--blue);margin-bottom:10px}
.bv-region-no-result h3{font-family:"Playfair Display",serif;color:var(--navy);font-size:25px;margin:0 0 5px}
.bv-region-no-result p{color:var(--muted);font-size:13px;margin:0}
.bv-regions-cta{background:var(--navy);color:#fff;padding:48px 0}
.bv-regions-cta .bv-container{display:flex;justify-content:space-between;align-items:center;gap:30px}
.bv-regions-cta .bv-kicker{color:#d8b578}
.bv-regions-cta h2{font-family:"Playfair Display",serif;font-size:31px;margin:5px 0 6px}
.bv-regions-cta p{color:#cbd8e2;font-size:16px;margin:0}
.bv-regions-cta a{display:inline-flex;align-items:center;gap:9px;background:#fff;color:var(--navy);border-radius:24px;padding:13px 19px;font-size:14px;font-weight:700;white-space:nowrap}
.bv-regions-cta a i{font-size:10px}
@media(max-width:1100px){
.bv-regions-hero-content{gap:30px}
.bv-regions-hero-copy h1{font-size:53px}
.bv-regions-hero-stats{width:290px}
.bv-regions-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:800px){
.bv-regions-hero{height:auto;min-height:640px}
.bv-regions-hero-content{padding:70px 0 55px;flex-direction:column;align-items:flex-start;justify-content:center}
.bv-regions-hero-copy{max-width:100%}
.bv-regions-hero-copy h1{font-size:45px}
.bv-regions-hero-copy p{font-size:14px}
.bv-regions-hero-stats{width:100%;grid-template-columns:repeat(3,1fr);padding:14px}
.bv-regions-hero-stats div{flex-direction:column;gap:7px;border-right:1px solid rgba(255,255,255,.12);border-bottom:0;padding:10px}
.bv-regions-hero-stats div:last-child{border-right:0}
.bv-regions-hero-stats strong{font-size:23px}
.bv-regions-hero-stats span{text-align:center;font-size:9px}
.bv-regions-intro .bv-container{grid-template-columns:1fr;gap:25px}
.bv-regions-intro-left h2{font-size:34px}
.bv-regions-section-head{align-items:flex-start;flex-direction:column}
.bv-regions-grid{grid-template-columns:1fr}
.bv-region-directory-image{height:340px}
.bv-regions-cta .bv-container{flex-direction:column;align-items:flex-start}
}
@media(max-width:520px){
.bv-regions-hero-copy h1{font-size:38px}
.bv-regions-hero-search{height:54px}
.bv-regions-hero-stats{grid-template-columns:1fr}
.bv-regions-hero-stats div{flex-direction:row;justify-content:space-between;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
.bv-regions-hero-stats div:last-child{border-bottom:0}
.bv-regions-hero-stats span{text-align:right}
.bv-regions-intro{padding:48px 0}
.bv-regions-intro-left h2{font-size:30px}
.bv-regions-list-section{padding:45px 0 55px}
.bv-region-directory-image{height:285px}
.bv-region-directory-body{padding:15px}
.bv-region-directory-title h3{font-size:22px}
.bv-regions-cta h2{font-size:26px}
}




.bv-news-page{background:#fff}
.bv-news-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7f5ef,#fff);padding:72px 0 58px;border-bottom:1px solid #eceeed}
.bv-news-hero .bv-container{display:flex;align-items:center;justify-content:space-between;gap:50px}
.bv-news-hero-content{max-width:760px}
.bv-news-hero-content .bv-kicker{display:block;margin-bottom:9px}
.bv-news-hero h1{font-family:"Playfair Display",serif;font-size:55px;line-height:1.02;letter-spacing:-1px;color:#ffffff;margin:0 0 15px}
.bv-news-hero h1 strong{font-weight:700}
.bv-news-hero p{max-width:650px;color:#f3f3f3;font-size:15px;line-height:1.65;margin:0 0 25px}
.bv-news-search{width:min(650px,100%);height:58px;background:#fff;border:1px solid #dfe5e8;border-radius:30px;display:flex;align-items:center;padding:0 20px;box-shadow:0 9px 25px rgba(8,43,80,.08)}
.bv-news-search i{font-size:18px;color:var(--blue)}
.bv-news-search input{border:0;outline:0;background:transparent;width:100%;padding:0 13px;font-size:15px;color:var(--text)}
.bv-news-search input::placeholder{color:#8693a0}
.bv-news-hero-mark{width:210px;height:210px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 20px 45px rgba(8,43,80,.16);flex:0 0 210px}
.bv-news-hero-mark i{position:absolute;right:31px;top:32px;color:var(--sky);font-size:22px}
.bv-news-hero-mark div{text-align:center}
.bv-news-hero-mark strong{display:block;font-family:"Playfair Display",serif;font-size:60px;line-height:.9}
.bv-news-hero-mark span{display:block;margin-top:9px;font-size:11px;line-height:1.35;letter-spacing:1px;color:#d7e3eb}
.bv-news-featured{padding:48px 0 18px;background:#fff}
.bv-news-section-label{margin-bottom:13px}
.bv-news-section-label span{font-size:10px;letter-spacing:3px;color:var(--gold);font-weight:700}
.bv-news-featured-card{display:grid;grid-template-columns:1.3fr .9fr;background:#fff;border:1px solid #e3e8eb;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(8,43,80,.08);transition:.25s}
.bv-news-featured-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(8,43,80,.12)}
.bv-news-featured-image{height:365px;position:relative;overflow:hidden;background:#eaf1f4}
.bv-news-featured-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.45s}
.bv-news-featured-card:hover .bv-news-featured-image img{transform:scale(1.035)}
.bv-news-featured-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,43,80,.45),rgba(8,43,80,0) 60%)}
.bv-news-featured-type{position:absolute;left:18px;bottom:16px;background:var(--navy);color:#fff;border-radius:18px;padding:8px 11px;font-size:10px;font-weight:700}
.bv-news-featured-type i{margin-right:6px;color:var(--sky)}
.bv-news-featured-content{padding:35px;display:flex;flex-direction:column;justify-content:center}
.bv-news-featured-content small{font-size:11px;color:#8794a0}
.bv-news-featured-content h2{font-family:"Playfair Display",serif;font-size:34px;line-height:1.1;color:var(--navy);margin:10px 0 12px}
.bv-news-featured-content p{font-size:16px;line-height:1.65;color:var(--muted);margin:0 0 23px}
.bv-news-read{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;background:var(--navy);color:#fff;border-radius:22px;padding:12px 16px;font-size:11px;font-weight:700}
.bv-news-read i{font-size:9px}
.bv-news-list-section{padding:45px 0 70px;background:linear-gradient(135deg,#f8f6ef,#fff);border-top:1px solid #eee}
.bv-news-list-head{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:25px}
.bv-news-list-head .bv-kicker{display:block;margin-bottom:7px}
.bv-news-list-head h2{font-family:"Playfair Display",serif;font-size:33px;color:var(--navy);margin:0}
.bv-news-filter{display:flex;align-items:center;gap:6px}
.bv-news-filter button{border:1px solid #d8e0e5;background:#fff;color:#647487;border-radius:19px;padding:9px 14px;font-size:11px;font-weight:700;transition:.2s}
.bv-news-filter button:hover{border-color:var(--blue);color:var(--blue)}
.bv-news-filter button.active{background:var(--navy);border-color:var(--navy);color:#fff}
.bv-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.bv-news-card{background:#fff;border:1px solid #e3e8eb;border-radius:14px;overflow:hidden;box-shadow:0 7px 22px rgba(8,43,80,.06);transition:.25s;display:flex;flex-direction:column}
.bv-news-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(8,43,80,.1)}
.bv-news-card[hidden]{display:none}
.bv-news-card-image{height:210px;position:relative;overflow:hidden;background:#eaf1f4}
.bv-news-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.4s}
.bv-news-card:hover .bv-news-card-image img{transform:scale(1.035)}
.bv-news-card-image>span{position:absolute;left:12px;bottom:11px;background:var(--navy);color:#fff;border-radius:15px;padding:7px 10px;font-size:10px;font-weight:700}
.bv-news-card-image>span i{color:var(--sky);margin-right:5px}
.bv-news-card-body{padding:16px;display:flex;flex-direction:column;flex:1}
.bv-news-card-body small{font-size:12px;color:#8a98a4}
.bv-news-card-body h3{font-size:20px;line-height:1.2;margin:8px 0;color:var(--navy)}
.bv-news-card-body h3 a{color:inherit}
.bv-news-card-body p{font-size:14px;line-height:1.6;color:var(--muted);margin:0 0 18px}
.bv-news-card-footer{margin-top:auto;border-top:1px solid #edf0f2;padding-top:13px}
.bv-news-card-footer a{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-size:14px;font-weight:700}
.bv-news-card-footer i{font-size:9px;transition:.2s}
.bv-news-card-footer a:hover i{transform:translateX(3px)}
.bv-news-empty{margin-top:5px;padding:55px 20px;text-align:center;background:#fff;border:1px dashed #d4dee4;border-radius:16px}
.bv-news-empty[hidden]{display:none}
.bv-news-empty>i{font-size:30px;color:var(--blue);margin-bottom:12px}
.bv-news-empty h3{font-family:"Playfair Display",serif;font-size:25px;color:var(--navy);margin:0 0 5px}
.bv-news-empty p{font-size:13px;color:var(--muted);margin:0}
.bv-news-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:30px;flex-wrap:wrap}
.bv-news-pagination button{min-width:36px;height:36px;border:1px solid #d8e1e6;background:#fff;border-radius:18px;color:var(--navy);font-size:12px;padding:0 11px;transition:.2s}
.bv-news-pagination button:hover:not(:disabled){border-color:var(--blue);color:var(--blue)}
.bv-news-pagination button.active{background:var(--navy);border-color:var(--navy);color:#fff}
.bv-news-pagination button:disabled{opacity:.3;cursor:default}
.bv-news-pagination-dots{height:36px;display:flex;align-items:center;padding:0 4px;color:#8493a2}
.bv-news-bottom{background:var(--navy);color:#fff;padding:48px 0}
.bv-news-bottom .bv-container{display:flex;align-items:center;justify-content:space-between;gap:30px}
.bv-news-bottom .bv-kicker{color:#d7b67b}
.bv-news-bottom h2{font-family:"Playfair Display",serif;font-size:29px;margin:5px 0 7px}
.bv-news-bottom p{font-size:14px;color:#cedbe4;margin:0}
.bv-news-bottom a{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--navy);border-radius:23px;padding:13px 18px;font-size:14px;font-weight:700;white-space:nowrap}
.bv-news-bottom a i{font-size:9px}
@media(max-width:1000px){
.bv-news-hero .bv-container{align-items:flex-start}
.bv-news-hero-mark{width:180px;height:180px;flex-basis:180px}
.bv-news-hero-mark strong{font-size:50px}
.bv-news-featured-card{grid-template-columns:1fr}
.bv-news-featured-image{height:330px}
.bv-news-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
.bv-news-hero{padding:50px 0 42px}
.bv-news-hero .bv-container{flex-direction:column}
.bv-news-hero h1{font-size:43px}
.bv-news-hero p{font-size:14px}
.bv-news-hero-mark{width:100%;height:auto;min-height:120px;border-radius:18px;flex-basis:auto}
.bv-news-hero-mark i{right:25px;top:20px}
.bv-news-hero-mark strong{font-size:42px}
.bv-news-featured{padding-top:35px}
.bv-news-featured-image{height:260px}
.bv-news-featured-content{padding:24px}
.bv-news-featured-content h2{font-size:28px}
.bv-news-list-head{flex-direction:column;align-items:flex-start}
.bv-news-filter{width:100%;overflow:auto;padding-bottom:3px}
.bv-news-filter button{white-space:nowrap}
.bv-news-grid{grid-template-columns:1fr}
.bv-news-card-image{height:230px}
.bv-news-bottom .bv-container{flex-direction:column;align-items:flex-start}
}
@media(max-width:430px){
.bv-news-search{height:54px}
.bv-news-hero h1{font-size:37px}
.bv-news-featured-content h2{font-size:25px}
.bv-news-list-head h2{font-size:28px}
}




.bv-contact-page{background:#fff}
.bv-contact-hero{height:545px;position:relative;overflow:hidden;background:#082b50;color:#fff}
.bv-contact-hero-bg{position:absolute;inset:0}
.bv-contact-hero-bg img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05)}
.bv-contact-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,24,45,.94) 0%,rgba(4,24,45,.75) 38%,rgba(4,24,45,.23) 73%,rgba(4,24,45,.08) 100%),linear-gradient(0deg,rgba(4,24,45,.48),transparent 55%)}
.bv-contact-hero-content{height:100%;position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:60px}
.bv-contact-hero-copy{max-width:700px}
.bv-contact-hero-copy .bv-kicker{display:block;color:#d7b679;margin-bottom:10px}
.bv-contact-hero-copy h1{font-family:"Playfair Display",serif;font-size:65px;line-height:.98;letter-spacing:-1.5px;margin:0 0 18px}
.bv-contact-hero-copy h1 strong{font-weight:700}
.bv-contact-hero-copy p{font-size:16px;line-height:1.7;color:#e2ebf1;max-width:620px;margin:0 0 24px}
.bv-contact-hero-points{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.bv-contact-hero-points span{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#d8e4ec}
.bv-contact-hero-points i{color:#76c9ef}
.bv-contact-hero-card{width:255px;min-height:255px;border-radius:22px;background:rgba(255,255,255,.1);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.2);padding:28px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 18px 45px rgba(0,0,0,.15);flex:0 0 255px}
.bv-contact-hero-card>i{font-size:28px;color:#7bd1f7;margin-bottom:20px}
.bv-contact-hero-card>span{font-size:12px;letter-spacing:3px;color:#d9b979;font-weight:700;margin-bottom:8px}
.bv-contact-hero-card strong{font-family:"Playfair Display",serif;font-size:28px;line-height:1.05}
.bv-contact-hero-card p{font-size:14px;line-height:1.5;color:#d6e1e8;margin:13px 0 0}
.bv-contact-main{padding:72px 0 78px;background:#fff}
.bv-contact-intro{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end;margin-bottom:40px}
.bv-contact-intro .bv-kicker{display:block;margin-bottom:8px}
.bv-contact-intro h2{font-family:"Playfair Display",serif;color:var(--navy);font-size:40px;line-height:1.06;letter-spacing:-.7px;margin:0}
.bv-contact-intro>p{color:var(--muted);font-size:14px;line-height:1.75;margin:0;max-width:620px}
.bv-contact-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:22px;align-items:stretch}
.bv-contact-info{display:flex;flex-direction:column;gap:12px}
.bv-contact-info-card{display:flex;align-items:center;gap:14px;position:relative;background:#f8f6f0;border:1px solid #e8e5dd;border-radius:15px;padding:17px 48px 17px 16px;min-height:82px;transition:.22s}
a.bv-contact-info-card:hover{transform:translateY(-2px);background:#fff;box-shadow:0 10px 25px rgba(8,43,80,.08);border-color:#dce5ea}
.bv-contact-info-icon{width:43px;height:43px;border-radius:50%;background:#fff;border:1px solid #dde6eb;display:grid;place-items:center;color:var(--blue);font-size:16px;flex:0 0 43px}
.bv-contact-info-card>div:nth-child(2){display:flex;flex-direction:column;min-width:0}
.bv-contact-info-card span{font-size:12px;letter-spacing:2px;color:var(--gold);font-weight:700;margin-bottom:4px}
.bv-contact-info-card strong{font-size:14px;line-height:1.3;color:var(--navy);word-break:break-word}
.bv-contact-info-card small{font-size:14px;color:#8794a0;margin-top:3px}
.bv-contact-card-arrow{position:absolute;right:17px;color:var(--blue);font-size:11px}
.bv-contact-address-card{background:#fff}
.bv-contact-form-wrap{background:#fff;border:1px solid #e3e8eb;border-radius:17px;padding:28px;box-shadow:0 9px 28px rgba(8,43,80,.07)}
.bv-contact-form-head .bv-kicker{display:block;margin-bottom:6px}
.bv-contact-form-head h2{font-family:"Playfair Display",serif;color:var(--navy);font-size:29px;line-height:1.1;margin:0 0 7px}
.bv-contact-form-head p{font-size:14px;color:var(--muted);margin:0 0 20px}
.bv-contact-form{display:flex;flex-direction:column;gap:14px}
.bv-contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.bv-contact-form label{display:flex;flex-direction:column;gap:6px}
.bv-contact-form label>span{font-size:16px;font-weight:700;color:var(--navy)}
.bv-contact-form input,.bv-contact-form textarea{width:100%;border:1px solid #dfe6ea;background:#fbfcfc;border-radius:10px;padding:12px 13px;outline:0;color:var(--text);font-size:14px;font-family:inherit;transition:.2s;resize:vertical}
.bv-contact-form input:focus,.bv-contact-form textarea:focus{border-color:#9fc6db;background:#fff;box-shadow:0 0 0 3px rgba(27,155,209,.07)}
.bv-contact-form input::placeholder,.bv-contact-form textarea::placeholder{color:#9aa6b1}
.bv-contact-form button{align-self:flex-start;border:0;background:var(--navy);color:#fff;border-radius:23px;padding:12px 19px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:9px;transition:.2s}
.bv-contact-form button:hover{background:var(--blue)}
.bv-contact-form button i{font-size:9px}
.bv-contact-map-section{padding:0 0 75px;background:linear-gradient(135deg,#f8f6ef,#fff)}
.bv-contact-map-card{display:grid;grid-template-columns:1.2fr .8fr;background:#fff;border:1px solid #e2e7e9;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(8,43,80,.07)}
.bv-contact-map-image{height:390px;position:relative;overflow:hidden;background:#dbeef3}
.bv-contact-map-image>img{width:100%;height:100%;object-fit:cover;display:block}
.bv-contact-map-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,43,80,.32),transparent 50%)}
.bv-contact-map-pin{position:absolute;z-index:2;left:53%;top:56%;width:50px;height:50px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;box-shadow:0 10px 25px rgba(8,43,80,.3)}
.bv-contact-map-pin:after{content:"";position:absolute;width:12px;height:12px;background:var(--sky);border-radius:50%;bottom:-5px;left:19px;transform:rotate(45deg);z-index:-1}
.bv-contact-map-pin i{font-size:19px}
.bv-contact-map-content{padding:40px;display:flex;flex-direction:column;justify-content:center}
.bv-contact-map-content .bv-kicker{display:block;margin-bottom:7px}
.bv-contact-map-content h2{font-family:"Playfair Display",serif;font-size:34px;line-height:1.08;color:var(--navy);margin:0 0 13px}
.bv-contact-map-content p{font-size:16px;line-height:1.7;color:var(--muted);margin:0 0 20px}
.bv-contact-map-links{display:flex;gap:9px;flex-wrap:wrap}
.bv-contact-map-links a{display:inline-flex;align-items:center;gap:8px;border-radius:21px;padding:11px 14px;background:var(--navy);color:#fff;font-size:14px;font-weight:700}
.bv-contact-map-links a:last-child{background:#f4f7f9;color:var(--blue)}
.bv-contact-map-links i{font-size:8px}
.bv-contact-bottom{background:var(--navy);color:#fff;padding:48px 0}
.bv-contact-bottom .bv-container{display:flex;align-items:center;justify-content:space-between;gap:30px}
.bv-contact-bottom .bv-kicker{color:#d7b67b}
.bv-contact-bottom h2{font-family:"Playfair Display",serif;font-size:30px;line-height:1.08;margin:5px 0 8px}
.bv-contact-bottom p{font-size:16px;color:#ccd9e2;margin:0}
.bv-contact-bottom>a{display:inline-flex;align-items:center;gap:9px;background:#fff;color:var(--navy);border-radius:23px;padding:13px 18px;font-size:11px;font-weight:700;white-space:nowrap}
.bv-contact-bottom>a i{font-size:9px}
@media(max-width:1000px){
.bv-contact-hero-content{gap:30px}
.bv-contact-hero-copy h1{font-size:54px}
.bv-contact-hero-card{width:220px;flex-basis:220px}
.bv-contact-intro{gap:40px}
.bv-contact-layout{grid-template-columns:1fr}
.bv-contact-map-card{grid-template-columns:1fr}
.bv-contact-map-image{height:320px}
}
@media(max-width:750px){
.bv-contact-hero{height:auto;min-height:640px}
.bv-contact-hero-content{padding:65px 0;flex-direction:column;align-items:flex-start;justify-content:center}
.bv-contact-hero-copy{max-width:100%}
.bv-contact-hero-copy h1{font-size:45px}
.bv-contact-hero-copy p{font-size:14px}
.bv-contact-hero-card{width:100%;flex-basis:auto;min-height:190px}
.bv-contact-intro{grid-template-columns:1fr;gap:20px}
.bv-contact-intro h2{font-size:34px}
.bv-contact-main{padding:50px 0 60px}
.bv-contact-form-wrap{padding:22px}
.bv-contact-form-row{grid-template-columns:1fr}
.bv-contact-bottom .bv-container{flex-direction:column;align-items:flex-start}
}
@media(max-width:520px){
.bv-contact-hero-copy h1{font-size:39px}
.bv-contact-hero-points{gap:12px}
.bv-contact-hero-points span{font-size:10px}
.bv-contact-hero-card{padding:23px}
.bv-contact-map-image{height:260px}
.bv-contact-map-content{padding:25px}
.bv-contact-map-content h2{font-size:28px}
.bv-contact-bottom h2{font-size:26px}
}





.bv-business-detail-page{background:#fff;color:#082b50}
.bv-business-detail-map-hero{height:360px;position:relative;overflow:hidden;background:#082b50;color:#fff}
.bv-business-detail-map-bg{position:absolute;inset:0;background:url("../images/harita.jpg") center center/cover no-repeat;transform:scale(1.02)}
.bv-business-detail-map-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,28,52,.92) 0%,rgba(3,28,52,.78) 48%,rgba(3,28,52,.42) 100%),linear-gradient(0deg,rgba(3,28,52,.72) 0%,rgba(3,28,52,.08) 70%)}
.bv-business-detail-map-inner{position:relative;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:50px}
.bv-business-detail-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:22px;font-size:14px;line-height:1.4;color:rgba(255,255,255,.72)}
.bv-business-detail-breadcrumb a{color:#fff;text-decoration:none}
.bv-business-detail-breadcrumb a:hover{color:#63c9f4}
.bv-business-detail-breadcrumb span{opacity:.5}
.bv-business-detail-map-content{max-width:900px}
.bv-business-detail-map-content .bv-kicker{display:block;margin-bottom:8px;color:#f4bb59}
.bv-business-detail-map-content h1{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5.5vw,72px);font-weight:700;line-height:1;letter-spacing:-2px;color:#fff}
.bv-business-detail-map-content p{max-width:800px;margin:15px 0 0;font-size:16px;line-height:1.6;color:rgba(255,255,255,.88)}
.bv-business-detail-map-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:18px}
.bv-business-detail-map-meta span{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid rgba(255,255,255,.18);border-radius:50px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px);font-size:12px;color:#fff}
.bv-business-detail-map-meta i{color:#63c9f4}
.bv-business-detail-main-section{padding:78px 0 105px;background:#fff}
.bv-business-detail-columns{display:grid;grid-template-columns:minmax(0,1fr) 345px;gap:62px;align-items:start}
.bv-business-detail-primary{min-width:0}
.bv-business-detail-cover{position:relative;overflow:hidden;margin-bottom:52px;border-radius:24px;background:#edf3f6;box-shadow:0 20px 50px rgba(8,43,80,.08)}
.bv-business-detail-cover img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.bv-business-detail-cover>span{position:absolute;top:16px;left:16px;padding:7px 11px;border-radius:50px;background:rgba(8,43,80,.92);color:#fff;font-size:10px;line-height:1;font-weight:700;letter-spacing:.6px}
.bv-business-detail-description{padding-right:15px}
.bv-business-detail-heading{margin-bottom:25px}
.bv-business-detail-heading .bv-kicker{display:block;margin-bottom:10px}
.bv-business-detail-heading h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:44px;font-weight:700;line-height:1.08;letter-spacing:-.8px;color:#082b50}
.bv-business-detail-text{font-size:18px;line-height:1.6;color:#566d80}
.bv-business-detail-text p{margin:0 0 22px}
.bv-business-detail-text p:last-child{margin-bottom:0}
.bv-business-detail-text h2,.bv-business-detail-text h3,.bv-business-detail-text h4{margin:34px 0 14px;color:#082b50}
.bv-business-detail-text strong{color:#082b50}
.bv-business-detail-text a{color:#0b6d9e}
.bv-business-detail-text ul,.bv-business-detail-text ol{margin:22px 0;padding-left:23px}
.bv-business-detail-text li{margin-bottom:9px}
.bv-business-detail-contact{position:relative}
.bv-business-contact-card{position:sticky;top:105px;overflow:hidden;padding:31px;border-radius:26px;background:#082b50;color:#fff;box-shadow:0 25px 60px rgba(8,43,80,.15)}
.bv-business-contact-top{padding-bottom:22px}
.bv-business-contact-icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;margin-bottom:22px;border-radius:17px;background:rgba(99,201,244,.14);color:#63c9f4;font-size:20px}
.bv-business-contact-top .bv-kicker{display:block;margin-bottom:8px;color:#f4bb59}
.bv-business-contact-top h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:26px;font-weight:700;line-height:1.13;color:#fff}
.bv-business-contact-list{border-top:1px solid rgba(255,255,255,.1)}
.bv-business-contact-item{display:flex;gap:13px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.bv-business-contact-item>i{width:20px;flex:0 0 20px;margin-top:3px;color:#63c9f4}
.bv-business-contact-item div{display:flex;flex-direction:column;gap:4px;min-width:0}
.bv-business-contact-item small{font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:1.4px;color:rgba(255,255,255,.48)}
.bv-business-contact-item strong,.bv-business-contact-item a{font-size:13px;line-height:1.55;color:#fff;text-decoration:none;overflow-wrap:anywhere}
.bv-business-contact-item a:hover{color:#63c9f4}
.bv-business-contact-button-wrap{padding-top:20px}
.bv-business-contact-button-wrap a{display:flex;align-items:center;justify-content:center;min-height:46px;padding:13px 15px;border-radius:13px;background:#63c9f4;color:#082b50;text-decoration:none;font-size:12px;font-weight:800}
.bv-business-contact-button-wrap a:hover{background:#fff}
.bv-business-detail-gallery{padding:88px 0 100px;background:#f4f8fa}
.bv-gallery-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px}
.bv-gallery-heading .bv-business-detail-heading{margin-bottom:25px}
.bv-gallery-count{display:inline-flex;align-items:center;padding:8px 12px;border-radius:50px;background:#e8f2f7;color:#527184;font-size:12px;font-weight:700}
.bv-business-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.bv-business-gallery-item{position:relative;display:block;overflow:hidden;aspect-ratio:4/3;border-radius:20px;background:#dfeaf0}
.bv-business-gallery-item:first-child{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}
.bv-business-gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.bv-business-gallery-item:hover img{transform:scale(1.045)}
.bv-business-gallery-cover{position:absolute;top:13px;left:13px;padding:6px 10px;border-radius:50px;background:rgba(8,43,80,.9);color:#fff;font-size:10px;font-weight:700}
.bv-business-detail-cta{padding:0 0 95px;background:#f4f8fa}
.bv-business-detail-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:45px;padding:52px 56px;border-radius:28px;background:linear-gradient(135deg,#082b50,#0d537d);color:#fff}
.bv-business-detail-cta-inner .bv-kicker{color:#f4bb59}
.bv-business-detail-cta-inner h2{max-width:700px;margin:9px 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:40px;font-weight:700;line-height:1.08;color:#fff}
.bv-business-detail-cta-inner p{max-width:620px;margin:0;color:rgba(255,255,255,.76);font-size:14px;line-height:1.7}
.bv-business-detail-cta-buttons{display:flex;align-items:center;flex-wrap:wrap;gap:10px;flex-shrink:0}
.bv-business-detail-cta-buttons a{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:12px;background:#63c9f4;color:#082b50;text-decoration:none;font-size:13px;font-weight:800;white-space:nowrap}
.bv-business-detail-cta-buttons a:hover{background:#fff}
.bv-business-detail-cta-buttons a:last-child{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);color:#fff}
.bv-business-detail-cta-buttons a:last-child:hover{background:rgba(255,255,255,.18);color:#fff}
.bv-business-detail-not-found{min-height:65vh;display:flex;align-items:center;justify-content:center;padding:120px 0;text-align:center}
.bv-business-detail-not-found .bv-container{max-width:700px}
.bv-business-detail-not-found h1{margin:13px 0;font-family:Georgia,"Times New Roman",serif;font-size:50px;line-height:1.08;color:#082b50}
.bv-business-detail-not-found p{margin:0 0 28px;color:#607487;font-size:17px;line-height:1.7}
.bv-business-detail-not-found a{display:inline-flex;padding:14px 20px;border-radius:12px;background:#082b50;color:#fff;text-decoration:none;font-size:14px;font-weight:700}
@media(max-width:1000px){
.bv-business-detail-map-hero{height:390px}
.bv-business-detail-columns{grid-template-columns:minmax(0,1fr) 310px;gap:40px}
.bv-business-detail-heading h2{font-size:40px}
.bv-business-contact-card{padding:27px}
.bv-business-detail-cta-inner{padding:45px 42px}
.bv-business-detail-cta-inner h2{font-size:36px}
}
@media(max-width:800px){
.bv-business-detail-map-hero{height:425px}
.bv-business-detail-map-inner{padding-top:90px;padding-bottom:35px}
.bv-business-detail-breadcrumb{margin-bottom:25px}
.bv-business-detail-map-content h1{font-size:50px;letter-spacing:-1px}
.bv-business-detail-map-content p{font-size:15px}
.bv-business-detail-columns{grid-template-columns:1fr;gap:45px}
.bv-business-detail-description{padding-right:0}
.bv-business-detail-contact{order:2}
.bv-business-contact-card{position:relative;top:auto}
.bv-business-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.bv-business-gallery-item:first-child{grid-column:span 2}
.bv-business-detail-cta-inner{flex-direction:column;align-items:flex-start}
.bv-business-detail-cta-buttons{width:100%}
}
@media(max-width:600px){
.bv-business-detail-map-hero{height:455px}
.bv-business-detail-map-bg{background-position:center center}
.bv-business-detail-map-overlay{background:linear-gradient(90deg,rgba(3,28,52,.9) 0%,rgba(3,28,52,.65) 100%),linear-gradient(0deg,rgba(3,28,52,.78) 0%,rgba(3,28,52,.12) 75%)}
.bv-business-detail-map-inner{padding-top:95px;padding-bottom:30px}
.bv-business-detail-breadcrumb{margin-bottom:27px;font-size:11px}
.bv-business-detail-map-content .bv-kicker{margin-bottom:9px}
.bv-business-detail-map-content h1{font-size:43px;line-height:1.02;letter-spacing:-.8px}
.bv-business-detail-map-content p{margin-top:13px;font-size:14px;line-height:1.65}
.bv-business-detail-map-meta{margin-top:15px;gap:7px}
.bv-business-detail-map-meta span{padding:7px 10px;font-size:11px}
.bv-business-detail-main-section{padding:55px 0 70px}
.bv-business-detail-cover{margin-bottom:42px;border-radius:18px}
.bv-business-detail-cover>span{top:12px;left:12px}
.bv-business-detail-heading{margin-bottom:20px}
.bv-business-detail-heading h2{font-size:35px;line-height:1.1}
.bv-business-detail-text{font-size:15px;line-height:1.85}
.bv-business-contact-card{padding:25px;border-radius:22px}
.bv-business-contact-top h3{font-size:27px}
.bv-business-detail-gallery{padding:70px 0 70px}
.bv-gallery-heading{display:block}
.bv-gallery-count{margin-top:11px}
.bv-business-gallery-grid{grid-template-columns:1fr;gap:12px}
.bv-business-gallery-item{aspect-ratio:4/3}
.bv-business-gallery-item:first-child{grid-column:auto;grid-row:auto;aspect-ratio:4/3}
.bv-business-detail-cta{padding-bottom:60px}
.bv-business-detail-cta-inner{padding:34px 24px;border-radius:22px;gap:28px}
.bv-business-detail-cta-inner h2{font-size:32px}
.bv-business-detail-cta-inner p{font-size:13px}
.bv-business-detail-cta-buttons{flex-direction:column;gap:9px}
.bv-business-detail-cta-buttons a{width:100%}
.bv-business-detail-not-found{min-height:60vh;padding:90px 0}
.bv-business-detail-not-found h1{font-size:40px}
.bv-business-detail-not-found p{font-size:15px}
}





.bv-business-add-page{background:#fff;color:#082b50}
.bv-business-add-hero{height:390px;position:relative;overflow:hidden;background:#082b50;color:#fff}
.bv-business-add-hero-map{position:absolute;inset:0;background:url("../images/harita.jpg") center center/cover no-repeat;transform:scale(1.02)}
.bv-business-add-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,28,52,.92),rgba(3,28,52,.63) 55%,rgba(3,28,52,.3))}
.bv-business-add-hero-inner{height:100%;position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:48px}
.bv-business-add-hero-inner .bv-kicker{margin-bottom:10px;color:#f4bb59}
.bv-business-add-hero-inner h1{max-width:850px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(45px,6vw,74px);font-weight:700;line-height:.98;letter-spacing:-1.5px;color:#fff}
.bv-business-add-hero-inner p{max-width:760px;margin:17px 0 0;font-size:16px;line-height:1.65;color:rgba(255,255,255,.86)}
.bv-business-add-packages{padding:90px 0 80px;background:#fff}
.bv-business-add-heading{text-align:center;max-width:760px;margin:0 auto 45px}
.bv-business-add-heading .bv-kicker{display:block;margin-bottom:10px}
.bv-business-add-heading h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:46px;line-height:1.08;color:#082b50}
.bv-business-add-heading p{margin:15px 0 0;font-size:16px;line-height:1.7;color:#617587}
.bv-business-package-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1000px;margin:0 auto}
.bv-business-package{position:relative;display:block;width:100%;padding:32px;text-align:left;border:1px solid #dce8ee;border-radius:26px;background:#fff;color:#082b50;cursor:pointer;box-shadow:0 15px 45px rgba(8,43,80,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.bv-business-package:hover{transform:translateY(-4px);box-shadow:0 25px 60px rgba(8,43,80,.11);border-color:#9ed5ed}
.bv-business-package.selected{border-color:#63c9f4;box-shadow:0 22px 60px rgba(8,43,80,.13)}
.bv-business-package-premium{background:linear-gradient(145deg,#082b50,#0b4266);border-color:#082b50;color:#fff}
.bv-business-package-premium:hover{border-color:#63c9f4}
.bv-business-package-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.bv-business-package-label{display:block;margin-bottom:8px;font-size:10px;letter-spacing:1.8px;font-weight:800;color:#7590a1}
.bv-business-package-premium .bv-business-package-label{color:#f4bb59}
.bv-business-package-top h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:29px;line-height:1.1}
.bv-business-package-top>i{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#eef7fb;color:#147da9;font-size:19px}
.bv-business-package-premium .bv-business-package-top>i{background:rgba(244,187,89,.12);color:#f4bb59}
.bv-business-package-price{display:flex;align-items:flex-end;gap:10px;margin:28px 0 25px;padding-bottom:22px;border-bottom:1px solid #e6eef2}
.bv-business-package-premium .bv-business-package-price{border-color:rgba(255,255,255,.12)}
.bv-business-package-price strong{font-family:Georgia,"Times New Roman",serif;font-size:30px}
.bv-business-package-price span{padding-bottom:4px;font-size:14px;color:#708595}
.bv-business-package-premium .bv-business-package-price span{color:rgba(255,255,255,.56)}
.bv-business-package-list{display:flex;flex-direction:column;gap:13px}
.bv-business-package-list span{display:flex;align-items:flex-start;gap:10px;font-size:16px;line-height:1.2;color:#526979}
.bv-business-package-premium .bv-business-package-list span{color:rgba(255,255,255,.78)}
.bv-business-package-list i{margin-top:2px;color:#63bfe4}
.bv-business-package-action{display:flex;align-items:center;justify-content:center;margin-top:29px;min-height:47px;border-radius:13px;background:#082b50;color:#fff;font-size:16px;font-weight:800}
.bv-business-package-premium .bv-business-package-action{background:#63c9f4;color:#082b50}
.bv-business-add-note{max-width:1000px;margin:25px auto 0;display:flex;gap:14px;padding:18px 20px;border:1px solid #e3edf2;border-radius:16px;background:#f7fafb}
.bv-business-add-note>i{margin-top:2px;color:#63c9f4}
.bv-business-add-note strong{display:block;margin-bottom:4px;font-size:16px}
.bv-business-add-note p{margin:0;font-size:14px;line-height:1.65;color:#617586}
.bv-business-add-form-section{padding:90px 0 100px;background:#f4f8fa}
.bv-business-add-form-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}
.bv-business-add-form-head h2{margin:8px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:45px;line-height:1.08;color:#082b50}
.bv-selected-package{display:inline-flex;align-items:center;padding:11px 15px;border-radius:50px;background:#e8f4f8;color:#387087;font-size:14px;font-weight:800;white-space:nowrap}
.bv-selected-package.premium{background:#082b50;color:#f4bb59}
.bv-business-add-form-card{background:#fff;border:1px solid #e0ebef;border-radius:26px;box-shadow:0 20px 55px rgba(8,43,80,.06)}
.bv-business-form-block{padding:38px 42px;border-bottom:1px solid #e7eef2}
.bv-business-form-block:last-child{border-bottom:0}
.bv-business-form-title{display:flex;align-items:flex-start;gap:17px;margin-bottom:28px}
.bv-business-form-title>span{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:#082b50;color:#63c9f4;font-size:11px;font-weight:800}
.bv-business-form-title h3{margin:0 0 5px;font-size:20px}
.bv-business-form-title p{margin:0;color:#718594;font-size:16px;line-height:1.5}
.bv-business-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.bv-business-form-field{display:flex;flex-direction:column;gap:8px}
.bv-business-form-full{grid-column:1/-1}
.bv-business-form-field label{font-size:14px;font-weight:800;color:#3f5869}
.bv-business-form-field label b{color:#cf765f}
.bv-business-form-field input,.bv-business-form-field select,.bv-business-form-field textarea{width:100%;border:1px solid #d9e5eb;border-radius:12px;background:#fff;padding:14px 15px;color:#183c52;font:inherit;font-size:13px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}
.bv-business-form-field textarea{resize:vertical;min-height:150px;line-height:1.7}
.bv-business-form-field input:focus,.bv-business-form-field select:focus,.bv-business-form-field textarea:focus{border-color:#63c9f4;box-shadow:0 0 0 3px rgba(99,201,244,.12)}
.bv-business-form-field input::placeholder,.bv-business-form-field textarea::placeholder{color:#9aacb6}
.bv-business-selected-box{display:flex;align-items:center;gap:15px;padding:18px 20px;margin-bottom:25px;border-radius:16px;background:#f5f9fb;border:1px solid #e0ebef}
.bv-business-selected-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex:0 0 44px;border-radius:14px;background:#e4f5fa;color:#2588ac}
.bv-business-selected-icon.premium{background:#082b50;color:#f4bb59}
.bv-business-selected-box strong{display:block;margin-bottom:4px;font-size:16px;color:#183c52}
.bv-business-selected-box p{margin:0;font-size:14px;line-height:1.55;color:#708494}
.bv-business-consent{display:flex;align-items:flex-start;gap:12px;cursor:pointer;margin-bottom:22px;color:#617586;font-size:14px;line-height:1.6}
.bv-business-consent input{position:absolute;opacity:0;pointer-events:none}
.bv-business-consent>span{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex:0 0 22px;border:1px solid #cadbe3;border-radius:7px;background:#fff;color:transparent;font-size:10px}
.bv-business-consent input:checked+span{border-color:#63c9f4;background:#63c9f4;color:#082b50}
.bv-business-submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:14px 22px;border:0;border-radius:13px;background:#082b50;color:#fff;font-size:13px;font-weight:800;cursor:pointer}
.bv-business-submit:hover:not(:disabled){background:#0c5077}
.bv-business-submit:disabled{opacity:.4;cursor:not-allowed}
.bv-business-add-bottom{padding:0 0 95px;background:#f4f8fa}
.bv-business-add-bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:48px 55px;border-radius:28px;background:linear-gradient(135deg,#082b50,#0d537d);color:#fff}
.bv-business-add-bottom-inner .bv-kicker{color:#f4bb59}
.bv-business-add-bottom-inner h2{margin:9px 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:38px;line-height:1.08;color:#fff}
.bv-business-add-bottom-inner p{max-width:650px;margin:0;color:rgba(255,255,255,.75);font-size:14px;line-height:1.7}
.bv-business-add-bottom-inner>a{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:12px;background:#63c9f4;color:#082b50;text-decoration:none;font-size:13px;font-weight:800;white-space:nowrap}
@media(max-width:800px){
.bv-business-add-hero{height:420px}
.bv-business-add-hero-inner{padding-bottom:38px}
.bv-business-add-hero-inner h1{font-size:50px}
.bv-business-add-hero-inner p{font-size:14px}
.bv-business-package-grid{grid-template-columns:1fr}
.bv-business-add-form-head{display:block}
.bv-selected-package{margin-top:17px}
.bv-business-form-block{padding:30px}
.bv-business-form-grid{grid-template-columns:1fr}
.bv-business-form-full{grid-column:auto}
.bv-business-add-bottom-inner{flex-direction:column;align-items:flex-start;padding:40px}
}
@media(max-width:600px){
.bv-business-add-hero{height:470px}
.bv-business-add-hero-inner h1{font-size:43px}
.bv-business-add-packages{padding:65px 0}
.bv-business-add-heading h2{font-size:36px}
.bv-business-package{padding:25px}
.bv-business-package-top h3{font-size:26px}
.bv-business-add-form-section{padding:65px 0 70px}
.bv-business-add-form-head h2{font-size:36px}
.bv-business-add-form-card{border-radius:20px}
.bv-business-form-block{padding:25px 20px}
.bv-business-form-title{gap:12px}
.bv-business-form-title h3{font-size:18px}
.bv-business-add-bottom{padding-bottom:60px}
.bv-business-add-bottom-inner{padding:32px 24px;border-radius:22px}
.bv-business-add-bottom-inner h2{font-size:32px}
.bv-business-add-bottom-inner>a{width:100%}
}




.bv-region-directory-page{background:#fff;color:var(--text)}
.bv-region-directory-hero{position:relative;min-height:360px;padding:70px 0 55px;background:#082b50 url("../images/harita.jpg") center/cover no-repeat;overflow:hidden;color:#fff}
.bv-region-directory-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,43,80,.92),rgba(8,43,80,.68),rgba(8,43,80,.78))}
.bv-region-directory-hero .bv-container{position:relative;z-index:1}
.bv-region-directory-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:18px;color:#d8e5ee;font-size:14px}
.bv-region-directory-breadcrumb a{color:#fff;font-weight:700}
.bv-region-directory-breadcrumb i{font-size:8px;opacity:.65}
.bv-region-directory-hero h1{font-family:"Playfair Display",serif;font-size:58px;line-height:1;margin:6px 0 12px;letter-spacing:-1px}
.bv-region-directory-hero p{margin:0;color:#e3edf4;font-size:17px}
.bv-region-directory-stats{display:flex;align-items:stretch;margin-top:32px;gap:1px}
.bv-region-directory-stats div{min-width:145px;padding:15px 22px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(5px)}
.bv-region-directory-stats strong{display:block;font-size:24px;color:#fff}
.bv-region-directory-stats span{display:block;margin-top:2px;font-size:10px;letter-spacing:1px;text-transform:uppercase;color:#c9dae6}
.bv-region-directory-intro{padding:42px 0 25px;background:#fff}
.bv-region-directory-intro-grid{display:flex;justify-content:space-between;align-items:end;gap:25px}
.bv-region-directory-intro h2{font-family:"Playfair Display",serif;font-size:34px;margin:5px 0 10px;color:var(--navy)}
.bv-region-directory-intro p{max-width:820px;margin:0;color:var(--muted);font-size:16px;line-height:1.7}
.bv-region-directory-back{display:flex;align-items:center;gap:8px;color:var(--blue);font-size:16px;font-weight:700;white-space:nowrap}
.bv-region-directory-content{padding:20px 0 65px}
.bv-region-directory-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:15px}
.bv-region-directory-search{height:52px;width:min(600px,100%);border:1px solid #dfe5e8;border-radius:27px;display:flex;align-items:center;padding:0 18px;background:#fff;box-shadow:0 5px 18px rgba(8,43,80,.05)}
.bv-region-directory-search i{color:var(--blue);font-size:15px}
.bv-region-directory-search input{flex:1;border:0;outline:0;background:transparent;padding:0 11px;font-size:13px;color:var(--text)}
.bv-region-directory-result{color:#728394;font-size:16px;white-space:nowrap}
.bv-region-directory-result strong{color:var(--navy);font-size:16px}
.bv-region-directory-filters{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:25px}
.bv-region-directory-filters button{border:1px solid #dfe5e8;background:#fff;border-radius:22px;padding:9px 13px;color:#65778a;font-size:11px;font-weight:700;display:flex;align-items:center;gap:7px;transition:.2s}
.bv-region-directory-filters button small,.bv-region-directory-filters button span{font-size:14px}
.bv-region-directory-filters button small{color:#92a0ac}
.bv-region-directory-filters button.active{background:var(--navy);border-color:var(--navy);color:#fff}
.bv-region-directory-filters button.active small,.bv-region-directory-filters button.active span{color:#fff}
.bv-region-directory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.bv-region-business-card{border:1px solid #e5e9eb;background:#fff;border-radius:13px;overflow:hidden;box-shadow:0 6px 22px rgba(8,43,80,.07);transition:.25s}
.bv-region-business-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.bv-region-business-image{height:205px;position:relative;display:block;overflow:hidden;background:#eef3f5}
.bv-region-business-image img{width:100%;height:100%;display:block;object-fit:cover;transition:.35s}
.bv-region-business-card:hover .bv-region-business-image img{transform:scale(1.04)}
.bv-region-business-no-image{height:100%;display:grid;place-items:center;color:#8ea2b2;font-size:38px;background:linear-gradient(135deg,#edf2f4,#f9fafb)}
.bv-region-business-category{position:absolute;left:12px;bottom:11px;background:var(--navy);color:#fff;border-radius:16px;padding:6px 10px;font-size:10px;font-weight:700}
.bv-region-business-featured{position:absolute;right:10px;top:10px;background:var(--gold);color:#fff;border-radius:15px;padding:6px 9px;font-size:9px;font-weight:700}
.bv-region-business-body{padding:15px}
.bv-region-business-body h3{margin:0 0 7px;font-size:18px;color:var(--navy)}
.bv-region-business-body h3 a{transition:.2s}
.bv-region-business-body h3 a:hover{color:var(--blue)}
.bv-region-business-body p{margin:0;min-height:38px;color:var(--muted);font-size:14px;line-height:1.55}
.bv-region-business-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:14px}
.bv-region-business-meta span{font-size:14px;color:#718292}
.bv-region-business-meta span i{margin-right:2px;color:var(--blue)}
.bv-region-business-meta a{width:31px;height:31px;border:1px solid var(--blue);border-radius:50%;display:grid;place-items:center;color:var(--blue);font-size:12px;transition:.2s}
.bv-region-business-meta a:hover{background:var(--blue);color:#fff}
.bv-region-directory-empty{margin-top:15px;padding:50px 20px;border:1px dashed #d9e0e4;border-radius:14px;display:flex;flex-direction:column;align-items:center;text-align:center}
.bv-region-directory-empty i{font-size:30px;color:#8da0af;margin-bottom:12px}
.bv-region-directory-empty strong{font-size:18px;color:var(--navy)}
.bv-region-directory-empty span{margin-top:6px;color:var(--muted);font-size:12px}
.bv-region-directory-empty-static{margin-top:10px}
.bv-region-pagination{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:30px}
.bv-region-pagination button{min-width:34px;height:34px;border:1px solid #dce3e7;background:#fff;border-radius:50%;color:var(--blue);font-size:12px}
.bv-region-pagination button:hover,.bv-region-pagination button.active{background:var(--navy);border-color:var(--navy);color:#fff}
.bv-region-pagination button:disabled{opacity:.35;cursor:not-allowed}
.bv-region-pagination-dots{padding:0 3px;color:#7d8d9b;font-size:12px}
.bv-region-directory-cta{padding:48px 0;background:var(--navy);color:#fff}
.bv-region-directory-cta .bv-container{display:flex;justify-content:space-between;align-items:center;gap:30px}
.bv-region-directory-cta h2{font-family:"Playfair Display",serif;font-size:30px;margin:6px 0}
.bv-region-directory-cta p{margin:0;color:#cbd9e6;font-size:16px}
.bv-region-directory-cta a{display:inline-flex;align-items:center;gap:9px;padding:12px 18px;border-radius:24px;background:#fff;color:var(--navy);font-size:14px;font-weight:700;white-space:nowrap}
@media(max-width:1100px){.bv-region-directory-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:850px){.bv-region-directory-hero{min-height:330px;padding:55px 0 45px}.bv-region-directory-hero h1{font-size:47px}.bv-region-directory-intro-grid{align-items:flex-start;flex-direction:column}.bv-region-directory-grid{grid-template-columns:repeat(2,1fr)}.bv-region-directory-cta .bv-container{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.bv-region-directory-hero{min-height:310px}.bv-region-directory-hero h1{font-size:39px}.bv-region-directory-hero p{font-size:14px}.bv-region-directory-stats{display:grid;grid-template-columns:repeat(3,1fr)}.bv-region-directory-stats div{min-width:0;padding:12px 10px}.bv-region-directory-stats strong{font-size:18px}.bv-region-directory-stats span{font-size:8px}.bv-region-directory-toolbar{align-items:stretch;flex-direction:column}.bv-region-directory-search{width:100%}.bv-region-directory-result{font-size:11px}.bv-region-directory-grid{grid-template-columns:1fr}.bv-region-directory-intro h2{font-size:29px}.bv-region-directory-cta h2{font-size:25px}}