:root{
    --cbd-dark:#151515;
    --cbd-gold:#c7a45d;
    --cbd-soft:#f7f4ef;
    --cbd-border:rgba(0,0,0,.08);
}
body{ -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; }
.cbd-section-kicker{
    display:inline-block;
    letter-spacing:.12em;
    text-transform:uppercase;
    font-size:12px;
    font-weight:700;
    color:#5f4711;
    margin-bottom:12px;
}
.cbd-trust-strip{
    background:#111;
    color:#fff;
    padding:22px 0;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}
.cbd-trust-item{
    text-align:center;
    padding:10px 12px;
}
.cbd-trust-item strong{
    display:block;
    font-size:22px;
    line-height:1.2;
    color:#fff;
    margin-bottom:3px;
}
.cbd-trust-item span{
    display:block;
    font-size:12px;
    line-height:1.45;
    color:rgba(255,255,255,.72);
    letter-spacing:.03em;
}
.cbd-intro-card{
    height:100%;
    background:#fff;
    border:1px solid var(--cbd-border);
    border-radius:16px;
    padding:34px;
    box-shadow:0 18px 45px rgba(0,0,0,.05);
}
.cbd-intro-card p{
    margin:0;
    font-size:17px;
    line-height:1.8;
}
.cbd-about-points{
    margin:22px 0 28px;
    padding:0;
    list-style:none;
}
.cbd-about-points li{
    position:relative;
    padding-left:26px;
    margin-bottom:10px;
    line-height:1.65;
}
.cbd-about-points li:before{
    content:"";
    width:9px;
    height:9px;
    border-radius:50%;
    background:var(--cbd-gold);
    position:absolute;
    left:0;
    top:11px;
}
.cbd-service-card{
    height:100%;
    border-radius:16px;
    overflow:hidden;
}
.cbd-section-note{
    max-width:820px;
    margin:0 auto 45px;
    font-size:16px;
    line-height:1.75;
    color:#666;
}
.cbd-authority-band{
    background:var(--cbd-soft);
    padding:70px 0;
    border-top:1px solid var(--cbd-border);
    border-bottom:1px solid var(--cbd-border);
}
.cbd-authority-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:14px;
    margin-top:28px;
}
.cbd-authority-item{
    background:#fff;
    border:1px solid var(--cbd-border);
    border-radius:14px;
    padding:18px 12px;
    text-align:center;
    font-weight:700;
    font-size:13px;
    line-height:1.35;
    min-height:76px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 12px 30px rgba(0,0,0,.04);
}
.cbd-process-section{
    padding:90px 0;
    background:#fff;
}
.cbd-process-card{
    height:100%;
    padding:30px;
    border:1px solid var(--cbd-border);
    border-radius:16px;
    background:#fff;
    box-shadow:0 16px 38px rgba(0,0,0,.045);
}
.cbd-process-card .num{
    display:inline-flex;
    width:42px;
    height:42px;
    border-radius:50%;
    align-items:center;
    justify-content:center;
    background:#111;
    color:#fff;
    font-weight:700;
    margin-bottom:18px;
}
.cbd-process-card h5{
    margin-bottom:12px;
    font-size:19px;
}
.cbd-process-card p{
    margin:0;
    color:#666;
    line-height:1.7;
}
.cbd-mobile-cta{
    display:none;
}
.seo-expert-content h4{
    line-height:1.35;
}
.seo-text-block p{
    color:#555;
}
img{
    max-width:100%;
    height:auto;
}
@media (max-width: 1199px){
    .cbd-authority-logo-grid{ grid-template-columns:repeat(4,1fr); }
}
@media (max-width: 991px){
    .cbd-authority-logo-grid{ grid-template-columns:repeat(3,1fr); }
    .cbd-authority-grid{ grid-template-columns:repeat(3,1fr); }
    .story-1{ padding:50px 0; }
    .cbd-intro-card{ padding:26px; margin-bottom:20px; }
    .about-content-1.ml-xl-70{ margin-left:0 !important; }
    .services-1 .space-120{ height:40px; }
    .main-principes{ padding:45px 25px; }
    .skill-content-1.mr-xl-70{ margin-right:0 !important; }
}
@media (max-width: 767px){
    .cbd-authority-logos-section{ padding:52px 0 48px; }
    .cbd-authority-logo-grid{ grid-template-columns:repeat(2,1fr); gap:14px; }
    .cbd-authority-logo-card{ min-height:118px; padding:16px 10px; }
    .cbd-authority-logo-card img{ height:54px; }
    .tp-caption-main{
        white-space:normal !important;
        max-width:92vw !important;
        text-align:center !important;
    }
    .tp-desc{
        max-width:88vw !important;
    }
    .cbd-trust-strip{ padding:14px 0; }
    .cbd-trust-item strong{ font-size:18px; }
    .cbd-trust-item span{ font-size:11px; }
    .cbd-authority-grid{ grid-template-columns:repeat(2,1fr); }
    .cbd-authority-band,
    .cbd-process-section{ padding:55px 0; }
    .ot-heading .main-heading,
    h2.main-heading{
        font-size:30px;
        line-height:1.25;
    }
    .seo-text-block{
        font-size:14px !important;
        text-align:left !important;
    }
    .cta h2{ font-size:28px; line-height:1.25; }
    .cbd-mobile-cta{
        display:block;
        position:fixed;
        left:0;
        right:0;
        bottom:0;
        z-index:9999;
        background:#111;
        padding:10px;
        box-shadow:0 -6px 24px rgba(0,0,0,.22);
    }
    .cbd-mobile-cta a{
        display:block;
        text-align:center;
        color:#fff;
        font-weight:700;
        padding:12px 16px;
        border:1px solid rgba(255,255,255,.18);
        border-radius:8px;
    }
    body{ padding-bottom:64px; }
}
@media (max-width: 480px){
    .cbd-authority-grid{ grid-template-columns:1fr; }
    .cbd-intro-card{ padding:22px; }
    .cbd-intro-card p{ font-size:15px; line-height:1.75; }
}
  /* CBD revision: professional intro cards, equal service cards, authority/client logo marquees */
