@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.ba-services-widget {
  --ba-gold:#D4AF6A;
  --ba-ivory:#F8F6F2;
  --ba-black:#0A0A0A;
  --ba-text:#37322D;
  --ba-muted:#756E65;
  --ba-white:#FFFFFF;
  --ba-line:rgba(212,175,106,.30);
  font-family:'Montserrat',sans-serif;
  background:var(--ba-ivory);
  color:var(--ba-text);
  overflow:hidden;
}
.ba-services-widget *{box-sizing:border-box}
.ba-services-widget button,.ba-services-widget a{font-family:inherit}
.ba-services-widget a{text-decoration:none}

.ba-services-widget .ba-hero{
  position:relative;
  min-height:440px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:white;
  background-image:linear-gradient(90deg,rgba(10,10,10,.78),rgba(10,10,10,.43)),var(--ba-hero-url);
  background-size:cover;
  background-position:center 42%;
}

.ba-services-widget .ba-hero-inner{position:relative;z-index:2;max-width:900px;padding:80px 24px 120px}
.ba-services-widget .ba-mark{width:58px;height:58px;margin:0 auto 18px;color:var(--ba-gold)}
.ba-services-widget .ba-mark svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5}
.ba-services-widget .ba-overline{font-size:11px;letter-spacing:.32em;font-weight:600;text-transform:uppercase;color:#f0dcae}
.ba-services-widget .ba-hero h1{margin:13px 0 14px;font-size:clamp(44px,7vw,78px);font-weight:500;letter-spacing:-.04em;line-height:1;color:#fff}
.ba-services-widget .ba-hero p{max-width:670px;margin:0 auto;font-size:15px;line-height:1.8;color:rgba(255,255,255,.86)}

.ba-services-widget .ba-section{max-width:1260px;margin:auto;padding:65px 24px 95px}
.ba-services-widget .ba-heading{text-align:center;max-width:780px;margin:0 auto 44px}
.ba-services-widget .ba-script{display:block;color:var(--ba-gold);font-size:13px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}
.ba-services-widget .ba-heading h2{font-size:clamp(31px,4vw,46px);line-height:1.14;font-weight:500;color:var(--ba-black);margin:0 0 15px}
.ba-services-widget .ba-heading p{margin:0;color:var(--ba-muted);font-size:14px;line-height:1.8}

.ba-services-widget .ba-areas{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:0 auto 44px}
.ba-services-widget .ba-area{
  appearance:none;border:1px solid rgba(212,175,106,.22);background:#fff;
  min-height:112px;padding:17px 9px;cursor:pointer;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;
  color:var(--ba-black);font-size:10.5px;font-weight:700;letter-spacing:.04em;
  transition:.25s ease;box-shadow:0 8px 28px rgba(30,24,18,.04)
}
.ba-services-widget .ba-area:hover,.ba-services-widget .ba-area.is-active{background:var(--ba-black);color:#fff;transform:translateY(-3px)}
.ba-services-widget .ba-area-icon{width:34px;height:34px;color:#99822c}
.ba-services-widget .ba-area-icon svg,.ba-services-widget .ba-card-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.ba-services-widget .ba-all-filter{display:flex;justify-content:center;margin:-23px 0 35px}
.ba-services-widget .ba-all-filter button{border:0;background:transparent;color:var(--ba-muted);font-size:11px;letter-spacing:.12em;font-weight:700;cursor:pointer;padding:8px 14px;border-bottom:1px solid var(--ba-gold)}

.ba-services-widget .ba-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.ba-services-widget .ba-service-card{position:relative;background:white;border:1px solid rgba(212,175,106,.18);min-width:0;display:flex;flex-direction:column;box-shadow:0 12px 34px rgba(39,31,23,.06);transition:transform .28s ease,box-shadow .28s ease}
.ba-services-widget .ba-service-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(39,31,23,.11)}
.ba-services-widget .ba-card-image-wrap{position:relative;padding:25px 25px 0}
.ba-services-widget .ba-card-image{width:154px;height:154px;border-radius:50%;margin:0 auto;overflow:hidden;border:7px solid var(--ba-ivory);outline:1px solid rgba(212,175,106,.48);background:#eee}
.ba-services-widget .ba-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.ba-services-widget .ba-service-card:hover .ba-card-image img{transform:scale(1.06)}
.ba-services-widget .ba-card-icon{position:absolute;top:25px;left:calc(50% - 90px);width:51px;height:51px;border-radius:50%;display:grid;place-items:center;padding:12px;background:var(--ba-gold);color:white;border:4px solid white;box-shadow:0 8px 18px rgba(0,0,0,.12)}
.ba-services-widget .ba-card-body{padding:22px 22px 23px;text-align:center;display:flex;flex-direction:column;flex:1;position:relative}
.ba-services-widget .ba-card-body:before{content:"";position:absolute;right:0;top:0;width:90px;height:90px;opacity:.23;background:radial-gradient(circle at 85% 20%,transparent 0 17px,var(--ba-gold) 18px 19px,transparent 20px),radial-gradient(circle at 100% 58%,transparent 0 26px,var(--ba-gold) 27px 28px,transparent 29px);pointer-events:none}
.ba-services-widget .ba-card-cat{font-size:9.5px;color:var(--ba-gold);font-weight:700;letter-spacing:.13em;text-transform:uppercase;min-height:16px}
.ba-services-widget .ba-card-body h3{margin:8px 0 11px;font-size:16.5px;line-height:1.34;color:var(--ba-black);font-weight:600;min-height:45px}
.ba-services-widget .ba-card-body p{font-size:11.7px;line-height:1.68;color:var(--ba-muted);margin:0 0 18px;flex:1;min-height:78px}
.ba-services-widget .ba-card-actions{display:flex;flex-direction:column;gap:8px}
.ba-services-widget .ba-more{background:transparent;border:0;color:#8a8178;font-size:9.5px;font-weight:700;letter-spacing:.12em;cursor:pointer;padding:5px}
.ba-services-widget .ba-whatsapp{
  min-height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  background-color:#D4AF6A !important;
  color:#FFFFFF !important;
  fill:#FFFFFF !important;
  font-size:12px;
  font-weight:600;
  line-height:1;
  letter-spacing:0;
  padding:17px 30px;
  border:0;
  border-radius:0;
  text-align:center;
  cursor:pointer;
  box-shadow:none;
  transition:all .3s ease;
}
.ba-services-widget .ba-whatsapp:hover,
.ba-services-widget .ba-whatsapp:focus,
.ba-services-widget .ba-whatsapp:visited{
  background-color:#D4AF6A !important;
  color:#FFFFFF !important;
}
.ba-services-widget .ba-whatsapp span{font-size:15px;color:#FFFFFF}

.ba-services-widget .ba-video-cta{min-height:390px;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;background-image:linear-gradient(rgba(8,8,8,.78),rgba(8,8,8,.82)),var(--ba-cta-url);background-position:center;background-size:cover;background-attachment:fixed;color:white;padding:70px 24px}
.ba-services-widget .ba-video-cta:before{content:"";position:absolute;inset:17px;border:1px solid rgba(212,175,106,.22);pointer-events:none}
.ba-services-widget .ba-video-inner{position:relative;z-index:1;max-width:760px}
.ba-services-widget .ba-play{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto 22px;border:1px solid var(--ba-gold);color:var(--ba-gold);font-size:20px}
.ba-services-widget .ba-video-cta .ba-script{color:var(--ba-gold)}
.ba-services-widget .ba-video-cta h2{margin:0 0 16px;font-size:clamp(29px,4vw,48px);font-weight:500;line-height:1.18;color:#fff}
.ba-services-widget .ba-video-cta p{margin:0 auto 25px;max-width:620px;color:rgba(255,255,255,.75);line-height:1.75;font-size:14px}
.ba-services-widget .ba-cta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background-color:#D4AF6A !important;
  color:#FFFFFF !important;
  font-size:14px;
  font-weight:600;
  line-height:1;
  letter-spacing:0;
  padding:17px 30px;
  border:0;
  border-radius:0;
  text-align:center;
  transition:all .3s ease;
}
.ba-services-widget .ba-cta-btn:hover,
.ba-services-widget .ba-cta-btn:focus,
.ba-services-widget .ba-cta-btn:visited{
  background-color:#D4AF6A !important;
  color:#FFFFFF !important;
}

.ba-services-widget .ba-bottom{max-width:1100px;margin:auto;padding:78px 24px 92px;text-align:center}
.ba-services-widget .ba-bottom h2{font-size:clamp(28px,4vw,42px);font-weight:500;color:var(--ba-black);margin:0 0 15px}
.ba-services-widget .ba-bottom p{max-width:690px;margin:0 auto 26px;color:var(--ba-muted);font-size:14px;line-height:1.8}

.ba-services-widget .ba-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.66)}
.ba-services-widget .ba-modal.is-open{display:flex}
.ba-services-widget .ba-modal-box{background:var(--ba-ivory);max-width:650px;width:100%;max-height:82vh;overflow:auto;padding:34px;position:relative;border-top:4px solid var(--ba-gold);box-shadow:0 30px 90px rgba(0,0,0,.3)}
.ba-services-widget .ba-modal-close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:25px;cursor:pointer;color:#555}
.ba-services-widget .ba-modal-box .ba-script{margin-right:40px}
.ba-services-widget .ba-modal-box h3{font-size:26px;line-height:1.25;margin:8px 35px 15px 0;font-weight:600;color:var(--ba-black)}
.ba-services-widget .ba-modal-box p{font-size:14px;line-height:1.9;color:var(--ba-muted);margin:0}
.ba-services-widget .ba-modal-box .ba-whatsapp{
  margin-top:24px;
  display:inline-flex;
  padding:17px 30px;
}
.ba-services-widget .ba-service-card.is-hidden{display:none}

@media(max-width:1100px){
  .ba-services-widget .ba-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ba-services-widget .ba-areas{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
  .ba-services-widget .ba-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ba-services-widget .ba-hero{min-height:390px}
  .ba-services-widget .ba-video-cta{background-attachment:scroll}
}
@media(max-width:600px){
  .ba-services-widget .ba-hero{min-height:350px;background-position:60% center}
  .ba-services-widget .ba-hero-inner{padding:70px 18px 105px}
  .ba-services-widget .ba-hero p{font-size:13px}
  .ba-services-widget .ba-hero:after{height:64px}
  .ba-services-widget .ba-section{padding:48px 15px 62px}
  .ba-services-widget .ba-heading{margin-bottom:30px}
  .ba-services-widget .ba-heading p{font-size:13px}
  .ba-services-widget .ba-areas{grid-template-columns:repeat(2,1fr);gap:9px;margin-bottom:34px}
  .ba-services-widget .ba-area{min-height:96px;font-size:9.5px}
  .ba-services-widget .ba-grid{grid-template-columns:1fr;gap:17px}
  .ba-services-widget .ba-service-card{display:grid;grid-template-columns:118px 1fr;align-items:stretch}
  .ba-services-widget .ba-card-image-wrap{padding:18px 0 18px 14px;display:flex;align-items:flex-start}
  .ba-services-widget .ba-card-image{width:102px;height:102px;border-width:5px;margin:0}
  .ba-services-widget .ba-card-icon{width:39px;height:39px;padding:9px;left:88px;top:12px;border-width:3px}
  .ba-services-widget .ba-card-body{padding:18px 15px 18px 13px;text-align:left}
  .ba-services-widget .ba-card-cat{font-size:8.5px}
  .ba-services-widget .ba-card-body h3{font-size:14.5px;min-height:0;margin:5px 0 7px;padding-right:4px}
  .ba-services-widget .ba-card-body p{font-size:10.8px;line-height:1.55;min-height:0;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .ba-services-widget .ba-card-actions{gap:4px}
  .ba-services-widget .ba-more{text-align:left;padding-left:0;font-size:8.5px}
  .ba-services-widget .ba-whatsapp{
    min-height:auto;
    font-size:10px;
    line-height:1;
    padding:17px 20px;
    border-radius:0;
  }
  .ba-services-widget .ba-video-cta{min-height:360px;padding:55px 20px}
  .ba-services-widget .ba-bottom{padding:58px 20px 70px}
  .ba-services-widget .ba-modal-box{padding:30px 22px}
  .ba-services-widget .ba-modal-box h3{font-size:22px}
}
