/* ==========================================================
   MARK AND ASSOCIATES LLP — Clean / Lightweight Theme
   Reference: nsbandco.com — flat, white, minimal shadows,
   generous whitespace, no decorative gradients or glow.
   Colors are hardcoded here on purpose (no admin color
   picker) so the theme stays consistent and fast.
   Palette source: firm logo — navy blue + saffron + green.
   ========================================================== */
:root{
  --navy:      #1F4C82;   
  --navy-dark: #163A64;   /* hover state / footer */
  --navy-tint: #F2F6FB;   /* very light blue, used for subtle fills only */
  --orange:    #E08A2B;   /* logo saffron — links, small accents only */
  --green:     #3F9142;   /* logo green — used only for checkmarks/success */
  --white:     #FFFFFF;
  --paper:     #FAFBFC;   
  --ink:       #1D2733;   
  --ink-soft:  #667080;   
  --line:      #E7EAEF;   
  --danger:    #C0392B;

  --font: 'Inter', -apple-system, Segoe UI, sans-serif;
  --radius: 6px;
  --shadow: 0 1px 3px rgba(20,30,50,.06);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; 
  background:var(--white); 
  color:var(--ink);
  font-family:var(--font); font-size:16px; line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
.wrap{max-width:1180px; margin:0 auto; padding:0 24px}

h1,h2,h3,h4{font-family:var(--font); color:var(--navy); line-height:1.25; margin:0 0 .5em; font-weight:600; letter-spacing:-.01em}
h1{font-size:clamp(1.9rem,3.6vw,2.7rem); font-weight:700}
h2{font-size:clamp(1.4rem,2.4vw,1.9rem); font-weight:700}
h3{font-size:1.12rem; font-weight:600}
p{margin:0 0 1em; color:var(--ink-soft)}

.eyebrow{
  display:inline-flex; align-items:center; gap:8px; font-size:.7rem;
  letter-spacing:.12em; text-transform:uppercase; color:var(--orange);
  font-weight:700; margin-bottom:.8em;
}
.section-head.center .eyebrow{justify-content:center}

/* Buttons — flat, no glow */
.btn{
  display:inline-flex; align-items:center; gap:.5em;
  padding:.85em 1.7em; border-radius:var(--radius); font-weight:600;
  font-size:.9rem; border:1px solid transparent; cursor:pointer;
  transition:background .15s ease, border-color .15s ease, color .15s ease;
}
.btn-primary{background:var(--navy); color:var(--white)}
.btn-primary:hover{background:var(--navy-dark)}
.btn-outline{border-color:var(--navy); color:var(--navy)}
.btn-outline:hover{background:var(--navy); color:var(--white)}
.btn-outline-light{border-color:rgba(255,255,255,.5); color:var(--white)}
.btn-outline-light:hover{background:var(--white); color:var(--navy)}

/* ---------------- Top utility bar ---------------- */
.top-bar{background:var(--navy); color:rgba(255,255,255,.85); font-size:.78rem}
.top-bar-inner{display:flex; justify-content:space-between; align-items:center; height:36px}
.top-bar-contact{display:flex; gap:22px}
.top-bar-contact a{display:flex; align-items:center; gap:7px; color:rgba(255,255,255,.85)}
.top-bar-contact a:hover{color:#fff}
.top-bar-social{display:flex; align-items:center; gap:14px}
.top-bar-social a{color:rgba(255,255,255,.75)}
.top-bar-social a:hover{color:#fff}
.top-bar-cta{color:#fff !important; font-weight:700; letter-spacing:.02em; font-size:.75rem; text-transform:uppercase}
@media (max-width:760px){ .top-bar-contact a span.full{display:none} .top-bar{display:none} }

/* ---------------- Header ---------------- */
.site-header{position:sticky; top:0; z-index:100; background:var(--white); border-bottom:1px solid var(--line)}
.header-inner{display:flex; align-items:center; justify-content:space-between; height:76px}
.brand{display:flex; align-items:center; gap:12px; line-height:1.15}
.brand-logo-icon{height:42px; width:auto; flex-shrink:0}
.brand-text{display:flex; flex-direction:column}
.brand-name{font-family:var(--font); font-weight:700; font-size:1.15rem; color:var(--navy)}
.brand-tag{font-size:.6rem; letter-spacing:.16em; color:var(--orange); text-transform:uppercase; margin-top:2px}
.site-nav{display:flex; align-items:center; gap:2px}
.site-nav a{padding:.65em .95em; color:var(--ink-soft); font-size:.9rem; font-weight:500; border-radius:4px; transition:color .15s}
.site-nav a:hover, .site-nav a.active{color:var(--navy)}
.site-nav a.btn-nav-cta{background:var(--navy); color:var(--white); margin-left:.6em; padding:.65em 1.2em; border-radius:var(--radius)}
.site-nav a.btn-nav-cta:hover{background:var(--navy-dark)}
.nav-toggle{display:none; flex-direction:column; gap:5px; background:none; border:0; cursor:pointer; padding:8px}
.nav-toggle span{width:24px; height:2px; background:var(--navy)}

@media (max-width:880px){
  .nav-toggle{display:flex}
  .site-nav{position:absolute; top:76px; left:0; right:0; background:var(--white); flex-direction:column; align-items:stretch; padding:12px 24px 20px; display:none; border-bottom:1px solid var(--line); box-shadow:var(--shadow)}
  .site-nav.open{display:flex}
  .site-nav a{padding:.9em .5em}
  .site-nav a.btn-nav-cta{margin-left:0; text-align:center; margin-top:8px}
}

/* ---------------- Hero / Slider — plain, flat, no glow ---------------- */
.hero{
  position:relative;
  background:var(--paper);
}

/*
   The hero uses a stacked/grid carousel instead of translating the whole
   track. This prevents slides from disappearing when the track is moved
   and keeps every database-driven slide in the same viewport.
*/
.hero-track{
  display:grid;
  width:100%;
  position:relative;
  overflow:hidden;
}

.hero-track .hero-slide{
  grid-area:1 / 1;
  width:100%;
  min-width:0;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateX(24px);
  transition:opacity .45s ease, transform .45s ease, visibility 0s linear .45s;
}

.hero-track .hero-slide.active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(0);
  z-index:2;
  transition:opacity .45s ease, transform .45s ease, visibility 0s linear 0s;
}

.hero-slide{
  min-height:480px;
  display:flex;
  align-items:center;
  gap:48px;
  padding:56px 0;
}

@media (max-width:860px){
  .hero-slide{
    flex-direction:column;
    text-align:center;
    gap:32px;
    padding:40px 0;
  }
}

.hero-content{flex:1 1 52%; max-width:540px}
@media (max-width:860px){.hero-content{max-width:100%}}
.hero-content h1{color:var(--navy)}
.hero-content p{font-size:1.02rem; max-width:500px}
@media (max-width:860px){.hero-content p{margin-left:auto; margin-right:auto}}
.hero-actions{display:flex; gap:12px; margin-top:1.5em; flex-wrap:wrap}
@media (max-width:860px){.hero-actions{justify-content:center}}
.hero-badges{display:flex; gap:26px; margin-top:2.2em; flex-wrap:wrap}
@media (max-width:860px){.hero-badges{justify-content:center}}
.hero-badge{display:flex; align-items:center; gap:10px}
.hero-badge .num{font-size:1.4rem; font-weight:700; color:var(--navy)}
.hero-badge .lbl{font-size:.73rem; color:var(--ink-soft); max-width:90px; line-height:1.3; text-align:left}
.hero-media{flex:1 1 44%; max-width:460px}
@media (max-width:860px){.hero-media{max-width:320px}}
.hero-media-frame{width:100%}
.hero-media img{display:block; width:100%; border-radius:var(--radius); border:1px solid var(--line); aspect-ratio:4/3.4; object-fit:cover}
.hero-dots{display:flex; gap:8px; justify-content:center; margin-top:6px}
.hero-dots-wrap{text-align:center; padding-bottom:24px}
.hero-dots button{width:8px; height:8px; border-radius:50%; border:1px solid var(--navy); background:transparent; cursor:pointer; padding:0}
.hero-dots button.active{background:var(--navy)}
.hero-arrow{position:absolute; top:45%; transform:translateY(-50%); width:40px; height:40px; border-radius:50%; background:var(--white); border:1px solid var(--line); color:var(--navy); display:flex; align-items:center; justify-content:center; cursor:pointer; z-index:10}
.hero-arrow.prev{left:0}
.hero-arrow.next{right:0}
@media (max-width:1060px){.hero-arrow{display:none}}

/* ---------------- Sections ---------------- */
section{padding:72px 0}
.section-tight{padding:52px 0}
.section-head{max-width:620px; margin-bottom:40px}
.section-head.center{margin-left:auto; margin-right:auto; text-align:center}
.bg-navy{background:var(--navy); color:var(--white)}
.bg-navy h2{color:var(--white)}
.bg-navy p{color:rgba(255,255,255,.8)}
.bg-dim{background:var(--paper)}

/* ---------------- Feature strip — plain cards, no overlap trick ---------------- */
.feature-strip{display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden}
@media (max-width:900px){.feature-strip{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.feature-strip{grid-template-columns:1fr}}
.feature-strip-item{padding:28px 26px; border-right:1px solid var(--line); border-bottom:1px solid var(--line)}
.feature-strip-item:last-child{border-right:0}
.feature-strip-item .fnum{font-size:.8rem; color:var(--orange); font-weight:700; margin-bottom:8px}
.feature-strip-item h3{font-size:1rem; margin-bottom:.4em}
.feature-strip-item p{font-size:.87rem; margin-bottom:0}

/* ---------------- Service Cards — flat, subtle hover only ---------------- */
.grid-services{display:grid; grid-template-columns:repeat(4,1fr); gap:20px}
@media (max-width:960px){.grid-services{grid-template-columns:repeat(2,1fr) !important}}
@media (max-width:600px){.grid-services{grid-template-columns:1fr !important}}
.service-card{background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:26px 24px; transition:border-color .15s}
.service-card:hover{border-color:var(--navy)}
.service-icon{width:44px; height:44px; border-radius:8px; background:var(--navy-tint); display:flex; align-items:center; justify-content:center; margin-bottom:16px; color:var(--navy)}
.service-card h3{margin-bottom:.4em; font-size:1.02rem}
.service-card p{font-size:.9rem; margin-bottom:1.1em}
.service-link{font-size:.84rem; font-weight:700; color:var(--orange); display:inline-flex; align-items:center; gap:6px}

/* ---------------- Intro / About split — plain image, no frame ---------------- */
.split{display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:center}
@media (max-width:860px){.split{grid-template-columns:1fr}}
.split-media img{border-radius:var(--radius); border:1px solid var(--line)}
.split ul.check-list{list-style:none; margin:1.3em 0; padding:0}
.split ul.check-list li{display:flex; align-items:flex-start; gap:10px; margin-bottom:.6em; color:var(--ink-soft); font-size:.95rem}
.split ul.check-list svg{flex-shrink:0; margin-top:3px; color:var(--green)}

/* ---------------- Stats band ---------------- */
.stats-band{background:var(--white); border-top:1px solid var(--line); border-bottom:1px solid var(--line)}
.stats-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px}
@media (max-width:760px){.stats-grid{grid-template-columns:repeat(2,1fr)}}
.stat-item{text-align:center; padding:0 10px}
.stat-icon{width:52px; height:52px; margin:0 auto 12px; border-radius:50%; background:var(--navy-tint); display:flex; align-items:center; justify-content:center; color:var(--navy)}
.stat-item .stat-num{font-size:clamp(1.6rem,2.8vw,2.2rem); font-weight:700; color:var(--navy)}
.stat-item .stat-lbl{color:var(--ink-soft); font-size:.83rem; margin-top:4px}

/* ---------------- Presence / maps ---------------- */
.grid-maps{display:grid; grid-template-columns:repeat(4,1fr); gap:18px}
@media (max-width:860px){.grid-maps{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.grid-maps{grid-template-columns:1fr}}
.map-card{border-radius:var(--radius); overflow:hidden; background:var(--white); border:1px solid var(--line)}
.map-card iframe{width:100%; height:170px; border:0; display:block}
.map-card .map-label{padding:12px 16px; font-weight:600; font-size:.9rem; color:var(--navy)}
.map-card .map-address{display:block; font-weight:400; font-size:.8rem; color:var(--ink-soft); margin-top:3px}

/* ---------------- Testimonials ---------------- */
.testimonial-wrap{max-width:800px; margin:0 auto;overflow:hidden;}
.testimonial-track{display:flex; transition:transform .5s ease}
.testimonial-slide{flex:0 0 100%; text-align:center; padding:0 8px}
.testimonial-card{background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:36px 32px}
.testimonial-stars{color:var(--orange); margin-bottom:16px; font-size:1.05rem; letter-spacing:3px}
.testimonial-quote{font-size:clamp(1.05rem,1.8vw,1.3rem); color:var(--navy); font-weight:400; line-height:1.55; margin-bottom:22px}
.testimonial-author{display:flex; align-items:center; justify-content:center; gap:12px}
.testimonial-avatar{width:42px; height:42px; border-radius:50%; background:var(--navy); display:flex; align-items:center; justify-content:center; color:var(--white); font-weight:700}
.testimonial-name{color:var(--navy); font-weight:700; font-size:.94rem}
.testimonial-role{color:var(--ink-soft); font-size:.8rem}
.testimonial-dots{display:flex; justify-content:center; gap:8px; margin-top:28px}
.testimonial-dots button{width:8px; height:8px; border-radius:50%; border:1px solid var(--orange); background:transparent; cursor:pointer; padding:0}
.testimonial-dots button.active{background:var(--orange)}

/* ---------------- CTA Banner — flat, no gradient ---------------- */
.cta-banner{background:var(--navy); padding:52px 0}
.cta-banner-inner{display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap}
.cta-banner h2{color:var(--white); margin-bottom:.2em}
.cta-banner p{color:rgba(255,255,255,.82); margin-bottom:0}

/* ---------------- Blog / Updates ---------------- */
.grid-blog{display:grid; grid-template-columns:repeat(3,1fr); gap:24px}
@media (max-width:900px){.grid-blog{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.grid-blog{grid-template-columns:1fr}}
.blog-card{background:var(--white); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; transition:border-color .15s}
.blog-card:hover{border-color:var(--navy)}
.blog-card .thumb{height:165px; background:var(--paper) center/cover no-repeat}
.blog-card .body{padding:20px}
.blog-cat{display:inline-block; font-size:.66rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--orange); margin-bottom:.5em}
.blog-card h3{font-size:1.02rem; margin-bottom:.4em; }
.blog-card .meta{font-size:.77rem; color:var(--ink-soft)}
.blog-card p{font-size:.89rem}

.blog-single-header{background:var(--paper); color:var(--navy); padding:54px 0 44px; border-bottom:1px solid var(--line)}
.blog-single-header .blog-cat{color:var(--orange)}
.blog-single-header h1{color:var(--navy)}
.blog-single-header p{color:var(--ink-soft) !important}
.blog-single-body{margin:0 auto; padding:44px 24px}
.blog-single-body h2{margin-top:1.3em}
.blog-single-body h3{margin-top:1.1em}
.blog-single-body p, .blog-single-body li{color:var(--ink); font-size:1rem}
.blog-single-body img{border-radius:var(--radius); margin:1.1em 0}
.blog-single-body blockquote{border-left:3px solid var(--orange); margin:1.3em 0; padding:.4em 1.1em; color:var(--ink-soft); font-style:italic}

.blog-filters{display:flex; gap:8px; flex-wrap:wrap; margin-bottom:32px}
.blog-filters a{padding:.5em 1.1em; border:1px solid var(--line); border-radius:20px; font-size:.84rem; font-weight:600; color:var(--ink-soft); background:var(--white)}
.blog-filters a.active, .blog-filters a:hover{background:var(--navy); color:var(--white); border-color:var(--navy)}

/* ---------------- FAQ Accordion ---------------- */
.faq-item{border-bottom:1px solid var(--line)}
.faq-q{display:flex; justify-content:space-between; align-items:center; gap:16px; padding:20px 4px; cursor:pointer; font-weight:600; color:var(--navy); background:none; border:0; width:100%; text-align:left; font-size:.98rem; font-family:var(--font)}
.faq-q .plus{font-size:1.2rem; color:var(--orange); transition:transform .2s; flex-shrink:0}
.faq-item.open .plus{transform:rotate(45deg)}
.faq-a{max-height:0; overflow:hidden; transition:max-height .25s ease}
.faq-a p{padding:0 4px 18px}

/* ---------------- Contact ---------------- */
.contact-grid{display:grid; grid-template-columns:1fr 1.3fr; gap:44px}
@media (max-width:860px){.contact-grid{grid-template-columns:1fr}}
.contact-info-item{display:flex; gap:14px; margin-bottom:20px}
.contact-info-item .ico{width:38px; height:38px; border-radius:8px; background:var(--navy-tint); color:var(--navy); display:flex; align-items:center; justify-content:center; flex-shrink:0}
.form-card{background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:28px}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:14px}
@media (max-width:560px){.form-row{grid-template-columns:1fr}}
.field{margin-bottom:16px}
.field label{display:block; font-size:.84rem; font-weight:600; color:var(--navy); margin-bottom:6px}
.field input, .field textarea{width:100%; padding:.8em 1em; border:1px solid var(--line); border-radius:4px; font-family:var(--font); font-size:.94rem; background:var(--paper); color:var(--ink)}
.field input:focus, .field textarea:focus{outline:none; border-color:var(--navy)}
.field textarea{resize:vertical; min-height:110px}
#formMsg{margin-top:12px; padding:11px 15px; border-radius:4px; font-size:.9rem; display:none}
#formMsg.success{display:block; background:#EEF7EF; color:var(--green); border:1px solid #CDE7CE}
#formMsg.error{display:block; background:#FCEEEC; color:var(--danger); border:1px solid #F1CCC7}

/* ---------------- Footer ---------------- */
.site-footer{background:var(--navy); color:rgba(255,255,255,.85); padding-top:56px}
.footer-inner{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; padding-bottom:40px}
@media (max-width:860px){.footer-inner{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.footer-inner{grid-template-columns:1fr}}
.footer-brand-name{font-size:1.15rem; color:var(--white); font-weight:700; margin-bottom:10px}
.footer-col h4{color:#fff; font-size:.82rem; letter-spacing:.05em; text-transform:uppercase; margin-bottom:14px; font-weight:700; opacity:.9}
.footer-col a, .footer-col p{display:block; margin-bottom:10px; font-size:.9rem; color:rgba(255,255,255,.72)}
.footer-col a:hover{color:#fff}
.footer-social{display:flex; gap:8px; margin-top:14px}
.footer-social a{width:32px; height:32px; border-radius:6px; background:rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; color:#fff}
.footer-social a:hover{background:rgba(255,255,255,.2)}
.whatsapp-link{color:#fff !important; font-weight:600}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15); padding:16px 24px; font-size:.8rem; color:rgba(255,255,255,.65); display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px}

/* ---------------- Page-builder: rich text & team grid ---------------- */
.rich-text-block p{margin-bottom:1em}
.rich-text-block h3{margin-top:1.1em}
.rich-text-block ul, .rich-text-block ol{color:var(--ink-soft); padding-left:1.3em; margin-bottom:1em}

.grid-team{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:stretch}
@media (max-width:900px){.grid-team{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.grid-team{grid-template-columns:1fr}}
.team-card{background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:28px 22px; text-align:center; display:flex; flex-direction:column}
.team-photo{width:88px; height:88px; margin:0 auto 14px; border-radius:50%; overflow:hidden; flex-shrink:0}
.team-photo img{width:100%; height:100%; object-fit:cover}
.team-photo-fallback{width:100%; height:100%; background:var(--navy); color:var(--white); display:flex; align-items:center; justify-content:center; font-size:1.8rem; font-weight:700}
.team-card h3{margin-bottom:.2em; font-size:1rem}
.team-designation{color:var(--orange); font-size:.82rem; font-weight:600; margin-bottom:.7em}
.team-bio{font-size:.87rem; margin-bottom:.6em}
.team-readmore{background:none; border:1px solid var(--line); color:var(--navy); font-size:.78rem; font-weight:700; padding:.4em 1em; border-radius:20px; cursor:pointer; margin:0 auto .8em}
.team-readmore:hover{background:var(--navy); color:var(--white); border-color:var(--navy)}
.team-linkedin{font-size:.82rem; font-weight:700; color:var(--navy); margin-top:auto; padding-top:.4em}

.team-modal-overlay{display:none; position:fixed; inset:0; z-index:300; background:rgba(20,30,50,.5); align-items:center; justify-content:center; padding:24px}
.team-modal-overlay.open{display:flex}
.team-modal{background:var(--white); border-radius:var(--radius); padding:30px; max-width:560px; width:100%; max-height:80vh; overflow-y:auto; position:relative}
.team-modal-close{position:absolute; top:14px; right:16px; background:none; border:0; font-size:1.7rem; line-height:1; color:var(--ink-soft); cursor:pointer}
.team-modal-close:hover{color:var(--navy)}
.team-modal h3{margin-bottom:.2em}
.team-modal p:not(.team-designation){color:var(--ink-soft); font-size:.94rem; line-height:1.65; margin-top:1em}

/* ---------------- Utility: WhatsApp float + back to top ---------------- */
.whatsapp-float{position:fixed; bottom:22px; right:22px; z-index:150; width:52px; height:52px; border-radius:50%; background:#25D366; display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow)}
.back-to-top{position:fixed; bottom:22px; right:84px; z-index:150; width:40px; height:40px; border-radius:50%; background:var(--navy); color:var(--white); display:flex; align-items:center; justify-content:center; opacity:0; pointer-events:none; transition:opacity .2s; border:0; cursor:pointer}
.back-to-top.show{opacity:1; pointer-events:auto}
@media (max-width:600px){.whatsapp-float{width:46px; height:46px; bottom:16px; right:16px} .back-to-top{width:36px; height:36px; bottom:16px; right:68px}
    
}

/* ---------------- Misc / Utility ---------------- */
.page-header{background:var(--paper); color:var(--navy); padding:60px 0 54px; text-align:center; border-bottom:1px solid var(--line)}
.page-header h1{color:var(--navy)}
.page-header .eyebrow{justify-content:center}
.eyebrow-on-light{color:var(--orange) !important}
.center{text-align:center}
.mt-0{margin-top:0}
.skip-link{position:absolute; left:-999px; top:0; background:var(--orange); color:var(--white); padding:10px 16px; z-index:200}
.skip-link:focus{left:0}
@media (prefers-reduced-motion: reduce){*{animation:none !important; transition:none !important; scroll-behavior:auto !important}}

@media (max-width:600px) {
    .page-header,.blog-single-header{
        padding: 20px 0 20px;
    }
    .brand-name {
            font-size: 1rem;
    }
    .page-header h1 {
    font-size: 23px;
}
section {
    padding: 30px 0;
}
.hero {
    padding:0;
}
section.blog-single-header h1 {
    font-size: 14px;
}
.blog-single-body {
    padding: 0 10px;
}
.section-tight {
    padding: 20px 0;
}
.cta-banner {
    padding: 20px 0;
}
.site-footer {
    padding-top: 20px;
}
.footer-inner {

    padding-bottom: 20px;
}
.services-listing-hero h1, .service-detail-hero h1 {
    font-size: clamp(28px, 4vw, 52px) !important;

}
}