.cbd-intro-card{
    padding:0 !important;
    overflow:hidden;
    border-radius:18px;
    min-height:0;
    box-shadow:0 22px 55px rgba(0,0,0,.10);
}
.cbd-intro-card-media{
    min-height:220px;
    background-size:cover;
    background-position:center;
    position:relative;
}
.cbd-intro-card-media:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.42));
}
.cbd-intro-card-body{
    padding:30px 32px 34px;
    background:#fff;
}
.cbd-intro-card-body p{
    font-size:15.5px;
    line-height:1.78;
    color:#555;
}
.cbd-intro-card-body h3{
    font-size:24px;
    line-height:1.25;
    margin:0 0 14px;
    color:#171717;
}
.cbd-intro-card-body h1{
    font-size:24px;
    line-height:1.25;
    margin:0 0 14px;
    color:#171717;
}
.services-1 .row.justify-content-center{ row-gap:34px; }
.services-1 .space-120{ display:none; }
.cbd-service-equal{
    height:100%;
    min-height:385px;
    padding:38px 28px 30px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    border-radius:16px;
    transition:transform .25s ease, box-shadow .25s ease;
}
.cbd-service-equal:hover{
    transform:translateY(-5px);
    box-shadow:0 22px 45px rgba(0,0,0,.09);
}
.cbd-service-equal .icon-main{ min-height:78px; margin-bottom:18px; }
.cbd-service-equal .icon-main img{ max-height:58px; width:auto; }
.cbd-service-equal h5{
    min-height:48px;
    margin-bottom:12px;
    font-size:18px;
    line-height:1.35;
}
.cbd-service-equal p{
    min-height:150px;
    font-size:14px;
    line-height:1.72;
    color:#666;
    margin-bottom:18px;
}
 .cbd-authority-logos-section{
    background:#fff;
    padding:76px 0 70px;
    text-align:center;
}
.cbd-authority-logos-section .main-heading{
    margin-bottom:12px;
    color:#171717;
}
.cbd-authority-intro{
    max-width:830px;
    margin:0 auto 38px;
    color:#666;
    font-size:15.5px;
    line-height:1.75;
}
.cbd-authority-logo-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
    align-items:stretch;
}
.cbd-authority-logo-card{
    min-height:138px;
    border:1px solid #ececec;
    border-radius:18px;
    background:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:18px 14px;
    box-shadow:0 12px 34px rgba(0,0,0,.045);
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.cbd-authority-logo-card:hover{
    transform:translateY(-5px);
    border-color:#d8b25c;
    box-shadow:0 22px 44px rgba(0,0,0,.085);
}
.cbd-authority-logo-card img{
    max-width:145px;
    width:100%;
    height:68px;
    object-fit:contain;
    margin-bottom:12px;
}
.cbd-authority-logo-card span{
    display:block;
    color:#222;
    font-size:13px;
    font-weight:700;
    line-height:1.25;
}
.cbd-logo-section{
    background:#050505;
    color:#fff;
    padding:72px 0 66px;
    overflow:hidden;
}
.cbd-logo-section .main-heading{ color:#fff; margin-bottom:10px; }
.cbd-logo-note{
    max-width:780px;
    margin:0 auto 34px;
    color:rgba(255,255,255,.72);
    font-size:15px;
    line-height:1.7;
}
.cbd-logo-marquee{
    position:relative;
    overflow:hidden;
    margin:24px 0 50px;
    -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
    mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.cbd-logo-track{
    display:flex;
    width:max-content;
    gap:28px;
    animation:cbdMarquee 34s linear infinite;
}
.cbd-logo-marquee:hover .cbd-logo-track{ animation-play-state:paused; }
@keyframes cbdMarquee{
    from{ transform:translateX(0); }
    to{ transform:translateX(-50%); }
}
.cbd-logo-circle{
    flex:0 0 auto;
    width:156px;
    height:156px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    box-shadow:0 15px 42px rgba(0,0,0,.38);
    border:1px solid rgba(255,255,255,.12);
}
.cbd-logo-circle img{
    max-width:100%;
    max-height:88px;
    object-fit:contain;
}
.cbd-logo-circle span{
    color:#111;
    font-weight:800;
    font-size:16px;
    text-align:center;
    line-height:1.2;
}
.cbd-logo-title{
    text-align:center;
    color:#fff;
    font-size:30px;
    line-height:1.2;
    margin:0 0 8px;
    text-transform:uppercase;
    letter-spacing:.03em;
}
.cbd-logo-small-note{
    font-size:12px;
    line-height:1.6;
    max-width:840px;
    margin:18px auto 0;
    color:rgba(255,255,255,.55);
    text-align:center;
}
@media (max-width: 1199px){
    .cbd-authority-logo-grid{ grid-template-columns:repeat(4,1fr); }
}
@media (max-width: 991px){
    .cbd-authority-logo-grid{ grid-template-columns:repeat(3,1fr); }
    .cbd-intro-card-media{ min-height:190px; }
    .cbd-service-equal{ min-height:360px; }
    .cbd-logo-circle{ width:132px; height:132px; }
}
@media (max-width: 767px){
    .cbd-authority-logos-section{ padding:52px 0 48px; }
    .cbd-authority-logo-grid{ grid-template-columns:repeat(2,1fr); gap:14px; }
    .cbd-authority-logo-card{ min-height:118px; padding:16px 10px; }
    .cbd-authority-logo-card img{ height:54px; }
    .cbd-intro-card-body{ padding:24px; }
    .cbd-intro-card-body h3{ font-size:21px; }
    .cbd-service-equal{ min-height:auto; padding:32px 24px; }
    .cbd-service-equal h5,
    .cbd-service-equal p{ min-height:auto; }
     .cbd-authority-logos-section{
    background:#fff;
    padding:76px 0 70px;
    text-align:center;
}
.cbd-authority-logos-section .main-heading{
    margin-bottom:12px;
    color:#171717;
}
.cbd-authority-intro{
    max-width:830px;
    margin:0 auto 38px;
    color:#666;
    font-size:15.5px;
    line-height:1.75;
}
.cbd-authority-logo-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
    align-items:stretch;
}
.cbd-authority-logo-card{
    min-height:138px;
    border:1px solid #ececec;
    border-radius:18px;
    background:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:18px 14px;
    box-shadow:0 12px 34px rgba(0,0,0,.045);
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.cbd-authority-logo-card:hover{
    transform:translateY(-5px);
    border-color:#d8b25c;
    box-shadow:0 22px 44px rgba(0,0,0,.085);
}
.cbd-authority-logo-card img{
    max-width:145px;
    width:100%;
    height:68px;
    object-fit:contain;
    margin-bottom:12px;
}
.cbd-authority-logo-card span{
    display:block;
    color:#222;
    font-size:13px;
    font-weight:700;
    line-height:1.25;
}
.cbd-logo-section{ padding:52px 0 46px; }
    .cbd-logo-title{ font-size:24px; }
    .cbd-logo-circle{ width:112px; height:112px; padding:19px; }
    .cbd-logo-track{ gap:18px; animation-duration:24s; }
}
  /* Authority approvals SEO enhancement - added TECOM and service content */
.cbd-authority-services{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
    margin-top:42px;
    text-align:left;
}
.cbd-authority-service-card{
    background:#f8f6f1;
    border:1px solid #ebe4d7;
    border-radius:18px;
    padding:28px 24px;
    height:100%;
    box-shadow:0 14px 34px rgba(0,0,0,.04);
}
.cbd-authority-service-card h3{
    font-size:19px;
    line-height:1.35;
    margin-bottom:12px;
    color:#171717;
}
.cbd-authority-service-card p{
    font-size:14.5px;
    line-height:1.75;
    color:#4d4d4d;
    margin:0;
}
.cbd-authority-seo-copy{
    margin:38px auto 0;
    max-width:980px;
    background:#111;
    color:#fff;
    border-radius:20px;
    padding:34px 34px;
    text-align:left;
}
.cbd-authority-seo-copy h3{
    color:#fff;
    font-size:24px;
    margin-bottom:12px;
}
.cbd-authority-seo-copy p{
    color:rgba(255,255,255,.78);
    font-size:15px;
    line-height:1.8;
    margin-bottom:0;
}
@media(max-width:991px){
    .cbd-authority-services{ grid-template-columns:1fr; }
}
@media(max-width:767px){
    .cbd-authority-seo-copy{ padding:26px 22px; }
    .cbd-authority-seo-copy h3{ font-size:21px; }
}
  /* CBD YouTube project video replacement */
.cbd-video-card{
    position:relative;
    width:100%;
    border:0;
    padding:0;
    margin:0;
    cursor:pointer;
    overflow:hidden;
    border-radius:14px;
    background:#111;
    box-shadow:0 18px 45px rgba(0,0,0,.14);
    display:block;
}
.cbd-video-card img{
    width:100%;
    display:block;
    aspect-ratio:16/10;
    object-fit:cover;
    transition:transform .35s ease, opacity .35s ease;
}
.cbd-video-card:hover img{
    transform:scale(1.035);
    opacity:.86;
}
.cbd-video-card:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.48));
}
.cbd-video-play{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:82px;
    height:82px;
    border-radius:50%;
    background:rgba(255,255,255,.94);
    z-index:2;
    box-shadow:0 15px 35px rgba(0,0,0,.22);
    display:flex;
    align-items:center;
    justify-content:center;
}
.cbd-video-play:before{
    content:"";
    margin-left:6px;
    width:0;
    height:0;
    border-top:16px solid transparent;
    border-bottom:16px solid transparent;
    border-left:24px solid #111;
}
.cbd-video-label{
    position:absolute;
    left:26px;
    right:26px;
    bottom:24px;
    z-index:2;
    color:#fff;
    text-align:left;
}
.cbd-video-label span{
    display:block;
    font-size:12px;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:#d8b25c;
    font-weight:700;
    margin-bottom:6px;
}
.cbd-video-label strong{
    display:block;
    font-size:22px;
    line-height:1.25;
    color:#fff;
}
.cbd-video-modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.86);
    z-index:10000;
    padding:6vh 18px;
}
.cbd-video-modal.is-open{
    display:flex;
    align-items:center;
    justify-content:center;
}
.cbd-video-modal-inner{
    width:min(1040px,94vw);
    position:relative;
}
.cbd-video-frame{
    position:relative;
    width:100%;
    padding-bottom:56.25%;
    background:#000;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 25px 80px rgba(0,0,0,.5);
}
.cbd-video-frame iframe{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    border:0;
}
.cbd-video-close{
    position:absolute;
    right:0;
    top:-48px;
    border:0;
    background:#fff;
    color:#111;
    width:38px;
    height:38px;
    border-radius:50%;
    font-size:24px;
    line-height:38px;
    cursor:pointer;
}
@media(max-width:767px){
    .cbd-video-play{ width:62px; height:62px; }
    .cbd-video-play:before{
        border-top-width:12px;
        border-bottom-width:12px;
        border-left-width:19px;
    }
    .cbd-video-label{
        left:18px;
        right:18px;
        bottom:18px;
    }
    .cbd-video-label strong{ font-size:18px; }
}
 .cbd-video-stack{
    max-width: 620px;
    margin: 0 auto;
}
.cbd-video-card-stack{
    margin-bottom:18px;
}
.cbd-video-card-stack img{
    aspect-ratio:16/8.7;
}
.cbd-video-benefits{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    background:#f8f7f4;
    border:1px solid #e7dfd1;
    border-radius:14px;
    padding:18px 20px;
    box-shadow:0 12px 30px rgba(0,0,0,.045);
}
.cbd-video-benefits div{
    font-size:14px;
    line-height:1.45;
    color:#333;
    font-weight:700;
}
@media(max-width:767px){
    .cbd-video-stack{ max-width:100%; }
    .cbd-video-card-stack{ margin-bottom:14px; }
    .cbd-video-benefits{ grid-template-columns:1fr; padding:16px 18px; }
}
  /* Phase 1 SEO content and FAQ sections */
