/* Topbar refresh (site-wide) - loaded after the page's own stylesheet to win the cascade.
   Ink utility strip with icon-font glyphs, replacing the old grey bar + raster clipart icons. */
.topbar{
    background: #fbfbfd !important;
    border-bottom: 1px solid #eef0f6;
    display: flex !important;
}
.topbar-main{
    padding: 9px 0 !important;
}
.topbar-link{
    margin-right: 0 !important;
    transition: opacity 0.2s ease;
}
.topbar-divider{
    width: 1px;
    height: 13px;
    background: rgba(21,23,35,0.14);
    margin: 0 16px;
    display: inline-block;
}
.topbar-ico{
    font-size: 13px;
    color: #e20281;
    margin-right: 8px;
    transition: color 0.2s ease;
    vertical-align: -1px;
}
.topbar-link h6 a,
.header-bg-wh .topbar-link h6 a,
.header-bg-wh .topbar-right li a{
    color: #454963 !important;
    font-size: 13.5px !important;
    letter-spacing: 0.2px;
}
.topbar-link:hover h6 a,
.header-bg-wh .topbar-link:hover h6 a{
    color: #e20281 !important;
}
.topbar-link:hover .topbar-ico{
    color: #e20281;
}
@media (max-width: 575px){
    .topbar-divider{ display:none; }
    .topbar-main{ justify-content:center; }
    .topbar-link-email{ display:none; }
    .topbar-link-phone h6 a{ font-size:14px !important; }
}

.header .btn-main .btn-md{
    font-size: 14px !important;
    min-height: 38px !important;
    min-width: 0 !important;
    padding: 0 22px !important;
}

/* ===== Footer: quieter, smaller type (site-wide) ===== */
.ftr-left-cnt p{
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: rgba(255,255,255,0.8) !important;
}
.ftr-head h4{
    font-size: 12.5px !important;
    letter-spacing: 0.6px !important;
    text-transform: uppercase !important;
    padding-bottom: 12px !important;
    margin-bottom: 16px !important;
}
.ftr-head h4::before{
    width: 32px !important;
    height: 2px !important;
}
.ftr-link li a{
    font-size: 12.5px !important;
    padding: 4px 0px 4px 5px !important;
    color: rgba(255,255,255,0.82) !important;
    letter-spacing: 0.2px !important;
}
.ftr-contact-list li a{
    font-size: 13px !important;
    color: rgba(255,255,255,0.82) !important;
}

/* ===== Service page content blocks: the kicker heading collapses flush against
   the title below it because of an empty <h4> + auto-closed empty <p> in the
   markup, whose margins collapse away to nothing ===== */
.web-dev-list-right h1{
    display: block;
    font-family: 'Graphik-Bold' !important;   /* was falling back to browser-default Raleway - clashed with the h3 above it */
    font-size: 22px !important;                /* subordinate to the 38px "What is...?" h3, not competing with it */
    line-height: 1.3 !important;
    color: #670dad !important;
    margin-top: 26px !important;
    margin-bottom: 14px !important;
}

/* ===== Service pages: kill the ~150px dead gap between the page title and the first
   content row (stacked section paddings: title pb30 + word-dev py50 + top pb20 + listing pt50) ===== */
.website-dev-word-development{ padding: 24px 0 8px !important; }
.website-dev-word-development .title-main h2{ padding-bottom: 0 !important; }
.website-development-top{ padding-bottom: 8px !important; }
.website-development-listing{ padding-top: 30px !important; }

/* Service page body: punchier "lead line" hooks + tighter paragraph rhythm */
.web-dev-list-right .lead-line{
    font-size: 19px !important;
    line-height: 1.5 !important;
    color: #151723 !important;
    margin-bottom: 14px !important;
}
.web-dev-list-right .lead-line strong{ color: #670dad; }
.web-dev-list-right p{ margin-bottom: 14px; }


/* ===== Site-wide font override (inner pages use a separate cached stylesheet) ===== */
@font-face { font-family: 'Nunito-Bold'; src: url('/css/fonts/BricolageGrotesque-700.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Nunito-ExtraBold'; src: url('/css/fonts/BricolageGrotesque-800.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Nunito-Medium'; src: url('/css/fonts/BricolageGrotesque-500.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Nunito-Regular'; src: url('/css/fonts/PublicSans-400.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Nunito-SemiBold'; src: url('/css/fonts/BricolageGrotesque-600.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Nunito-Black'; src: url('/css/fonts/BricolageGrotesque-800.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Graphik-Semibold'; src: url('/css/fonts/BricolageGrotesque-600.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Graphik-Thin'; src: url('/css/fonts/PublicSans-300.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Graphik-Black'; src: url('/css/fonts/BricolageGrotesque-800.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Graphik-Bold'; src: url('/css/fonts/BricolageGrotesque-700.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Graphik-Medium'; src: url('/css/fonts/BricolageGrotesque-500.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Graphik-Light'; src: url('/css/fonts/PublicSans-300.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Graphik-Regular'; src: url('/css/fonts/PublicSans-400.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'ProximaNova-Regular'; src: url('/css/fonts/PublicSans-400.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'ProximaNova-Light'; src: url('/css/fonts/PublicSans-300.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'ProximaNova-Bold'; src: url('/css/fonts/BricolageGrotesque-700.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'ProximaNova-Semibold'; src: url('/css/fonts/BricolageGrotesque-600.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'ProximaNova-Black'; src: url('/css/fonts/BricolageGrotesque-800.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'ProximaNovaA-Extrabld'; src: url('/css/fonts/BricolageGrotesque-800.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'ProximaNovaA-Regular'; src: url('/css/fonts/PublicSans-400.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }
