.elementor-2319 .elementor-element.elementor-element-b15ad4f{--display:flex;--min-height:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2319 .elementor-element.elementor-element-b15ad4f:not(.elementor-motion-effects-element-type-background), .elementor-2319 .elementor-element.elementor-element-b15ad4f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A4F7C;}.elementor-2319 .elementor-element.elementor-element-f41cebc{--display:flex;}.elementor-2319 .elementor-element.elementor-element-39d60dc{--display:flex;}.elementor-2319 .elementor-element.elementor-element-07bc3e7{--display:flex;--min-height:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2319 .elementor-element.elementor-element-07bc3e7:not(.elementor-motion-effects-element-type-background), .elementor-2319 .elementor-element.elementor-element-07bc3e7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A4F7C;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2319 .elementor-element.elementor-element-b15ad4f{--min-height:10px;--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2319 .elementor-element.elementor-element-07bc3e7{--min-height:10px;--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-b9e48b6 *//* ===============================
   OTHER SERVICES (Premium + Aligned)
   Updated to red + navy
=============================== */

.ob-services{
  background:#fff;
  padding:64px 0 88px;
  font-family:"Montserrat",sans-serif !important;
  color:#2A4F7C;
}

.ob-services__wrap{
  width:min(1100px, calc(100% - 40px));
  margin:0 auto;
}

/* Header */
.ob-services__head{
  text-align:center;
  margin:0 0 30px;
}

.ob-services__title{
  margin:0 0 12px;
  font-size:44px;
  font-weight:900;
  letter-spacing:-0.8px;
  line-height:1.05;
  color:#2A4F7C;
}

.ob-services__title::after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  border-radius:999px;
  background:#B3202D;
  margin:14px auto 0;
}

.ob-services__intro{
  margin:18px auto 0;
  max-width:920px;
  font-size:15px;
  line-height:1.9;
  color:rgba(16,24,40,0.78);
}

/* Grid */
.ob-services__grid{
  margin-top:26px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
  align-items:stretch;
}

/* Card base */
.ob-servicecard{
  background:#fff;
  border:1px solid rgba(16,24,40,0.10);
  border-radius:22px;
  padding:30px 28px 26px;

  box-shadow:0 12px 30px rgba(16,24,40,0.06);

  display:flex;
  flex-direction:column;
  gap:14px;

  height:100%;
  min-height:0;
}

/* Live card behaves like a premium link */
.ob-servicecard--live{
  text-decoration:none;
  color:inherit;
  cursor:pointer;

  transition:
    transform .22s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

/* Premium outside red glow */
.ob-servicecard--live:hover{
  transform:translateY(-6px);
  border-color:rgba(179,32,45,0.20);

  box-shadow:
    0 20px 44px rgba(16,24,40,0.14),
    0 0 0 1px rgba(179,32,45,0.10),
    0 0 18px rgba(179,32,45,0.16),
    0 0 44px rgba(179,32,45,0.10),
    0 0 82px rgba(179,32,45,0.08);
}

/* Coming soon card: muted premium */
.ob-servicecard--soon{
  opacity:0.95;
  border-color:rgba(16,24,40,0.08);
  background:linear-gradient(180deg, #fff 0%, rgba(16,24,40,0.02) 100%);
}

/* ===============================
   LOGO AREA
=============================== */

.ob-servicecard__logo{
  width:100%;
  height:124px;
  background:#fff;
  border:1px solid rgba(16,24,40,0.06);
  border-radius:16px;
  padding:18px 16px;

  display:flex;
  justify-content:center;
  align-items:center;

  box-shadow:inset 0 1px 0 rgba(255,255,255,0.45);
}

.ob-servicecard__logo img{
  height:140px;
  width:auto;
  max-width:100%;
  display:block;
  object-fit:contain;
}

/* Description */
.ob-servicecard__desc{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:rgba(16,24,40,0.78);
  text-align:center;
}

/* Pills centered */
.ob-servicecard__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  align-items:center;
  margin-top:4px;
}

/* Pills */
.ob-servicecard__pill{
  font-size:12px;
  font-weight:850;
  color:#B3202D;

  background:rgba(179,32,45,0.07);
  border:1px solid rgba(179,32,45,0.16);

  border-radius:14px;
  padding:8px 12px;
  line-height:1;
  white-space:nowrap;
}

/* CTA pinned to bottom */
.ob-servicecard__cta{
  margin-top:auto;
  height:46px;
  border-radius:14px;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;

  background:#B3202D;
  color:#fff;

  font-size:15px;
  font-weight:850;

  margin:18px auto 0;
  width:150px;

  box-shadow:inset 0 1px 0 rgba(255,255,255,0.18);
}

/* Disabled CTA */
.ob-servicecard__cta--disabled{
  background:rgba(16,24,40,0.06);
  color:rgba(16,24,40,0.55);
}

/* ===============================
   RESPONSIVE
=============================== */

@media (max-width:980px){
  .ob-services__title{ font-size:34px; }

  .ob-services__grid{
    grid-template-columns:1fr;
  }

  .ob-servicecard{
    padding:26px 20px 22px;
    border-radius:18px;
  }

  .ob-servicecard__logo{
    height:112px;
    border-radius:14px;
  }

  .ob-servicecard__logo img{
    height:78px;
  }

  .ob-servicecard__cta{
    height:48px;
  }
}

@media (max-width:620px){
  .ob-services{
    padding:52px 0 72px;
  }

  .ob-services__title{
    font-size:30px;
  }

  .ob-servicecard__desc{
    font-size:14px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .ob-servicecard--live{
    transition:none !important;
  }
  .ob-servicecard--live:hover{
    transform:none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-418c882 */.ob-services-bridge{
  padding:18px 0 84px;
  background:#fff;
  font-family:"Montserrat",sans-serif !important;
}

.ob-services-bridge__wrap{
  width:min(1100px, calc(100% - 40px));
  margin:0 auto;
}

.ob-services-bridge__card{
  background:#fff;
  border:1px solid rgba(16,24,40,0.10);
  border-radius:22px;
  padding:26px 28px;

  box-shadow:0 12px 28px rgba(16,24,40,0.06);
}

.ob-services-bridge__title{
  margin:0 0 10px;
  font-size:30px;
  font-weight:900;
  letter-spacing:-0.2px;
  color:#2A4F7C;
  text-align:center;
}

.ob-services-bridge__title::after{
  content:"";
  display:block;
  width:56px;
  height:3px;
  border-radius:999px;
  background:#B3202D;
  margin:10px auto 0;
}

.ob-services-bridge__text{
  margin:14px auto 0;
  max-width:900px;
  text-align:center;
  font-size:15px;
  line-height:1.85;
  color:rgba(16,24,40,0.78);
}

.ob-services-bridge__link{
  color:#B3202D;
  font-weight:850;
  text-decoration:none;
  border-bottom:2px solid rgba(179,32,45,0.30);
  transition:all .18s ease;
}

.ob-services-bridge__link:hover{
  color:#2A4F7C;
  border-color:#2A4F7C;
}

@media (max-width:680px){
  .ob-services-bridge{ padding:14px 0 70px; }
  .ob-services-bridge__card{ padding:22px 18px; border-radius:18px; }
}/* End custom CSS */