.cbd-seo-section{
    padding:86px 0;
    background:#f8f7f4;
    border-top:1px solid rgba(0,0,0,.06);
}
.cbd-seo-wrap{
    max-width:1080px;
    margin:0 auto;
}
.cbd-seo-lead{
    max-width:920px;
    margin:0 auto 38px;
    text-align:center;
    font-size:16px;
    line-height:1.85;
    color:#555;
}
.cbd-seo-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
    margin-top:34px;
}
.cbd-seo-card{
    height:100%;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:18px;
    padding:30px 28px;
    box-shadow:0 14px 36px rgba(0,0,0,.045);
}
.cbd-seo-card h3{
    font-size:21px;
    line-height:1.35;
    margin-bottom:12px;
    color:#171717;
}
.cbd-seo-card p{
    font-size:15px;
    line-height:1.78;
    color:#4d4d4d;
    margin:0;
}
.cbd-seo-trust{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    margin-top:34px;
}
.cbd-seo-trust span{
    background:#111;
    color:#fff;
    border-radius:12px;
    padding:15px 14px;
    text-align:center;
    font-size:13px;
    font-weight:700;
    line-height:1.4;
}
.cbd-home-faq{
    padding:86px 0;
    background:#fff;
}
.cbd-faq-list{
    max-width:980px;
    margin:38px auto 0;
}
.cbd-faq-item{
    border:1px solid rgba(0,0,0,.08);
    border-radius:16px;
    padding:24px 28px;
    margin-bottom:14px;
    background:#fff;
    box-shadow:0 10px 28px rgba(0,0,0,.035);
}
.cbd-faq-item h3{
    font-size:19px;
    line-height:1.4;
    margin-bottom:10px;
    color:#171717;
}
.cbd-faq-item p{
    font-size:15px;
    line-height:1.78;
    color:#4d4d4d;
    margin:0;
}
@media(max-width:991px){
    .cbd-seo-grid,
    .cbd-seo-trust{ grid-template-columns:1fr; }
    .cbd-seo-section,
    .cbd-home-faq{ padding:58px 0; }
}
/* CBD Google Reviews Section */
.cbd-google-reviews{
    padding:86px 0;
    background:#f8f7f4;
    border-top:1px solid rgba(0,0,0,.06);
    border-bottom:1px solid rgba(0,0,0,.06);
}
.cbd-google-reviews .main-heading{
    margin-bottom:12px;
    color:#171717;
}
.cbd-review-summary{
    max-width:980px;
    margin:38px auto 34px;
    background:#111;
    color:#fff;
    border-radius:22px;
    padding:34px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:26px;
    box-shadow:0 22px 55px rgba(0,0,0,.12);
}
.cbd-review-score{
    min-width:220px;
}
.cbd-review-score strong{
    display:block;
    font-size:54px;
    line-height:1;
    color:#fff;
    margin-bottom:8px;
}
.cbd-review-stars{
    color:#d8b25c;
    letter-spacing:3px;
    font-size:20px;
    margin-bottom:8px;
}
.cbd-review-score span,
.cbd-review-copy{
    color:rgba(255,255,255,.74);
    font-size:15px;
    line-height:1.75;
}
.cbd-review-copy{
    margin:0;
    max-width:570px;
}
.cbd-review-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
    margin-top:26px;
}
.cbd-review-card{
    height:100%;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:18px;
    padding:30px 28px;
    box-shadow:0 14px 36px rgba(0,0,0,.045);
}
.cbd-review-card .cbd-review-stars{
    font-size:16px;
    letter-spacing:2px;
    margin-bottom:16px;
}
.cbd-review-card p{
    color:#555;
    font-size:15px;
    line-height:1.78;
    margin-bottom:20px;
}
.cbd-review-card h3{
    color:#171717;
    font-size:18px;
    line-height:1.35;
    margin-bottom:6px;
}
.cbd-review-card span{
    display:block;
    color:#444;
    font-size:13px;
    line-height:1.4;
}
.cbd-review-actions{
    text-align:center;
    margin-top:34px;
}
@media(max-width:991px){
    .cbd-review-summary{
        display:block;
        text-align:center;
    }
    .cbd-review-score{
        min-width:0;
        margin-bottom:18px;
    }
    .cbd-review-copy{
        max-width:none;
    }
    .cbd-review-grid{
        grid-template-columns:1fr;
    }
}
@media(max-width:767px){
    .cbd-google-reviews{
        padding:58px 0;
    }
    .cbd-review-summary{
        padding:28px 22px;
        border-radius:18px;
    }
    .cbd-review-score strong{
        font-size:44px;
    }
    .cbd-review-card{
        padding:26px 22px;
    }
}

