/* BeDijital Co-location Hizmeti — v1.3.49
   Uses the exact approved BeDijital hosting hero/pricing/six-card/FAQ component contracts.
   Page-specific CSS is limited to hero size/asset, section background and unavailable-price state. */
.bdcolo-page{background:#fff}
.bdcolo-hero .bdp-hero-image img{max-width:560px}
.bdcolo-plans{padding:54px 0 78px;background:#f6f9fd}
.bdcolo-plans>.container{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}
.bdcolo-plans .bdm-section-heading{margin-top:0!important;margin-bottom:34px!important}

/* Pricing geometry is owned entirely by the canonical .bdm-pricing-grid / .bdm-plan-card chain. */
.bdcolo-disabled{align-self:center!important;width:auto!important;min-width:194px!important;margin-top:auto;background:#e8edf4!important;border-color:#e8edf4!important;color:#8290a5!important;cursor:not-allowed}
.bdcolo-total{display:block;margin-top:10px;text-align:center;color:#74839a}
.bdcolo-sync-note{margin:24px 0 0;padding:15px 18px;border-left:4px solid #0f55c7;border-radius:6px;background:#eef5ff;color:#526b8a}
.bdcolo-features{padding:90px 0;background:#fff}

/* Hero geometry: same contract as Dedicated / Kurumsal / Cloud / VDS. */
.bdcolo-hero .container,
.bdcolo-hero .row{min-height:500px!important}
.bdcolo-hero .bdp-hero-copy{width:525px}
.bdcolo-hero .bdm-hero-feature-columns{grid-template-columns:repeat(2,max-content);gap:8px 34px}
.bdcolo-hero .bdm-hero-feature-col{display:grid;row-gap:7px}
/* Divi Text can inject <br> nodes between inline feature spans. They must never become grid rows. */
.bdcolo-hero .bdm-hero-feature-col>br{display:none!important}
.bdcolo-hero .bdp-hero-image{text-align:right}

@media(max-width:991px){
  .bdcolo-hero .container,.bdcolo-hero .row{min-height:0!important}
  .bdcolo-hero .bdp-hero-copy{width:auto}
  .bdcolo-hero .bdm-hero-feature-columns{justify-content:center}
}
@media(max-width:767px){
  .bdcolo-plans{padding:62px 0 66px}
  .bdcolo-hero .bdp-hero-image{display:none!important}
  .bdcolo-hero .bdm-hero-feature-columns{grid-template-columns:1fr;width:max-content;max-width:100%;margin-inline:auto;text-align:left}
}