/* CBD category layout fix - moved heading above cards and removed full-width banner feel */
.cbd-category-section{
    padding:82px 0 58px;
    background:#fff;
    position:relative;
}
.cbd-category-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
    margin-top:38px;
}
.cbd-category-card{
    position:relative;
    min-height:310px;
    border-radius:18px;
    overflow:hidden;
    display:block;
    background:#111;
    box-shadow:0 18px 45px rgba(0,0,0,.10);
    isolation:isolate;
}
.cbd-category-card img{
    width:100%;
    height:100%;
    min-height:310px;
    object-fit:cover;
    display:block;
    transition:transform .45s ease, opacity .45s ease;
}
.cbd-category-card:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.72));
    z-index:1;
}
.cbd-category-card:hover img{
    transform:scale(1.055);
    opacity:.9;
}
.cbd-category-content{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    z-index:2;
    color:#fff;
}
.cbd-category-content small{
    display:block;
    color:#d8b25c;
    font-size:12px;
    letter-spacing:.14em;
    font-weight:800;
    margin-bottom:8px;
}
.cbd-category-content h3{
    color:#fff;
    font-size:23px;
    line-height:1.22;
    margin:0 0 8px;
}
.cbd-category-content span{
    color:rgba(255,255,255,.76);
    font-size:13.5px;
    line-height:1.45;
    display:block;
}
.cbd-services-heading-spacer{
    margin-bottom:34px;
}
@media(max-width:1199px){
    .cbd-category-grid{ grid-template-columns:repeat(2,1fr); }
}
@media(max-width:767px){
    .cbd-category-section{ padding:56px 0 38px; }
    .cbd-category-grid{ grid-template-columns:1fr; gap:16px; margin-top:28px; }
    .cbd-category-card,
    .cbd-category-card img{ min-height:260px; }
    .cbd-category-content h3{ font-size:21px; }
}
  .cbd-location-section{
    background:#f7f4ef;
    padding:72px 0;
    border-top:1px solid rgba(0,0,0,.06);
}
.cbd-location-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 55px rgba(0,0,0,.08);
    border:1px solid rgba(0,0,0,.06);
}
.cbd-location-content{
    padding:34px 34px 28px;
}
.cbd-location-content h2{
    margin-bottom:14px;
}
.cbd-location-details{
    list-style:none;
    padding:0;
    margin:22px 0 24px;
}
.cbd-location-details li{
    margin-bottom:10px;
    line-height:1.65;
}
.cbd-location-details strong{
    color:#151515;
}
.cbd-map-wrap{
    min-height:360px;
    height:100%;
    background:#e9e2d5;
}
.cbd-map-wrap iframe{
    width:100%;
    height:100%;
    min-height:360px;
    border:0;
    display:block;
}
.cbd-map-btn{
    display:inline-block;
    background:#151515;
    color:#fff !important;
    padding:13px 20px;
    border-radius:4px;
    font-weight:700;
    margin-right:10px;
}
.cbd-map-btn.secondary{
    background:#c7a45d;
    color:#151515 !important;
}
@media(max-width:991px){
    .cbd-location-section{ padding:56px 0; }
    .cbd-location-content{ padding:28px 24px; }
    .cbd-map-wrap iframe{ min-height:320px; }
}
  /* CBD SEO intro section below hero */
.cbd-home-seo-intro{
    padding:70px 0 62px;
    background:#fff;
    border-bottom:1px solid rgba(0,0,0,.06);
}
.cbd-home-seo-intro .cbd-seo-box{
    max-width:1120px;
    margin:0 auto;
    background:#f8f7f4;
    border:1px solid rgba(0,0,0,.08);
    border-radius:20px;
    padding:42px 44px;
    box-shadow:0 18px 45px rgba(0,0,0,.055);
}
.cbd-home-seo-intro h2{
    font-size:34px;
    line-height:1.25;
    margin-bottom:18px;
    color:#171717;
}
.cbd-home-seo-intro p{
    font-size:16px;
    line-height:1.85;
    color:#555;
    margin-bottom:0;
}
.cbd-home-seo-links{
    margin-top:26px;
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}
.cbd-home-seo-links a{
    display:inline-block;
    background:#111;
    color:#fff !important;
    padding:12px 17px;
    border-radius:6px;
    font-weight:700;
    font-size:13px;
}
@media(max-width:767px){
    .cbd-home-seo-intro{ padding:46px 0 42px; }
    .cbd-home-seo-intro .cbd-seo-box{ padding:28px 22px; border-radius:16px; }
    .cbd-home-seo-intro h2{ font-size:26px; }
    .cbd-home-seo-intro p{ font-size:15px; line-height:1.75; }
}

/* CBD premium SEO intro below hero */
.cbd-home-seo-intro{
    padding:82px 0 76px !important;
    background:#fff !important;
    border-bottom:1px solid rgba(0,0,0,.06);
}
.cbd-premium-intro-grid{
    display:grid;
    grid-template-columns:1.02fr .98fr;
    gap:56px;
    align-items:center;
}
.cbd-premium-intro-copy h2{
    font-family:Georgia,'Times New Roman',serif;
    font-weight:400;
    font-size:44px;
    line-height:1.12;
    letter-spacing:-.035em;
    color:#111;
    margin:0 0 20px;
}
.cbd-premium-intro-copy p{
    font-size:16px;
    line-height:1.86;
    color:#555;
    max-width:650px;
    margin-bottom:0;
}
.cbd-premium-proof{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin:34px 0 32px;
}
.cbd-premium-proof div{
    border-top:1px solid rgba(0,0,0,.12);
    padding-top:14px;
    font-size:12px;
    line-height:1.35;
    color:#444;
    font-weight:700;
}
.cbd-premium-intro-image{
    position:relative;
    border-radius:0;
    overflow:hidden;
    min-height:430px;
    background:#111;
    box-shadow:0 28px 70px rgba(0,0,0,.14);
}
.cbd-premium-intro-image img{
    width:100%;
    height:100%;
    min-height:430px;
    object-fit:cover;
    display:block;
}
.cbd-premium-intro-image:after{
    content:"";
    position:absolute;
    inset:0;
    border:1px solid rgba(255,255,255,.28);
    margin:18px;
    pointer-events:none;
}
.cbd-home-seo-links a{
    border-radius:0 !important;
    background:#111 !important;
    color:#fff !important;
    padding:14px 20px !important;
    letter-spacing:.04em;
}
@media(max-width:991px){
    .cbd-premium-intro-grid{ grid-template-columns:1fr; gap:34px; }
    .cbd-premium-intro-copy h2{ font-size:36px; }
    .cbd-premium-proof{ grid-template-columns:repeat(2,1fr); }
}
@media(max-width:767px){
    .cbd-home-seo-intro{ padding:56px 0 50px !important; }
    .cbd-premium-intro-copy h2{ font-size:31px; }
    .cbd-premium-proof{ grid-template-columns:1fr; gap:10px; }
    .cbd-premium-intro-image,
    .cbd-premium-intro-image img{ min-height:300px; }
}

/* CBD requested fix: intro text alignment + green consultation button */
.cbd-intro-card-body,
.cbd-intro-card-body h1,
.cbd-intro-card-body h2,
.cbd-intro-card-body h3,
.cbd-intro-card-body p{
    text-align:left !important;
    word-spacing:normal !important;
}
 .cbd-intro-card-body h1,
.cbd-intro-card-body h3{
    line-height:1.28 !important;
    margin-left:0 !important;
    margin-right:0 !important;
}
 .cbd-category-content,
.cbd-category-content h3,
.cbd-category-content span{
    text-align:left !important;
    word-spacing:normal !important;
}
 .cbd-location-content,
.cbd-location-content h2,
.cbd-location-content p,
.cbd-location-details{
    text-align:left !important;
    word-spacing:normal !important;
}
 .cbd-map-btn.secondary,
a.cbd-map-btn.secondary{
    background:#39b54a !important;
    border-color:#39b54a !important;
    color:#fff !important;
    box-shadow:0 10px 24px rgba(57,181,74,.22);
}
 .cbd-map-btn.secondary:hover,
a.cbd-map-btn.secondary:hover{
    background:#2f9e40 !important;
    border-color:#2f9e40 !important;
    color:#fff !important;
}
  /* CBD Accessibility Contrast Fix - Lighthouse low contrast */
.cbd-section-kicker,
.seo-expert-content .ot-heading > span,
.cbd-seo-section .ot-heading > span,
.cbd-home-faq .ot-heading > span,
.cbd-location-section .cbd-section-kicker{
    color:#5f4711 !important;
}
.cbd-review-card span,
.cbd-review-card p,
.cbd-seo-lead,
.cbd-seo-card p,
.cbd-faq-item p,
.cbd-location-content p,
.cbd-location-details,
.seo-text-block p{
    color:#444 !important;
}
.cbd-location-details a{
    color:#0645ad !important;
    text-decoration:underline !important;
    font-weight:600 !important;
}
.cbd-map-btn.secondary,
a.cbd-map-btn.secondary{
    background:#0b6b1f !important;
    border-color:#0b6b1f !important;
    color:#fff !important;
    text-decoration:none !important;
}
.cbd-logo-small-note{
    color:rgba(255,255,255,.86) !important;
}
 #site-logo img,
.mobile_logo img,
.the-logo img,
.footer-logo{
    width:206px !important;
    height:auto !important;
    max-height:none !important;
    aspect-ratio:4844/1665 !important;
}
  /* CBD Lightweight Homepage Hero - replaces old Revolution Slider */
.cbd-hero-lite{
    position:relative;
    min-height:100vh;
    min-height:100svh;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:#0f0f0f;
    color:#fff;
    isolation:isolate;
}
.cbd-hero-lite:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.50) 42%,rgba(0,0,0,.18) 100%);
}
.cbd-hero-lite:after{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:radial-gradient(circle at 72% 24%,rgba(57,181,74,.16),transparent 30%), linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.32));
}
.cbd-hero-media,
.cbd-hero-media img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}
.cbd-hero-media img{
    object-fit:cover;
    object-position:center;
    opacity:1;
    transform:none;
}
.cbd-hero-media img:not(:first-child){ display:none; }
.cbd-hero-content{
    position:relative;
    z-index:3;
    max-width:760px;
    padding:150px 0 95px;
}
.cbd-hero-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
    padding:9px 13px;
    border:1px solid rgba(255,255,255,.24);
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(6px);
    color:#fff;
    font-size:12px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.cbd-hero-kicker:before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#39b54a;
    box-shadow:0 0 0 5px rgba(57,181,74,.18);
}
.cbd-hero-title{
    margin:0 0 22px;
    color:#fff;
    font-family:Georgia,'Times New Roman',serif;
    font-size:clamp(44px,6vw,82px);
    line-height:.98;
    font-weight:400;
    letter-spacing:-.055em;
    text-shadow:0 18px 46px rgba(0,0,0,.34);
}
.cbd-hero-text{
    max-width:680px;
    margin:0 0 34px;
    color:rgba(255,255,255,.86);
    font-size:18px;
    line-height:1.75;
    font-weight:500;
    text-shadow:0 10px 30px rgba(0,0,0,.34);
}
.cbd-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    align-items:center;
}
.cbd-hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:16px 24px;
    border:1px solid #39b54a;
    background:#39b54a;
    color:#fff !important;
    font-weight:800;
    font-size:13px;
    letter-spacing:.06em;
    text-transform:uppercase;
    text-decoration:none !important;
    transition:transform .22s ease, background .22s ease, border-color .22s ease;
}
.cbd-hero-btn:hover{
    transform:translateY(-2px);
    background:#2f9e40;
    border-color:#2f9e40;
}
.cbd-hero-btn.secondary{
    background:rgba(0,0,0,.42);
    border-color:rgba(255,255,255,.60);
}
.cbd-hero-btn.secondary:hover{
    background:#fff;
    border-color:#fff;
    color:#111 !important;
}
.cbd-hero-proof{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    max-width:620px;
    margin-top:44px;
}
.cbd-hero-proof div{
    border-top:1px solid rgba(255,255,255,.28);
    padding-top:14px;
    color:rgba(255,255,255,.78);
    font-size:13px;
    line-height:1.45;
    font-weight:700;
}
@media (prefers-reduced-motion: reduce){
    .cbd-hero-media img{ animation:none; }
    .cbd-hero-media img:not(:first-child){ display:none; }
}
@media(max-width:991px){
    .cbd-hero-lite{ min-height:760px; }
    .cbd-hero-content{ padding:135px 0 80px; max-width:700px; }
    .cbd-hero-lite:before{ background:linear-gradient(180deg,rgba(0,0,0,.70),rgba(0,0,0,.50)); }
}
@media(max-width:767px){
    .cbd-hero-lite{ min-height:690px; text-align:left; }
    .cbd-hero-content{ padding:118px 0 54px; }
    .cbd-hero-title{ font-size:42px; line-height:1.04; letter-spacing:-.045em; }
    .cbd-hero-text{ font-size:15.5px; line-height:1.7; margin-bottom:26px; }
    .cbd-hero-actions{ display:grid; grid-template-columns:1fr; gap:10px; }
    .cbd-hero-btn{ width:100%; min-height:50px; padding:14px 18px; }
    .cbd-hero-proof{ grid-template-columns:1fr; gap:10px; margin-top:28px; }
    .cbd-hero-proof div{ padding-top:10px; font-size:12.5px; }
    .cbd-hero-kicker{ font-size:10.5px; letter-spacing:.09em; }
    .cbd-hero-media img{ object-position:center center; }
}
  /* CBD FINAL HOMEPAGE LUXURY REDESIGN - HERO + ADVANTAGE + CONSISTENT FONT */
body,
h1,h2,h3,h4,h5,h6,
p,a,span,li,button,input,textarea,
.cbd-hero-title,
.cbd-premium-intro-copy h2,
.rev_slider .tp-caption-main{
    font-family:Arial, Helvetica, sans-serif !important;
}
.cbd-hero-lite{
    min-height:92vh;
    min-height:92svh;
    background:#111;
}
.cbd-hero-lite:before{
    background:linear-gradient(90deg,rgba(0,0,0,.46) 0%,rgba(0,0,0,.28) 42%,rgba(0,0,0,.10) 100%) !important;
}
.cbd-hero-lite:after{
    background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.18)) !important;
}
.cbd-hero-media img{
    filter:brightness(1.08) contrast(1.03) saturate(1.03);
}
.cbd-hero-content-refined{
    max-width:780px;
    padding:145px 0 92px;
}
.cbd-hero-kicker{
    background:rgba(0,0,0,.34) !important;
    border:1px solid rgba(255,255,255,.42) !important;
    border-radius:0 !important;
    backdrop-filter:none !important;
    color:#fff !important;
    font-size:12px !important;
    letter-spacing:.12em !important;
}
.cbd-hero-title{
    max-width:760px;
    font-size:clamp(38px,4.15vw,62px) !important;
    line-height:1.08 !important;
    letter-spacing:-.035em !important;
    font-weight:600 !important;
    color:#fff !important;
    text-shadow:0 14px 38px rgba(0,0,0,.35) !important;
    margin-bottom:22px !important;
}
.cbd-hero-text{
    max-width:700px;
    font-size:17px !important;
    line-height:1.78 !important;
    font-weight:400 !important;
    color:rgba(255,255,255,.90) !important;
}
.cbd-hero-actions{
    gap:12px !important;
}
.cbd-hero-btn.primary{
    background:#fff !important;
    border:1px solid #fff !important;
    color:#111 !important;
    box-shadow:0 16px 34px rgba(0,0,0,.22) !important;
}
.cbd-hero-btn.primary:hover{
    background:#39b54a !important;
    border-color:#39b54a !important;
    color:#fff !important;
}
.cbd-hero-btn.secondary{
    background:rgba(0,0,0,.34) !important;
    border:1px solid rgba(255,255,255,.68) !important;
    color:#fff !important;
    box-shadow:none !important;
}
.cbd-hero-btn.secondary:hover{
    background:#fff !important;
    border-color:#fff !important;
    color:#111 !important;
}
.cbd-hero-proof{
    max-width:760px;
    grid-template-columns:repeat(3,1fr);
}
.cbd-hero-proof div{
    color:rgba(255,255,255,.86) !important;
    font-weight:600 !important;
}
 .cbd-advantage-luxury{
    position:relative;
    overflow:hidden;
    padding:96px 0;
    background:#f4f4f4;
}
.cbd-advantage-luxury:after{
    content:"";
    position:absolute;
    right:-80px;
    bottom:-80px;
    width:520px;
    height:520px;
    opacity:.09;
    pointer-events:none;
}
.cbd-advantage-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(340px, .9fr) minmax(0,1.1fr);
    gap:64px;
    align-items:stretch;
}
.cbd-advantage-image-wrap{
    min-height:650px;
    background:#111;
    box-shadow:0 30px 75px rgba(0,0,0,.12);
    overflow:hidden;
}
.cbd-advantage-image-wrap img{
    width:100%;
    height:100%;
    min-height:650px;
    object-fit:cover;
    object-position:center;
    display:block;
}
.cbd-advantage-content{
    align-self:center;
}
.cbd-advantage-content h2{
    max-width:680px;
    margin:0 0 22px;
    color:#151515;
    font-size:clamp(34px,3.2vw,52px);
    line-height:1.12;
    letter-spacing:-.035em;
    font-weight:500;
}
.cbd-advantage-lead{
    max-width:720px;
    margin:0 0 32px;
    color:#555 !important;
    font-size:16px;
    line-height:1.86;
    text-align:left !important;
}
.cbd-advantage-cards{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}
.cbd-advantage-cards article{
    min-height:245px;
    background:#fff;
    border:1px solid rgba(0,0,0,.07);
    padding:28px 26px;
    box-shadow:0 18px 42px rgba(0,0,0,.045);
    transition:transform .24s ease, box-shadow .24s ease;
}
.cbd-advantage-cards article:hover{
    transform:translateY(-4px);
    box-shadow:0 26px 55px rgba(0,0,0,.08);
}
.cbd-advantage-cards span{
    display:block;
    margin-bottom:16px;
    color:#39b54a;
    font-size:14px;
    font-weight:800;
    letter-spacing:.08em;
}
.cbd-advantage-cards h3{
    margin:0 0 12px;
    color:#171717;
    font-size:19px;
    line-height:1.34;
    font-weight:500;
}
.cbd-advantage-cards p{
    margin:0;
    color:#555 !important;
    font-size:14.5px;
    line-height:1.75;
    text-align:left !important;
}
@media(max-width:1199px){
    .cbd-advantage-grid{ gap:42px; }
    .cbd-advantage-image-wrap,
    .cbd-advantage-image-wrap img{ min-height:570px; }
}
@media(max-width:991px){
    .cbd-hero-lite{ min-height:760px; }
    .cbd-hero-lite:before{ background:linear-gradient(180deg,rgba(0,0,0,.46),rgba(0,0,0,.28)) !important; }
    .cbd-hero-proof{ grid-template-columns:1fr; }
    .cbd-advantage-luxury{ padding:68px 0; }
    .cbd-advantage-grid{ grid-template-columns:1fr; gap:34px; }
    .cbd-advantage-image-wrap,
    .cbd-advantage-image-wrap img{ min-height:460px; }
}
@media(max-width:767px){
    .cbd-hero-lite{ min-height:700px; }
    .cbd-hero-content-refined{ padding:118px 0 60px; }
    .cbd-hero-title{ font-size:34px !important; line-height:1.14 !important; }
    .cbd-hero-text{ font-size:15.5px !important; }
    .cbd-hero-actions{ display:grid; grid-template-columns:1fr; }
    .cbd-advantage-luxury{ padding:54px 0; }
    .cbd-advantage-content h2{ font-size:31px; }
    .cbd-advantage-cards{ grid-template-columns:1fr; }
    .cbd-advantage-cards article{ min-height:auto; padding:24px 22px; }
    .cbd-advantage-image-wrap,
    .cbd-advantage-image-wrap img{ min-height:360px; }
}
  /* CBD RESTORED PREMIUM SERVICES + AUTHORITY MARQUEE */
.services-1{padding-top:86px;padding-bottom:72px;background:#fff;}
.services-1 .ot-heading span{color:#8b8b8b!important;font-weight:800;letter-spacing:.09em;}
.services-1 .main-heading{max-width:1050px;margin-left:auto;margin-right:auto;letter-spacing:-.025em;}
.services-1 .row.justify-content-center{row-gap:34px;}
.services-1 .col-lg-4{display:flex;}
.services-1 .icon-box.cbd-service-equal{width:100%;min-height:410px;padding:40px 32px 32px!important;border:1px solid rgba(0,0,0,.08)!important;background-color:#fff!important;background-blend-mode:normal;box-shadow:0 18px 44px rgba(0,0,0,.045);display:flex;flex-direction:column;justify-content:space-between;align-items:center;}
.services-1 .icon-box.cbd-service-equal:before,.services-1 .icon-box.cbd-service-equal:after{opacity:.08!important;}
.services-1 .cbd-service-equal .icon-main{width:82px;height:82px;min-height:82px!important;margin:0 auto 22px!important;border:1px solid rgba(0,0,0,.10);border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.94);box-shadow:0 12px 30px rgba(0,0,0,.055);color:#151515;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease;}
.services-1 .cbd-arch-icon{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:3.1;stroke-linecap:round;stroke-linejoin:round;display:block;}
.services-1 .cbd-service-equal:hover .icon-main{background:#151515;color:#fff;border-color:#151515;transform:translateY(-3px);}
.services-1 .cbd-service-equal h5{min-height:48px;margin:0 0 14px!important;font-size:19px;line-height:1.32;letter-spacing:-.01em;}
.services-1 .cbd-service-equal p{min-height:154px;max-width:315px;margin:0 auto 20px!important;color:#565656!important;font-size:14.5px;line-height:1.76;text-align:justify;text-align-last:left;word-spacing:normal!important;hyphens:auto;}
.services-1 .cbd-service-equal .link-box{width:100%;margin-top:auto;padding-top:8px;}
.services-1 .cbd-service-equal .btn-details{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;background:#f3f3f3;color:#151515!important;font-size:12px;font-weight:800;letter-spacing:.055em;text-transform:uppercase;text-decoration:none!important;border-radius:0;transition:background .25s ease,color .25s ease,transform .25s ease;}
.services-1 .cbd-service-equal .btn-details:after{content:" →";margin-left:4px;}
.services-1 .cbd-service-equal:hover .btn-details{background:#151515;color:#fff!important;transform:translateY(-1px);}
.cbd-authority-logo-grid{display:none!important;}
.cbd-authority-logo-marquee{position:relative;overflow:hidden;margin:34px 0 46px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);}
.cbd-authority-logo-track{display:flex;width:max-content;gap:24px;animation:cbdAuthorityMarquee 36s linear infinite;will-change:transform;}
.cbd-authority-logo-marquee:hover .cbd-authority-logo-track{animation-play-state:paused;}
@keyframes cbdAuthorityMarquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}
.cbd-authority-logo-marquee .cbd-authority-logo-card{flex:0 0 auto;width:154px;height:154px;min-height:154px!important;border-radius:50%!important;padding:22px 18px!important;background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 16px 42px rgba(0,0,0,.07)!important;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.cbd-authority-logo-marquee .cbd-authority-logo-card img{height:64px!important;max-width:108px!important;object-fit:contain!important;margin-bottom:10px!important;}
.cbd-authority-logo-marquee .cbd-authority-logo-card span{font-size:12px!important;line-height:1.25!important;color:#171717!important;font-weight:800!important;}
@media(max-width:1199px){.services-1 .icon-box.cbd-service-equal{padding:36px 26px 30px!important}.services-1 .cbd-service-equal p{max-width:100%;min-height:170px}}
@media(max-width:991px){.services-1{padding-top:64px;padding-bottom:54px}.services-1 .icon-box.cbd-service-equal{min-height:0}.services-1 .cbd-service-equal p{min-height:0}.cbd-authority-logo-track{animation-duration:30s}}
@media(max-width:767px){.services-1 .main-heading{font-size:30px!important;line-height:1.22!important}.services-1 .icon-box.cbd-service-equal{padding:32px 24px 28px!important}.services-1 .cbd-service-equal .icon-main{width:76px;height:76px;min-height:76px!important}.services-1 .cbd-arch-icon{width:44px;height:44px}.services-1 .cbd-service-equal p{text-align:left}.cbd-authority-logo-track{gap:16px;animation-duration:28s}.cbd-authority-logo-marquee .cbd-authority-logo-card{width:118px;height:118px;min-height:118px!important;padding:17px 12px!important}.cbd-authority-logo-marquee .cbd-authority-logo-card img{height:48px!important;max-width:86px!important}.cbd-authority-logo-marquee .cbd-authority-logo-card span{font-size:10.5px!important}}
  /* CBD final cleanup: premium Google Maps section only */
.cbd-location-section{
    background:#f7f7f7 !important;
    padding:74px 0 !important;
    border-top:1px solid rgba(0,0,0,.06) !important;
    border-bottom:1px solid rgba(0,0,0,.06) !important;
}
.cbd-map-premium-card{
    overflow:hidden !important;
    border-radius:0 !important;
    background:#fff !important;
    border:1px solid rgba(0,0,0,.08) !important;
    box-shadow:none !important;
}
.cbd-location-content{
    height:100% !important;
    padding:46px 40px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    background:#fff !important;
}
.cbd-location-content h2{
    max-width:420px !important;
    margin-bottom:16px !important;
    color:#171717 !important;
}
.cbd-location-content p{
    max-width:430px !important;
    margin-bottom:24px !important;
    line-height:1.8 !important;
}
.cbd-location-details{
    margin:0 0 26px !important;
}
.cbd-location-details li{
    position:relative !important;
    padding-left:18px !important;
    margin-bottom:12px !important;
    line-height:1.65 !important;
}
.cbd-location-details li:before{
    content:"" !important;
    position:absolute !important;
    left:0 !important;
    top:.72em !important;
    width:7px !important;
    height:7px !important;
    border-radius:50% !important;
    background:#79BF43 !important;
}
.cbd-map-actions{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:10px !important;
}
.cbd-map-btn,
.cbd-map-btn.secondary,
a.cbd-map-btn,
a.cbd-map-btn.secondary{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#151515 !important;
    border:1px solid #151515 !important;
    color:#fff !important;
    border-radius:0 !important;
    padding:13px 18px !important;
    font-weight:700 !important;
    text-decoration:none !important;
    box-shadow:none !important;
    margin:0 !important;
}
.cbd-map-btn.secondary,
a.cbd-map-btn.secondary{
    background:#fff !important;
    color:#151515 !important;
    border-color:rgba(0,0,0,.24) !important;
}
.cbd-map-btn:hover,
.cbd-map-btn.secondary:hover,
a.cbd-map-btn:hover,
a.cbd-map-btn.secondary:hover{
    border-color:#79BF43 !important;
    color:#151515 !important;
    background:#fff !important;
}
.cbd-map-wrap{
    height:100% !important;
    min-height:520px !important;
    background:#f3f3f3 !important;
    border-left:1px solid rgba(0,0,0,.08) !important;
}
.cbd-map-wrap iframe{
    width:100% !important;
    height:100% !important;
    min-height:520px !important;
    display:block !important;
    border:0 !important;
    filter:saturate(.9) contrast(.98) !important;
}
@media(max-width:991px){
    .cbd-location-section{ padding:56px 0 !important; }
    .cbd-location-content{ padding:32px 24px !important; }
    .cbd-map-wrap{
        min-height:390px !important;
        border-left:0 !important;
        border-top:1px solid rgba(0,0,0,.08) !important;
    }
    .cbd-map-wrap iframe{ min-height:390px !important; }
}
@media(max-width:575px){
    .cbd-map-actions{ display:grid !important; grid-template-columns:1fr !important; }
    .cbd-map-btn,
    .cbd-map-btn.secondary{ width:100% !important; }
}


/* Core Web Vitals: skip layout and paint work for below-the-fold homepage sections. */
#content section:not(.cbd-hero-lite) {
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}
